PulseAugur
EN
LIVE 08:54:36

New algorithms tackle graph partitioning with demand functions

Researchers have introduced new algorithms for graph partitioning problems that incorporate demand functions. The study focuses on minimizing a metric called generalized conductance, which considers both edge costs and demand between vertices. The proposed algorithms achieve an approximation guarantee of O(log n) for this objective, with improvements to O(sqrt(log n)) for multiplicative demand functions and O(1) for tree structures. AI

IMPACT Introduces new algorithmic approaches for graph partitioning problems that could have applications in machine learning and data analysis.

RANK_REASON The cluster contains a single academic paper detailing new algorithms and theoretical results in graph partitioning. [lever_c_demoted from research: ic=1 ai=0.4]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New algorithms tackle graph partitioning with demand functions

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Micha{\l} Szyfelbein, Dariusz Dereniowski ·

    Graph Partitioning with Demands: Generalized Conductance and its Applications

    arXiv:2607.13218v1 Announce Type: cross Abstract: In this work, we study various graph partitioning problems under a general demand model. In each such task, we are given a graph $G=(V,E,c,w)$ with a capacity function $c\colon E\to \mathbb{N}$ and a demand function $w\colon V\tim…