Artificial Intelligence-Based Spatial Domain Beam Prediction For 5G Beyond
Artificial Intelligence-Based Spatial Domain Beam Prediction For 5G Beyond
Beijing University of Posts and Telecommunications (BUPT), Beijing, China, Email: [email protected]
Abstract—In this paper, we investigate Artificial Intelligence allows UE to measure a small number of beam pairs and UE
(AI)-based beam management (BM) schemes to deal with the or BS predicts the best beam pair among all the beam pairs
beam selection issue with less beam measurement overhead. We with AI model, so as to reduce beam measurement overhead
design a VGG (Visual Geometry Group) based network, named
as VGG-BMNet, to predict the quality of all the beam pairs based or increase beam prediction accuracy under the same beam
on the measured quality of partial beam pairs. To improve the measurement overhead.
generalization capability of VGG-BMNet, a Unified-VGG-BMNet For AI-based spatial domain beam prediction, the beam
is proposed, which can achieve higher average beam prediction measurement configurations, including the number and the
accuracy than VGG-BMNet. To speed up the training time and pattern of measured beam pairs, can be fixed or uncertain.
reduce the size of training dataset, a transfer learning-based
VGG-BMNet is further designed. The simulation results show The beam prediction AI model trained for a particular beam
that transfer learning-based VGG-BMNet not only achieves good measurement configuration may not be suitable for other
generalization capability, but also has much faster convergence configurations. To support beam prediction under different
rate with fewer training samples. All the proposed schemes can beam measurement configurations, BS or UE side may need
reduce the beam measurement overhead by more than 80% to train and storage multiple AI models, hence the training
meanwhile achieving comparable beam selection accuracy as the
exhaustive beam measurement method. and memory storage cost problems of AI model become
Index Terms—Beam management, AI, beam prediction, gen- serious. To promote the practical application of AI-based
eralization, transfer learning spatial domain beam prediction and reduce the implementation
cost of multiple models, the generalization problem of AI
I. I NTRODUCTION model is a significant issue to be dealt with.
To overcome the generalization problem, we consider two
Beam management (BM) is an effective technique to im- different approaches. One way forward is to design a unified
prove network performance by dynamically selecting appro- AI model where the number of input neurons equals to the
priate beam pair between base station (BS) and each UE based total number of beam pairs. This unified AI model has good
on channel quality variation in 5G systems. With the widely generalization capability and can be compatible with any beam
application of massive MIMO and millimeter wave (mmWave) measurement configurations, but the scale and computational
communication techniques in satisfying boosting data rate complexity of neural networks may be large, e.g. the length
demand, the beam measurement overhead and complexity of of the input layer is proportional to the total number of beam
BM becomes even more severe due to the dramatic increasing pairs. To further reduce the scale and storage cost of neural
number of beam pairs, more complicated propagation environ- networks to favour the implementation or deployment of AI
ment, and more frequent beam pair switching [1-2]. Driven model, another way forward is to apply transfer learning to
by the powerful capability of Artificial Intelligence (AI) in make AI model trained under a certain beam measurement
making predictions and resolving complex decision-making configuration be adaptive to beam prediction under other
problems, AI-based BM emerges as a promising technology beam measurement configurations. Transfer learning is an
to address the BM issue in 5G beyond systems. efficient method to improve the performance of target AI
AI-based BM has drawn much interest in recent studies, model in unknown network environment by transferring the
which is mainly applied in beam-forming of large-scale an- structure and the parameters of pre-trained AI model and
tenna array systems for beam selection in mobility scenario fine-tuning with a small number of samples [7], which has
[3-5]. The Third Generation Partnership Project (3GPP) has been widely applied to recognition tasks [8], recommender-
recently started the standardization process of Release 18 of system applications [9], wireless-network applications [10],
New Radio (NR) access technology, where BM is one of etc. Transfer learning can solve the generalization problem
the typical use cases of AI for NR Air Interface topic [6]. of spatial domain beam prediction since that the relationship
Currently, the representative sub-use case of AI-based BM between the quality of measured beam pairs under new beam
focuses on AI-based spatial domain beam prediction, which measurement configuration and that of all beam pairs can be
978-1-6654-5975-4/22 © 2022 IEEE partially learned from the relationship between the quality of
measured beam pairs under the existing beam measurement To maintain a proper beam pair adaptive to variable environ-
configuration and that of all beam pairs. ment, periodic beam measurement and reporting are required.
In this paper, we study the AI-based spatial domain beam The best beam pair can be determined by the exhaustive
prediction schemes based on VGG (Visual Geometry Group) measurement of NT X × NRX beam pairs. But the number
neural network [11]. For each beam measurement configu- of transmit beams at the BS is usually large (e.g.,NT X = 64 )
ration, a VGG based network, named as VGG-BMNet is in mmWave systems, it is unrealistic to exhaustively measure
designed. To improve the generalization capability of VGG- the quality of all the beam pairs due to the large measurement
BMNet, we further design a Unified-VGG-BMNet to be overhead. Instead, a limited number of transmit beams, i.e.,
compatible with different beam measurement configurations, KT X beams from the NT X beams, are selected for beam
meanwhile overcoming the expensive training and storage cost measurement, and the proper beam pair is selected from the
of multiple VGG-BMNets. Besides, a transfer learning-based KT X ×NRX beam pairs, but the best beam pair may be missed
VGG-BMNet model is proposed to reduce the training time since it may be not in the set of beam pairs for measurement.
of VGG-BMNet and the required number of training samples In this paper, we use an AI-based method to solve the best
to facilitate the implementation of AI model in real world. beam pair selection problem subject to the knowledge of beam
Numerical results verify the effectiveness of the proposed quality of partial beam pairs. The problem can be formulated
schemes and reveal that when achieving comparable beam as
selection accuracy as the exhaustive beam measurement, the
proposed schemes can reduce the beam measurement overhead i = argmax fw RSRP(KT X × NRX ) (1)
by more than 80%. The Unified-VGG-BMNet has superior
generalization capability and achieves higher average predic- where i is the index of the beam pair with the largest RSRP
tion accuracy than VGG-BMNet, at the cost of larger compu- within all NT X × NRX beam pairs. The AI model with
tational complexity. When transfer learning with fine-tuning parameters fw (·) is used to predict the RSRP of all the
by a small number of training samples is used, the transfer NT X × NRX beam pairs based on the measured RSRP of
learning-based VGG-BMNet obtains higher beam prediction KT X × NRX beam pairs.
accuracy and faster convergence.
III. AI-BASED BM P ROCEDURE AND P ROPOSED S CHEMES
II. S YSTEM M ODEL AND P ROBLEM F ORMULATION
We consider a network with a BS and multiple UEs oper- In this section, we first describe the procedure of AI-based
ating in the mmWave frequency band. As shown in Fig. 1, BM, then the proposed AI-based schemes are introduced. We
both the BS and UE have multiple beams. To improve the rely on a VGG neural network to perform spatial domain
coverage and throughput, a proper beam pair for each UE and beam prediction. Different beam measurement configurations,
BS should be selected for data transmission. i.e. different values of KT X , are considered to predict the
beam quality of all the beam pairs. Firstly, we train VGG
based models for each configuration. Then we design a unified
model which can be applicable for different values of KT X
to improve the generalization capability of the model. To
reduce the training time and overhead of collecting training
samples, transfer learning based AI model is further proposed
to deal with the generalization problem under different beam
measurement configurations.
A. Procedures of AI-based BM
Fig. 1: System Model. The AI model for beam prediction can be deployed at
BS side or UE side, the BM procedure of two deployment
For traditional downlink BM procedure, the proper beam scenarios are respectively illustrated in Fig. 2(a) and Fig. 2(b)
pair from NT X beams at the BS side and NRX beams at the Considering the beam measurement overhead, BS usually
UE side is selected by the measurement of reference signals transmits a small number of beams for measurement. The
(RSs). BS transmits each RS with a specific beam direction, value of KT X configured for different UEs or for different
such that the beam quality can be derived from the received measurement time instances may be different. AI model will
power of the corresponding RS at the UE side. In 3GPP 5G use the beam quality of these measured beam pairs for spatial
standard, UE can report the quality of the measured beams to domain beam prediction. The Top-K best beam pairs from
the BS, and BS will select a proper beam from the reported all the predicted beam pairs can be selected and transmitted
beams. The reporting information includes the RS ID and the to UE to obtain the realistic beam quality. UE reports the
corresponding Reference Signal Received Power (RSRP) or realistic beam quality of Top-K beam pairs to BS, and BS
Signal to Interference plus Noise Ratio (SINR) of the reported indicates the best beam among them to UE for the subsequent
RS. data transmission.
1461
Authorized licensed use limited to: Edinburgh Napier University. Downloaded on September 19,2023 at 13:50:27 UTC from IEEE Xplore. Restrictions apply.
2022 IEEE Globecom Workshops (GC Wkshps): Workshop on Emerging Topics in 6G Communications
1462
Authorized licensed use limited to: Edinburgh Napier University. Downloaded on September 19,2023 at 13:50:27 UTC from IEEE Xplore. Restrictions apply.
2022 IEEE Globecom Workshops (GC Wkshps): Workshop on Emerging Topics in 6G Communications
Parameter Value
Scenario TR38.901: InH, 12 sites, 3 cells per site
SCS 120kHz
Bandwidth 40MHz
Carrier Frequency 30GHz
Tx power 20dBm
BS antenna config [Mg Ng M N P ] = [1 1 16 4 2]
UE antenna config [Mg Ng M N P ] = [1 3 1 4 2]
64 Tx = 16 horizontal * 4 vertical
Azimuth angle = [-16π/32, -14π/32, . . . ,
BS Tx beam 0, . . . , 12π/32, 14π/32]
Fig. 4: Beam prediction accuracy of VGG-BMNet
pattern Zenith angle = [2π/8 3π/8 4π/8 5π/8]
(azimuth, zenith) = (0, π/2) is the direction
perpendicular to the array
BS mech.
20 degree
tilting
4 Rx per panel = 4 horizontal * 1 vertical
UE panels deployment [-90, 0, 90]
UE Rx beam pattern
Azimuth angle = [-3*pi/8, 1*pi/8, pi/8, 3*pi/8]
Zenith angle = [pi/2]
UE height 1.5
Beam selection method L1-RSRP
1463
Authorized licensed use limited to: Edinburgh Napier University. Downloaded on September 19,2023 at 13:50:27 UTC from IEEE Xplore. Restrictions apply.
2022 IEEE Globecom Workshops (GC Wkshps): Workshop on Emerging Topics in 6G Communications
outperforms VGG-BMNets on the average beam prediction TABLE III: FLOPS AND TRAINABLE PARAMETERS
accuracy of five beam measurement configurations, which COMPARISON
exhibits the excellent generalization performance.
Beam FLOPs Trainable Par.
Solution
configuration (×107 ) (×106 )
4×4 1.93 2.32
6×4 2.88 2.45
VGG-
8×4 3.84 2.58
BMNet
10×4 4.8 2.71
12×4 5.75 2.85
Unified-
VGG- 64×4 29.9 3.1
BMNet
Fig. 7: Comparison bewteen Unified-VGG-BMNet and VGG- Fig. 8: Beam prediction accuracy comparison when KT X = 4,
BMNet when K = 2 NRX = 4
1464
Authorized licensed use limited to: Edinburgh Napier University. Downloaded on September 19,2023 at 13:50:27 UTC from IEEE Xplore. Restrictions apply.
2022 IEEE Globecom Workshops (GC Wkshps): Workshop on Emerging Topics in 6G Communications
1465
Authorized licensed use limited to: Edinburgh Napier University. Downloaded on September 19,2023 at 13:50:27 UTC from IEEE Xplore. Restrictions apply.