Papers for

network algorithm designers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Quantum algorithm colors cycle graphs in constant time

Quantum Advantage for Distributed Symmetry Breaking

Abstract: We present a distributed quantum algorithm that $3$-colors cycles in $O(1)$ rounds, with high probability. It follows that all locally checkable labeling problems (LCLs) that have round complexity $O(\log^* n)$ in the classical LOCAL model can be solved in $O(1)$ rounds in the quantum-LOCAL model, with high probability; this includes problems such as maximal independent set and maximal matching in bounded-degree graphs. This presents the first natural examples of graph problems with an asymptotic distributed quantum advantage for the LOCAL model; all prior examples that separate LOCAL and quantum-LOCAL are artificial problems constructed merely for the sake of demonstrating quantum advantage.

Tue 22 SeptDistributed, Parallel, and Cluster Computing
The gist
Some network problems require nodes to pick colors or labels without conflicts, which can be slow on classical computers. The authors show that quantum computing can solve these problems much faster in a distributed setting, specifically coloring cycle graphs with three colors in constant time. This speed-up works for many related problems where classical methods take longer, marking the first natural instance where quantum networks outperform classical ones. This suggests quantum communication can fundamentally improve distributed coordination tasks.
Open 2609.26788v1

Integral graphs with unique patterns found from groups and recursive builds

Structural Characterizations and Algebraic Realizations of a Family of Regular Integral Graphs

Abstract: All the eigenvalues of an integral graphs are integers. Integral graphs are extremely rare. They form an asymptotically vanishing fraction $2^{-Ω(n)}$ among all graphs on $n$ vertices. It makes the construction of a new family of integral graphs a challenging task. Also, most of the known infinite family of integral graphs rely on Cayley graphs over Abelian groups. In this article, we introduce a new family of integral graphs obtained from the groups. The construction of our graphs from groups is different from the construction of Cayley graphs. A spectral uniqueness theorem is established, which shows that each member of the infinite family is determined by its adjacency spectrum among all finite simple graphs. We also present recursive constructions that generates larger members of the family from smaller ones, providing a scalable class of integral graphs. Finally, we investigate algebraic realizations of these graphs as complements of Proper Prime Order Element Graphs of finite $2$-groups and obtain conditions characterizing such realizations. We also observe that the graphs obtained from different non-isomorphic groups have cospectral graphs.

Tue 22 SeptDiscrete Mathematics
The gist
Integral graphs have all their special numbers, called eigenvalues, as whole numbers, which is very rare. Most known integral graphs come from a certain kind called Cayley graphs, but the authors found a new way to build them using groups differently. They showed that each graph in their new family can be uniquely identified just by looking at these special numbers. They also found ways to make bigger integral graphs from smaller ones, and studied connections to special group-based graphs, even finding some that share these special numbers despite looking different.
Open 2609.25957v1

Planar directed graphs simplified by removing few vertices to avoid cycles

A Polynomial Kernel for Planar Directed Feedback Vertex Set

Abstract: The Directed Feedback Vertex Set problem (DFVS) asks whether a digraph can be made acyclic by deleting at most $k$ vertices. Whether DFVS admits a polynomial kernel parameterized by $k$ is a major open problem in kernelization, even for planar digraphs. We resolve the planar case by giving a deterministic kernel with $O(k^{66}\log^2 k)$ vertices and arcs. Our algorithm proceeds in three stages. First, we apply structural reduction rules to the input digraph, bounding the number of directed faces and some special vertices. Second, we pass to the planar dual, where vertex deletion corresponds to adding groups of reverse arcs to make each weakly connected component strongly connected. The structural bounds in the first stage yield a small retained vertex set in the dual. We then compress the dual instance by identifying vertices with the same distance records from this retained vertex set. The main technical contribution is a directed-cut argument showing that this identification preserves feasibility. Finally, we transform the polynomial-size dual instance back into an instance of Planar Directed Feedback Vertex Set via a $3$-CNF encoding and a planar graph construction.

Sun 20 SeptData Structures and Algorithms
The gist
The problem tackled is figuring out if a directed network (digraph) can be made free of loops by removing a small number of nodes. The authors provide a way to shrink such planar networks into a much smaller version without changing the answer to this problem. They do this by clever steps including simplifying the graph, switching perspectives to its dual, and compressing repeated patterns while keeping the problem’s solution intact. This leads to a smaller, manageable instance that still accurately represents whether the original network can be made loop-free.
Open 2609.23669v1

Distributed algorithms optimize functions without curvature limits

Curvature-Independent Regret Bounds for Distributed Online Optimization on Hadamard Manifolds

Abstract: This work addresses decentralized online Riemannian optimization on Hadamard manifolds. Prior work under geodesic convexity (g-convexity) may require curvature information in the optimization analysis, typically through a finite lower bound on the sectional curvature. Curvature may also enter the step size or contraction factor of tangent-space Riemannian consensus schemes. In this work, we relax the curvature dependence for a narrower class of horospherical convex (h-convex) functions. We study Distributed Riemannian Online Gradient Descent (D-ROGD), which combines local Riemannian h-subgradient updates with an implicit Fréchet-mean consensus. For h-convex and strongly h-convex local objectives, we establish $O(\sqrt{T})$ and $O(\log T)$ static regret, respectively, matching the corresponding Euclidean rates with respect to $T$, with network dependence governed solely by the spectral gap. To our knowledge, these are the first curvature-independent regret guarantees for decentralized online optimization on Hadamard manifolds. Experiments on hyperbolic embeddings corroborate the predicted rates, with no observable degradation due to curvature.

Sat 12 SeptMachine Learning
The gist
This paper looks at how to solve optimization problems across a network when the space has certain curved shapes, called Hadamard manifolds. Previous methods needed to know details about the space’s curvature to guarantee good performance. The authors find a way to guarantee good learning performance without needing curvature information for a narrower type of function called horospherical convex. Their method achieves performance similar to that on flat spaces, and experiments with hyperbolic data support their findings.
Open 2609.13646v1

Four connected graphs found without legal systems despite positive curvature

A Four-Connected Graph without a Legal System

Abstract: In a 2021 paper, Jankiewicz, Norin, and Wise asked whether there exists a finite $4$-connected graph of girth at least four and nonnegative Charney--Davis curvature such that no $4$-connected ordinary subgraph admits a legal system. We construct such a graph by starting from the hexagonal prism and attaching three $K_{3,4}$-based caps along pairwise disjoint induced $4$-cycles. The key structural input is a restriction theorem showing that a legal system on an induced-$4$-cycle amalgam restricts to each side, so the obstruction carried by the negatively curved prism survives the attachments. The resulting $33$-vertex graph is $4$-regular and $4$-connected, has girth four and Charney--Davis curvature one, and, by $4$-regularity, is its own unique $4$-connected ordinary subgraph.

Fri 11 SeptDiscrete Mathematics
The gist
The paper answers a complex question about a special type of network called a 4-connected graph. The authors show that there exists a particular network with certain properties—like having no small loops and a positive curvature measure—but still does not have a 'legal system,' a kind of substructure researchers study. They build this example starting from a known shape called a hexagonal prism and attach special parts to it. This construction proves that their example behaves uniquely in the way they asked about.
Open 2609.13419v1