paper-with-me

홈 › Papers

Learning to Localize with Attention: from sparse mmWave channel estimates from a single BS to high accuracy 3D location

2023-06-30 · Yun Chen, Nuria González-Prelcic, Takayuki Shimizu, HongSheng Lu

One strategy to obtain user location information in a wireless network operating at millimeter wave (mmWave) is based on the exploitation of the geometric relationships between the channel parameters and the user position. These relationships can be built from the line-of-sight (LOS) path and first-order reflections, or purely first-order reflections, requiring high resolution channel estimates to ensure centimeter level accuracy. In this paper, we consider a mmWave multiple-input multiple-output (MIMO) system employing a hybrid architecture, and develop a low complexity two-stage multidimensional orthogonal matching pursuit (MOMP) algorithm suitable for accurate estimation of high dimensional channels. Then, a deep neural network (DNN) called PathNet is designed to classify the order of the estimated channel paths, so that only the LOS path and first-order reflections are selected for localization. Next, a 3D localization strategy exploiting the geometry of the environment is developed to operate in both LOS and non-line-of-sight (NLOS) conditions, while considering the unknown clock offset between the transmitter (TX) and the receiver (RX). Finally, a Transformer based network exploiting attention mechanisms called ChanFormer is proposed to refine the initial position estimate obtained from geometric localization. Simulation results obtained with realistic vehicular channels indicate that localization errors below 28 cm can be achieved for 80% of the users when the LOS path is present, while sub-meter accuracy can be achieved for 55% of the users in NLOS conditions.

📄 PDF Abstract BibTeX arXiv:2307.00167

Code (0)

등록된 구현이 없습니다.

Tasks

Position

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Sparse Recovery with Attention: A Hybrid Data/Model Driven Solution for High Accuracy Position and Channel Tracking at mmWave

2023-08-26 · Yun Chen, Nuria González-Prelcic, Takayuki Shimizu, Hongshen Lu 외

In this paper, we propose first a mmWave channel tracking algorithm based on multidimensional orthogonal matching pursuit algorithm (MOMP) using reduced sparsifying dictionaries, which exploits information from channel e…

Position

Efficient Channel AoD/AoA Estimation Using Widebeams for Millimeter Wave MIMO Systems

2019-05-10

Using millimeter-wave (mmWave) bands is expected to provide high data rates through large licensed and unlicensed spectrum. Due to large path loss and sparse scattering propagation properties, proper beam alignment is im…

Multidimensional orthogonal matching pursuit: theory and application to high accuracy joint localization and communication at mmWave

2022-08-24 · Joan Palacios, Nuria González-Prelcic, Cristian Rusu

Greedy approaches in general, and orthogonal matching pursuit in particular, are the most commonly used sparse recovery techniques in a wide range of applications. The complexity of these approaches is highly dependent o…

Adaptive Beam Tracking with the Unscented Kalman Filter for Millimeter Wave Communication

2018-04-23

Millimeter wave (mmWave) communication links for 5G cellular technology require high beamforming gain to overcome channel impairments and achieve high throughput. While much work has focused on estimating mmWave channels…

RIDNet Assisted cGAN Based Channel Estimation for One-Bit ADC mmWave MIMO Systems

2023-06-15 · Erhan Karakoca, Hasan Nayir, Ali Görçin, Khalid Qaraqe

The estimation of millimeter wave (mmWave) massive multiple input multiple output (MIMO) channels becomes compelling when one-bit analog to digital converters (ADCs) are utilized. Furthermore, as the number of antenna in…

DenoisingGenerative Adversarial Network