paper-with-me

Papers

Multi-view 3D Reconstruction with Transformer

2021-03-24 · Dan Wang, Xinrui Cui, Xun Chen, Zhengxia Zou, Tianyang Shi, Septimiu Salcudean, Z. Jane Wang, Rabab Ward

Deep CNN-based methods have so far achieved the state of the art results in multi-view 3D object reconstruction. Despite the considerable progress, the two core modules of these methods - multi-view feature extraction and fusion, are usually investigated separately, and the object relations in different views are rarely explored. In this paper, inspired by the recent great success in self-attention-based Transformer models, we reformulate the multi-view 3D reconstruction as a sequence-to-sequence prediction problem and propose a new framework named 3D Volume Transformer (VolT) for such a task. Unlike previous CNN-based methods using a separate design, we unify the feature extraction and view fusion in a single Transformer network. A natural advantage of our design lies in the exploration of view-to-view relationships using self-attention among multiple unordered inputs. On ShapeNet - a large-scale 3D reconstruction benchmark dataset, our method achieves a new state-of-the-art accuracy in multi-view reconstruction with fewer parameters ($70\%$ less) than other CNN-based methods. Experimental results also suggest the strong scaling capability of our method. Our code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2103.12957

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object Reconstruction3D ReconstructionMulti-View 3D ReconstructionObject Reconstruction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

3D-RETR: End-to-End Single and Multi-View 3D Reconstruction with Transformers

2021-10-17 · Zai Shi, Zhao Meng, Yiran Xing, Yunpu Ma 외

3D reconstruction aims to reconstruct 3D objects from 2D views. Previous works for 3D reconstruction mainly focus on feature matching between views or using CNNs as backbones. Recently, Transformers have been shown effec…

3D ReconstructionDecoderMulti-View 3D Reconstruction

Multi-View 3D Reconstruction With Transformers

2021-01-01 · ICCV 2021 10 · Dan Wang, Xinrui Cui, Xun Chen, Zhengxia Zou 외

Deep CNN-based methods have so far achieved the state of the art results in multi-view 3D object reconstruction. Despite the considerable progress, the two core modules of these methods - view feature extraction and …

3D Object Reconstruction3D ReconstructionMulti-View 3D ReconstructionObject Reconstruction

Déjà View: Looping Transformers for Multi-View 3D Reconstruction

2026-05-28 · Alessandro Burzio, Tobias Fischer, Sven Elflein, Qunjie Zhou 외 arxiv

Recent feed-forward 3D reconstruction transformers have scaled to over a billion parameters, following the broader trend of increasing model capacity in computer vision. Yet emerging evidence suggests that contiguous tra…

Multi-View 3D Reconstruction

VoRTX: Volumetric 3D Reconstruction With Transformers for Voxelwise View Selection and Fusion

2021-12-01 · Noah Stier, Alexander Rich, Pradeep Sen, Tobias Höllerer

Recent volumetric 3D reconstruction methods can produce very accurate results, with plausible geometry even for unobserved surfaces. However, they face an undesirable trade-off when it comes to multi-view fusion. They ca…

3D ReconstructionDiversity

R3D-SWIN:Use Shifted Window Attention for Single-View 3D Reconstruction

2023-12-05 · Chenhuan Li, Meihua Xiao, zehuan li, Fangping Chen 외

Recently, vision transformers have performed well in various computer vision tasks, including voxel 3D reconstruction. However, the windows of the vision transformer are not multi-scale, and there is no connection betwee…

3D ReconstructionSingle-View 3D Reconstruction