paper-with-me

Papers

Deep Learning-Based Traffic-Aware Base Station Sleep Mode and Cell Zooming Strategy in RIS-Aided Multi-Cell Networks

2024-12-25 · Shuo Sun, Chong Huang, Gaojie Chen, Pei Xiao, Rahim Tafazolli

Advances in wireless technology have significantly increased the number of wireless connections, leading to higher energy consumption in networks. Among these, base stations (BSs) in radio access networks (RANs) account for over half of the total energy usage. To address this, we propose a multi-cell sleep strategy combined with adaptive cell zooming, user association, and reconfigurable intelligent surface (RIS) to minimize BS energy consumption. This approach allows BSs to enter sleep during low traffic, while adaptive cell zooming and user association dynamically adjust coverage to balance traffic load and enhance data rates through RIS, minimizing the number of active BSs. However, it is important to note that the proposed method may achieve energy-savings at the cost of increased delay, requiring a trade-off between these two factors. Moreover, minimizing BS energy consumption under the delay constraint is a complicated non-convex problem. To address this issue, we model the RIS-aided multi-cell network as a Markov decision process (MDP) and use the proximal policy optimization (PPO) algorithm to optimize sleep mode (SM), cell zooming, and user association. Besides, we utilize a double cascade correlation network (DCCN) algorithm to optimize the RIS reflection coefficients. Simulation results demonstrate that PPO balances energy-savings and delay, while DCCN-optimized RIS enhances BS energy-savings. Compared to systems optimised by the benchmark DQN algorithm, energy consumption is reduced by 49.61%

📄 PDF Abstract BibTeX arXiv:2412.18983

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
BASE 설명 없음
Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

Deep Reinforcement Learning with Spatio-temporal Traffic Forecasting for Data-Driven Base Station Sleep Control

2021-01-21 · Qiong Wu, Xu Chen, Zhi Zhou, Liang Chen 외

To meet the ever increasing mobile traffic demand in 5G era, base stations (BSs) have been densely deployed in radio access networks (RANs) to increase the network coverage and capacity. However, as the high density of B…

Deep Reinforcement Learning

Digital Twin Assisted Risk-Aware Sleep Mode Management Using Deep Q-Networks

2022-08-30 · Meysam Masoudi, Ebrahim Soroush, Jens Zander, Cicek Cavdar

Base stations (BSs) are the most energy-consuming segment of mobile networks. To reduce BS energy consumption, different components of BSs can sleep when BS is not active. According to the activation/deactivation time of…

Decision MakingDeep Reinforcement LearningManagementReinforcement Learning (RL)

Q-learning Assisted Energy-Aware Traffic Offloading and Cell Switching in Heterogeneous Networks

2019-09-11 · IEEE International Workshop on Computer Aided Modeling and Design of Communication Links and Networks (CAMAD) 2019 9 · Attai Ibrahim Abubakar, Metin Ozturk, Sajjad Hussain, Muhammad Ali Imran

Cell switching has been identified as a major approach to significantly reduce the energy consumption of Heterogeneous Networks (HetNets). The main idea behind cell switching is to turn off idle or lightly loaded Base St…

Q-Learning

Cell Switching in HAPS-Aided Networking: How the Obscurity of Traffic Loads Affects the Decision

2024-05-01 · Berk Çiloğlu, Görkem Berkay Koç, Metin Ozturk, Halim Yanikomeroglu

This study aims to introduce the cell load estimation problem of cell switching approaches in cellular networks specially-presented in a high-altitude platform station (HAPS)-assisted network. The problem arises from the…

Q-Learning

Energy Efficient Sleep Mode Optimization in 5G mmWave Networks via Multi Agent Deep Reinforcement Learning

2025-11-27 · Saad Masrur, Ismail Guvenc, David Lopez Perez arxiv

Dynamic sleep mode optimization (SMO) in millimeter-wave (mmWave) networks is essential for maximizing energy efficiency (EE) under stringent quality-of-service (QoS) constraints. However, existing optimization and reinf…

Reinforcement Learning