The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A least-core payoff rule prevents defections in federated learning by minimizing the largest subgroup grievance; a stack-based pruning algorithm makes the approach computationally practical and flags key contributors in intrusion-detection simulations.

Toward a Sustainable Federated Learning Ecosystem: A Practical Least Core Mechanism for Payoff Allocation
Zhengwei Ni, Zhidu Li, Wei Chen, Zhaoyang Zhang, Zehua Wang, F. Richard Yu, Victor C. M. Leung · February 03, 2026
arxiv theoretical n/a evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Zhengwei Ni unresolved corpus identity
  2. Zhidu Li unresolved corpus identity
  3. Wei Chen unresolved corpus identity
  4. Zhaoyang Zhang unresolved corpus identity
  5. Zehua Wang unresolved corpus identity
  6. F. Richard Yu unresolved corpus identity
  7. Victor C. M. Leung unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Zhengwei Ni provider ID
  2. Zhidu Li provider ID
  3. Wei Chen provider ID
  4. Zhaoyang Zhang provider ID
  5. Zehua Wang provider ID
  6. F. Yu provider ID
  7. Victor C. M. Leung provider ID
The paper proposes a least-core payoff allocation with a stack-based pruning algorithm that yields stable coalitions in federated learning and, in intrusion-detection case studies, identifies pivotal contributors and strategic alliances that discourage defection.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Emerging network paradigms and applications increasingly rely on federated learning (FL) to enable collaborative intelligence while preserving privacy. However, the sustainability of such collaborative environments hinges on a fair and stable payoff allocation mechanism. Focusing on coalition stability, this paper introduces a payoff allocation framework based on the least core (LC) concept. Unlike traditional methods, the LC prioritizes the cohesion of the federation by minimizing the maximum dissatisfaction among all potential subgroups, ensuring that no participant has an incentive to break away. To adapt this game-theoretic concept to practical, large-scale networks, we propose a streamlined implementation with a stack-based pruning algorithm, effectively balancing computational efficiency with allocation precision. Case studies in federated intrusion detection demonstrate that our mechanism correctly identifies pivotal contributors and strategic alliances. The results confirm that the practical LC framework promotes stable collaboration and fosters a sustainable FL ecosystem.

Summary

Main Finding

The paper introduces a practical least-core (LC) payoff-allocation mechanism for cross-silo federated learning (FL) that prioritizes coalition stability by minimizing the maximum dissatisfaction of any sub-coalition. It makes LC scalable via a stack-based pruning algorithm plus an LP solver, demonstrating (in intrusion-detection and healthcare simulations) that LC identifies pivotal contributors and strategic alliances more effectively than naive volume-based or leave-one-out (LOO) methods while dramatically reducing the number of coalition evaluations compared to brute-force LC.

Key Points

  • Problem and goal
    • Sustainable FL requires payoff allocation that (i) rewards real contribution to model performance and (ii) is stable (no subgroup has incentive to leave).
    • Traditional metrics (data volume, simple reputations) misvalue participants; Shapley value is conceptually attractive but computationally costly.
  • Least Core (LC) concept
    • LC relaxes the core: allows a bounded dissatisfaction gap (ε) and minimizes the maximum dissatisfaction across all coalitions—hence maximizing stability in the presence of an empty exact core.
    • In superadditive settings, LC effectively ensures even the weakest coalition gets a fair share of cooperative surplus.
  • Practical implementation
    • Stack-based (LIFO) pruning explores coalition space incrementally, applying two pruning rules:
    • Diminishing returns: stop expanding if marginal profit < t1.
    • Performance ceiling: stop if coalition’s profit is within t2 of the grand coalition.
    • After pruning, an LP allocates payoffs subject to (a) efficiency (sum of payoffs = grand-coalition profit) and (b) LC-stability constraints for evaluated coalitions.
    • Outputs: individual payoffs and the minimized dissatisfaction gap (ε).
  • Empirical findings
    • Case: federated intrusion detection with 4 participants (cloud provider, e-commerce, university, bank) using CICIDS-2017; profit proxied by F1-weighted score.
    • LC outperforms data-volume and LOO baselines in stability and strategic allocation: it rewards pivotal agents (e.g., a partner that can form strong sub-coalitions) rather than simply those with large volume or the largest marginal drop from the grand coalition.
    • Scalability: subdividing to 16 participants, pruning reduced required model trainings from 65,534 to 97 (t1=t2=0.1) or 71 (t1=t2=0.15).
  • Comparison to Shapley Value
    • Both require evaluating subset values, but they allocate differently: Shapley averages marginal contributions, LC minimizes the max subgroup dissatisfaction and thereby can allocate more to agents who create credible breakaway coalitions.
    • Demonstrated with a vertical-FL (VFL) heart-disease prediction simulation (UCI Cleveland dataset).

