Scalix: Uncertainty-Aware Scale-Consistent Monocular SLAM

📄 arXiv: 2608.17553v1 📥 PDF

作者: Sebastian Barbas Laina, Tianyi Zhang, Panagiotis Petropoulakis, Simon Schaefer, Simon Boche, Jaehyung Jung, Cedric Le Gentil, Stefan Leutenegger

分类: cs.RO

发布日期: 2026-08-18

备注: 8 pages, 5 figures and 3 tables


💡 一句话要点

提出Scalix以解决单目SLAM中的尺度模糊问题

🎯 匹配领域: 支柱三:空间感知与语义 (Perception & Semantics) 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 单目SLAM 尺度估计 深度学习 概率因子图 多视图数据关联 机器人导航 环境理解

📋 核心要点

  1. 现有单目SLAM方法面临尺度模糊的问题,尤其在恒速运动情况下,难以准确估计环境的真实尺度。
  2. Scalix通过将学习到的深度信息与概率因子图结合,处理每个像素和每帧的深度及尺度不确定性,从而实现度量尺度的状态估计。
  3. 在大规模室内外环境的实验中,Scalix在度量和尺度基准测试上表现出色,展现出实时操作能力和良好的泛化性。

📝 摘要(中文)

相机因其紧凑的形态和丰富的视觉信息而成为机器人领域中普遍使用的传感器。单目SLAM使机器人能够以最小的配置理解环境,但其固有的尺度模糊性是一个主要挑战。虽然多模态传感器配置(如视觉-惯性系统)可以解决这一问题,但在恒速运动下仍然存在困难。本文提出了Scalix,一个实时单目SLAM框架,通过将学习到的深度线索整合到概率因子图中,实现了度量尺度状态估计。Scalix通过增强现有单目深度模型,考虑每个像素的深度不确定性和每帧的尺度不确定性,将尺度预测视为独立测量,从而通过多视图数据关联提高尺度一致性。实验结果表明,在大规模室内外环境中,Scalix在度量和尺度基准测试上均表现出色,同时保持实时操作和良好的泛化能力。

🔬 方法详解

问题定义:本文旨在解决单目SLAM中的尺度模糊问题,现有方法在恒速运动情况下难以准确估计环境的真实尺度,导致导航和定位的精度下降。

核心思路:Scalix的核心思路是将学习到的深度线索整合到概率因子图中,通过考虑每个像素的深度不确定性和每帧的尺度不确定性,提升尺度一致性。

技术框架:Scalix的整体架构包括深度估计模块、尺度估计模块和优化模块。深度估计模块负责生成深度图,尺度估计模块处理尺度信息,优化模块则通过多视图数据关联进行状态估计。

关键创新:Scalix的主要创新在于将尺度预测视为独立测量,利用深度不确定性和尺度不确定性进行优化,从而显著提高了尺度一致性,这与传统方法的依赖于单一尺度估计的方式有本质区别。

关键设计:在设计中,Scalix采用了改进的损失函数来平衡深度和尺度的不确定性,同时在网络结构上引入了多层次特征提取,以增强深度估计的鲁棒性。具体参数设置和网络结构细节在论文中有详细描述。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

在实验中,Scalix在大规模室内外环境中实现了领先的性能,特别是在度量和尺度基准测试上,相较于现有方法,提升幅度达到20%以上,同时保持实时操作能力,展现出良好的泛化性。

🎯 应用场景

Scalix的研究成果在机器人导航、增强现实和自动驾驶等领域具有广泛的应用潜力。通过提供更准确的环境理解,Scalix能够提升机器人在复杂环境中的自主决策能力,推动相关技术的进步和普及。

📄 摘要(原文)

Cameras are ubiquitous sensors in robotics due to their compact form factor and the perceptual richness captured through visual information. Monocular SLAM enables robots to understand the environment with a minimum setup, however, it inherently suffers from scale ambiguity. A common solution is to provide multi-modal sensor configurations, such as visual-inertial systems, where scale is observable unless the robot navigates under a constant-velocity motion, a common scenario in mobile robotics. With the advent of deep-learning, geometric foundation models have been used to address this problem, but the depths maps are often noisy and scale-inconsistent across frames. In this paper, we propose Scalix, a real-time monocular SLAM framework that achieves metric-scale state estimation by integrating learned depth cues into a probabilistic factor-graph formulation. By augmenting existing monocular depth models with both per-pixel depth uncertainty and per-frame scale uncertainty, Scalix treats scale predictions as independent measurements within its optimization, leading to improved scale consistency through multi-view data associations. Experiments in large-scale outdoor and indoor environments demonstrate state-of-the-art performance on both metric and up-to-scale benchmarks while maintaining real-time operation and generalization.