REVIEW 3 major objections 5 minor 18 references
Next-Generation Sustainable Wireless Systems: Energy Efficiency Meets Environmental Impact
T0 review · 3 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read This paper claims that putting carbon emissions per bit directly into a 6G resource-allocation objective, solved with multi-objective reinforcement learning, reduces average emissions per bit by about 26% at matched delay and energy efficie
desk verdict Worth a serious referee because the carbon-per-bit control problem is real, but the MDP formulation and Pareto-optimality claims don't hold as written; expect major revisions. 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 load-bearing object is the emissions-per-bit sustainability metric, which compares actual carbon emitted per delivered bit against an all-non-renewable baseline, making it dimensionless and directly optimizable. The solver is a variational multi-objective reinforcement learning update in which each objective gets a local policy, and the global policy is the weighted average of those local policies, with preference weights selecting the operating point on the Pareto frontier. An LSTM predictive model of emissions evolution is used to turn the per-slot metric into a long-term objective.
What would settle it
Retrain the same multi-objective reinforcement learning controller with the state expanded to include battery level, queue backlog, and current channel coefficients for each server, keeping the same objectives and simulator. If the emissions-per-bit versus delay Pareto frontier does not shift, the emissions-only state suffices; if it shifts measurably, the claimed optimality rests on an incomplete state and the 26% reduction is not attributable to the stated mechanism.
Extended reading notes
Core claim
The central claim is that carbon emissions per bit can serve as a sustainable and actionable control objective for a downlink 6G system with heterogeneous CPU/GPU servers and mixed renewable/grid/battery energy. The paper defines the per-server emissions per bit and a network sustainability measure equal to the square of one minus the ratio of actual emissions per bit to the emissions per bit that would occur if all energy came from non-renewable sources. It then formulates a multi-objective problem maximizing long-term sustainability, minimizing energy per bit, and minimizing average delay, and solves it with multi-objective reinforcement learning. The resulting global policy is a convex co
Load-bearing premise
The approach assumes that knowing each server's current emissions per bit is enough to decide the best actions, even though delays and energy use also depend on battery levels, queue backlogs, and random channel and traffic conditions that are not part of that state.
Editorial extensions
If this is right
- Operators can optimize a concrete, measurable target—CO2 per delivered bit—instead of treating carbon as a side effect of energy use.
- At matched QoS, the reported simulation results indicate roughly 26% lower average emissions per bit under varying packet arrival rates than methods that ignore carbon in the control objective.
- Changing the preference weights moves the operating point along an emissions-versus-delay Pareto frontier, from about 33% emission reduction at low delay to about 9% at high delay.
- Because the metric is defined from server-level emissions per bit, it applies across heterogeneous CPU/GPU servers and mixed renewable/grid/battery energy, so the same controller can govern different hardware configurations.
- Using a predictive model of emissions evolution favors reductions averaged over many time slots rather than instantaneous dips, which matters when renewable supply and battery levels change over time.
Reading between the lines
- Editorial extension: the metric's relative form—actual carbon per bit divided by an all-fossil baseline—is not tied to 6G specifics, so it could be reused for edge data centers, IoT gateways, or any system that can attribute energy to delivered bits.
- Editorial extension: the 26% figure comes from a simulator with relatively stable emission factors and channel statistics; in the field, emission factors vary hourly, so a deployment would need online estimates, and the realized reduction could differ.
- Editorial extension: the most direct test of the modeling assumptions is to add battery levels, queue backlogs, and channel states to the reinforcement learning state; whether the gains survive a richer state is an open question.
- Editorial extension: because the preference weights are exposed parameters, the same framework could be adapted to per-user carbon budgets or regulatory emissions caps by adding constraints on cumulative emissions per bit.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a carbon-emissions-per-bit sustainability metric S(t) (Eq. (12)) for a multi-server downlink system with renewable and grid energy sources, and formulates a multi-objective resource allocation problem P1 (Eq. (13)) that jointly maximizes long-term sustainability, minimizes energy per bit, and minimizes average delay. The solution method is an MORL framework: the state is defined as the vector of per-server emissions per bit, an LSTM is used as an environment model, and a variational inference procedure over three Q-functions produces a global policy π(a_t|s_t,V). The paper claims this policy achieves a Pareto-optimal tradeoff and reports about 26% lower average emissions per bit than baselines that do not include carbon emissions in their control objective.
Significance. If the formal claims are supported, the paper would provide a concrete, operationalizable way to include carbon footprint in 6G resource allocation and would demonstrate a tradeoff between sustainability, energy, and delay. The emissions-per-bit metric itself, normalized by an all-non-renewable baseline, is a reasonable and useful construct, and the paper explicitly targets joint computing, communication, and energy control rather than energy efficiency alone. However, the theoretical guarantees are not currently backed by a well-posed MDP, the central policy-composition proof is omitted, and the headline 26% improvement is a direct consequence of training on S(t). The significance of the work therefore depends on whether the MDP can be reformulated and whether the matched-QoS and statistical claims can be substantiated.
major comments (3)
- [§III-A, Eqs. (9)-(13)] The MORL state is not sufficient and the transition is not deterministic. Section III-A defines s_t = (Cb_1(t), ..., Cb_M(t)) and states that "state transitions are deterministic and follow (11)". This is load-bearing and incorrect. From (11), c_k(t) is a linear combination of energy decisions, and Cb_k(t) = c_k(t)/(T Σ_{u∈M_k} R_u(t)); R_u(t) depends on the stochastic channel h_u(t) and the transmit powers, so the next Cb is not a deterministic function of (s_t, a_t). Moreover, constraint (13d) and battery dynamics (2) require b_k(t−1) in the state, and the delay objective (10) depends on the queue backlog Ω_k(t) evolving stochastically through (9). Two states with identical Cb_k(t) can have different feasible action sets and different delay consequences. Consequently, the Q-functions in (14), the variational updates (16)–(18), and the Bellman-style argument underlying Lemma 1 are not j
- [§III-A, Eq. (16) and Lemma 1] The proof of the central policy-composition result is omitted, and the "local optimum" claim is unsupported. Lemma 1 states that the global policy is π = Σ_r ζ_r q_r, and the text concludes that alternating optimization "leads to a local optimum". The proof is explicitly omitted ("We omit the details due to space constraints"), and the variational derivation after (16) is also skipped ("we skip the details here"). The result is not immediate because q_r in (19) itself depends on the current π via p(Z_r,t | s_t, a_t), so the alternating scheme is a fixed-point iteration; no convergence or local-optimality proof is provided. Since this is the mechanism behind the claimed Pareto-optimal global policy, the gap is material.
- [Abstract, §IV, Eq. (12) and Fig. 2] The headline 26% reduction in emissions per bit is partly by construction. The reward Q1 in (14) maximizes S(t), and S(t) in (12) is a monotone transform of the ratio Σ_k Cb_k(t)/Cb_ψ(t); hence the agent is trained specifically to minimize emissions per bit. Comparing this agent with baselines whose reward does not contain that term will naturally produce a reduction in that same metric. The non-circular content of the claim is that energy and delay are matched and that the reduction is statistically meaningful. However, Figs. 2 and 3 show no error bars or multiple-seed variance, and the paper does not report whether constraints (13d)–(13g) are actually satisfied. Please report the achieved energy and delay values, confidence intervals, and constraint-violation rates.
minor comments (5)
- [Eq. (14)] Q2 contains a double negative "--lim" before the first term; this is presumably a typo and should be a single minus sign.
- [Eq. (6) and preceding rate expression] The interference index is written as "i≠k" in one place and "i≠u" in another; the notation for channel coefficients also switches between h_u and h_k. Please make the indices consistent.
- [Fig. 4] The horizontal-axis label appears corrupted ("10-4" appears in the axis title), and the delay units are unclear. Please fix the axis labels and state whether delay is in milliseconds or seconds.
- [Algorithm 1 and §III-A] The LSTM architecture, prediction horizon T, number of epochs, and the update rule for the Lagrange multipliers λ_i are not specified. These details are needed for reproducibility and for judging whether the predictive model actually tracks (11) faithfully.
- [Related work, §I-A] Reference [8] already defines network carbon intensity as the ratio of total carbon emissions to total data traffic; the distinction between Cb_k and NCI should be stated more explicitly, since the novel content appears to be the joint optimization enabled by the metric rather than the metric itself.
Circularity Check
Headline 26% emissions-per-bit reduction is the optimized objective itself; MORL state excludes variables needed for the MDP.
-
self definitional
[Section II-C Eq. (12) and Section IV (results)]
"S(t) = (1 - Σ_{k=1}^M Cb_k(t)/Cb_ψ(t))^2 ... our proposed solution can achieve a 26% lower average carbon emissions for varying packet arrival rates in comparison to the baselines, while achieving the same energy efficiency and average delay values."
The first objective in (13a) is to maximize the long-term average of S(t). By (12), S(t) is a squared decreasing function of the emissions-per-bit ratio (Σ Cb_k / Cb_ψ), so a policy trained to maximize S(t) is, by construction, a policy trained to minimize emissions per bit. Reporting a 26% reduction in emissions per bit compared to baselines that do not include this objective is therefore a measure of on-objective performance, not an independent prediction. The claim would only be non-circular if energy efficiency and delay were demonstrated to be unchanged; the paper asserts this but provides no supporting data.
full rationale
The main quantitative claim—26% lower emissions per bit—reduces by construction to the reward function being optimized: S(t) is a monotone transform of the emissions-per-bit ratio, so maximizing it is equivalent to minimizing emissions per bit. This is a partial circularity, not a validated out-of-sample prediction. The paper's Pareto-optimality claim is further weakened by a non-circular correctness gap: §III-A defines the state as only emissions per bit and asserts deterministic transitions via (11), but the constraints and delay objective depend on battery levels, queue backlogs, and stochastic channels, so the Bellman optimality argument does not hold as stated. There are no self-citations or imported uniqueness theorems; the variational derivation is borrowed from [18], an external source, and Lemma 1's proof is omitted but standard. Because the central 26% figure is the value of the optimized objective, and the equal-energy/delay assertion is unsupported, the circularity score is 6.
Assumptions & free parameters
free parameters (3)
- Emission factors w_u, w_g, w_d =
not reported in Table I
- Computing energy model constants (alpha_k, beta_k, A_s, B_s, C_s) =
not reported in Table I
- MORL hyperparameters (zeta_r, rho_r, lambda_i), look-ahead horizon T, LSTM configuration =
not reported
assumptions (4)
- ad hoc to paper The emissions-per-bit vector is a sufficient state for the multi-objective MDP, and state transitions are deterministic via Eq. (11)
- domain assumption The variational derivation of [18] carries over to this constrained wireless setting, including the KL-based local optimality argument
- standard math Little's law yields the long-run average queuing delay in (10)
- domain assumption Capacity-achieving Gaussian downlink with known channels as in (5)-(6)
Cite this review
Pith. "Pith review of Next-Generation Sustainable Wireless Systems: Energy Efficiency Meets Environmental Impact." pith.science (2026). https://pith.science/paper/4ZYJSMKN
@misc{pith2026250902395,
author = {Pith},
title = {Pith review of: Next-Generation Sustainable Wireless Systems: Energy Efficiency Meets Environmental Impact},
year = {2026},
howpublished = {\url{https://pith.science/paper/4ZYJSMKN}},
note = {Machine review of arXiv:2509.02395}
}
read the original abstract
Aligning with the global mandates pushing towards advanced technologies with reduced resource consumption and environmental impacts, the sustainability of wireless networks becomes a significant concern in 6G systems. To address this concern, a native integration of sustainability into the operations of next-generation networks through novel designs and metrics is necessary. Nevertheless, existing wireless sustainability efforts remain limited to energy-efficient network designs which fail to capture the environmental impact of such systems. In this paper, a novel sustainability metric is proposed that captures emissions per bit, providing a rigorous measure of the environmental footprint associated with energy consumption in 6G networks. This metric also captures how energy, computing, and communication resource parameters influence the reduction of emissions per bit. Then, the problem of allocating the energy, computing and communication resources is posed as a multi-objective (MO) optimization problem. To solve the resulting non-convex problem, our framework leverages MO reinforcement learning (MORL) to maximize the novel sustainability metric alongside minimizing energy consumption and average delays in successfully delivering the data, all while adhering to constraints on energy resource capacity. The proposed MORL methodology computes a global policy that achieves a Pareto-optimal tradeoff among multiple objectives, thereby balancing environmental sustainability with network performance. Simulation results show that the proposed approach reduces the average emissions per bit by around 26% compared to state-of-the-art methods that do not explicitly integrate carbon emissions into their control objectives.
Figures
Reference graph
Works this paper leans on
-
[8]
Carbon Data Intensity for Network Energy Performa nce Moni- toring,
ITU, “Carbon Data Intensity for Network Energy Performa nce Moni- toring,” Recommendation ITU-T L.1333 , 2022
work page 2022
-
[1]
R. M. Elavarasan et al., “Envisioning the UN Sustainable Development Goals (SDGs) through the lens of energy sustainability (SDG 7) in the post-COVID-19 world,” Applied Energy , vol. 292, pp. 116665, 2021
work page 2021
-
[2]
G. Perin, M. Berno, T. Erseghe, and M. Rossi, “Towards sus tainable edge computing through renewable energy resources and onli ne, dis- tributed and predictive scheduling,” IEEE Transactions on Network and Service Management , vol. 19, no. 1, pp. 306–321, 2021
work page 2021
-
[3]
L. Liu, Z. Zhang, N. Wang, H. Zhang, and Y . Zhang, “Online resource management of heterogeneous cellular networks po wered by grid-connected smart micro grids ,” IEEE Transactions on Wireless Communications, vol. 21, no. 10, pp. 8416–8430, 2022
work page 2022
-
[4]
Multi-user Goal-oriented Communications with Energy-efficient Edge R esource Management,
F. Binucci, P . Banlli, P . D. Lorenzo, and S. Barbarossa, “ Multi-user Goal-oriented Communications with Energy-efficient Edge R esource Management,” IEEE Transactions on Green Communications and Networking, May 2023
work page 2023
-
[5]
L. Qi, B. Wu, et al., “Joint Optimization of Internet-of- Things and Smart Grid for Energy Generation, Battery (Dis) charging, and Inf ormation Delivery,” IEEE Internet of Things Journal , vol. 19, no. 1, 2024
work page 2024
-
[6]
T. S. Rappaport, M. Ying, N. Piovesan, A. D. Domenic, and D . Shakya, “Waste factor and waste figure: A unified theory for modeling a nd analyzing wasted power in radio access networks for improve d sus- tainability,” arXiv preprint arXiv:2405.07710 , 2024
work page Pith review arXiv 2024
-
[7]
Evolution of Sustainability Indicators f or Next- Generation Radio Network Technologies ,
White Paper, “Evolution of Sustainability Indicators f or Next- Generation Radio Network Technologies ,” NextG Alliance , 2024
work page 2024
Show all 18 references
-
[9]
Optimal des ign of hybrid renewable energy systems in buildings with low to h igh renewable energy ratio,
M. Sharafi, T. Y . ElMekkawy, and E. L. Bibeau, “Optimal des ign of hybrid renewable energy systems in buildings with low to h igh renewable energy ratio,” Renewable Energy, , no. 83, 2015
2015
-
[10]
Splitwise: Efficient generative llm inferen ce using phase splitting,
P . Patel, E. Choukse, C. Zhang, A. Shah, I. Goiri, S. Male ki, and R. Bianchini, “Splitwise: Efficient generative llm inferen ce using phase splitting,” in Proceedings of ACM/IEEE 51st Annual International Symposium on Computer Architecture (ISCA) , Jun. 2024
2024
-
[11]
All ocation of computing tasks in distributed MEC servers co-powered by re newable sources and the power grid,
D. Cecchinato, M. Berno, F. Esposito, and M. Rossi, “All ocation of computing tasks in distributed MEC servers co-powered by re newable sources and the power grid,” in Proceedings of IEEE International Conference on Acoustics, Speech and Signal Processing , May 2020
2020
-
[12]
On the Effects of Battery Imperf ections in an Energy Harvesting Device,
A. Biason and M. Zorzi, “On the Effects of Battery Imperf ections in an Energy Harvesting Device,” in Proceedings of the International Conference on Computing, Networking and Communications (I CNC), May 2016
2016
-
[13]
Energy-efficie nt Resource Management for Federated Edge Learning with CPU-GPU Hetero ge- neous Computing,
Q. Zeng, Y . Du, K. Huang, and K. K. Leung, “Energy-efficie nt Resource Management for Federated Edge Learning with CPU-GPU Hetero ge- neous Computing,” IEEE Transactions on Wireless Communications , vol. 20, no. 12, pp. 7947–7962, 2021
2021
-
[14]
Power capping of cpu-gpu hetero geneous systems using power and performance models,
K. Tsuzuku and T. Endo, “Power capping of cpu-gpu hetero geneous systems using power and performance models,” in Proceedings of International Conference on Smart Cities and Green ICT Syst ems, Jun. 2015
2015
-
[15]
A Proof for the Queuing Formula: L= λ w ,
J. D. Little, “A Proof for the Queuing Formula: L= λ w ,” Operations research, vol. 9, no. 3, pp. 383–387, 1961
1961
-
[16]
Electric efficie ncy indicators and carbon dioxide emission factors for power generation by fossil and renewable energy sources on hourly basis,
E. Marrasso, C. Roselli, and M. Sasso, “Electric efficie ncy indicators and carbon dioxide emission factors for power generation by fossil and renewable energy sources on hourly basis,” Energy Conversion and Management, , no. 196, pp. 1369–1384, 2019
2019
-
[17]
CO2 emissions from renewable and non-renewable electrici ty gener- ation sources in the G7 countries: static and dynamic panel a ssessment ,
L. C. V oumik, M. A. Islam, S. Ray, N. Y . Mohamed, and A. R. R idzuan, “ CO2 emissions from renewable and non-renewable electrici ty gener- ation sources in the G7 countries: static and dynamic panel a ssessment ,” Energies, vol. 16, no. 3, 2023
2023
-
[18]
On Multi-objective Policy Opti mization as a Tool for Reinforcement Learning: Case Studies in Offline RL and Finetuning,
A. Abdolmaleki, S. Huang, G. V ezzani, B. Shahriari, J. T . Springenberg, S. Mishra, and D. Tirumala, “On Multi-objective Policy Opti mization as a Tool for Reinforcement Learning: Case Studies in Offline RL and Finetuning,” arXiv preprint arXiv:2106.08199 , 2021
2021 arXiv
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.