paper-with-me

홈 › Papers

A Pixel Is Worth More Than One 3D Gaussians in Single-View 3D Reconstruction

2024-05-30 · Jianghao Shen, Nan Xue, Tianfu Wu

Learning 3D scene representation from a single-view image is a long-standing fundamental problem in computer vision, with the inherent ambiguity in predicting contents unseen from the input view. Built on the recently proposed 3D Gaussian Splatting (3DGS), the Splatter Image method has made promising progress on fast single-image novel view synthesis via learning a single 3D Gaussian for each pixel based on the U-Net feature map of an input image. However, it has limited expressive power to represent occluded components that are not observable in the input view. To address this problem, this paper presents a Hierarchical Splatter Image method in which a pixel is worth more than one 3D Gaussians. Specifically, each pixel is represented by a parent 3D Gaussian and a small number of child 3D Gaussians. Parent 3D Gaussians are learned as done in the vanilla Splatter Image. Child 3D Gaussians are learned via a lightweight Multi-Layer Perceptron (MLP) which takes as input the projected image features of a parent 3D Gaussian and the embedding of a target camera view. Both parent and child 3D Gaussians are learned end-to-end in a stage-wise way. The joint condition of input image features from eyes of the parent Gaussians and the target camera position facilitates learning to allocate child Gaussians to ``see the unseen'', recovering the occluded details that are often missed by parent Gaussians. In experiments, the proposed method is tested on the ShapeNet-SRN and CO3D datasets with state-of-the-art performance obtained, especially showing promising capabilities of reconstructing occluded contents in the input view.

📄 PDF Abstract BibTeX arXiv:2405.20310

Code (0)

등록된 구현이 없습니다.

Tasks

3DGS3D ReconstructionNovel View SynthesisSingle-View 3D Reconstruction

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

ZipSplat: Fewer Gaussians, Better Splats

2026-06-03 · Alexander Veicht, Sunghwan Hong, Dániel Baráth, Marc Pollefeys arxiv

Feed-forward 3D Gaussian Splatting methods reconstruct a scene from posed or pose-free images in a single forward pass, yet current approaches predict one Gaussian per input pixel, tying the representation budget to came…

Multi-Scale 3D Gaussian Splatting for Anti-Aliased Rendering

2023-11-28 · CVPR 2024 1 · Zhiwen Yan, Weng Fei Low, Yu Chen, Gim Hee Lee

3D Gaussians have recently emerged as a highly efficient representation for 3D reconstruction and rendering. Despite its high rendering quality and speed at high resolutions, they both deteriorate drastically when render…

3D Reconstruction

ATSplat: Compact Feed-forward 3D Gaussian Splatting with Adaptive Token Expansion

2026-07-22 · Cho In, Jeonghwan Cho, Mijin Yoo, Gim Hee Lee 외 hf

3D Gaussian Splatting (3DGS) achieves high-quality novel-view synthesis by optimizing freely placed primitives in 3D and adaptively densifying them in under-reconstructed regions. However, this scene-adaptive capacity al…

RTG-SLAM: Real-time 3D Reconstruction at Scale using Gaussian Splatting

2024-04-30 · Zhexi Peng, Tianjia Shao, Yong liu, Jingke Zhou 외

We present Real-time Gaussian SLAM (RTG-SLAM), a real-time 3D reconstruction system with an RGBD camera for large-scale environments using Gaussian splatting. The system features a compact Gaussian representation and a h…

3D ReconstructionNeRFNovel View Synthesis

LeanGaussian: Breaking Pixel or Point Cloud Correspondence in Modeling 3D Gaussians

2024-04-25 · CVPR 2025 1 · Jiamin Wu, Kenkun Liu, Han Gao, Xiaoke Jiang 외

Rencently, Gaussian splatting has demonstrated significant success in novel view synthesis. Current methods often regress Gaussians with pixel or point cloud correspondence, linking each Gaussian with a pixel or a 3D poi…

3D Object Reconstruction3D ReconstructionDecoderNovel View Synthesis+1