paper-with-me

홈 › Papers

Semantic Flow: Learning Semantic Field of Dynamic Scenes from Monocular Videos

2024-04-08 · Fengrui Tian, Yueqi Duan, Angtian Wang, Jianfei Guo, Shaoyi Du

In this work, we pioneer Semantic Flow, a neural semantic representation of dynamic scenes from monocular videos. In contrast to previous NeRF methods that reconstruct dynamic scenes from the colors and volume densities of individual points, Semantic Flow learns semantics from continuous flows that contain rich 3D motion information. As there is 2D-to-3D ambiguity problem in the viewing direction when extracting 3D flow features from 2D video frames, we consider the volume densities as opacity priors that describe the contributions of flow features to the semantics on the frames. More specifically, we first learn a flow network to predict flows in the dynamic scene, and propose a flow feature aggregation module to extract flow features from video frames. Then, we propose a flow attention module to extract motion information from flow features, which is followed by a semantic network to output semantic logits of flows. We integrate the logits with volume densities in the viewing direction to supervise the flow features with semantic labels on video frames. Experimental results show that our model is able to learn from multiple dynamic scenes and supports a series of new tasks such as instance-level scene editing, semantic completions, dynamic scene tracking and semantic adaption on novel scenes. Codes are available at https://github.com/tianfr/Semantic-Flow/.

📄 PDF Abstract BibTeX arXiv:2404.05163

Code (1)

tianfr/semantic-flow 공식 구현 pytorch

Tasks

NeRF

Similar Papers 제목 키워드 기반

EmerNeRF: Emergent Spatial-Temporal Scene Decomposition via Self-Supervision

2023-11-03 · Jiawei Yang, Boris Ivanovic, Or Litany, Xinshuo Weng 외

We present EmerNeRF, a simple yet powerful approach for learning spatial-temporal representations of dynamic driving scenes. Grounded in neural fields, EmerNeRF simultaneously captures scene geometry, appearance, motion,…

Optical Flow EstimationSemantic Segmentation

Semantic Attention Flow Fields for Monocular Dynamic Scene Decomposition

2023-03-02 · ICCV 2023 1 · Yiqing Liang, Eliot Laidlaw, Alexander Meyerowitz, Srinath Sridhar 외

From video, we reconstruct a neural volume that captures time-varying color, density, scene flow, semantics, and attention information. The semantics and attention let us identify salient foreground objects separately fr…

Clustering

Flow-guided Motion Prediction with Semantics and Dynamic Occupancy Grid Maps

2024-07-22 · Rabbia Asghar, Wenqian Liu, Lukas Rummelhard, Anne Spalanzani 외

Accurate prediction of driving scenes is essential for road safety and autonomous driving. Occupancy Grid Maps (OGMs) are commonly employed for scene prediction due to their structured spatial representation, flexibility…

Autonomous Drivingmotion predictionPrediction

Mono-Stixels: Monocular depth reconstruction of dynamic street scenes

2019-08-07 · Fabian Brickwedde, Steffen Abraham, Rudolf Mester

In this paper we present mono-stixels, a compact environment representation specially designed for dynamic street scenes. Mono-stixels are a novel approach to estimate stixels from a monocular camera sequence instead of …

Optical Flow EstimationSemantic Segmentation

Doduo: Learning Dense Visual Correspondence from Unsupervised Semantic-Aware Flow

2023-09-26 · Zhenyu Jiang, Hanwen Jiang, Yuke Zhu

Dense visual correspondence plays a vital role in robotic perception. This work focuses on establishing the dense correspondence between a pair of images that captures dynamic scenes undergoing substantial transformation…