CVMay 31, 2022

D$^2$NeRF: Self-Supervised Decoupling of Dynamic and Static Objects from a Monocular Video

arXiv:2205.15838v4185 citationsh-index: 45
Originality Incremental advance
AI Analysis

This addresses the challenge of 3D scene understanding for applications like robotics and AR/VR, though it is incremental as it builds on existing NeRF-based methods.

The paper tackles the problem of segmenting and decoupling dynamic objects from static backgrounds in monocular videos by introducing D^2NeRF, a self-supervised method that uses separate neural radiance fields, achieving better performance than state-of-the-art approaches in tasks like decoupling, occlusion removal, and segmentation.

Given a monocular video, segmenting and decoupling dynamic objects while recovering the static environment is a widely studied problem in machine intelligence. Existing solutions usually approach this problem in the image domain, limiting their performance and understanding of the environment. We introduce Decoupled Dynamic Neural Radiance Field (D$^2$NeRF), a self-supervised approach that takes a monocular video and learns a 3D scene representation which decouples moving objects, including their shadows, from the static background. Our method represents the moving objects and the static background by two separate neural radiance fields with only one allowing for temporal changes. A naive implementation of this approach leads to the dynamic component taking over the static one as the representation of the former is inherently more general and prone to overfitting. To this end, we propose a novel loss to promote correct separation of phenomena. We further propose a shadow field network to detect and decouple dynamically moving shadows. We introduce a new dataset containing various dynamic objects and shadows and demonstrate that our method can achieve better performance than state-of-the-art approaches in decoupling dynamic and static 3D objects, occlusion and shadow removal, and image segmentation for moving objects.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes