Papers
Topics
Authors
Recent
Search
2000 character limit reached

Ultra-Fusion: A Resilient Tightly-Coupled Multi-Sensor Fusion SLAM Framework under Sensor Degradation and Spatiotemporal Perturbation for Intelligent Transportation Systems

Published 19 Jun 2026 in cs.RO | (2606.21223v1)

Abstract: Reliable localization is essential for intelligent transportation systems (ITS), including autonomous vehicles, quadruped last-mile carriers, and infrastructure-inspection unmanned aerial vehicles (UAVs). Although tightly-coupled multi-sensor fusion improves accuracy in favorable conditions, deployed systems remain vulnerable to sensor degradation -- poor illumination, LiDAR degeneracy, wheel slippage, and GNSS outage -- and to spatiotemporal calibration errors. These failures are common in urban canyons, tunnels, and high-speed corridors, where localization drift can degrade route tracking, tunnel passage continuity, and local map alignment. This paper presents Ultra-Fusion, a tightly-coupled multi-sensor localization framework based on a unified sliding-window estimator. Asynchronous measurements are timestamp-ordered and converted into optional factors within one optimization window, supporting WIO, VIO, LIO, and LVIO with optional wheel and GNSS augmentation. Observability-aware initialization selects the bootstrap mode, factor-wise reliability scheduling gates degraded measurements, and online LiDAR--IMU spatiotemporal calibration refines temporal offsets and rotational extrinsics during operation. We extend the M3DGR benchmark with simulation trajectories and evaluate more than 60 open-source SLAM systems on M3DGR, M2DGR-Plus, KAIST, GrandTour, and MARS-LVIG. The results show competitive accuracy across wheeled, legged, and aerial platforms under long-duration and high-speed operation, degradation, and calibration perturbation, improving localization availability for road-level autonomy, campus and warehouse mobility, and low-altitude aerial inspection. To benefit the industrial and academic community, we will release source code and datasets upon paper acceptance.

Summary

  • The paper presents a unified multi-sensor fusion SLAM framework that integrates LiDAR, visual, inertial, wheel, and GNSS sensors to enhance ITS localization.
  • It employs a sliding-window estimator with factor-wise reliability scheduling and online spatiotemporal calibration, significantly reducing ATE RMSE under sensor degradation.
  • Benchmark tests demonstrate sub-decimeter accuracy and robust performance across diverse scenarios, confirming its adaptability to urban, industrial, and cross-platform conditions.

Ultra-Fusion: A Unified Multi-Sensor Fusion SLAM Framework for Robust ITS Localization

Framework Motivation and Design

Ultra-Fusion introduces a tightly-coupled multi-sensor fusion SLAM architecture targeting the demands of intelligent transportation systems (ITS), specifically addressing failure-prone urban and industrial settings under sensor degradation and spatiotemporal miscalibration (2606.21223). The observed limitations in existing fusion systems stem from rigidity in sensor stack configuration, lack of runtime adaptability to sensor reliability, and insufficient robustness to spatiotemporal calibration errors. Ultra-Fusion synthesizes asynchronous measurements from LiDAR, visual, inertial, wheel, and GNSS sensors into a unified sliding-window estimator with shared state, calibration, and marginalization logic, fundamentally reorganizing sensor fusion to support WIO, VIO, LIO, LVIO, and their augmentation within a single backend.

The core architectural innovations are:

  • Unified Sliding-Window Estimator: The approach orders spatial-temporal measurements from heterogeneous sensors as timestamped factors in one optimization window, avoiding the fragmentation of subsystem-specific pipelines. LiDAR geometric constraints, visual reprojections, IMU preintegration, wheel odometry, and GNSS anchoring are all represented as factor graph edges sharing a common state vector, calibration bundle, and reliability scheduler.
  • Observability-Aware Initialization: The framework adaptively selects the initialization path based on observed motion excitation and sensing geometry, engaging visual-inertial, stationary/wheel-aided, or LiDAR-odometry-aided hypotheses as required.
  • Factor-Wise Reliability Scheduling: Each sensor modality undergoes runtime degradation scoring based on geometric, photometric, dynamic, and integrity evidence. Factors from unreliable modalities are either suppressed or covariance-inflated within the optimization window, preventing corrupted measurements from dominating the estimator.
  • Online Spatiotemporal Calibration: Temporal offsets and rotational extrinsics are updated online during active SLAM if sufficient excitation and sensor reliability are detected. Dedicated calibration workers align LiDAR-IMU timing via motion cross-correlation and refine spatial alignment via scan-to-scan and inertial motion consistency. Calibration is locked only on repeated consensus.

