Spectrum Sharing using Deep Reinforcement Learning in Vehicular Networks

Riya Dinesh Deshpande,Faheem A. Khan,Qasim Zeeshan Ahmed
2024-10-16
Abstract:As the number of devices getting connected to the vehicular network grows exponentially, addressing the numerous challenges of effectively allocating spectrum in dynamic vehicular environment becomes increasingly difficult. Traditional methods may not suffice to tackle this issue. In vehicular networks safety critical messages are involved and it is important to implement an efficient spectrum allocation paradigm for hassle free communication as well as manage the congestion in the network. To tackle this, a Deep Q Network (DQN) model is proposed as a solution, leveraging its ability to learn optimal strategies over time and make decisions. The paper presents a few results and analyses, demonstrating the efficacy of the DQN model in enhancing spectrum sharing efficiency. Deep Reinforcement Learning methods for sharing spectrum in vehicular networks have shown promising outcomes, demonstrating the system's ability to adjust to dynamic communication environments. Both SARL and MARL models have exhibited successful rates of V2V communication, with the cumulative reward of the RL model reaching its maximum as training progresses.
Signal Processing,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the challenge of effectively allocating spectrum in vehicular networks. As the number of devices connected to vehicular networks grows exponentially, it becomes increasingly difficult to effectively allocate spectrum in a dynamic vehicular environment. Traditional spectrum allocation methods may not be able to meet this need, especially in cases involving safety - critical messages, where interference - free communication needs to be achieved and network congestion managed. Specifically, the paper focuses on the following issues: 1. **Limited spectrum resources**: The bandwidth in vehicular networks is limited, and these resources must be managed and allocated efficiently. 2. **Dynamically changing environment**: Vehicles are in a constant state of movement, and communication requirements fluctuate accordingly, which makes spectrum allocation more complex. 3. **Inadequacy of traditional methods**: Traditional spectrum allocation methods are difficult to adapt to this dynamically changing environment and may lead to low spectrum utilization and a decline in communication quality. 4. **Ensuring communication reliability**: Especially in vehicle - to - vehicle (V2V) and vehicle - to - infrastructure (V2I) communications, high reliability and low latency need to be ensured. To solve these problems, the paper proposes a solution based on deep reinforcement learning (DRL), specifically using the deep Q - network (DQN) model. Through the learning ability of the DQN model, the spectrum allocation strategy can be optimized, the spectrum sharing efficiency can be improved, and the dynamic communication environment can be adapted to. ### Formula Representation When describing the system model, the paper involves some formulas, for example: - Channel gain formula: \[ g_x[y]=a_x l_x[y] \] where \( g_x[y] \) represents the channel gain of the \( x \) - th V2V link on the \( y \) - th V2I link, \( a_x \) is the large - scale fading coefficient, and \( l_x[y] \) is the small - scale fading coefficient. These formulas are used to describe the signal transmission characteristics between different links in vehicular networks, thereby providing a theoretical basis for spectrum allocation. ### Summary The main objective of the paper is to solve the challenges of spectrum allocation in vehicular networks by introducing deep reinforcement learning techniques, especially the DQN model. This method not only improves the spectrum utilization efficiency but also enhances the system's adaptability and communication reliability.