Fast-SegSim: Real-Time Open-Vocabulary Segmentation for Robotics in Simulation

arXiv cs.RO / 4/14/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • Fast-SegSimは、ロボティクス向けにリアルタイム推論を目標とした「オープンボキャブラリの3Dセグメンテーション再構成」手法として提案されたエンドツーエンドの枠組みです。
  • 2D Gaussian Splattingを基盤にしつつ、高チャネルのセグメンテーション特徴の蓄積がボトルネックになる点に対して、Precise Tile IntersectionとTop-K Hard Selectionという2つの最適化を導入しています。
  • 最適化により描画(レンダリング)レートは40FPS超を達成し、ロボットの制御ループに必要な頻度での推論を狙っています。
  • Gazebo等のシミュレーションにおける高頻度センサ入力としても利用でき、複数視点で整合する“擬似ground truth”ラベルを生成して、下流の知覚タスクの微調整に役立つとされています。
  • オブジェクトゴールナビゲーションの知覚モジュールをFast-SegSimの生成ラベルで微調整した結果、ナビゲーション成功率が2倍になったと報告されています。

Abstract

Open-vocabulary panoptic reconstruction is crucial for advanced robotics and simulation. However, existing 3D reconstruction methods, such as NeRF or Gaussian Splatting variants, often struggle to achieve the real-time inference frequency required by robotic control loops. Existing methods incur prohibitive latency when processing the high-dimensional features required for robust open-vocabulary segmentation. We propose Fast-SegSim, a novel, simple, and end-to-end framework built upon 2D Gaussian Splatting, designed to realize real-time, high-fidelity, and 3D-consistent open-vocabulary segmentation reconstruction. Our core contribution is a highly optimized rendering pipeline that specifically addresses the computational bottleneck of high-channel segmentation feature accumulation. We introduce two key optimizations: Precise Tile Intersection to reduce rasterization redundancy, and a novel Top-K Hard Selection strategy. This strategy leverages the geometric sparsity inherent in the 2D Gaussian representation to greatly simplify feature accumulation and alleviate bandwidth limitations, achieving render rates exceeding 40 FPS. Fast-SegSim provides critical value in robotic applications: it serves both as a high-frequency sensor input for simulation platforms like Gazebo, and its 3D-consistent outputs provide essential multi-view 'ground truth' labels for fine-tuning downstream perception tasks. We demonstrate this utility by using the generated labels to fine-tune the perception module in object goal navigation, successfully doubling the navigation success rate. Our superior rendering speed and practical utility underscore Fast-SegSim's potential to bridge the sim-to-real gap.