Decremental Port Selection (DPS)
- DPS is a port selection methodology that uses a subtractive (pruning) approach to optimize multi-active-port systems like FAMA networks.
- It iteratively removes the port whose exclusion maximizes system utility, recomputing SINR with efficient matrix updates via the Woodbury identity.
- Compared to exhaustive and incremental methods, DPS offers near-optimal performance when the active port count closely approaches the total available ports.
Decremental Port Selection (DPS) is a port selection methodology designed for multi-active-port systems, such as fluid antenna multiple access (FAMA) networks, which require the selection of a subset of ports from a large candidate pool to optimize communication performance subject to RF-chain constraints. In contrast to incremental (greedy-additive) strategies, DPS employs a subtractive (pruning) approach: beginning with the full set of available ports, the algorithm sequentially eliminates one port at each step until only the target number of active ports remains. DPS is particularly relevant in scenarios where the number of active ports to be selected approaches the total number of available ports , and where optimal selection via exhaustive search is computationally infeasible due to the combinatorial explosion in possibilities. The algorithm, along with performance and complexity analyses, has been recently formalized in the context of FAMA systems (Hong et al., 22 Nov 2025).
1. System Context and Problem Definition
DPS arises in the context of interference-limited wireless networks with multi-user FAMA. In these systems, each user terminal (UT) is equipped with a fluid antenna system (FAS) comprising spatially distributed radiating ports, of which must be allocated to RF chains. The downlink received signal at UT is
where is the port-indexed channel vector, is the transmitted symbol, and is complex Gaussian noise plus unmodeled interference. Given a subset of port indices with , the post-combining SINR at UT with interference rejection combining (IRC) is
where comprises the selected channel coefficients and is the interference-plus-noise covariance across the chosen ports. The combinatorial port-selection problem is thus
2. Decremental Port Selection Algorithm
DPS begins with the full port set . At each iteration, the algorithm identifies and removes the port whose exclusion results in the maximum improvement (or minimal degradation) in the system utility, typically the SINR. The process continues until only ports remain. At each decrement step , for the current port set , every candidate port is temporarily removed to form the reduced set , and the SINR is recomputed:
then update . This iterative pruning continues until .
The computation of the SINR for reduced port sets at each step requires updating or inverting the corresponding interference-plus-noise covariance matrices. The matrix-inverse lemma (Woodbury identity) enables efficient recursive updates to reduce computational burden per step.
3. Complexity Analysis and Comparison
The computational complexity of DPS for selecting active ports from candidates is
where is the number of users and steps through the decremental process. DPS is efficient when but becomes increasingly less favorable as decreases relative to , since the initial iterations must consider a large candidate pool. For comparison:
- Exhaustive port selection (EPS) requires operations—prohibitive for moderate .
- Incremental port selection (IPS) executes operations—quadratic in and , and preferable when . The following table summarizes the computational regimes:
| Method | Complexity (Big-O) | Best Use Case |
|---|---|---|
| EPS | Tiny , | |
| DPS | ||
| IPS |
4. Performance Characteristics
DPS achieves performance close to EPS when the number of retained ports is near . It is less effective for small , where the pruned subset is far from optimal. Simulation results confirm that:
- For large , DPS achieves sum-rate, symbol-error probability, and reliability metrics approaching those of EPS.
- For small , DPS lags behind IPS in both SINR and overall throughput.
- In FAMA settings, DPS supports nearly optimal SINR and multiplexing gain when the number of eliminated ports is small (Hong et al., 22 Nov 2025).
5. Comparative Evaluation with Incremental Port Selection
In the regime where , incremental port selection (IPS) consistently outperforms DPS in both computational efficiency and post-selection SINR. IPS also allows for recursive matrix updates similar to DPS but on a much smaller search tree, leading to practical scalability for typical FAS dimensions (e.g., and ). By contrast, as increases and approaches , DPS achieves slightly better performance since pruning weak ports may correct residual suboptimality inherent in constructive (greedy) selection.
6. Practical Implications and Design Guidance
The selection of DPS versus IPS should be based on system size and target active port count:
- DPS is well suited when the active-port count is large relative to the total ports available, such as when minimal pruning is required to achieve feasible implementation on chains.
- For scenarios requiring aggressive reduction to a small subset, IPS yields superior performance and substantially lower runtime. DPS, in providing a constructive lower-complexity alternative to brute-force optimization, expands the toolkit for practical multi-port FAMA deployments by offering a scalable compromise between selection optimality and implementation cost (Hong et al., 22 Nov 2025).
7. References
- Multi-Port Selection for FAMA: Massive Connectivity with Fewer RF Chains than Users (Hong et al., 22 Nov 2025)