Methodological Foundations

Ultra-Fusion's state vector is defined on a manifold incorporating pose, velocity, bias, and calibration variables. The estimator maintains intra-frame temporal coupling for LiDAR points via deskewed pose interpolation, integrating continuous-time modeling without explicit batch trajectories. Measurement factors are admitted or suppressed based on modality-specific degeneracy scores—LiDAR constraint diversity from Hessian conditioning, visual feature support and spatial uniformity, IMU excitation metrics, wheel-inertial consistency, and GNSS integrity checks.

Optimization proceeds by robust LM on timestamp-ordered factors, with Gaussian marginalization retaining historical information and ensuring numerical stability across changing configurations. The framework's mapping subsystem maintains a hybrid local map with voxel-hash support, optional intensity cue, and Gaussian splatting for colorized visualization, enabling precise metric anchors for downstream Gaussian mapping.

Benchmarking, Evaluation, and Empirical Results

Ultra-Fusion is extensively benchmarked on the M3DGR dataset and public scenarios (M2DGR-Plus, KAIST, GrandTour, MARS-LVIG), covering wheeled, legged, and aerial ITS-relevant platforms. Experiments systematically probe robustness under sensor degradation (illumination changes, wheel slip, LiDAR degeneracy, GNSS outage), calibration perturbations (temporal-offset and rotational-extrinsic injections), long-term/high-speed operation, and cross-platform transferability.

Key Experimental Findings

  • Robustness to Sensor Degradation: Ultra-Fusion achieves consistently lower ATE RMSE and drift rate across modality-specific failure modes versus visual-only, LiDAR-centric, and subsystem-coupled baselines. Factor-wise reliability scheduling reduces mean ATE by 75% (LiDAR), 36% (vision), and 41% (wheel) in corresponding ablation studies. Crucially, informative measurements are retained while degenerate constraints are suppressed.
  • Calibration Robustness: Under ±300 ms injected IMU time offsets and up to 10° rotational perturbations, Ultra-Fusion maintains sub-decimeter accuracy via online spatiotemporal calibration, while all compared baselines degrade rapidly.
  • Long-Term and High-Speed Performance: On city-scale urban driving at up to 97 km/h and hour-long patrols, the unified estimator saturates at <0.4% drift, outperforming wheel odometry, LiDAR-visual, and subsystem-coupled solutions.
  • Cross-Platform Transferability: Ultra-Fusion generalizes across quadruped and UAV trajectories with body oscillation, rapid motion, and weak structural priors, maintaining lowest error in 3/4 legged sequences and low average error for aerial mapping.
  • Mapping Consistency: Hybrid local mapping yields consistent geometric and appearance reconstruction over large-scale routes, with negligible ghosting and robust loop closure in heavy perturbation scenarios.
  • Efficiency: Optimization steps complete within 5.48–10.73 ms on multiple LiDAR types, confirming real-time applicability.

Practical and Theoretical Implications

Ultra-Fusion's unified factor-graph approach eliminates configuration-specific pipeline fragmentation and enables real-time adaptability in challenging transport scenarios. Practical deployment is supported by robust benchmarking, cross-platform validation, and efficient runtime profiling. The approach demonstrates that tightly-coupled fusion with reliability-aware scheduling and online calibration remains tractable and effective beyond wheeled platforms, generalizing to legged carriers and inspection UAVs.

Theoretically, Ultra-Fusion affirms that SLAM for ITS can be recast as a unified estimation problem, where modality admission, initialization, reliability, calibration, and marginalization are runtime-controllable rather than preconfigured. This facilitates future extension to semantic mapping and dynamic environments, enabling reliability-aware fusion to integrate semantic cues, dynamic-object constraints, and higher-level reasoning.

Future Directions

Ultra-Fusion's reliability-aware formulation provides a foundation for expansion toward semantic mapping and dynamic-object reasoning. Additional integration with learning-based priors for degeneracy detection, data-driven modality switching, and lifelong cross-domain adaptation can further enhance resilience in real-world deployments. Future research may pursue extension to fleet-scale ITS systems with distributed sensor fusion and collaborative mapping.

Conclusion

Ultra-Fusion establishes a unified, tightly-coupled multi-sensor SLAM framework for ITS localization under sensor degradation and calibration uncertainty, validated across a wide spectrum of platforms and scenarios. The framework's core methodological advances—unified estimator, observability-aware initialization, reliability scheduling, and online calibration—yield consistently strong performance across regime boundaries, driving practical deployment in ITS and advancing the theoretical formulation of robust SLAM. Semantic scene understanding and dynamic-object integration remain important future directions.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.