paper-with-me

Papers

DaRePlane: Direction-aware Representations for Dynamic Scene Reconstruction

2024-10-18 · Ange Lou, Benjamin Planche, Zhongpai Gao, Yamin Li, Tianyu Luan, Hao Ding, Meng Zheng, Terrence Chen, Ziyan Wu, Jack Noble

Numerous recent approaches to modeling and re-rendering dynamic scenes leverage plane-based explicit representations, addressing slow training times associated with models like neural radiance fields (NeRF) and Gaussian splatting (GS). However, merely decomposing 4D dynamic scenes into multiple 2D plane-based representations is insufficient for high-fidelity re-rendering of scenes with complex motions. In response, we present DaRePlane, a novel direction-aware representation approach that captures scene dynamics from six different directions. This learned representation undergoes an inverse dual-tree complex wavelet transformation (DTCWT) to recover plane-based information. Within NeRF pipelines, DaRePlane computes features for each space-time point by fusing vectors from these recovered planes, then passed to a tiny MLP for color regression. When applied to Gaussian splatting, DaRePlane computes the features of Gaussian points, followed by a tiny multi-head MLP for spatial-time deformation prediction. Notably, to address redundancy introduced by the six real and six imaginary direction-aware wavelet coefficients, we introduce a trainable masking approach, mitigating storage issues without significant performance decline. To demonstrate the generality and efficiency of DaRePlane, we test it on both regular and surgical dynamic scenes, for both NeRF and GS systems. Extensive experiments show that DaRePlane yields state-of-the-art performance in novel view synthesis for various complex dynamic scenes.

📄 PDF Abstract BibTeX arXiv:2410.14169

Code (0)

등록된 구현이 없습니다.

Tasks

NeRFNovel View Synthesis

Similar Papers 제목 키워드 기반

Dareplane: A modular open-source software platform for BCI research with application in closed-loop deep brain stimulation

2024-08-02 · Matthias Dold, Joana Pereira, Bastian Sajonz, Volker A. Coenen 외

Objective - This work introduces Dareplane, a modular and broad technology-agnostic open source software platform for brain-computer interface research with an application focus on adaptive deep brain stimulation (aDBS).…

Brain Computer Interface

DaReNeRF: Direction-aware Representation for Dynamic Scenes

2024-03-04 · CVPR 2024 1 · Ange Lou, Benjamin Planche, Zhongpai Gao, Yamin Li 외

Addressing the intricate challenge of modeling and re-rendering dynamic scenes, most recent approaches have sought to simplify these complexities using plane-based explicit representations, overcoming the slow training t…

NeRFNovel View Synthesis

Future-Aware End-to-End Driving: Bidirectional Modeling of Trajectory Planning and Scene Evolution

2025-10-13 · Bozhou Zhang, Nan Song, Jingyu Li, Xiatian Zhu 외 arxiv

End-to-end autonomous driving methods aim to directly map raw sensor inputs to future driving actions such as planned trajectories, bypassing traditional modular pipelines. While these approaches have shown promise, they…

Trajectory PlanningAutonomous Driving

From Static to Dynamic: a Survey of Topology-Aware Perception in Autonomous Driving

2025-09-28 · Yixiao Chen, Ruining Yang, Xin Chen, Jia He 외 arxiv

The key to achieving autonomous driving lies in topology-aware perception, the structured understanding of the driving environment with an emphasis on lane topology and road semantics. This survey systematically reviews …

Relational ReasoningScene UnderstandingAutonomous Driving

Gradient-Direction-Aware Density Control for 3D Gaussian Splatting

2025-08-12 · Zheng Zhou, Yu-Jie Xiong, Jia-Chen Zhang, Chun-Ming Xia 외 arxiv

The emergence of 3D Gaussian Splatting (3DGS) has significantly advanced Novel View Synthesis (NVS) through explicit scene representation, enabling real-time photorealistic rendering. However, existing approaches manifes…

Novel View Synthesis