Papers for

indoor navigation system developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Near-field positioning improves multi-user localization with confidence

Reliable Near-Field Multi-User Positioning Informed by Two-Stage MUSIC

Abstract: Near-field localization is a promising technique for high-resolution multi-user positioning in future wireless systems, but its performance is often degraded by scattering-induced coherent propagation. Existing near-field localization methods, which require separate parameter estimation and path/source association, suffer from high computation overhead and accumulated errors, and usually do not provide any guarantee on reliability. In this paper, we propose \emph{MUSIC-Net}, an end-to-end near-field positioning deep learning (DL) framework informed by two-stage MUltiple SIgnal Classification (MUSIC) in mixed line-of-sight (LoS) and non-LoS (NLoS) multi-path scenarios, which embeds the two-stage MUSIC objects into training to isolate the LoS-related signal subspace and to identify a surrogate distance. The proposed framework directly recovers multi-user positions without the need for involved NLoS parameter estimation or path/source association. Furthermore, we introduce split conformal prediction (SCP) to move beyond point-estimation-based positioning towards statistically guaranteed (confidence) set estimation for all users. Numerical results show that the proposed MUSIC-Net achieves lower mean positioning error (MPER) than existing benchmarks and yields tighter SCP-calibrated prediction regions, demonstrating both accurate LoS localization and efficient uncertainty quantification (UQ) in coherent multi-path environments.

Tue 8 SeptArtificial IntelligenceInformation Theory
The gist
Finding an exact location of multiple users nearby using wireless signals is tricky because signals bounce around, causing confusion. The authors developed a new method called MUSIC-Net that uses a smart combination of existing signal processing with deep learning to pinpoint where multiple users are. Their system also gives a reliable estimate of how confident it is in these location guesses. Tests show this approach is more accurate and trustworthy than earlier methods, especially in complicated signal environments.
Open 2609.09409v1

Gravity aligned wireframes improve indoor floorplan localization accuracy

GALoc: Gravity Aligned Wireframes for Depth-Free Monocular Floorplan Localization

Abstract: Floorplans are compact, appearance-invariant maps ideal for indoor localization, yet existing methods rely on depth networks that are brittle in cluttered scenes. We propose GALoc, a geometry-first framework that replaces depth prediction with gravity-aligned wireframes that satisfy verticality and coplanarity by construction. Given monocular RGB, camera intrinsics, relative poses, and IMU orientation, GALoc constructs a linear constraint matrix encoding verticality and coplanarity, and finds the camera gauge minimizing its smallest singular value via global search. The rectified wireframes are projected into bird's-eye-view layouts through a closed-form, FOV-consistent transformation and matched against the floorplan via metric-free SE(2) search. We evaluate end-to-end on Structured3D, with calibrated noise on Gibson, and on real-world author-collected sequences. When sufficient wall geometry is visible, GALoc matches or outperforms depth-based baselines -- achieving 88% sequential localization success at 0.1m over 100-step sequences on Gibson vs the baseline's 68% -- while abstaining in structure-blind scenes.

Tue 8 SeptComputer Vision and Pattern RecognitionRobotics
The gist
Indoor localization often uses floorplans, but previous methods depend on depth predictions that struggle in cluttered spaces. The authors propose GALoc, a method that uses geometry and gravity orientation to create simplified building shapes without needing depth data. GALoc aligns these shapes to match floorplans by ensuring walls are vertical and flat together, improving accuracy. Tests show GALoc works better than depth-based methods when enough wall detail is visible and smartly avoids uncertain scenes.
Open 2609.08385v1