Collective search-and-capture under competing assignment policies
arXiv:2608.06084
2026
Architecture
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper identifies a concrete collective-search mechanism: when many agents compete for depleted targets under finite-range eligibility, the assignment policy can dominate the individual agents’ persistence dynamics. Maximum-cardinality matching on the agent-target candidate graph substantially reduces the extreme late-time completion tail compared with single-round or cascading greedy assignment. This transfers naturally to sparse neural routing, especially mixture-of-experts or distributed token-to-device dispatch, where independently selected experts create avoidable unmatched tokens, overloads, and long-tail latency; replacing greedy routing with capacity-constrained matching gives a directly testable improvement.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Construct a bipartite candidate graph between tokens and experts from the router’s top-k logits, then solve a capacity-constrained maximum-cardinality matching rather than dispatching each token independently. The mechanism targets the extreme tail of routing completion: it should reduce unmatched or repeatedly reassigned tokens and lower maximum dispatch delay and expert starvation, even when average routing quality changes little.
Useful7/10
Difficulty6/10
Novelty4/10