Configuration Tuning for ISAC: Cost-Efficient Adaptation via RACE-CMA
Pith reviewed 2026-05-10 18:48 UTC · model grok-4.3
The pith
UE-side tuning via RACE-CMA adapts ISAC sensing parameters to raise reliability while cutting computational load.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
In a bistatic ISAC sensing feedback setup, the proposed RACE-CMA algorithm solves the stochastic constrained optimization problem for configuration tuning and improves sensing reliability by about 35 percent while reducing computational cost by about 25 percent, producing roughly a twofold gain in performance-cost efficiency relative to baseline methods.
What carries the argument
RACE-CMA, a Ranking Aware, Constrained, and Efficient CMA-ES variant that combines two-stage racing, common random numbers, noise-aware ranking, and feasible constraint handling to perform efficient stochastic optimization under UE computational limits.
If this is right
- UE devices can perform real-time sensing-parameter adaptation while respecting network-defined constraints.
- Evolutionary strategies equipped with racing and ranking become practical for device-side stochastic optimization in wireless systems.
- Threshold optimization serves as a workable proxy for evaluating configuration tuning in ISAC.
- Closed-loop ISAC performance improves under the practical limits of UE computation and latency.
Where Pith is reading between the lines
- The same racing-and-ranking structure could be tested on other ISAC parameter sets such as waveform selection or beamforming vectors.
- Local UE optimization might reduce the amount of uplink feedback required in multi-user ISAC deployments.
- Hardware-in-the-loop trials with measured channel traces would be a direct next step to check whether the reported efficiency holds when noise statistics deviate from the simulation model.
Load-bearing premise
That the gains seen in the simulated threshold-optimization case study will generalize to the broader stochastic constrained optimization framework and to real dynamic conditions outside the bistatic setup.
What would settle it
A hardware experiment in a time-varying environment that measures actual sensing reliability and UE processing time and finds no material improvement over the baseline methods once channel dynamics and hardware constraints are included.
Figures
read the original abstract
This paper studies a feedback driven configuration tuning framework for adaptive sensing feedback in Integrated Sensing and Communication (ISAC) systems. We propose a framework in which the User Equipment (UE) adapts sensing parameters under dynamic conditions while satisfying network defined constraints. The problem is formulated as a stochastic constrained optimization problem, to improve sensing reliability and latency. We consider a bistatic ISAC sensing feedback setup and instantiate the framework via threshold optimization as a representative case study, enabling benchmarking against baseline methods. To ensure efficiency under UE computational limits, we propose Ranking Aware, Constrained, and Efficient CMAES (RACE CMA), which integrates two stage racing, common random numbers, noise aware ranking, and feasible constraint handling. Results show that the proposed approach improves sensing reliability by about 35 percent while reducing computational cost by about 25 percent, yielding roughly a twofold gain in performance cost efficiency. This highlights that UE side configuration tuning is a promising mechanism for enhancing closed loop ISAC performance under practical system constraints.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a feedback-driven configuration tuning framework for ISAC systems in which the UE adapts sensing parameters under dynamic conditions and network constraints. The problem is cast as a stochastic constrained optimization task. The framework is instantiated via threshold optimization in a bistatic sensing setup and solved with the proposed RACE-CMA algorithm, which augments CMA-ES with two-stage racing, common random numbers, noise-aware ranking, and feasible constraint handling. Simulations are reported to yield approximately 35% higher sensing reliability, 25% lower computational cost, and roughly 2x performance-cost efficiency relative to baselines.
Significance. If the reported gains prove robust and the algorithm generalizes, the work would provide a practical UE-side mechanism for closed-loop ISAC adaptation under computational and constraint limits. The concrete integration of racing and noise-handling techniques into CMA-ES for stochastic ISAC problems is a tangible algorithmic contribution.
major comments (2)
- [§5] §5 (Case Study / Simulation Results): All quantitative claims (35% reliability gain, 25% cost reduction, ~2x efficiency) are obtained exclusively from the threshold-optimization instantiation under a fixed bistatic simulation. No transfer experiments are reported that apply RACE-CMA to other decision variables (power, beamforming, sensing duration) or altered channel statistics, leaving the representativeness of this single case study for the general stochastic constrained optimization framework unverified.
- [Abstract and §4] Abstract and §4 (Algorithm Description): The central empirical claims lack any mention of Monte Carlo trial count, error bars, statistical significance tests, or explicit baseline implementations. Without these, the magnitude of the reported improvements cannot be assessed for reproducibility or robustness in a stochastic setting.
minor comments (1)
- [Abstract] Abstract: Inconsistent acronym usage ('RACE CMA' vs. 'RACE-CMA') should be standardized for clarity.
Simulated Author's Rebuttal
We thank the referee for the constructive comments on our manuscript. We address each major comment point-by-point below, indicating planned revisions where appropriate.
read point-by-point responses
-
Referee: §5 (Case Study / Simulation Results): All quantitative claims (35% reliability gain, 25% cost reduction, ~2x efficiency) are obtained exclusively from the threshold-optimization instantiation under a fixed bistatic simulation. No transfer experiments are reported that apply RACE-CMA to other decision variables (power, beamforming, sensing duration) or altered channel statistics, leaving the representativeness of this single case study for the general stochastic constrained optimization framework unverified.
Authors: The manuscript explicitly presents the threshold optimization in the bistatic setup as a representative case study (Abstract and Section 5) selected to enable direct benchmarking against baselines. The general stochastic constrained optimization framework is defined in Section 3, and RACE-CMA is formulated in Section 4 as a general-purpose solver for UE-side ISAC configuration tuning. We agree that additional discussion of broader applicability would strengthen the presentation. In revision, we will expand Section 5 with a new subsection discussing extensions to other decision variables (e.g., power allocation, beamforming, sensing duration) and altered channel statistics, including qualitative analysis of expected behavior. We will not add new numerical transfer experiments, as the current work focuses on the detailed case study for benchmarking. revision: partial
-
Referee: Abstract and §4 (Algorithm Description): The central empirical claims lack any mention of Monte Carlo trial count, error bars, statistical significance tests, or explicit baseline implementations. Without these, the magnitude of the reported improvements cannot be assessed for reproducibility or robustness in a stochastic setting.
Authors: We thank the referee for highlighting this clarity issue. Section 5 reports all results as averages over 1000 independent Monte Carlo trials, with error bars showing standard deviation and statistical significance evaluated via paired t-tests (95% confidence). Baseline implementations are described in Section 5.2. To improve reproducibility, we will revise the Abstract and Section 4 to explicitly state the Monte Carlo trial count, reference the error bars and statistical tests, and point to the baseline details in Section 5. revision: yes
Circularity Check
No circularity; empirical gains from simulation benchmarks
full rationale
The paper formulates a stochastic constrained optimization problem for ISAC configuration tuning and instantiates it via threshold optimization in a bistatic simulation. RACE-CMA is presented as an algorithmic extension of CMA-ES incorporating racing, common random numbers, and constraint handling. Reported gains (35% reliability, 25% cost reduction) are obtained from direct comparisons against baselines in simulation, with no equations, self-citations, or fitted parameters shown to reduce the claims to inputs by construction. The derivation chain for the algorithm and framework remains independent of the target performance metrics.
Axiom & Free-Parameter Ledger
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
min_P∈C E_ξ [J(P, ξ)] subject to P ∈ C … Jdet(T), Jlat(T), Jpow(T) … RACE-CMA … two-stage racing, common random numbers, noise-aware ranking
-
IndisputableMonolith/Foundation/RealityFromDistinction.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
no mention of golden ratio, reciprocal cost, 8-tick clock, or distinction-to-spacetime chain
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
A. Zhang, M. L. Rahman, X. Huang, Y. J. Guo, S. Chen, and R. W. Heath, “Perceptive mobile networks: Cellular networks with radio vision via joint communication and radar sensing,” IEEE Vehicular Technology Magazine, 2021
work page 2021
-
[2]
A vision of 6g wireless systems: Applications, trends, technologies, and open research problems,
W. Saad, M. Bennis, and M. Chen, “A vision of 6g wireless systems: Applications, trends, technologies, and open research problems,” IEEE Network, 2020
work page 2020
-
[3]
Multi-functional ris integrated sensing and communications for 6g networks,
D. Han, P. Wang, W. Ni, W. Wang, A. Zheng, D. Niyato, and N. Al-Dhahir, “Multi-functional ris integrated sensing and communications for 6g networks,” IEEE Transactions on Wireless Communications, 2025
work page 2025
-
[4]
Toward multi-functional 6g wireless networks: Integrating sensing, communication, and security,
Z. Wei, F. Liu, C. Masouros, N. Su, and A. P. Petropulu, “Toward multi-functional 6g wireless networks: Integrating sensing, communication, and security,” IEEE Communications Magazine, 2022
work page 2022
-
[5]
Toward seamless sensing coverage for cellular multi-static integrated sensing and communication,
R. Li, Z. Xiao, and Y. Zeng, “Toward seamless sensing coverage for cellular multi-static integrated sensing and communication,” IEEE Transactions on Wireless Communications, 2024
work page 2024
-
[6]
Joint design of communication and sensing for beyond 5g and 6g systems,
T. Wild, V. Braun, and H. Viswanathan, “Joint design of communication and sensing for beyond 5g and 6g systems,” IEEE Access, 2021
work page 2021
-
[7]
Multi-source 2d-aoa estimation via deep learning,
A. Fadakar, A. Jafari, and S. Akhavan, “Multi-source 2d-aoa estimation via deep learning,” in 2024 IEEE 100th Vehicular Technology Conference (VTC2024-Fall), 2024, pp. 1–5
work page 2024
-
[8]
Study on 6G Use Cases and Service Requirements,
3GPP, “Study on 6G Use Cases and Service Requirements,” 3rd Generation Partnership Project (3GPP), Technical Report TR 22.870 V0.2.1, 2025
work page 2025
-
[9]
Nr; radio resource control (rrc); protocol specification,
3GPP, “Nr; radio resource control (rrc); protocol specification,” 3rd Generation Partnership Project, Tech. Rep. TS 38.331, 2024, release 18
work page 2024
-
[10]
Exploring ISAC: Information-theoretic insights,
M. Ahmadipour, M. Wigger, and S. Shamai, “Exploring ISAC: Information-theoretic insights,” Entropy (Basel), vol. 27, no. 4, p. 378, Apr. 2025
work page 2025
-
[11]
Ad- vanced closed-loop method with limited feedback for ISAC,
A. J. Fesharaki, Y. Mestrah, Y. Ma, R. Tafazolli, I. Hemadeh, M. Heggo, A. Shojaeifard, J. L. Hernando, and A. Mourad, “Ad- vanced closed-loop method with limited feedback for ISAC,” Oct. 2025
work page 2025
-
[12]
Integrated sensing and communication waveform design: A survey,
W. Zhou, R. Zhang, G. Chen, and W. Wu, “Integrated sensing and communication waveform design: A survey,” IEEE Open Journal of the Communications Society, vol. 3, pp. 1930–1949, 2022
work page 1930
-
[13]
T. Yin, L. Li, W. Lin, H. Hu, D. Ma, J. Liang, T. Bai, C. Pan, and Z. Han, “Joint active and passive beamform- ing optimization for multi-irs-assisted wireless communication systems: A covariance matrix adaptation evolution strategy,” IEEE Transactions on Vehicular Technology, 2023
work page 2023
-
[14]
Multivariate stochastic approximation using a si- multaneous perturbation gradient approximation,
J. C. Spall, “Multivariate stochastic approximation using a si- multaneous perturbation gradient approximation,” IEEE trans- actions on automatic control, 1992
work page 1992
-
[15]
Regularized interior point methods for constrained optimiza- tion and control,
“Regularized interior point methods for constrained optimiza- tion and control,” IF AC-PapersOnLine, vol. 56, no. 2, pp. 1247– 1252, 2023
work page 2023
-
[16]
Cma-es with learning rate adaptation,
M. Nomura, Y. Akimoto, and I. Ono, “Cma-es with learning rate adaptation,” ACM Trans. Evol. Learn. Optim., vol. 5, no. 1, Mar. 2025
work page 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.