Papers
Topics
Authors
Recent
Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 200 tok/s
Gemini 2.5 Pro 49 tok/s Pro
GPT-5 Medium 44 tok/s Pro
GPT-5 High 42 tok/s Pro
GPT-4o 95 tok/s Pro
Kimi K2 204 tok/s Pro
GPT OSS 120B 427 tok/s Pro
Claude Sonnet 4.5 38 tok/s Pro
2000 character limit reached

Intersection Shapley Value

Updated 24 October 2025
  • Intersection Shapley Value is a generalized solution concept that allocates surplus fairly in overlapping coalition structures using intersection-closed systems.
  • It employs a uniform-dividend approach by solving linear systems to ensure efficiency, additivity, and equal treatment under restricted axioms.
  • Its applications span explainable machine learning, network analysis, and federated systems, offering robust allocations in settings with incomplete coalition data.

The Intersection Shapley Value is a generalized solution concept in cooperative game theory that addresses value allocation in settings characterized by overlapping coalitional structures. It is particularly relevant for games in which the set system of known coalition values is intersection-closed—meaning that the intersection of any two known coalitions remains known. The concept finds utility in incomplete cooperative games, machine learning contexts involving interactions among features, and network scenarios with overlapping group memberships, by rigorously extending the Shapley value’s axiomatic fairness to allocations over intersecting coalitional families.

1. Formal Definition in Intersection-Closed Systems

The Intersection Shapley Value, as articulated through the uniform-dividend value (UD-value) (Černý, 9 Jan 2025), is defined for cooperative games with an incomplete characteristic function: only the worths of a subset KK of coalitions are known a priori. The intersection-closed property enforces that for any S,TKS, T \in K, their intersection STS \cap T also lies in KK. The closure mapping cK(T)={SK:TS}c_K(T) = \bigcap \{S \in K : T \subseteq S\} identifies families of "indistinguishable" coalitions.

For each subset SNS \subseteq N of players, the UD-value determines the dividends δvK(S)\delta_v^K(S) by solving:

  • For every SKS \in K, TSδvK(T)=v(S)\sum_{T \subseteq S} \delta_v^K(T) = v(S)
  • For S,TS, T with cK(S)=cK(T)c_K(S) = c_K(T), δvK(S)=δvK(T)\delta_v^K(S) = \delta_v^K(T)

Given these dividends, the allocation to player ii is

Φi(K)(v)=SN iSδvK(S)S\Phi^{(K)}_i(v) = \sum_{\substack{S \subseteq N \ i \in S}} \frac{\delta_v^K(S)}{|S|}

This construction generalizes the classical Shapley value to incomplete games by distributing surplus uniformly among all indistinguishable coalitions, ensuring allocations respect observed coalition structure.

2. Key Properties and Axiomatic Characterization

The UD-value possesses a set of properties refined from the standard Shapley axioms, adapted for intersection-closed systems and incomplete games. These include:

  • Efficiency: iNΦi(K)(v)=v(N)\sum_{i \in N} \Phi^{(K)}_i(v) = v(N), guaranteeing the entire surplus is allocated.
  • Additivity: For characteristic functions vv, ww, it holds that Φi(K)(v+w)=Φi(K)(v)+Φi(K)(w)\Phi^{(K)}_i(v + w) = \Phi^{(K)}_i(v) + \Phi^{(K)}_i(w).
  • Equal treatment (restricted): Equal allocation to players in indistinguishable positions under the closure mapping.

Crucially, the null player and equal treatment axioms are enforced only for games within the restricted dividend space UDnK\mathcal{UD}^K_n, i.e., games where non-distinguishable coalitions must have identical dividends. These axiomatic requirements guarantee the UD-value is uniquely determined in intersection-closed settings (Černý, 9 Jan 2025).

For intersection-closed games, alternative allocation rules are available:

  • R-value: Shapley value applied to a pessimistically completed game with the surplus of unknown coalitions set to zero via recursive surplus assignment.
  • IC-value: Shapley value applied to a monotonic completion defined by vIC(S)=v(cK(S))v_{IC}(S) = v(c_K(S)) for all SNS \subseteq N; this value is typically more egalitarian, distributing surplus evenly.

