paper-with-me

홈 › Papers

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, Lei Zhang

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 point. This leads to the redundancy of Gaussians being used to overfit the correspondence rather than the objects represented by the 3D Gaussians themselves, consequently wasting resources and lacking accurate geometries or textures. In this paper, we introduce LeanGaussian, a novel approach that treats each query in deformable Transformer as one 3D Gaussian ellipsoid, breaking the pixel or point cloud correspondence constraints. We leverage deformable decoder to iteratively refine the Gaussians layer-by-layer with the image features as keys and values. Notably, the center of each 3D Gaussian is defined as 3D reference points, which are then projected onto the image for deformable attention in 2D space. On both the ShapeNet SRN dataset (category level) and the Google Scanned Objects dataset (open-category level, trained with the Objaverse dataset), our approach, outperforms prior methods by approximately 6.1\%, achieving a PSNR of 25.44 and 22.36, respectively. Additionally, our method achieves a 3D reconstruction speed of 7.2 FPS and rendering speed 500 FPS. The code will be released at https://github.com/jwubz123/DIG3D.

📄 PDF Abstract BibTeX arXiv:2404.16323

Code (1)

jwubz123/DIG3D 공식 구현

Tasks

3D Object Reconstruction3D ReconstructionDecoderNovel View SynthesisObject Reconstruction

Methods 이 논문이 사용한 방법론

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…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음
Attention 설명 없음
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$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Quantity-Aware Coarse-to-Fine Correspondence for Image-to-Point Cloud Registration

2023-07-14 · Gongxin Yao, Yixin Xuan, YiWei Chen, Yu Pan

Image-to-point cloud registration aims to determine the relative camera pose between an RGB image and a reference point cloud, serving as a general solution for locating 3D objects from 2D observations. Matching individu…

Image to Point Cloud RegistrationPoint Cloud Registration

CoFiI2P: Coarse-to-Fine Correspondences for Image-to-Point Cloud Registration

2023-09-26 · Shuhao Kang, Youqi Liao, Jianping Li, Fuxun Liang 외

Image-to-point cloud (I2P) registration is a fundamental task for robots and autonomous vehicles to achieve cross-modality data fusion and localization. Current I2P registration methods primarily focus on estimating corr…

Autonomous VehiclesImage to Point Cloud RegistrationPoint Cloud RegistrationRobot Navigation+1

P2-Net: Joint Description and Detection of Local Features for Pixel and Point Matching

2021-03-01 · ICCV 2021 10 · Bing Wang, Changhao Chen, Zhaopeng Cui, Jie Qin 외

Accurately describing and detecting 2D and 3D keypoints is crucial to establishing correspondences across images and point clouds. Despite a plethora of learning-based 2D or 3D local feature descriptors and detectors hav…

Visual Localization

Tango3D: Towards Alignment for Global and Local 2D-3D Correspondence

2026-05-19 · Zebin He, Mingxin Yang, Shuhui Yang, Hanxiao Sun 외 arxiv

Existing 3D foundation models typically align point clouds to frozen vision-language spaces like CLIP, which achieve strong cross-modal retrieval by compressing 3D shape into a global vector. However, this global-only al…

Cross-Modal RetrievalPoint Clouds

Implicit Correspondence Learning for Image-to-Point Cloud Registration

2025-01-01 · CVPR 2025 1 · Xinjun Li, Wenfei Yang, Jiacheng Deng, Zhixin Cheng 외

Image-to-point cloud registration aims to estimate the camera pose of a given image within a 3D scene point cloud. In this area, matching-based methods have achieved leading performance by first detecting the overlap…

Image to Point Cloud RegistrationPoint Cloud Registration