hflonglong commited on
Commit
461a9f3
verified
1 Parent(s): 62a569b

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ figures/IDESplat_m.png filter=lfs diff=lfs merge=lfs -text
37
+ figures/IDESplat_net.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,44 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pipeline_tag: depth-estimation
4
+ ---
5
+
6
+ <p align="center">
7
+ <h1 align="center">IDESplat: Iterative Depth Probability Estimation for Generalizable 3D Gaussian Splatting</h1>
8
+ <p align="center">
9
+ <a href="https://scholar.google.com/citations?user=CsVTBJoAAAAJ&hl=zh-CN">Wei Long</a>
10
+
11
+ <a href="https://scholar.google.com/citations?user=rvVphXoAAAAJ&hl=zh-CN&oi=ao">Haifeng Wu</a>
12
+
13
+ <a href="https://openreview.net/profile?id=~Shiyin_Jiang1">Shiyin Jiang</a>
14
+
15
+ <a href="https://scholar.google.com/citations?user=tyYxiXoAAAAJ&hl=zh-CN">Jinhua Zhang</a>
16
+
17
+ <a href="https://openreview.net/profile?id=~Xinchun_Ji2">Xinchun Ji</a>
18
+
19
+ <a href="https://scholar.google.com/citations?user=-kSTt40AAAAJ&hl=zh-CN">Shuhang Gu</a>
20
+ </p>
21
+ <h3 align="center">CVPR 2026</h3>
22
+ <h3 align="center"><a href="https://arxiv.org/abs/2601.03824">Paper</a> | <a href="https://github.com/CVL-UESTC/IDESplat">Code</a></h3>
23
+ <div align="center"></div>
24
+ </p>
25
+
26
+ <p align="center">
27
+ <a href="">
28
+ <img src="figures/IDESplat_m.png" alt="IDESplat Overview" width="100%">
29
+ </a>
30
+ </p>
31
+
32
+ ## Architecture
33
+
34
+ <p align="center">
35
+ <a href="">
36
+ <img src="figures/IDESplat_net.png" alt="IDESplat Overview" width="100%">
37
+ </a>
38
+ </p>
39
+
40
+ The overall architecture of IDESplat. IDESplat is composed of three key parts: a feature extraction backbone, an iterative depth
41
+ probability estimation process, and a Gaussian Focused Module (GFM). The iterative process consists of cascaded Depth Probability
42
+ Boosting Units (DPBUs). Each unit combines multi-level warp results in a multiplicative manner to mitigate the inherent instability of a
43
+ single warp. As IDESplat iteratively updates the depth candidates and boosts the probability estimates, the depth map becomes more precise,
44
+ leading to accurate Gaussian means.
figures/IDESplat_m.png ADDED

Git LFS Details

  • SHA256: 0950bd8d13b4ae787f6539733f958f525b3ab9749faa5d1d5608ae51c76fd55b
  • Pointer size: 131 Bytes
  • Size of remote file: 293 kB
figures/IDESplat_net.png ADDED

Git LFS Details

  • SHA256: ffdac3f903ec0fbfd04fc518854072dbba3e284011ac5521f6dd6db458bd3801
  • Pointer size: 132 Bytes
  • Size of remote file: 1.39 MB
idesplat-acid-256x256-view2.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d12dfc86b6e8c865b97ad0e2790e405d8260e856f9bd4827728f2686219b32
3
+ size 450378633
idesplat-dl3dv-256x448-randview2-6.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc2209ccb8822894d88cce6ceaa0292a5a0ea34ef7edf990c0dca269419f3ec
3
+ size 450359421
idesplat-re10k-256x256-view2.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68afef63f55962541e8e39f37d013a779d37d9ea708e113eb19718355cd94a7d
3
+ size 450360697