Multi-Order Interaction Aggregation
- Multi-Order Interaction Aggregation is a framework that treats interaction order as a distinct structural variable, enabling analysis beyond aggregated global mechanisms.
- It distinguishes interaction scales—such as hyperedge size, contextual subsets in neural networks, and agent couplings in multi-agent systems—to improve prediction and structural clarity.
- Empirical findings reveal that order-aware models yield sharper community boundaries, enhanced AUC in hyperlink prediction, and reduced risks of overfitting compared to full-order approaches.
Searching arXiv for papers on multi-order interaction aggregation and closely related terminology. tool call: arxiv_search({"query":"all:(\"multi-order interaction\" OR \"higher-order\" OR hypergraph) AND (aggregation OR block structure OR filtering)", "max_results": 10, "sort_by": "relevance"}) Multi-Order Interaction Aggregation denotes a family of modeling, inference, and analysis strategies that treat interaction order as an explicit structural variable rather than collapsing all interactions into a single undifferentiated object. In higher-order networks this usually means distinguishing hyperedges of different sizes; in interaction-based interpretability it means stratifying cooperative effects by contextual complexity; in collective decision rules it can mean separating zero-order vote counts from first-order reliabilities and second-order correlations; and in order-theoretic belief change it means aggregating multiple epistemic orderings into a single revised ordering. Across these settings, the common premise is that aggregating all interactions under one universal rule can blur order-dependent mechanisms, whereas order-aware aggregation can yield sharper structure, better prediction, or more principled dynamics (Nakajima et al., 26 Nov 2025, Landry et al., 2023, Deng et al., 21 Dec 2025, Ai et al., 1 Oct 2025).
1. Domain-general concept and meanings of “order”
The term order is not uniform across the literature. In hypergraphs and higher-order networks, interaction order is the hyperedge size : order $2$ denotes pairwise interactions, order $3$ triadic interactions, and so on up to a maximum order (Nakajima et al., 26 Nov 2025). In size-filtered higher-order data analysis, the same scale is described as interaction size, with a -hyperedge defined by , and a -uniform hypergraph containing only -hyperedges (Landry et al., 2023). In multi-order Shapley interaction analysis for deep networks, the order is not the number of variables in the interacting pair but the size of the contextual subset used to evaluate that pair’s joint utility (Deng et al., 21 Dec 2025). In many-body agent systems, the order $2$0 is the number of other agents participating in a simultaneous interaction kernel $2$1 (Paul et al., 13 Feb 2025). In LLM aggregation, “zero-order,” “first-order,” and “second-order” refer respectively to raw answer counts, model-specific accuracies, and pairwise conditional relationships among model outputs (Ai et al., 1 Oct 2025).
| Domain | Meaning of order | Aggregation target |
|---|---|---|
| Higher-order networks | Hyperedge size $2$2 | Order-specific block structure or filtered hypergraphs |
| DNN interaction analysis | Context size $2$3 for a variable pair | Order-wise interaction components $2$4 |
| Multi-agent systems | Number of simultaneously interacting agents | Mean-field operator $2$5 |
| LLM ensembles | Vote counts, accuracies, pairwise dependencies | OW and ISP decision rules |
| Belief change | Multiple epistemic orderings | TeamQueue-aggregated TPO |
This variation in meaning is central rather than incidental. A persistent misconception is that multi-order aggregation always refers to interaction cardinality. The literature instead uses order as a domain-specific index for contextual scale, structural range, or epistemic input multiplicity. What unifies these uses is the refusal to assume that all interactions can be summarized by a single global mechanism.
2. Hypergraph disaggregation and size-dependent structure
A major line of work treats multi-order interaction aggregation as a problem of whether higher-order data should be analyzed as one global hypergraph or decomposed by interaction size. A hypergraph is written as $2$6, where $2$7 is the node set and each hyperedge $2$8 is a nonempty subset of $2$9 (Landry et al., 2023). The argument for disaggregation is that small interactions and large interactions may encode different roles or mechanisms, a node can be central in one size regime and unimportant in another, communities may shift when larger groups are included, and global measures may change with interaction size in non-monotone ways (Landry et al., 2023). This motivates the claim that higher-order datasets should not always be treated as one undifferentiated hypergraph.
The filtering framework formalizes this intuition by constructing filtered hypergraphs
$3$0
In the size-based setting, the filter is
$3$1
which yields $3$2 (Landry et al., 2023). The main operators are uniform filtering $3$3, GEQ filtering $3$4, LEQ filtering $3$5, and exclusion filtering $3$6. Uniform filtering isolates one exact interaction size; LEQ accumulates smaller interactions; GEQ isolates progressively larger interactions; and exclusion filtering measures the sensitivity of structure to one omitted size (Landry et al., 2023).
This framework is descriptive rather than generative. It does not posit a latent model for how different orders arise; instead, it creates a family of ordered datasets on which one can compare effective information, assortativity, betweenness centrality, and community labels. On six empirical datasets across email, biology, and proximity networks, the reported patterns include size-dependent changes in effective information, shifts in assortativity peaks, filter-sensitive centrality rankings, and domain-specific stability or instability of communities (Landry et al., 2023). The stated limitations are equally important: filtering reduces the number of interactions, sparse filtered datasets can lead to unstable measures, some changes may reflect sparsity artifacts, there is not yet a theory for choosing when and how to filter, and the paper does not fully quantify “information gain” from considering multiple filterings (Landry et al., 2023).
3. Multi-order stochastic block structure in higher-order networks
A more explicitly inferential treatment appears in the hypergraph stochastic block-model literature. In the higher-order network setting, a hypergraph is written as $3$7, the order set is
$3$8
and the observed data are encoded by $3$9, where 0 counts how many times hyperedge 1 appears (Nakajima et al., 26 Nov 2025). The baseline single-order hypergraph mixed-membership SBM uses a soft membership matrix 2 and a single symmetric affinity matrix 3. Its limitation is that one shared affinity pattern governs all hyperedge sizes (Nakajima et al., 26 Nov 2025).
The multi-order extension, HyperMOSBM, relaxes this assumption by partitioning 4 into disjoint subsets
5
where each subset 6 shares an affinity matrix 7 (Nakajima et al., 26 Nov 2025). If 8, then the Poisson rate of hyperedge 9 uses 0, with parameters
1
The generative model is
2
with
3
and factorized likelihood
4
The single-order model is recovered by the trivial partition 5, 6; the opposite extreme is the full-order model, which assigns an independent affinity object to each order but is described as much more expensive and liable to overfit (Nakajima et al., 26 Nov 2025).
Partition selection is explicitly out-of-sample. Rather than maximizing in-sample likelihood, the method chooses the partition that maximizes hyperlink prediction AUC under 10-fold cross-validation. For a trained parameter set 7, the hyperlink score is
8
which is monotone in 9 (Nakajima et al., 26 Nov 2025). The final objective is
0
where 1 is the single-order baseline. Inference uses EM with variational variables 2, an ELBO, E-step updates
3
and multiplicative M-step updates for 4 and 5 (Nakajima et al., 26 Nov 2025). For 6, all partitions are tested; otherwise the search is greedy, beginning from 7 and splitting one subset into two adjacent blocks if AUC improves. The method enforces
8
and stops when no split improves AUC by more than 9 (Nakajima et al., 26 Nov 2025).
Empirically, across 14 real-world hypergraphs the framework selected a nontrivial partition in 12 of 14 datasets; in almost all of those cases, the AUC gain exceeded 0; in 9 datasets the gain was statistically significant after Bonferroni correction; and all five co-citation networks exhibited significant multi-order block structure (Nakajima et al., 26 Nov 2025). Reported examples include the high-school contact partition
1
which separates triadic interactions from pairwise, 4-way, and 5-way ones, and co-citation networks in which pairwise co-citations separate from all higher-order ones (Nakajima et al., 26 Nov 2025). The paper further states that the full-order model was often computationally infeasible and, when it converged, usually performed worse than the multi-order model, indicating overfitting and poor generalization.
4. Representation learning and neural interaction structure
In neural representation learning, multi-order interaction aggregation appears as a way of decomposing or constructing model capacity across interaction scales. In the DNN interaction literature, the starting point is the Shapley bivariate interaction index
2
with order-specific term
3
The total interaction is then aggregated across orders by
4
and the network output is decomposed as
5
where 6 (Deng et al., 21 Dec 2025). Sample-wise and model-level order strength are summarized by 7 and 8. Across CNNs, vision transformers, point-cloud networks, NLP transformers, and tabular MLPs, the reported profile of 9 is U-shaped: high for small 0, low in the middle, and high again for large 1 (Deng et al., 21 Dec 2025). The theoretical explanation is that the number of contexts
2
peaks near the middle, yielding a learning strength
3
so mid-order interactions are hardest to learn. The paper further reports that low-order-emphasized models exhibit stronger generalization and robustness, whereas high-order-emphasized models demonstrate greater structural modeling and fitting capability (Deng et al., 21 Dec 2025).
Graph neural and convolutional architectures often operationalize a related idea more constructively. GraphAIR argues that standard GCN-style models largely implement neighborhood aggregation while capturing neighborhood interactions only weakly through nonlinearities; Proposition 1 states that, under a sigmoid expansion, the coefficient of the high-order interacting terms is at most 4 (Hu et al., 2019). Its remedy is an explicit interaction module
5
combined with an aggregation branch through
6
MogaNet similarly frames modern ConvNets as suffering from a representation bottleneck in which extreme-order interactions dominate at the expense of middle-order ones. Its spatial module combines feature decomposition, multi-order depth-wise convolutions, and gated aggregation, with low-, middle-, and high-order branches instantiated as 7, 8, and 9 (Li et al., 2022). PanCAN extends this logic to multi-label vision by recursively defining 0-th order neighborhoods
1
then aggregating order-specific features via attention-weighted random walks and cross-scale anchor-based fusion (Jiu et al., 29 Dec 2025). CS-IGANet applies an analogous decomposition to mouse social behavior, explicitly aggregating intra-skeleton, inter-skeleton, and cross-skeleton interactions before hierarchical graph-level pooling (Zhou et al., 2022).
These architectures do not all define order identically, but they share a design principle: an additive or multiplicative aggregate over multiple interaction regimes is more expressive than a single undifferentiated neighborhood summary.
5. Collective inference, many-body limits, and order aggregation outside statistical learning
Multi-order interaction aggregation also appears in domains where the goal is not representation learning but collective inference or dynamical reduction. In LLM answer aggregation, majority voting is treated as a zero-order rule because it uses only the raw votes 2. The Optimal Weight rule incorporates first-order information, namely model accuracies 3, through
4
while Inverse Surprising Popularity uses second-order information through conditional relations 5 and the counterfactual score
6
The paper proves that 7 is Bayesian optimal under conditional independence and reports that, across synthetic data, UltraFeedback, MMLU, and ARMMAN, OW and ISP consistently outperform majority voting (Ai et al., 1 Oct 2025). Here aggregation does not partition orders; it augments decision rules by incorporating progressively richer orders of information.
In interacting multi-agent systems, the order 8 indexes simultaneous many-body couplings. The microscopic dynamics are
9
and the associated mean-field aggregation operator is
0
This yields the mesoscopic Vlasov-type equation
1
together with well-posedness, a Dobrushin-type stability estimate, propagation of chaos, and a large-order limit 2 in which the many-body interaction collapses to an effective macroscopic law 3 (Paul et al., 13 Feb 2025). In this setting, aggregation is a rigorous averaging over all 4-tuples rather than a predictive model-selection device.
A formally different but conceptually related use appears in iterated belief change. In parallel belief revision, revision by a package 5 is not treated as mere revision by 6 in the iterated case. Instead, one revises separately by each 7, aggregates the resulting total preorders using a TeamQueue order aggregator 8, and then enforces success by a final revision step (2505.13914). The output ordering is built from profiles 9 via stages
$2$00
with the synchronous version taking $2$01 at every step (2505.13914). The related theory of parallel contraction generalizes the same TeamQueue logic to $2$02-ary order aggregation and characterizes the aggregator by the factoring property
$2$03
with additional parity and flattest-order results (Chandler et al., 23 Jan 2025). In these settings, interaction aggregation concerns the combination of multiple revised orderings into a single coherent epistemic order.
6. Interpretive value, empirical gains, and recurrent limitations
A central interpretive claim across the literature is that order-aware aggregation sharpens latent structure. In higher-order network modeling, the single-order model tends to blur different kinds of interactions into one broad community-affinity pattern, whereas the multi-order model can produce clearer community boundaries, better recovery of known ground-truth classes, more interpretable affinity matrices, and a sharper mapping between observed hyperedges and latent communities (Nakajima et al., 26 Nov 2025). In the high-school data, the multi-order fit is reported to align inferred communities almost perfectly with class labels; in the computer-science co-citation network it yields a cleaner and more coherent topical organization (Nakajima et al., 26 Nov 2025). The filtering literature makes a parallel point in descriptive terms: the whole hypergraph can hide the fact that different scales carry different information, so the “sum of the parts may be greater than the whole” (Landry et al., 2023).
At the same time, the literature repeatedly warns against the opposite extreme of unconstrained order separation. HyperMOSBM contrasts its partition-based approach with the full-order model, which was often computationally infeasible and, when it converged, usually performed worse, indicating overfitting and poor generalization (Nakajima et al., 26 Nov 2025). The filtering framework emphasizes noise sensitivity, instability on sparse filtered graphs, and the lack of a theory for choosing when and how to filter (Landry et al., 2023). In DNN interaction analysis, the problem is not over-aggregation but a built-in representational bias: mid-order interactions are intrinsically difficult to learn because contextual variability is maximal there (Deng et al., 21 Dec 2025). In belief revision, overly strong postulates such as SC2 are explicitly rejected; TeamQueue parallel revision operators recover Conj, PC3, PC4, C1–C4, Ind, and S under the stated assumptions, but not SC2 or P (2505.13914). A plausible implication is that multi-order aggregation is most useful when it is neither collapsed to a single universal rule nor expanded to a maximally unconstrained per-order model.
Taken together, these results define multi-order interaction aggregation as an organizing principle rather than a single method. Its recurring task is to determine when heterogeneous interaction scales should be kept separate, when they should share parameters, and how their contributions should be recombined. In hypergraphs this leads to order-partitioned block structure; in neural networks it leads to order-wise decomposition or explicit interaction modules; in ensemble decision-making it yields higher-order voting rules; in many-body systems it produces mean-field and macroscopic limits; and in belief change it yields principled aggregation of epistemic orderings. The shared conclusion is not that finer order resolution is always preferable, but that the structure of interactions often depends on order, and that any aggregation rule ignoring this dependence risks obscuring the very phenomena it is meant to summarize (Nakajima et al., 26 Nov 2025, Landry et al., 2023).