paper-with-me

홈 › Papers

M3D: Dual-Stream Selective State Spaces and Depth-Driven Framework for High-Fidelity Single-View 3D Reconstruction

2024-11-19 · Luoxi Zhang, Pragyan Shrestha, Yu Zhou, Chun Xie, Itaru Kitahara

The precise reconstruction of 3D objects from a single RGB image in complex scenes presents a critical challenge in virtual reality, autonomous driving, and robotics. Existing neural implicit 3D representation methods face significant difficulties in balancing the extraction of global and local features, particularly in diverse and complex environments, leading to insufficient reconstruction precision and quality. We propose M3D, a novel single-view 3D reconstruction framework, to tackle these challenges. This framework adopts a dual-stream feature extraction strategy based on Selective State Spaces to effectively balance the extraction of global and local features, thereby improving scene comprehension and representation precision. Additionally, a parallel branch extracts depth information, effectively integrating visual and geometric features to enhance reconstruction quality and preserve intricate details. Experimental results indicate that the fusion of multi-scale features with depth information via the dual-branch feature extraction significantly boosts geometric consistency and fidelity, achieving state-of-the-art reconstruction performance.

📄 PDF Abstract BibTeX arXiv:2411.12635

Code (1)

AnnnnnieZhang/M3D 공식 구현 pytorch

Tasks

3D ReconstructionAutonomous DrivingSingle-View 3D Reconstruction

Similar Papers 제목 키워드 기반

Deep Delta Learning

2026-01-01 · Yifan Zhang, Yifeng Liu, Mengdi Wang, Quanquan Gu arxiv

Transformer residual streams evolve by additive accumulation: each layer appends a feature update to a shared hidden state, but has no direct mechanism for replacing content that has become obsolete or conflicting. We in…

Temporally Consistent Depth Prediction with Flow-Guided Memory Units

2019-09-16 · Chanho Eom, Hyunjong Park, Bumsub Ham

Predicting depth from a monocular video sequence is an important task for autonomous driving. Although it has advanced considerably in the past few years, recent methods based on convolutional neural networks (CNNs) disc…

Autonomous DrivingDepth EstimationDepth PredictionOptical Flow Estimation+1

Depth-Attention: Cross-Layer Value Mixing for Language Models

2026-06-03 · Boyi Zeng, Yiqin Hao, Zitong Wang, Shixiang Song 외 arxiv

Self-attention selects information freely across the sequence, but across depth, Transformers merely add each layer's output to the residual stream, so later layers cannot selectively reuse earlier-layer representations.…

Dual-path Mamba: Short and Long-term Bidirectional Selective Structured State Space Models for Speech Separation

2024-03-27 · Xilin Jiang, Cong Han, Nima Mesgarani

Transformers have been the most successful architecture for various speech modeling tasks, including speech separation. However, the self-attention mechanism in transformers with quadratic complexity is inefficient in co…

MambaSpeech SeparationState Space Models

Transformers with Selective Access to Early Representations

2026-05-05 · Skye Gunasekaran, Téa Wright, Rui-Jie Zhu, Jason Eshraghian arxiv

Several recent Transformer architectures expose later layers to representations computed in the earliest layers, motivated by the observation that low-level features can become harder to recover as the residual stream is…