paper-with-me

홈 › Papers

RA-LWLM: Retrieval-Augmented In-Context Localization with Wireless Foundation Models

2026-06-01 · Guangjin Pan, Hui Chen, Hei Victor Cheng, Henk Wymeersch arxiv

Wireless localization is a fundamental capability of sixth-generation (6G) networks. Conventional model-based methods require accurate modeling of the propagation environment and degrade in complex multipath and non-line-of-sight scenarios, while learning-based methods couple model parameters tightly to the training scene, requiring costly retraining whenever the base station (BS) configuration or propagation environment changes. In this paper, we propose RA-LWLM, a retrieval-augmented in-context localization framework that achieves training-free cross-scene adaptation by externalizing scene-specific information into a per-scene fingerprint database rather than encoding it in model weights. The framework consists of three components: a frozen wireless foundation model (FM) encoder that maps raw channel state information into a scene-agnostic representation; a retrieval module that selects the most informative references from the per-scene database via similarity search in the representation space; and a transformer-based in-context learning (ICL) module that fuses the query with the retrieved references to predict the user equipment (UE) position. To accommodate varying retrieval quality and propagation complexity across queries, the ICL module adopts a mixture-of-experts design in which experts specialize in different context sizes and are softly combined by a learnable selector. Extensive ray-tracing-based experiments across heterogeneous scenes with diverse BS configurations show that RA-LWLM achieves nearly identical accuracy on seen and unseen scenes without any per-scene retraining, substantially outperforming end-to-end and FM-based baselines. These results validate the proposed retrieval-augmented in-context paradigm as a scalable solution for cross-scene localization in 6G networks.

📄 PDF Abstract BibTeX arXiv:2606.01899

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Large Wireless Localization Model (LWLM): A Foundation Model for Positioning in 6G Networks

2025-05-15 · Guangjin Pan, Kaixuan Huang, Hui Chen, Shunqing Zhang 외

Accurate and robust localization is a critical enabler for emerging 5G and 6G applications, including autonomous driving, extended reality (XR), and smart manufacturing. While data-driven approaches have shown promise, m…

Autonomous DrivingContrastive LearningmodelSelf-Supervised Learning

Benchmarking Image Retrieval for Visual Localization

2020-11-24 · Noé Pion, Martin Humenberger, Gabriela Csurka, Yohann Cabon 외

Visual localization, i.e., camera pose estimation in a known scene, is a core component of technologies such as autonomous driving and augmented reality. State-of-the-art localization approaches often rely on image retri…

Autonomous DrivingBenchmarkingCamera Pose EstimationImage Retrieval+3

When Simultaneous Localization and Mapping Meets Wireless Communications: A Survey

2026-01-28 · Konstantinos Gounis, Sotiris A. Tegos, Dimitrios Tyrovolas, Panagiotis D. Diamantoulakis 외 arxiv

This paper surveys the state-of-the-art in the nexus of SLAM and Wireless Communications, attributing the bidirectional impact of each with a focus on visual SLAM (V-SLAM) integration. We provide an overview of key conce…

Pose EstimationVisual Odometry

An Indoor Localization Dataset and Data Collection Framework with High Precision Position Annotation

2022-09-06 · F. Serhan Daniş, A. Teoman Naskali, A. Taylan Cemgil, Cem Ersoy

We introduce a novel technique and an associated high resolution dataset that aims to precisely evaluate wireless signal based indoor positioning algorithms. The technique implements an augmented reality (AR) based posit…

Indoor LocalizationPosition

BLAgent: Agentic RAG for File-Level Bug Localization

2026-05-18 · Md Afif Al Mamun, Gias Uddin arxiv

Bug localization remains a key bottleneck for large language model (LLM)-based software maintenance, where accurately identifying faulty code is essential for debugging, root cause analysis, triage, and automated program…

Program Repair