Optimal Welfare in Noncooperative Network Formation under Attack¶
đ Published (v1): 2025-11-13 23:12 UTC ¡ Source: Arxiv ¡ Venue: AAAI 2026 ¡ link
Ask a follow-up
Open an assistant pre-loaded with this paper's context.
đŹ Ask ChatGPT⌠Ask Claude
TL;DR¶
This paper revisits a game-theoretic model of noncooperative network formation under attack (Goyal et al., WINE 2016), where selfish agents independently decide which links to form and whether to immunize themselves. The main result proves that Nash equilibrium networks achieve asymptotically optimal social welfare of n²âO(n) under the "super-quadratic-disruptor" (SQD) attacker classâresolving a longstanding open problem. Counterintuitively, it also shows that a tailored attacker can enforce lower social welfare than the attacker explicitly optimizing for disruption.
Problem¶
The Goyal et al. 2016 model left the social welfare of Nash equilibria under the maximum disruption attacker (which minimizes post-attack welfare) as an open problem. Prior bounds were n²âO(n^{5/3}) only for connected equilibria under this attacker, while maximum carnage and random attack had the same loose bound. No tight unified bound existed for a broad attacker class, and the question of whether decentralized agents can maintain robust welfare against adversarial attackers was unresolved.
Method¶
The authors introduce the f-opponent framework: an attacker defined by a function f:ââââ that selects vulnerable regions T minimizing Uf(T,s) = ÎŁ_{KâK(T)} f(|K|), attacking uniformly among minimizers. Maximum carnage corresponds to f=xš, maximum disruption to f=x².
They define super-quadratic-disruptors (SQD): f-opponents where f is strictly convex and f(x)/x² is non-decreasing. The analysis proceeds through a series of structural lemmas about Nash equilibria with SQD opponents: - Vulnerable regions in equilibrium networks are trees (from Goyal et al.). - SQD opponents are edge-averse and target large components preferentially (Corollary 2â3). - Targeted regions are singletons in components with immunized nodes (Lemma 4). - Targeted cut-vertices only arise in networks bounded by O(C_E¡C_I) agents (Lemma 9). - Large enough non-trivial Nash equilibria with SQD opponents are connected (Lemma 14, via centroid argument).
For maximum carnage/random attack, the proof uses block-cut decomposition, bounding vulnerable cut-vertex path length by 2C_E+1 (Lemma 1), then applies Jensen's inequality to yield the tight bound.
Key Contributions¶
- Tight optimal social welfare bound n²âO(n) for non-trivial Nash equilibria under maximum carnage and random attack (improving n²âO(n^{5/3})).
- Proof that social welfare is n²âO(n) for the entire SQD attacker class, which subsumes maximum disruptionâresolving the open problem.
- Structural theorem: large enough Nash equilibria with SQD opponents must be connected, with targeted regions being isolated singleton nodes.
- Construction of a tailored f-opponent that achieves social welfare Î(n) in Nash equilibriaâlower than the maximum disruption attackerâshowing the optimality boundary is non-trivial.
- Introduction of the SQD abstraction unifying multiple attacker types under a clean convexity condition.
Results¶
| Attacker | Goyal et al. 2016 | This paper |
|---|---|---|
| Maximum carnage | n²âO(n^{5/3}) | n²âO(n) |
| Random attack | n²âO(n^{5/3}) | n²âO(n) |
| Maximum disruption | open (n²âO(n^{5/3}) for connected only) | n²âO(n) |
| Tailored opponent | not considered | Î(n) (lower bound) |
- All bounds are on social welfare of non-trivial Nash equilibria with C_E, C_I > 1.
- The n²âO(n) bound matches the welfare in the attack-free setting, confirming asymptotic optimality.
- Tailored opponent example: C_E=C_I=6, f with non-zero values only at sizes {1,7,8,9,10}; equilibrium s_bad has nâ9 isolated nodes, achieving social welfare in Î(n).
Limitations¶
- Results are asymptotic; constants in O(n) terms depend on C_E and C_I and may be large for small networks.
- The "tailored attacker" result raises the characterization problem of which f-functions yield suboptimal welfareâleft open.
- Only Nash equilibria are analyzed as the stability concept; other solution concepts (strong Nash, correlated equilibria) are not addressed here.
- The model assumes a single-node attack with deterministic spread along unprotected subgraphsâa stylized model of real-world attacks.
- Cooperation among agents (coalition formation) is explicitly listed as future work and not handled.
Relevance to Agentic AI / LLM Agents¶
This paper addresses multi-agent systems of strategic, self-interested agents making decentralized decisions about connectivity and securityâa formal game-theoretic precursor to questions that arise in multi-agent AI architectures (e.g., peer-to-peer agent networks, federated systems, or multi-agent communication topologies). The central questionâwhether individually rational agents produce collectively robust structures without central coordinationâis directly relevant to designing resilient agentic networks where agents independently choose communication links. The SQD attacker framework also provides formal grounding for adversarial robustness analysis in agent networks, complementing empirical red-teaming work. That said, this is a theoretical CS/economics contribution; it does not involve LLMs or learned agents, so practitioners working with LLM-based agents would engage with it primarily as foundational theory rather than immediately applicable methodology.