paper-with-me

Papers

IDESplat: Iterative Depth Probability Estimation for Generalizable 3D Gaussian Splatting

2026-01-07 · Wei Long, Haifeng Wu, Shiyin Jiang, Jinhua Zhang, Xinchun Ji, Shuhang Gu arxiv

Generalizable 3D Gaussian Splatting aims to directly predict Gaussian parameters using a feed-forward network for scene reconstruction. Among these parameters, Gaussian means are particularly difficult to predict, so depth is usually estimated first and then unprojected to obtain the Gaussian sphere centers. Existing methods typically rely solely on a single warp to estimate depth probability, which hinders their ability to fully leverage cross-view geometric cues, resulting in unstable and coarse depth maps. To address this limitation, we propose IDESplat, which iteratively applies warp operations to boost depth probability estimation for accurate Gaussian mean prediction. First, to eliminate the inherent instability of a single warp, we introduce a Depth Probability Boosting Unit (DPBU) that integrates epipolar attention maps produced by cascading warp operations in a multiplicative manner. Next, we construct an iterative depth estimation process by stacking multiple DPBUs, progressively identifying potential depth candidates with high likelihood. As IDESplat iteratively boosts depth probability estimates and updates the depth candidates, the depth map is gradually refined, resulting in accurate Gaussian means. We conduct experiments on RealEstate10K, ACID, and DL3DV. IDESplat achieves outstanding reconstruction quality and state-of-the-art performance with real-time efficiency. On RE10K, it outperforms DepthSplat by 0.33 dB in PSNR, using only 10.7% of the parameters and 70% of the memory. Additionally, our IDESplat improves PSNR by 2.95 dB over DepthSplat on the DTU dataset in cross-dataset experiments, demonstrating its strong generalization ability.

📄 PDF Abstract BibTeX arXiv:2601.03824

Code (0)

등록된 구현이 없습니다.

Tasks

Depth Estimation

Similar Papers 제목 키워드 기반

$S^2M^2$: Scalable Stereo Matching Model for Reliable Depth Estimation

2025-07-17 · Junhong Min, Youngpil Jeon, Jimin Kim, Minyong Choi

The pursuit of a generalizable stereo matching model, capable of performing across varying resolutions and disparity ranges without dataset-specific fine-tuning, has revealed a fundamental trade-off. Iterative local sear…

Depth EstimationStereo Matching

Boosting Generalizable Depth Estimation in Endoscopy by Mixture of Lightweight Experts and Intrinsic Image Alignment

2026-08-01 · Liangjing Shao, Beilei Cui, Yiming Huang, Changjing Liu 외 arxiv

Depth estimation is a significant task for 3D perception in endoscopic surgeries. However, illumination interference and feature diversity in various endoscopic scenes are still challenges for generalizable depth estimat…

parameter-efficient fine-tuningDepth Estimation

IterMVS: Iterative Probability Estimation for Efficient Multi-View Stereo

2021-12-09 · CVPR 2022 1 · Fangjinhua Wang, Silvano Galliani, Christoph Vogel, Marc Pollefeys

We present IterMVS, a new data-driven method for high-resolution multi-view stereo. We propose a novel GRU-based estimator that encodes pixel-wise probability distributions of depth in its hidden state. Ingesting multi-s…

regression

MuGS: Multi-Baseline Generalizable Gaussian Splatting Reconstruction

2025-08-06 · Yaopeng Lou, Liao Shen, Tianqi Liu, Jiaqi Li 외 arxiv

We present Multi-Baseline Gaussian Splatting (MuGS), a generalized feed-forward approach for novel view synthesis that effectively handles diverse baseline settings, including sparse input views with both small and large…

Monocular Depth EstimationNovel View Synthesis

MonoNeRF: Learning Generalizable NeRFs from Monocular Videos without Camera Pose

2022-10-13 · Yang Fu, Ishan Misra, Xiaolong Wang

We propose a generalizable neural radiance fields - MonoNeRF, that can be trained on large-scale monocular videos of moving in static scenes without any ground-truth annotations of depth and camera poses. MonoNeRF follow…

Camera Pose EstimationDecoderDepth EstimationDisentanglement+3