Joint User Association and Resource Allocation for Multi-Cell Networks with Adaptive Semantic Communication

Xingqiu He,Chaoqun You,Tony Q.S. Quek
2024-01-05
Abstract:Semantic communication is a promising communication paradigm that utilizes Deep Neural Networks (DNNs) to extract the information relevant to downstream tasks, hence significantly reducing the amount of transmitted data. In current practice, the semantic communication transmitter for a specific task is typically pre-trained and shared by all users. However, due to user heterogeneity, it is desirable to use different transmitters according to the available computational and communication resources of users. In this paper, we first show that it is possible to dynamically adjust the computational and communication overhead of DNN-based transmitters, thereby achieving adaptive semantic communication. After that, we investigate the user association and resource allocation problem in a multi-cell network where users are equipped with adaptive semantic communication transmitters. To solve this problem, we decompose it into three subproblems involving the scheduling of each user, the resource allocation of each base station (BS), and the user association between users and BSs. Then we solve each problem progressively based on the solution of the previous subproblem. The final algorithm can obtain near-optimal solutions in polynomial time. Numerical results show that our algorithm outperforms benchmarks under various situations.
Networking and Internet Architecture
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to achieve joint user association and resource allocation through adaptive semantic communication technology under the conditions of user heterogeneity and network heterogeneity in a multi - cell network, so as to maximize the total utility of the system. Specifically, the paper focuses on the following aspects: 1. **Trade - off between Computation and Communication**: Since both the computation and communication processes consume energy and time, there is a trade - off between the amount of computational work and the amount of communication work that a user can handle. The accuracy of the results depends on these two amounts of work, so this trade - off needs to be quantified in order to select the optimal semantic communication scheme. 2. **Impact of Spectrum Bandwidth**: In addition to transmission power and transmission time, spectrum bandwidth also affects the amount of data transmitted, thereby further affecting the accuracy of the results. However, due to user heterogeneity, the impact of spectrum bandwidth on the accuracy of results varies from user to user and is difficult to quantify. 3. **Decision - making for User Association**: Due to network heterogeneity, simply associating all users with the nearest base station may lead to severe load imbalance. Therefore, it is necessary to comprehensively consider load balancing and channel conditions to make appropriate user association decisions. To address the above challenges, the paper proposes an efficient approximation algorithm that can obtain near - optimal user association and resource allocation decisions within polynomial time. The main contributions include: - Proposing the concept of adaptive semantic communication and formulating the user association and resource allocation problem in a multi - cell network. It is proved that this problem is a strongly NP - hard problem. - By decomposing the problem into three sub - problems (scheduling for each user, resource allocation for each base station, and the association between users and base stations), these problems are gradually solved. The final algorithm can obtain a near - optimal solution within polynomial time. - The performance of the proposed algorithm under various settings is verified through extensive simulation experiments, and the results show that this algorithm is significantly superior to the benchmark algorithm.