Empirically, the UD-value and the R-value yield similar allocations—demonstrated by smaller 1\ell_1-norm differences—while the IC-value is consistently closer to equal division and enforces monotonicity more strictly. The UD-value’s averaging over positive extensions provides a balance between robustness and sensitivity to marginal contributions (Černý, 9 Jan 2025).

Value Completion Method Fairness Profile
UD-value Uniform dividend splits Marginal, robust average
R-value Zero unknown surpluses Pessimistic, marginal
IC-value Closure-based monotonic Egalitarian, monotonic

4. Mathematical Structure and Practical Calculation

The dividend calculation is performed by solving a linear system:

  • For each SKS \in K, enforce TSδvK(T)=v(S)\sum_{T \subseteq S} \delta_v^K(T) = v(S)
  • Set δvK(S)=δvK(T)\delta_v^K(S) = \delta_v^K(T) for closures cK(S)=cK(T)c_K(S) = c_K(T)

Allocations are then summed (across all coalitions containing ii, normalized by coalition size), in analogy to the classical Shapley formula. For the R-value, the surplus for unknown coalitions is always zero; for the IC-value, coalition values are inflated via closure assignment.

Simulations over systems with 3n63 \leq n \leq 6 players reveal increasing uniqueness of the UD-value for non-intersection-closed systems as nn grows. This indicates the UD-value’s practical viability as an allocation rule even beyond strictly intersection-closed settings.

5. Broader Implications and Extensions

The uniform-dividend interpretation of the Intersection Shapley Value as the expected Shapley value over all positive (nonnegative-surplus) game extensions provides a principled mechanism for allocating surplus under uncertainty (Černý, 9 Jan 2025). This approach is particularly suited for applications in which incomplete information about coalition worths is the rule rather than the exception, such as federated learning (overlapping data sources), explainable AI (feature interactions), or distributed systems.

Empirically, the IC-value’s tendency toward more egalitarian splits may be less suitable when marginal contributions vary significantly, while the UD-value’s sensitivity to observed dividends produces robust allocations that remain consistent across a wide range of set systems. A plausible implication is that the UD-value can be seen as a specialization of the Intersection Shapley Value for intersection-closed systems but also as a general allocation rule for incomplete games with substantial information gaps.

6. Connections to Interaction Indices and Overlapping Group Structures

More broadly, allocation rules based on intersections are intimately connected with recent work in explainable machine learning, such as the Faith-Shap interaction index (Tsai et al., 2022) and feature selection settings (Fryer et al., 2021, Rozemberczki et al., 2022). In those contexts, the allocation must also consider interactions among overlapping feature groups or agent coalitions. Uniform-dividend principles, closure mappings, and dividend equality constraints are recurring motifs in such settings where intersection structure dictates allocation fairness.

Recent work suggests formulating intersection-based Shapley values via restriction of permissible coalition permutations or via averaging over admissible game extensions, paralleling the UD-value’s methodology. This makes the uniform-dividend value relevant beyond classical cooperative game theory, with potential applications in rigorous data and feature valuation, network centrality under hypergraph structure (Yamada, 2021), and stochastic path integral extensions (Lim, 2022) for coalition formation.

7. Conclusions

The Intersection Shapley Value, exemplified by the UD-value for intersection-closed set systems, is a rigorous and principled allocation rule capturing fair dividends where coalition worths are partially known and group memberships overlap. Its unique specification by closure-based dividends, efficiency, and restricted axiomatic constraints make it computationally tractable, empirically robust, and theoretically grounded as an expected Shapley value over positive game completions. Comparison with R-value and IC-value demonstrates nuanced trade-offs between fairness and marginality, while its structure suggests natural generalizations for incomplete game settings and interacting systems.

The growing fraction of non-intersection-closed systems yielding unique UD-value allocations as player count increases further highlights its practical appeal. When surplus information is incomplete and coalition overlaps are prevalent, the Intersection Shapley Value provides a canonical solution for equitable and robust value allocation.

Forward Email Streamline Icon: https://streamlinehq.com

Follow Topic

Get notified by email when new papers are published related to Intersection Shapley Value.