Graph Coloring with Color Preferences
arXiv:2609.00569
2026
Architecture
1 ideas extracted · analyzed Sep 2, 2026
What the math gives to ML
The paper introduces a preference-aware graph coloring equilibrium: vertices receive distinct colors from adjacent vertices, while directed cycles of mutually profitable color exchanges are forbidden. This is transferable to graph mixture-of-experts routing, where nodes select experts according to router scores and neighboring nodes may need different experts to avoid correlated computation or expert overload. The useful asset is the explicit notion of blocking cycles and finite improving exchanges, which provides a discrete stability objective and a post-processing algorithm for router assignments. The transfer should be treated as a constrained routing module and evaluated against ordinary top-1 or capacity-constrained routing, rather than as a generic neural-network regularizer.
Ideas from this paper
Unverified
2026
Use the graph-coloring stability concept to route graph nodes to experts. Nodes rank experts by router logits, adjacent nodes are constrained to use different experts, and a blocking cycle is a directed cycle in which every node prefers the expert currently assigned to the next node. Eliminate profitable feasible cycles or penalize their existence so routing reaches a locally stable assignment instead of oscillating between equally plausible expert allocations.
Useful5/10
Difficulty6/10
Novelty9/10