REVIEW 3 major objections 4 minor 14 references
Relay Selection and User Equipment Admission in Resource-Efficient NextG Sidelink Communications
T0 review · 3 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read In sidelink networks, dynamic per-user weights turn a greedy relay-selection rule into a fair one: more outer users are admitted, more evenly over time, and total data rate stays close to the rate-maximizing greedy schedule.
desk verdict A clean, plausible greedy plus weight-based fair scheduling study for sidelink relay selection, but the fairness claim rests on a single simulation setup and a truncated exhaustive-search baseline. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The carrying mechanism is the per-slot weight-update rule for each outer UE, used inside the weighted sum-rate objective. For the wait-time version, $w_i \leftarrow w_i + 1$ when UE $i$ is not activated and $w_i \leftarrow \max(w_i - 1, 1)$ when it is; for the queue version, $w_i \leftarrow w_i + \lambda_i$ when not activated and $w_i \leftarrow \max(w_i + \lambda_i - r_i, 0)$ when it is. These weights are what the greedy link selector maximizes, so the fairness mechanism is not an extra constraint but a time-varying reweighting of the original objective. The admission ratio of an outer UE is the fraction of slots in which it is selected, and the paper evaluates fairness as the mean and variance of this ratio over time and across UEs.
What would settle it
In the paper's 500-slot simulation, make one outer UE's channels 10 dB weaker to every inner UE while keeping them positive; the wait-time fair rule predicts that UE's admission ratio rises above greedy's as its weight accumulates, and if it never rises the fairness claim reduces to serving UEs greedy would already admit.
Extended reading notes
Core claim
The paper's core discovery is that fairness in sidelink relay admission does not require a different scheduler; it can be obtained by feeding dynamic weights into the same greedy rule. In the wait-time variant, an outer UE that is not activated in a slot has its weight incremented, while an activated UE's weight is reduced but floored at one. In the queue variant, weights evolve as queue backlogs, increasing by arrivals and decreasing by service. When the greedy algorithm maximizes the weighted sum rate with these weights, outer UEs that would otherwise be starved are eventually selected, and the numerical results show the mean admission ratio rises and the variance across UEs falls relative to unweighted greedy, with greedy retaining a modest edge in achievable sum rate. The paper also reports that greedy selection outperforms the truncated exhaustive search once the number of outer UEs exceeds eight, and that the fair algorithms also keep maximum wait time bounded under the wait-time rule.
Load-bearing premise
The load-bearing premise is that 50,000 sampled schedules approximate the global optimum closely enough to serve as the rate upper bound, even though the full search space is much larger once $n_o$ exceeds five.
Editorial extensions
If this is right
- Under the fair weight-update rules, the mean admission ratio of outer UEs increases and its variance decreases, so the network serves a larger and more even share of connection requests over time.
- The sum rate achievable by the fair algorithms stays close to the pure greedy algorithm, with the queue-based rule the closest, so fairness is obtained without a large throughput penalty in the simulated regimes.
- The greedy algorithm's achievable sum rate grows monotonically with the number of outer UEs up to at least 250, meaning the relay-selection method scales beyond the sizes where exhaustive search is feasible.
- The distributed procedure can be run with about $4 n_o + 1$ message exchanges before collision-resolution retries, using discovery messages, CSI measurement, and gNodeB broadcast of assignments.
- The weight-rule idea is positioned to extend via backpressure-style differential backlogs to routing over more than two hops.
Reading between the lines
- A testable extension not pursued in the paper: the same dynamic-weight mechanism could be applied to other constrained assignment problems where a greedy rate maximizer starves low-priority entities, and a formal convergence or throughput-optimality analysis would strengthen the simulation-based evidence.
- Because the wait-time rule keeps maximum wait time low while the queue-based rule better matches traffic, an adaptive rule that switches between the two could reduce the queue-based rule's growing maximum wait time without sacrificing its delay performance.
- The fairness result is shown for equal numbers of inner and outer UEs in a two-ring topology; an honest stress test is an asymmetric placement where one outer UE is distant from all relays, where the model predicts delayed but eventual admission whenever any positive-rate link exists.
- The reported greedy-beats-exhaustive crossover for $n_o > 8$ is sensitive to the 50,000-schedule cap; with an exact solver for small $n_o$ the crossover point could move, and the fair-vs-greedy rate gap might widen or narrow accordingly.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies relay selection and outer-UE admission in two-hop 5G/6G sidelink networks. It formulates the assignment of outer UEs to inner relay UEs as a weighted sum-rate maximization with per-hop capacity, interference, and traffic constraints, notes that the problem is non-convex and that exhaustive enumeration scales as (n_o+1)^{n_o}, and then proposes a greedy link-addition algorithm and two fairness-oriented variants whose weights are updated from waiting time or queue length. Simulation results are used to argue that the greedy algorithm maintains high sum rate while the fair algorithms increase the mean admission ratio and reduce its variance across UEs at modest sum-rate cost. The paper also sketches a distributed CSI/discovery procedure with a message-count bound.
Significance. If the results are robust, the paper addresses a practically relevant trade-off in sidelink relay selection: maximizing throughput while avoiding starvation of outer UEs. The paper is transparent about the exponential complexity of the global search and about the limits of its exhaustive baseline, and the simulation setup is described in enough detail to be reproduced. However, the central quantitative claims rest on two fragile pillars: the 'exhaustive search' benchmark is not exhaustive for n_o > 5, and the fairness improvement is demonstrated at a single parameter point with no sensitivity analysis or statistical uncertainty reporting. The work is a useful algorithmic study, but as it stands the evidence for the load-bearing claims is incomplete.
major comments (3)
- [Sec. III, Figs. 4-7] The 'exhaustive search' baseline is not the true global optimum for n_o > 5 because the search space (n_o+1)^{n_o} exceeds the 50,000 schedules searched, as the text itself acknowledges. The saturation of the exhaustive-search curve starting at n_o = 6 and the claim in Sec. IV (Fig. 6) that the greedy algorithm achieves higher rates than exhaustive search for n_o > 8 are therefore conclusions about a truncated heuristic baseline, not about optimality. Please either replace this baseline with a valid optimal method for at least n_o up to 6 (e.g., branch-and-bound or complete enumeration with pruning) or relabel the baseline as a 'limited-search heuristic' and remove language that equates it with the global upper bound.
- [Sec. V, Figs. 9-11] The central fairness claim is supported by a single simulation configuration: 500 slots, 1000 repetitions, equal numbers of inner and outer UEs, and weight updates of +1/-1 (wait time) or +lambda_i and -r_i (queue). No horizon, step-size, or traffic-intensity sensitivity is reported. The wait-time step is in the same units as the objective weights while the rates r_i are in bit/s/Hz and can be much smaller than 1, so a short starvation episode can make a UE's weight dominate the weighted sum rate and trivially force admission; conversely, 500 slots may be too short for the queue-based rule to lift a persistently starved UE under heavier traffic. Please add sensitivity sweeps over the number of slots, the weight-update step size, arrival rates, and asymmetry between inner and outer UE counts, and show whether the reported mean/variance/rate trade-off persists.
- [Sec. V, Figs. 9-11] No error bars, confidence intervals, or other uncertainty measures are reported, even though the variance of the admission ratio is itself a second-order statistic estimated from 1000 repetitions and is therefore noisy. The visible differences between the greedy and fair curves, particularly at small n_o, could be within Monte Carlo error. Please report standard errors or confidence bands, and if the same channel realizations and traffic draws are used for all algorithms, also state whether paired comparisons were employed.
minor comments (4)
- [Throughout] There are several typographical and spacing errors, including 'of5G networks', 'an Unparalleled', 'problem of determining' in the abstract, 'n >5' where 'n_o >5' is meant in Sec. III, and 'determines with UE links' where 'determines which UE links' is meant in Sec. VI.
- [Fig. 5] The legend for the curve 'relay traffic rate = 0.5, path loss = 2' omits the 'Exhaustive Search' prefix used by the other curves, making the figure harder to read.
- [Sec. V, Fig. 12] The greedy algorithm is absent from the maximum-wait-time plot because UEs that are never activated have undefined wait times; the text should state this exclusion explicitly, since it affects how the fair algorithms' advantage is interpreted.
- [Sec. VI] The message-count derivation should clarify whether the n_o messages in step 3 are counted per inner UE or per outer UE, and the sentence 'If there are n_o outer UEs and n_o inner UEs)' contains an extra parenthesis that should be removed.
Circularity Check
No significant circularity: the paper's performance claims are simulation-based and do not reduce to their inputs by construction.
full rationale
The paper's load-bearing claims are (i) greedy achieves high sum rate at the cost of fairness, and (ii) wait-time/queue-based weight updates improve the mean and variance of admission ratio with modest sum-rate loss. Both claims are established by Monte Carlo simulation over 500 slots and 1000 repetitions, not by deriving a target result from fitted parameters. The fair weight updates (w_i <- w_i + 1 / max(w_i - 1, 1) and w_i <- w_i + lambda_i / max(w_i + lambda_i - r_i, 0)) are explicit algorithm definitions; the measured admission-ratio improvement is an empirical consequence of those rules, not a quantity used to define the rules. The phrase "greedy algorithm can sustain higher achievable sum rate as it is designed to do" acknowledges a design sanity check rather than presenting a derived prediction. The exhaustive-search baseline is explicitly acknowledged to be incomplete for n_o > 5 because (n_o+1)^n_o exceeds the 50,000 searched schedules; this is a validity limitation, not a circular step. The only self-citation, [13], supports the background claim that single-hop rate optimization is nonconvex and is not load-bearing for the paper's fairness or sum-rate conclusions. Since no prediction is algebraically identical to an input and no fitted parameter is renamed as a result, there is no circularity.
Assumptions & free parameters
free parameters (4)
- path loss coefficient alpha =
2 and 4
- relay traffic rate r_j^(2) =
drawn uniformly from [0, r_max] with r_max = 0, 0.1, 0.5
- simulation slots and repetitions =
500 slots, 1000 averaging runs
- arrival rate for queue-based algorithm =
mean total arrival rate 0.5, Bernoulli process
assumptions (4)
- domain assumption PC5 and Uu interfaces use different frequency bands, so Hop 1 and Hop 2 do not interfere.
- domain assumption The gNodeB has multiple antennas and serves multiple Hop 2 UEs without interference, while each Hop 2 UE has one interface and can relay for at most one Hop 1 UE.
- domain assumption Link capacities follow the Shannon formula with SINR using only path-loss attenuation; small-scale fading is not specified.
- ad hoc to paper A 50,000-schedule exhaustive search is treated as the global optimum for sum rate.
Cite this review
Pith. "Pith review of Relay Selection and User Equipment Admission in Resource-Efficient NextG Sidelink Communications." pith.science (2026). https://pith.science/paper/FZSXEFIC
@misc{pith2026250603328,
author = {Pith},
title = {Pith review of: Relay Selection and User Equipment Admission in Resource-Efficient NextG Sidelink Communications},
year = {2026},
howpublished = {\url{https://pith.science/paper/FZSXEFIC}},
note = {Machine review of arXiv:2506.03328}
}
read the original abstract
5G/6G sidelink communications addresses the challenge of connecting outer UEs, which are unable to directly access a base station (gNodeB), through inner UEs that act as relays to connect to the gNodeB. The key performance indicators include the achievable rates, the number of outer UEs that can connect to a gNodeB, and the latency experienced by outer UEs in establishing connections. We consider problem of determining the assignment of outer UEs to inner UEs based on the channel, interference, and traffic characteristics. We formulate an optimization problem to maximize a weighted sum rate of UEs, where weights can represent priority, waiting time, and queue length. This optimization accommodates constraints related to channel and interference characteristics that influence the rates at which links can successfully carry assigned traffic. While an exhaustive search can establish an upper bound on achievable rates by this non-convex optimization problem, it becomes impractical for larger number of outer UEs due to scalability issues related to high computational complexity. To address this, we present a greedy algorithm that incrementally selects links to maximize the sum rate, considering already activated links. This algorithm, although effective in achieving high sum rates, may inadvertently overlook some UEs, raising concerns about fairness. To mitigate this, we introduce a fairness-oriented algorithm that adjusts weights based on waiting time or queue length, ensuring that UEs with initially favorable conditions do not unduly disadvantage others over time. We show that this strategy not only improves the average admission ratio of UEs but also ensures a more equitable distribution of service among them, thereby providing a balanced and fair solution to sidelink communications.
Figures
Figures from the paper (10 more)
Reference graph
Works this paper leans on
-
[13]
Distributed stochastic power control in ad hoc networks: a nonconvex optimization case,
L. Yang, Y . E. Sagduyu, J. Zhang, and J. H. Li, “Distributed stochastic power control in ad hoc networks: a nonconvex optimization case,” EURASIP Journal on Wireless Communications and Networking, 2012
work page 2012
-
[1]
Who needs basestations when we have sidelinks?
V . Weerackody, K. Benson, and S. Roy, “Who needs basestations when we have sidelinks?”Global Communications, 2023
work page 2023
-
[2]
V2X in 3GPP standardization: NR sidelink in release-16 and beyond,
M. Harounabadi, D. M. Soleymani, S. Bhadauria, M. Leyh, and E. Roth- Mandutz, “V2X in 3GPP standardization: NR sidelink in release-16 and beyond,”IEEE Communications Standards Magazine, 2021
work page 2021
-
[3]
3GPP NR sidelink transmissions toward 5G V2X,
S.-Y . Lien, D.-J. Deng, C.-C. Lin, H.-L. Tsai, T. Chen, C. Guo, and S.- M. Cheng, “3GPP NR sidelink transmissions toward 5G V2X,”IEEE Access, 2020
work page 2020
-
[4]
5G advanced: Sidelink evolution,
K. Ganesan, “5G advanced: Sidelink evolution,”IEEE Communications Standards Magazine, 2023
work page 2023
-
[5]
R. Shrivastava, S. Hegde, and O. Blume, “Sidelink evolution toward 5G-A/6G future considerations for standardization of group communi- cations,”IEEE Communications Standards Magazine, 2023
work page 2023
-
[6]
On the design of sidelink for cellular V2X: A literature review and outlook for future,
A. Bazzi, A. O. Berthet, C. Campolo, B. M. Masini, A. Molinaro, and A. Zanella, “On the design of sidelink for cellular V2X: A literature review and outlook for future,”IEEE Access, 2021
work page 2021
-
[7]
Open source-based over-the-air 5G new radio sidelink testbed,
M. Elkadi, D. Kim, E. Ahmed, A. Le, M. Sadeghi, P. Russell, and B. Ryu, “Open source-based over-the-air 5G new radio sidelink testbed,” inIEEE Military Communications Conference (MILCOM), 2023
work page 2023
Show all 14 references
-
[8]
System- level evaluation of 5G NR UE-based relays,
S. Gamboa, A. B. Mosbah, W. Garey, C. Liu, and R. Rouil, “System- level evaluation of 5G NR UE-based relays,” inIEEE MILCOM, 2023
2023
-
[9]
Sideseeker: Contention-based distributed relay finding for sidelink mesh networks,
T. Wang, X. Wang, and Y .-B. Lin, “Sideseeker: Contention-based distributed relay finding for sidelink mesh networks,”IEEE Wireless Communications Letters, 2024
2024
-
[10]
Generalized multi-hop NR sidelink relay for future V2X communication,
Q. Fu and J. Liu, “Generalized multi-hop NR sidelink relay for future V2X communication,”IEEE/ACM Transactions on Networking, 2023
2023
-
[11]
Performance characterization of joint communication and sens- ing with beyond 5G NR-V2X sidelink,
N. Decarli, S. Bartoletti, A. Bazzi, R. A. Stirling-Gallacher, and B. M. Masini, “Performance characterization of joint communication and sens- ing with beyond 5G NR-V2X sidelink,”IEEE Transactions on Vehicular Technology, 2024
2024
-
[12]
NR sidelink mode 2 in unlicensed bands: Throughput model & validation,
V . Weerackody, H. Yin, and S. Roy, “NR sidelink mode 2 in unlicensed bands: Throughput model & validation,”IEEE Transactions on Com- munications, 2024
2024
-
[14]
Stability properties of constrained queueing systems and scheduling policies for maximum throughput in multihop radio networks,
L. Tassiulas and A. Ephremides, “Stability properties of constrained queueing systems and scheduling policies for maximum throughput in multihop radio networks,”IEEE Transactions on Automatic Control, 1992
1992
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.