Papers
Topics
Authors
Recent
Search
2000 character limit reached

Topology Efficiency Index (TEI)

Updated 3 July 2026
  • Topology Efficiency Index (TEI) is a metric that quantifies the efficiency of network topologies by balancing task success against communication or hardware cost.
  • TEI is derived from rigorous mathematical formulations in both multi-agent systems and hardware network designs, capturing trade-offs like success rate versus message count and resource expenses.
  • TEI offers practical design guidance by benchmarking protocols and topologies for optimal performance in constrained environments.

The Topology Efficiency Index (TEI) is a rigorously defined metric used to evaluate the efficiency of topological structures in networks and multi-agent systems. TEI quantifies the trade-off between a system’s performance and the resource cost (either in communication acts or hardware complexity) imposed by a specific connectivity topology. It has been introduced and analyzed in resource-centric network evaluation (Wei et al., 26 Jan 2026) as well as in the context of communication-efficient multi-agent reinforcement learning (Zhang et al., 12 Nov 2025), where its interpretation and mathematical formulation vary to match domain requirements.

1. Mathematical Formulation

In multi-agent communication settings, TEI is defined as the ratio of the empirical success rate to the total number of communication acts over an epoch:

ΦTEIt=StCt\Phi_{\mathrm{TEI}_t} = \frac{\mathscr{S}_t}{C_t}

where:

  • St∈[0,1]\mathscr{S}_t \in [0,1] is the task success rate (fraction of successfully completed episodes),
  • CtC_t is the total number of directed communication acts, computed as the sum of all non-self adjacency matrix entries across LL communication rounds and NN agents:

$C_t = \sum_{l=1}^{L} \;\sum_{i=0}^{N-1} \sum_{\substack{j=0\j\neq i}}^{N-1} G_{i,j}^{\,t(l)}$

In hardware network design, TEI quantifies the normalized cost required to maintain a non-blocking, full-throughput topology:

TEI=HLhost⋅[k+γk2]⋅NM\mathrm{TEI} = \frac{H}{L_{\mathrm{host}}} \cdot [k + \gamma k^2] \cdot \frac{N}{M}

where:

  • HH is the mean hop count per packet,
  • LhostL_{\mathrm{host}} is the connectivity to hosts,
  • kk is the router radix,
  • St∈[0,1]\mathscr{S}_t \in [0,1]0 is the ratio of crossbar to interface cost,
  • St∈[0,1]\mathscr{S}_t \in [0,1]1 is the router-to-host ratio (Wei et al., 26 Jan 2026).

Both contexts share the principle that TEI is minimized when high system-level performance is achieved with minimal connectivity cost—either in messages or hardware.

2. Theoretical Properties

The properties of TEI are dictated by its mathematical construction:

  • Domain: In multi-agent systems, St∈[0,1]\mathscr{S}_t \in [0,1]2, St∈[0,1]\mathscr{S}_t \in [0,1]3, giving St∈[0,1]\mathscr{S}_t \in [0,1]4 or higher if St∈[0,1]\mathscr{S}_t \in [0,1]5 is small and St∈[0,1]\mathscr{S}_t \in [0,1]6 nonzero.
  • Extremal Behavior: St∈[0,1]\mathscr{S}_t \in [0,1]7 for zero success rate, while very large TEI values appear if St∈[0,1]\mathscr{S}_t \in [0,1]8 with extremely low communication.
  • Monotonicity: For fixed St∈[0,1]\mathscr{S}_t \in [0,1]9, increasing CtC_t0 decreases TEI, while for fixed CtC_t1, increasing CtC_t2 increases TEI (Zhang et al., 12 Nov 2025).
  • Hardware context: TEI increases with hop count CtC_t3 or required router complexity CtC_t4, and is sensitive to the technological ratio CtC_t5 between link and router costs (Wei et al., 26 Jan 2026).

3. TEI in Multi-Agent Communication Protocols

TEI serves as an explicit post-hoc communication-efficiency metric to evaluate and compare protocols in multi-agent reinforcement learning. Given communication adjacency matrices (indicating message passing) and binary success indicators per episode, TEI can be computed as follows:

NN9

In empirical studies on the Traffic Junction environment, TEI values allow performance-to-cost comparison across MAGIC, CommNet, TarMAC, GA-Comm, and IC3Net algorithms, with typical TEI in the CtC_t6 range (Zhang et al., 12 Nov 2025). Increasing communication rounds generally decreases TEI, while efficiency-augmented loss functions significantly improve it.

4. TEI in Network Hardware Design

In network architecture, TEI is characterized as the normalized hardware cost per unit host-throughput required for non-blocking operation. The explicit formula,

CtC_t7

endows TEI with the following comparative properties across common topologies:

Topology Router Radix CtC_t8 TEI Expression (normalized by CtC_t9)
2D Torus LL0 LL1
Hypercube LL2 LL3
Flat Butterfly LL4 LL5
Fat Tree const LL6 LL7, LL8
n-plane Star LL9 NN0

For large scales, indirect topologies (Fat Trees) minimize TEI by capping router radix at the technology-optimal value, while direct networks become inefficient as NN1 dominates cost (Wei et al., 26 Jan 2026).

5. Applications and Comparative Insights

In multi-agent learning, TEI is not used as a training objective but rather as a principal metric for post-hoc comparative evaluation. When protocol topologies are fixed (e.g., fully connected), NN2 is nearly constant, so TEI is analytic and not amenable as a learning signal. Higher TEI values signal protocols that are more parsimonious with bandwidth and, therefore, better suited for constrained environments.

In network hardware, TEI facilitates selection among candidate topologies by expressing the absolute resource efficiency under strict performance guarantees. Topologies optimizing TEI under cost model parameters (NN3, NN4) and problem scale (NN5, NN6) are identified via explicit formulas, enabling engineering design with clear efficiency trade-offs.

6. Practical Design Guidance

From the resource-centric analysis, clear regimes emerge:

  • For small networks (NN7), low-radix direct topologies or parallel star planes may win in absolute cost.
  • For medium networks (NN8), hypercube-like logarithmic-diameter networks typically yield minimal TEI.
  • For very large networks, indirect Fat Tree topologies with fixed, technology-optimal router radix minimize TEI (Wei et al., 26 Jan 2026).

A key design rule is that redundancy is most efficiently implemented by parallel network planes (multi-plane stars) rather than by intrinsic path diversity within a single graph.

7. Significance and Limitations

TEI offers a compact, dimensionless score enabling incisive comparisons of efficiency across protocols, algorithms, or hardware designs. Its interpretability at the extremes, analytic tractability, and empirical correlation with deployment cost (whether message or hardware) have made it a central metric in both communication protocol design (Zhang et al., 12 Nov 2025) and network architecture analysis (Wei et al., 26 Jan 2026). However, TEI does not capture emergent behavioral properties beyond its numerator and denominator and assumes homogeneity in communication or traffic; deployment contexts with highly variable loads or heterogeneous success definitions may require complementary analysis.

A plausible implication is that the widespread adoption of TEI (or resource-centric analogs) could standardize efficiency benchmarking across domains involving structured connectivity and resource-constrained coordination.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Topology Efficiency Index (TEI).