Data & Methods

  • Value metric
    • Profit/value of a coalition = model utility proxied by F1-weighted score (balances precision/recall).
  • Coalition evaluation
    • Naïve LC needs model training for every nonempty subset → exponential cost.
    • Stack-pruning algorithm:
      • Start with singletons; iteratively push participants to form larger coalitions.
      • Apply pruning rules (thresholds t1, t2) to avoid exploring low-value or near-ceiling supersets.
      • Ensure small but potentially important coalitions are still evaluated (e.g., alternative pairings).
      • Threshold selection: trade-off table—low thresholds → near-exact LC, high compute; moderate thresholds balance accuracy and cost.
  • Payoff computation
    • Formulate an LP whose decision variables are individual payoffs and ε:
      • Objective: minimize ε (the maximum dissatisfaction gap).
      • Constraints: sum(payoffs) = v(grand coalition); for each evaluated coalition S, sum_{i in S} pay_i >= v(S) − ε.
    • Solver outputs pay_i and ε.
  • Case studies / experiments
    • Intrusion detection: CICIDS-2017, four participants; all coalitions evaluated for LC baseline comparison.
    • Scalability test: each participant split into 4 sub-entities → 16 nodes; used pruning thresholds to reduce evaluations.
    • Smart healthcare VFL: UCI Cleveland dataset, features vertically partitioned among 3 participants to compare LC vs Shapley/LOO behavior.
  • Baselines for comparison
    • Data volume allocation.
    • Leave-one-out marginal loss (LOO).
    • Discussion relative to Shapley Value.

Implications for AI Economics

  • Incentive design for FL markets
    • LC provides a stability-focused allocation rule suited to cross-silo settings (e.g., firms, public agencies) where credible exit options of coalitions matter economically.
    • Recognizes bargaining power arising from synergistic partnerships, not just volume or single-player marginality—this affects pricing of data/services and negotiation dynamics.
  • Cost-effective deployment of cooperative AI
    • The pruning+LP approach makes game-theoretic, coalition-aware allocation feasible at scales relevant for industry (dozens of participants), lowering the barrier to adopting fair FL marketplaces.
    • By reducing computation needed to estimate coalition value, LC can be integrated into operational FL platforms with bounded budget.
  • Market structure and competition
    • LC can deter destabilizing defections by preemptively compensating pivotal contributors—this can sustain larger federations and reduce churn.
    • Platforms and consortiums can use LC allocations to determine membership fees, profit-sharing contracts, or subsidy policies (e.g., for public-safety collaborations).
  • Policy and regulation
    • For socially critical FL (public safety, health), LC offers an allocation framework that explicitly trades off total surplus for coalition stability—helpful when regulators require continued multi-party cooperation.
  • Limitations & research directions (economic relevance)
    • Approximation risk: pruning thresholds introduce potential allocation error; need formal bounds linking thresholds to LC approximation quality.
    • Strategic behavior: participants might attempt to manipulate coalition value estimates or hide/fragment data to influence allocations—mechanism-design extensions are needed.
    • Dynamic and repeated settings: markets are dynamic; extending LC to multi-period bargaining, entry/exit and investment decisions is an open area.
    • Computation-privacy trade-off: evaluating coalition values requires model training on subsets; privacy-preserving evaluation or secure multiparty mechanisms are necessary for real deployments.
    • Empirical validation across more domains and real commercial deployments will quantify welfare and stability gains versus costs.

Short takeaway: The paper delivers a practical, stability-centered payoff allocation mechanism for cross-silo FL that is computationally tractable and economically meaningful—particularly useful for consortium-style AI markets where coalition credibility and long-run cooperation matter.

Assessment

Paper Typetheoretical Evidence Strengthn/a — The paper develops a game-theoretic payoff allocation mechanism and validates it with algorithmic analysis and case studies rather than causal empirical identification; it does not attempt to estimate causal effects. Methods Rigormedium — Theoretical grounding in cooperative game theory and a novel stack-based pruning algorithm show sound methodological work, but validation is limited to case-study simulations in a single application area (federated intrusion detection) without real-world deployment or robustness checks across diverse domains and strategic behaviors. SampleEvaluation uses case studies in federated intrusion detection settings (simulated federated networks and/or benchmark intrusion-detection datasets); no large-scale field deployment or longitudinal observational data are reported. Themesgovernance adoption org_design GeneralizabilityValidated only in federated intrusion-detection case studies; results may not transfer to other FL applications (e.g., healthcare, mobile sensing)., Relies on modeling assumptions about utilities, coalition payoffs, and participant behavior that may not hold in real deployments., Scalability claims may not hold for very large or highly dynamic networks beyond tested simulation sizes., No empirical field experiments to confirm behavior of real stakeholders or strategic responses to allocations.

Claims (4)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The paper introduces a payoff allocation framework based on the least core (LC) concept that minimizes the maximum dissatisfaction among all potential subgroups, ensuring that no participant has an incentive to break away. Organizational Efficiency positive coalition stability / incentive to remain in federation
Reading fidelity high
Study strength medium
not reported
0.12
To make the least-core concept practical for large-scale networks, the paper proposes a streamlined implementation using a stack-based pruning algorithm that balances computational efficiency with allocation precision. Organizational Efficiency positive computational efficiency and allocation precision
Reading fidelity high
Study strength medium
not reported
0.12
Case studies in federated intrusion detection demonstrate that the proposed mechanism correctly identifies pivotal contributors and strategic alliances. Task Allocation positive identification of pivotal contributors and strategic alliances
Reading fidelity medium
Study strength low
not reported
0.04
The practical least-core framework promotes stable collaboration and fosters a sustainable federated learning (FL) ecosystem. Adoption Rate positive stability of collaboration / sustainability of FL ecosystem
Reading fidelity medium
Study strength low
not reported
0.04

Notes