REVIEW 2 major objections 2 minor 35 references
OpenTwin: Digital Twin Driven Closed Loop KPM Inference and Control for Open RAN
T0 review · 2 major / 2 minor · reviewed 2026-06-30 · grok-4.3
Pith's one-line read OpenTwin creates a digital twin of O-RAN that matches real key performance metrics with up to 96 percent accuracy using XGBoost and recursive least squares correction.
desk verdict OpenTwin packages an XGBoost-plus-RLS digital twin for O-RAN KPMs in the non-RT RIC, but the 96% accuracy and closed-loop claims rest on details the abstract does not supply. 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 two-step ML pipeline of XGBoost model for generating simulator configuration parameters from time-varying network behavior, followed by time-aware recursive least squares correction of KPM deviations, together with deviation-aware scoring that triggers resynchronization.
What would settle it
Sustained KPM deviation above the resynchronization threshold for more than a brief interval after setup, observed while traffic patterns or configurations vary, would show that fidelity cannot be maintained.
Extended reading notes
Core claim
OpenTwin is a digital twin framework built on an open-source O-RAN simulator with KPM streaming via the O1 interface. It uses a two-step approach in which an XGBoost model learns network behavior to produce simulator parameters and a time-aware recursive least squares tuner corrects deviations between twin and real-world KPMs. A deviation-aware scoring mechanism detects network drift and triggers automatic resynchronization. When paired with an energy-saving xApp, the framework tests policies safely in the virtual environment before live reconfiguration, achieving up to 96 percent accuracy in mirroring real KPMs without disrupting operations.
Load-bearing premise
The XGBoost configuration generator and time-aware RLS tuner together will keep simulator-to-real KPM deviation below the resynchronization threshold for operationally relevant periods even when traffic or network settings change.
Editorial extensions
If this is right
- The energy-saving xApp reduces consumption by validating policies in the twin before live application.
- Control decisions reach the physical network only after virtual validation, avoiding direct disruption.
- Automatic resynchronization maintains twin accuracy when drift is detected by the scoring mechanism.
- KPM data becomes continuously available for xApp training without sole dependence on live interface measurements.
Reading between the lines
- The same twin construction could support xApps targeting other goals such as throughput maximization or latency reduction.
- If the correction steps hold across diverse traffic, the twin might operate for longer intervals before requiring manual intervention.
- Extending the O1 streaming and scoring logic to additional interfaces could increase the range of metrics the twin can track.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces OpenTwin, a digital twin framework for O-RAN built on ns-O-RAN-flexRIC and O1 KPM streaming in the non-RT RIC. It employs a two-step ML approach—an XGBoost model to learn and generate time-varying simulator configuration parameters, followed by a time-aware recursive least squares (RLS) tuner for continuous KPM deviation correction—together with a deviation-aware scoring mechanism that triggers resynchronization on detected drift. The framework is demonstrated via an energy-saving xApp that validates policies in the twin before live application, claiming up to 96% KPM mirroring accuracy and significant energy reduction without disrupting operations.
Significance. If the twin fidelity can be sustained over operationally relevant intervals under traffic and configuration changes, OpenTwin would address key barriers to ML xApp/rApp development in O-RAN by enabling safe, data-efficient validation outside live networks. The combination of configuration generation and online correction is a pragmatic approach to simulator-to-reality alignment, though its practical value hinges on uncharacterized closed-loop duration.
major comments (2)
- [Evaluation section] Evaluation section (energy-saving xApp experiments): the headline claims of 96% KPM accuracy and disruption-free control require that the XGBoost+RLS loop keeps simulator-to-real deviation below the resynchronization threshold for operationally relevant timescales, yet no quantitative results are supplied on time-to-drift, deviation growth rate under non-stationary traffic, or resync latency impact. This leaves the central closed-loop assumption untested at the timescale that matters for continuous xApp operation.
- [System design] System design (RLS tuner and deviation-aware scoring): the description of the time-aware RLS correction and automatic resync trigger does not include the specific forgetting factor, gain schedule, or deviation threshold values used, nor any sensitivity analysis showing how these choices affect the duration before resync is required.
minor comments (2)
- [Abstract] Abstract: the 96% accuracy figure is stated without reference to the corresponding table, figure, or experimental conditions (dataset size, traffic models, baseline comparators, or error bars).
- The paper would benefit from explicit comparison against a static simulator baseline or a simpler correction method to quantify the incremental benefit of the XGBoost+RLS combination.
Simulated Author's Rebuttal
We thank the referee for the constructive comments. We address each major comment below and will revise the manuscript accordingly to strengthen the evaluation and system design sections.
read point-by-point responses
-
Referee: [Evaluation section] Evaluation section (energy-saving xApp experiments): the headline claims of 96% KPM accuracy and disruption-free control require that the XGBoost+RLS loop keeps simulator-to-real deviation below the resynchronization threshold for operationally relevant timescales, yet no quantitative results are supplied on time-to-drift, deviation growth rate under non-stationary traffic, or resync latency impact. This leaves the central closed-loop assumption untested at the timescale that matters for continuous xApp operation.
Authors: We acknowledge that the evaluation does not supply explicit quantitative results on time-to-drift, deviation growth under non-stationary traffic, or resync latency. While the reported experiments achieve 96% fidelity without resynchronization during the test duration, this does not fully characterize operationally relevant timescales. In the revised manuscript we will add new experiments and analysis quantifying these metrics to substantiate closed-loop duration. revision: yes
-
Referee: [System design] System design (RLS tuner and deviation-aware scoring): the description of the time-aware RLS correction and automatic resync trigger does not include the specific forgetting factor, gain schedule, or deviation threshold values used, nor any sensitivity analysis showing how these choices affect the duration before resync is required.
Authors: We agree that the specific RLS parameters (forgetting factor, gain schedule, deviation threshold) and sensitivity analysis were not provided. In the revision we will include these values and add a sensitivity study showing their effect on resynchronization interval. revision: yes
Circularity Check
No circularity: accuracy reported as measured experimental outcome, not forced by construction
full rationale
The described framework trains XGBoost on observed network behavior to set simulator parameters and applies RLS to reduce measured deviations, then reports mirroring accuracy as an experimental result (up to 96%). No equations, self-definitions, or fitted quantities are presented as independent predictions. The deviation-aware resync trigger is a control mechanism, not a redefinition of the fidelity metric. No self-citations or imported uniqueness results appear in the provided text. The derivation chain therefore remains self-contained against external benchmarks.
Assumptions & free parameters
free parameters (2)
- XGBoost model hyperparameters
- RLS forgetting factor or gain
assumptions (1)
- domain assumption The ns-O-RAN-flexRIC simulator provides a sufficiently faithful base model of O-RAN behavior once its configuration parameters are set.
Cite this review
Pith. "Pith review of OpenTwin: Digital Twin Driven Closed Loop KPM Inference and Control for Open RAN." pith.science (2026). https://pith.science/paper/FMVA7LDS
@misc{pith2026260524662,
author = {Pith},
title = {Pith review of: OpenTwin: Digital Twin Driven Closed Loop KPM Inference and Control for Open RAN},
year = {2026},
howpublished = {\url{https://pith.science/paper/FMVA7LDS}},
note = {Machine review of arXiv:2605.24662}
}
read the original abstract
The open radio access network (O-RAN) RAN intelligent controller (RIC) hosts data-driven xApps and rApps to optimize network performance. However, two challenges hinder ML-driven xApp/rApp development: (i) key performance metric (KPM) data scarcity caused by interface latency, and (ii) network disruption risks when testing and validating AI models directly on live networks. We develop OpenTwin, a digital twin framework built on an open-source O-RAN simulator (ns-O-RAN-flexRIC) and KPM streaming via the O1 interface, deployed within the non-RT RIC. OpenTwin uses a two-step ML approach: an XGBoost model that learns time-varying network behavior to generate simulator configuration parameters, followed by a time-aware recursive least squares (RLS) tuner that continuously corrects KPM deviations between the twin and real-world measurements. A deviation-aware scoring mechanism monitors twin fidelity and automatically triggers resynchronization upon detecting network drift. We demonstrate OpenTwin with an energy-saving xApp that validates control policies in the virtual space before applying reconfigurations to the physical network. Experimental results show that OpenTwin mirrors real-world KPMs with up to 96% accuracy and enables the xApp to significantly reduce energy consumption without disrupting live operations.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
N. D. Tripathi and V . K. Shah,Fundamentals of O-RAN. John Wiley & Sons, 2025
work page 2025
-
[2]
Toward next generation open radio access networks: What O-RAN can and cannot do!
A. S. Abdalla, P. S. Upadhyaya, V . K. Shah, and V . Marojevic, “Toward next generation open radio access networks: What O-RAN can and cannot do!”IEEE Netw., vol. 36, no. 6, pp. 206–213, 2022
work page 2022
-
[3]
Managing O-RAN networks: xApp development from zero to hero,
J. F. Santos, A. Huff, D. Campos, K. V . Cardoso, C. B. Both, and L. A. DaSilva, “Managing O-RAN networks: xApp development from zero to hero,”IEEE Commun. Surveys Tuts., 2025
work page 2025
-
[4]
Research nester global market size, forecast, and trend highlights over 2024 - 2036. Accessed:2026-03-25. [Online]. Available: https://www.researchnester.com/reports/open-radio-access- network-market/2781
work page 2024
-
[5]
Open RAN for 6G networks: Architecture, use cases and open issues,
B. Agarwal, R. Irmer, D. Lister, and G.-M. Muntean, “Open RAN for 6G networks: Architecture, use cases and open issues,”IEEE Commun. Surveys Tuts., 2025
work page 2025
-
[6]
SenseORAN: O-RAN-based radar detection in the CBRS band,
G. Reus-Muns, P. S. Upadhyaya, U. Demir, N. Stephenson, N. Soltani, V . K. Shah, and K. R. Chowdhury, “SenseORAN: O-RAN-based radar detection in the CBRS band,”IEEE J. Sel. Areas Commun., vol. 42, no. 2, pp. 326–338, 2023
work page 2023
-
[7]
O-RAN massive MIMO use cases technical report 1.0,
O-RAN Alliance, “O-RAN massive MIMO use cases technical report 1.0,” O-RAN Alliance, Tech. Rep., 2022, release v01.00. [Online]. Available: https://specifications.o-ran.org/specifications
work page 2022
-
[8]
Network digital twin: Context, enabling technologies, and opportuni- ties,
P. Almasan, M. Ferriol-Galm ´es, J. Paillisse, J. Su ´arez-Varela, D. Perino, D. L ´opez, A. A. P. Perales, P. Harvey, L. Ciavaglia, L. Wonget al., “Network digital twin: Context, enabling technologies, and opportuni- ties,”IEEE Commun. Mag., vol. 60, no. 11, pp. 22–27, 2022
work page 2022
Show all 35 references
-
[9]
Digital network twins for next-generation wireless: Creation, optimization, and challenges,
Z. Zhang, Z. Peng, H. Yu, M. Chen, and Y . Liu, “Digital network twins for next-generation wireless: Creation, optimization, and challenges,” IEEE network, 2025
2025
-
[10]
Digital network twins for next-generation wireless: Creation, optimization, and challenges,
——, “Digital network twins for next-generation wireless: Creation, optimization, and challenges,”arXiv preprint arXiv:2410.18002, 2024
2024
-
[11]
Generative AI empowered network digital twins: Architecture, technologies, and applications,
T. Li, Q. Long, H. Chai, S. Zhang, F. Jiang, H. Liu, W. Huang, D. Jin, and Y . Li, “Generative AI empowered network digital twins: Architecture, technologies, and applications,”ACM Comput. Surveys, vol. 57, no. 6, pp. 1–43, 2025
2025
-
[12]
A comprehensive survey of network digital twin architecture, capabili- ties, challenges, and requirements for edge–cloud continuum,
S. M. Raza, R. Minerva, N. Crespi, M. Alvi, M. Herath, and H. Dutta, “A comprehensive survey of network digital twin architecture, capabili- ties, challenges, and requirements for edge–cloud continuum,”Comput. Commun., vol. 236, p. 108144, 2025
2025
-
[13]
Synergizing AI and digital twins for next-generation network optimization, forecasting, and security,
Z. Zhang, M. Fang, D. Chen, X. Yang, and Y . Liu, “Synergizing AI and digital twins for next-generation network optimization, forecasting, and security,”IEEE Wireless Commun., vol. 32, no. 3, pp. 98–105, 2025
2025
-
[14]
Digital twin network – requirements and architecture,
ITU-T-3090, “Digital twin network – requirements and architecture,” International Telecommunication Union, Recommendation Y .3090, 2 2022, available: https://www.itu.int/rec/T-REC-Y .3090-202202-I/en
2022
-
[15]
IMT towards 2030 and beyond (IMT-2030),
ITU-R WP 5D, “IMT towards 2030 and beyond (IMT-2030),” https://www.itu.int/en/ITU-R/study-groups/rsg5/rwp5d/imt-2030/pages/ default.aspx, 2023, accessed: 2025-11-30
-
[16]
Developing next- generation wireless networks with NVIDIA aerial omniverse digital twin,
J. Yang, M. Andersin, T. Balercia, and C. Chong, “Developing next- generation wireless networks with NVIDIA aerial omniverse digital twin,” https://developer.nvidia.com/blog/developing-next-gen-wireless- networks-with-nvidia-aerial-omniverse-digital-twin/, 2024, accessed: 2025-11-30
2024
-
[17]
ML-enabled open RAN: A comprehensive survey of architectures, challenges, and opportunities,
M. C. Kirana, P. Keyela, F. Rostamian, D. H. Tashman, and S. Cherkaoui, “ML-enabled open RAN: A comprehensive survey of architectures, challenges, and opportunities,”IEEE Commun. Surveys Tut., vol. 28, pp. 4948–4979, 2026
2026
-
[18]
Colosseum: The open RAN digital twin,
M. Polese, L. Bonati, S. D’Oro, P. Johari, D. Villa, S. Velumani, R. Gangula, M. Tsampazi, C. Paul Robinson, G. Gemmi, A. Lacava, S. Maxenti, H. Cheng, and T. Melodia, “Colosseum: The open RAN digital twin,”IEEE Open J. Commun. Soc., vol. 5, pp. 5452–5466, 2024
2024
-
[19]
SAJD: Self-adaptive jamming attack detection in AI/ML integrated 5G O-RAN networks,
M. H. Rahman, M. S. Hossen, N. H. Stephenson, V . K. Shah, and A. Da Silva, “SAJD: Self-adaptive jamming attack detection in AI/ML integrated 5G O-RAN networks,” inProc. IEEE Military Commun. Conf. (MILCOM), 2025, pp. 1130–1135
2025
-
[20]
A demonstration of self-adaptive jamming attack detection in AI/ML integrated O-RAN,
M. H. Rahman, M. S. Hossen, N. H. Stephenson, V . K. Shah, and A. D. Silva, “A demonstration of self-adaptive jamming attack detection in AI/ML integrated O-RAN,” inProc. IEEE Military Commun. Conf. (MILCOM), 2025, pp. 901–902
2025
-
[21]
ZT-RIC: A zero trust RIC framework for ensuring data privacy and confidentiality in open RAN,
D. Lin, S. Bhargav, A. Chiejina, M. I. Ibrahem, and V . K. Shah, “ZT-RIC: A zero trust RIC framework for ensuring data privacy and confidentiality in open RAN,” inProc. IEEE Consum. Commun. Netw. Conf. (CCNC), 2025, pp. 1–7
2025
-
[22]
RIC-TaaP: RIC testing as a platform,
EURECOM, “RIC-TaaP: RIC testing as a platform,” Accessed: 2026- 03-25. [Online]. Available: https://github.com/Orange-OpenSource/ns- O-RAN-flexric
2026
-
[23]
Un- derstanding O-RAN: Architecture, interfaces, algorithms, security, and research challenges,
M. Polese, L. Bonati, S. D’oro, S. Basagni, and T. Melodia, “Un- derstanding O-RAN: Architecture, interfaces, algorithms, security, and research challenges,”IEEE Commun. Surveys Tuts., vol. 25, no. 2, pp. 1376–1411, 2023
2023
-
[24]
A comprehensive tutorial and survey of o-ran: Exploring slicing-aware architecture, deployment options, use cases, and challenges,
K. Alam, M. A. Habibi, M. Tammen, D. Krummacker, W. Saad, M. Di Renzo, T. Melodia, X. Costa-P ´erez, M. Debbah, A. Duttaet al., “A comprehensive tutorial and survey of o-ran: Exploring slicing-aware architecture, deployment options, use cases, and challenges,”IEEE Communicatio...
2025
-
[25]
A tutorial on O-RAN deployment solutions for 5G: From simula- tion to emulated and real testbeds,
J. L. Herrera, S. Montebugnoli, D. Scotece, L. Foschini, and P. Bellav- ista, “A tutorial on O-RAN deployment solutions for 5G: From simula- tion to emulated and real testbeds,”IEEE Commun. Surveys Tut., 2025
2025
-
[26]
Programmable and customized intelligence for traffic steering in 5G networks using open RAN archi- tectures,
A. Lacava, M. Polese, R. Sivaraj, R. Soundrarajan, B. S. Bhati, T. Singh, T. Zugno, F. Cuomo, and T. Melodia, “Programmable and customized intelligence for traffic steering in 5G networks using open RAN archi- tectures,”IEEE Trans. Mobile Comput., vol. 23, no. 4, pp. 2882–2897, 2023
2023
-
[27]
Intel- ligent traffic steering in beyond 5G open RAN based on LSTM traffic prediction,
F. Kavehmadavani, V .-D. Nguyen, T. X. Vu, and S. Chatzinotas, “Intel- ligent traffic steering in beyond 5G open RAN based on LSTM traffic prediction,”IEEE Trans. Wireless Commun., vol. 22, no. 11, pp. 7727– 7742, 2023
2023
-
[28]
NeutRAN: An open RAN neutral host architecture for zero-touch RAN and spectrum sharing,
L. Bonati, M. Polese, S. D’Oro, S. Basagni, and T. Melodia, “NeutRAN: An open RAN neutral host architecture for zero-touch RAN and spectrum sharing,”IEEE Trans. Mobile Comput., vol. 23, no. 5, pp. 5786–5798, 2023
2023
-
[29]
Det-RAN: Data-driven cross-layer real-time attack detection in 5G open RANs,
A. Scalingi, S. D’Oro, F. Restuccia, T. Melodia, and D. Giustiniano, “Det-RAN: Data-driven cross-layer real-time attack detection in 5G open RANs,” inProc. IEEE INFOCOM Conf., 2024, pp. 41–50
2024
-
[30]
QACM: QoS-aware xApp conflict mitigation in open RAN,
A. Wadud, F. Golpayegani, and N. Afraz, “QACM: QoS-aware xApp conflict mitigation in open RAN,”IEEE Trans. Green Commun. Netw., vol. 8, no. 3, pp. 978–993, 2024
2024
-
[31]
Federated deep reinforcement learning for open RAN slicing in 6G networks,
A. Abouaomar, A. Taik, A. Filali, and S. Cherkaoui, “Federated deep reinforcement learning for open RAN slicing in 6G networks,”IEEE Commun. Mag., vol. 61, no. 2, pp. 126–132, 2022
2022
-
[32]
The ns-3 network simulator,
G. F. Riley and T. R. Henderson, “The ns-3 network simulator,” in Model. Tools Netw. Simul.Springer, 2010, pp. 15–34
2010
-
[33]
OpenRAN Gym: An open toolbox for data collection and experimentation with AI in O-RAN,
L. Bonati, M. Polese, S. D’Oro, S. Basagni, and T. Melodia, “OpenRAN Gym: An open toolbox for data collection and experimentation with AI in O-RAN,” inProc. IEEE Wireless Commun. Netw. Conf., 2022, pp. 518–523
2022
-
[34]
ns-O-RAN: Simulating O-RAN 5G systems in ns-3,
A. Lacava, M. Bordin, M. Polese, R. Sivaraj, T. Zugno, F. Cuomo, and T. Melodia, “ns-O-RAN: Simulating O-RAN 5G systems in ns-3,” inProc. Workshop ns-3, ser. WNS3 ’23. NY , USA: Association for Computing Machinery, 2023, p. 35–44
2023
-
[35]
O-RAN with machine learning in ns-3,
W. Garey, T. Ropitault, R. Rouil, E. Black, and W. Gao, “O-RAN with machine learning in ns-3,” inProc. Workshop ns-3. NY , USA: Association for Computing Machinery, 2023, p. 60–68
2023
Reviewed June 30, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.