Paper Summary
CVPR 2025

Jianhao Zheng et al.

Stanford University; ETH Zurich; Microsoft

arXiv v1: 4 Apr 2025

Topics
#Dynamic SLAM#Dynamic Scene#3DGS#Uncertainty#SLAM

핵심 요약

WildGS-SLAM은 monocular RGB만으로 동적 distractor의 영향을 줄이기 위해, per-pixel uncertainty를 DROID식 tracking과 3D Gaussian mapping 양쪽에 넣는 SLAM 시스템이다.

문제동적 distractor → static SLAM 붕괴 해결uncertainty-weighted tracking/mapping 근거tracking / rendering / ablation
한 문장 요약

이 논문은 dynamic-scene SLAM을 “무엇을 지울까”보다 “어떤 pixel을 얼마나 믿을까”의 문제로 바꾸고, distractor일 가능성이 큰 pixel의 최적화 영향력을 낮춘다.

Contribution 01

Monocular 3DGS SLAM

dynamic environment의 monocular RGB video에서 static 3D Gaussian map 구성.

Contribution 02

Uncertainty MLP

3D-aware DINOv2 feature에서 per-pixel uncertainty를 예측하고 sequence별 online 적응.

Contribution 03

Tracking + Mapping Weight

동일한 uncertainty를 DBA와 rendering loss에 사용해 dynamic distractor 영향 축소.

Contribution 04

Wild-SLAM Dataset

MoCap RGB-D sequence와 iPhone RGB video로 in-the-wild dynamic 평가 제공.

핵심 인사이트

WildGS-SLAM은 DROID-W식 uncertainty-weighted tracking을 3D Gaussian map optimization까지 확장한 논문으로 읽으면 이해가 쉽다. 같은 uncertainty 신호가 pose estimation과 rendering을 연결하는 공통 언어가 된다.

처리 흐름
01RGB Sequencemonocular dynamic video
02DINOv2 Feature3D-aware image feature
03Uncertainty MLPper-pixel β map
04DBA Trackingβ-weighted pose update
053DGS Mappingβ-weighted render loss
06Static Mapartifact-reduced rendering
접근 방식 비교
Semantic / Mask SLAM

class prior 기반 제거

known movable category에는 강하지만 unseen distractor, shadow, 복잡한 motion pattern에는 취약.

Static 3DGS SLAM

dense하지만 static 가정

static scene에서는 reconstruction/view synthesis가 강하지만, dynamic object가 drift와 artifact 유발.

WildGS-SLAM

geometric uncertainty

semantic label이나 RGB-D에 직접 의존하지 않고 learned uncertainty를 soft geometric weight로 사용.

논문 상세 정리

이하에서는 배경지식, notation, 보조 유도까지 포함해 논문의 세부 내용을 살펴본다.

Comments