菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-02
📄 Abstract - Online Segment 3D Gaussians via Launching Virtual Drones

Interactive segmentation of 3D Gaussians offers a compelling opportunity for real-time manipulation of 3D scenes, thanks to the real-time rendering capability of 3D Gaussian Splatting (3DGS). However, existing methods require a time-consuming per-scene setup - typically tens of seconds or even minutes - before interactive segmentation can begin on a raw 3DGS scene. This setup involves multi-view mask preparation, mask lifting, and feature distillation, creating a major bottleneck for online applications. To address this limitation, we aim to completely eliminate the setup stage for interactive 3DGS segmentation while keeping the segmentation time practical (under 1 second). In this work, we present SAGO (Segment Any Gaussians Online), a novel setup-free framework for interactive 3DGS segmentation. By introducing virtual drones, our method reframes the 3D segmentation problem as an online Next-Best-View (NBV) planning task formulated within a Markov process. Extensive experiments demonstrate that SAGO can extract clean 3D assets directly from 3D Gaussians with sub-second latency, thereby enabling a broad range of downstream applications such as object manipulation and scene editing. Moreover, our method achieves over a 50x speedup compared to the previous setup-free 3DGS segmentation frameworks.

顶级标签: computer vision machine learning
详细标签: 3d gaussian splatting interactive segmentation next-best-view planning real-time segmentation online 3d editing 或 搜索:

通过发射虚拟无人机在线分割3D高斯体 / Online Segment 3D Gaussians via Launching Virtual Drones


1️⃣ 一句话总结

本文提出了一种无需事先准备的在线3D场景分割方法,通过发射虚拟无人机来自动寻找最佳视角,从而在不到一秒的时间内直接从3D高斯模型中提取出干净的物体,比以往方法快50倍以上。

源自 arXiv: 2607.01628