Meta-Transfer Learning for mmWave Beam Alignment

📅 2026-07-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of efficient and rapid adaptation for millimeter-wave beam alignment in novel environments, where existing approaches incur high training costs due to extensive parameter updates. The paper proposes MTL-BA, a novel framework that integrates pre-trained model warm-starting with task-oriented lightweight meta-adaptation. Specifically, it freezes the pre-trained convolutional backbone and applies meta-learning exclusively to Scale-and-Shift adapters and the classification head. This strategy drastically reduces training overhead: on the DeepMIMO dataset, MTL-BA achieves comparable accuracy to full fine-tuning with only approximately 1/17 of the tunable parameters, requires 60% fewer meta-training iterations than MAML, and outperforms baseline methods such as last-layer fine-tuning.
📝 Abstract
Millimeter-wave (mmWave) beam alignment plays a critical role in next-generation wireless systems, yet its efficient implementation remains challenging. Meta-learning and transfer learning have been explored to enable deep learning-based beam prediction models to rapidly adapt to unseen environments; however, existing meta-learning approaches adapt the entire network and are trained from random initialization, leading to a large number of updated parameters and a high meta-training cost, while transfer learning approaches restrict adaptation to part of the network but do not exploit episodic meta-learning, which explicitly trains the model over multiple tasks, to optimize the adaptation process itself. To overcome these limitations, we propose MTL-BA, a meta-transfer learning framework for beam alignment in millimeter-wave multiple-input single-output (MISO) systems that freezes a pre-trained convolutional backbone and meta-learns only lightweight Scale-and-Shift (SS) adapters together with a classifier head. Warm-starting from the pre-trained model and restricting adaptation to the SS adapters and classifier head reduce both the adaptation cost and the meta-training budget without sacrificing prediction performance. Simulation results on the DeepMIMO ray-tracing dataset show that MTL-BA matches the accuracy and spectral efficiency of full fine-tuning across various SNR levels despite updating approximately $17\times$ fewer parameters than both full fine-tuning and Model-Agnostic Meta-Learning (MAML), outperforms last-layer fine-tuning while updating a comparable number of parameters, and approaches MAML's performance while requiring $60\%$ fewer meta-training epochs.
Problem

Research questions and friction points this paper is trying to address.

mmWave beam alignment
meta-learning
transfer learning
MISO systems
deep learning
Innovation

Methods, ideas, or system contributions that make the work stand out.

Meta-transfer learning
mmWave beam alignment
Scale-and-Shift adapters
Few-parameter adaptation
Episodic meta-learning
🔎 Similar Papers
No similar papers found.