arXiv:2605.07203cs.CV2026-05

直接在3D高斯原语上检测场景变化,更准且能区分变化类型。

From Pixels to Primitives: Scene Change Detection in 3D Gaussian Splatting

论文配图:From Pixels to Primitives: Scene Change Detection in 3D Gaussian Splatting
图 1 · 摘自论文原文
  • 不靠渲染对比像素,改用原语的位置、形状和颜色直接判断变化。
  • 在真实数据集上平均交并比提升17%,超越现有最佳方法。
  • 可自动区分结构变化与表面变化,无需额外模型或标注。

基于高斯点阵的场景变化检测普遍采用先渲染后对比的范式:将变化前场景渲染为2D图像,再与变化后图像通过像素或特征残差比较。本文不再将问题视为像素层面的差异,而是从原语角度出发。我们提供直接证据表明,原语的固有属性——位置、各向异性协方差与颜色——已足够承载场景变化信号。难点在于高斯点阵表示本身存在欠约束问题:独立优化会导致原语数量、位置、形状和颜色在无变化时也不同。为此,我们引入各向异性几何与光度漂移模型,并加入每原语可观测性项,反映每个高斯受相机几何的约束程度。所提方法GD-DIFF直接在原语空间操作,具备双重优势:一是变化图天然多视角一致,无需额外学习目标;二是可分离地评估几何与外观变化,明确识别出是结构变化(如新增物体)还是表面变化(如颜色改变),且无需监督或外部依赖。在真实世界基准测试中,该方法相比之前最先进方法在平均交并比上提升约17%。

原文摘要 · Abstract (English)

Scene change detection methods built on Gaussian splatting universally follow a render-then-compare paradigm: the pre-change scene is rendered into 2D and compared against post-change images via pixel or feature residuals. This change detection problem with Gaussian Splatting has been treated as a question about pixels; we treat it as a question about primitives. We provide direct evidence that native primitive attributes alone -- position, anisotropic covariance, and color -- carry sufficient signal for scene change detection. What makes primitive-space comparison hard is the under-constrained nature of Gaussian splatting representation: independent optimizations yield primitive solutions whose count, positions, shapes, and colors differ even where nothing has changed. We address this challenge with anisotropic models of geometric and photometric drift, complemented by a per-primitive observability term that reflects the extent to which each Gaussian is constrained by the camera geometry. Operating directly on primitives gives our method, GD-DIFF, two properties that distinguish it from render-then-compare methods. First, change maps are multi-view consistent by construction, where prior work had to learn this through an additional optimization objective. Second, geometric and appearance changes are scored separately, identifying not just where but what kind of change occurred, distinguishing structural changes (e.g., an added object) from surface-level ones (e.g., a color change) without supervision or external model dependencies. On real-world benchmarks, GS-DIFF surpasses the prior state-of-the-art approach by $\sim$17% in mean Intersection over Union.

3D高斯场景变化检测原语

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。