-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·376 lines (321 loc) · 16.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"
content="AbsGS: Recovering Fine Details for 3D Gaussian Splatting">
<meta name="keywords" content="AbsGS: Recovering Fine Details for 3D Gaussian Splatting">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AbsGS</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="static/css/bootstrap-4.4.1.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">
<!-- Bulma and Font Awesome -->
<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="static/css/bulma-slider.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="static/css/index.css">
<link rel="icon" href="resources/image/abs.png">
<!-- jQuery and JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/bulma-carousel.min.js"></script>
<script src="static/js/bulma-slider.min.js"></script>
<script src="static/js/index.js"></script>
<script src="static/js/app.js"></script>
<script src="static/js/video_comparison.js"></script>
<link rel="stylesheet" href="static/css/dics.original.css">
<script src="static/js/event_handler.js"></script>
<script src="static/js/dics.original.js"></script>
<script>
</script>
</head>
<body>
<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title" style="margin-bottom: 0"><strong>AbsGS: Recovering Fine Details for 3D Gaussian Splatting</strong></h1>
<h2 class="title is-2 publication-title" style="margin-top: 0; margin-bottom: 2"></h2>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="">Zongxin Ye</a><sup>1,2+</sup></span>
<span class="author-block">
<a href="https://leo-frank.github.io/">Wenyu Li</a><sup>1+</sup>
</span>
<span class="author-block">
<a href="">Sidun Liu</a><sup>1</sup></span>
<span class="author-block">
<a href="">Peng Qiao</a><sup>1</sup>
</span>
<span class="author-block">
<a href="">Yong Dou</a><sup>1</sup>
</span>
</div>
<div class="is-size-5 publication-authors">
<span class="author-block"><sup>1</sup>National University of Defense Technology</span>
<span class="author-block"><sup>2</sup>Meituan</span>
</div>
<div class="is-size-6 publication-authors">
<span class="author-block"><sup>+</sup>co-first author</span>
</div>
<div class="column has-text-centered">
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href="https://arxiv.org/pdf/2404.10484.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Paper</span>
</a>
</span>
<span class="link-block">
<a href="https://arxiv.org/abs/2404.10484"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span>
<!-- Code Link. -->
<span class="link-block">
<a href="https://github.com/TY424/AbsGS"
class="external-link button is-normal is-rounded is-dark disabled">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="hero teaser">
<div class="container is-max-widescreen">
<div class="hero-body">
<div class="columns is-centered has-text-centered">
<div class="column is-full-width">
<img src="./resources/image/teaser2.png" class="center">
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container is-max-desktop">
<!-- Abstract. -->
<div class="columns is-centered has-text-centered">
<div class="column ">
<h2 class="title is-3" style="margin-top: -30px">Abstract</h2>
<div class="content has-text-justified">
<p>
3D Gaussian Splatting (3D-GS) technique couples 3D Gaussian primitives with differentiable rasterization to achieve high-quality novel view synthesis results while providing advanced real-time rendering performance. However, due to the flaw of its adaptive density control strategy in 3D-GS, it frequently suffers from over-reconstruction issue in intricate scenes containing high-frequency details, leading to blurry rendered images. The underlying reason for the flaw has still been under-explored. In this work, we present a comprehensive analysis of the cause of aforementioned artifacts, namely gradient collision, which prevents large Gaussians in over-reconstructed regions from splitting. To address this issue, we propose the novel homodirectional view-space positional gradient as the criterion for densification. Our strategy efficiently identifies large Gaussians in over-reconstructed regions, and recovers fine details by splitting. We evaluate our proposed method on various challenging datasets. The experimental results indicate that our approach achieves the best rendering quality with reduced or similar memory consumption. Our method is easy to implement and can be incorporated into a wide variety of most recent Gaussian Splatting-based methods.
</p>
</div>
</div>
</div>
</div>
</section>
<!DOCTYPE html>
<html>
<head>
<title>Your Page Title</title>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
</head>
<body>
<section class="section">
<div class="container is-max-desktop">
<!-- Method. -->
<div class="columns is-centered has-text-centered">
<div class="column is-full-width">
<h2 class="title is-3" style="margin-top: -20px">Method</h2>
<img src="./resources/image/pip.png" class="center">
<div class="content has-text-justified">
<p style="margin-top: 30px">
<b>Pipeline of AbsGS. </b>(a) The splat-based rendering technique projects Gaussian \( G_i \) with mean position \( \mu_{i}^{3d} \) to 2D coordinate \( \mu_{i} \) in pixel-space. The number of covered pixels by Gaussian \( G_i \) is \( m \). (b) By backpropagating, the view-space gradient \( g_i \) of Gaussian \( G_i \) under viewpoint \( k \) is calculated as the sum of all view-space gradients of pixels that are covered by \( G_i \). Since the gradients \( \frac{\partial L_j}{\partial \mu_{i}} \) have different directions, the overall sum \( g_i \) will have a small scale, which does not satisfy the gradient threshold for densification. (c) Motivated by the above analysis, we redesign the densification scheme by taking the absolute value of each component \( \lvert \frac{\partial L_j}{\partial \mu_{i,x}} \rvert \) and \( \lvert \frac{\partial L_j}{\partial \mu_{i,y}} \rvert \) before summing. This enables us to identify large Gaussians in over-reconstructed regions for split.
</p>
</div>
</div>
</div>
<!--/ Animation. -->
</div>
</section>
</body>
</html>
<section class="section">
<div class="container is-max-desktop">
<!-- Results. -->
<div class="columns is-centered ">
<div class="column is-full-width">
<h2 class="title is-3 has-text-centered" style="margin-top: -30px">Results</h2>
<h3 class="title is-4">Novel View Synthesis</h3>
<div class="content has-text-justified">
<p>
We present the NVS results of 3D-GS, AbsGS (Ours), and Ground Truth.
</p>
</div>
<div class="container">
<ul class="nav nav-tabs nav-fill nav-justified" id="object-scale-recon">
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(0,0,'object-scale-recon')">garden</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(1,0,'object-scale-recon')">bonsai</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(2,0,'object-scale-recon')">counter</a>
</li>
<li class="nav-item">
<a class="nav-link " onclick="objectSceneEvent(4,0,'object-scale-recon')">bicycle1</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(5,0,'object-scale-recon')">bicycle2</a>
</li>
<li class="nav-item">
<a class="nav-link active" onclick="objectSceneEvent(3,0,'object-scale-recon')">flowers</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(6,0,'object-scale-recon')">kitchen</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(7,0,'object-scale-recon')">room</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(8,0,'object-scale-recon')">stump</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(9,0,'object-scale-recon')">train</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(10,0,'object-scale-recon')">treehill</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(11,0,'object-scale-recon')">truck</a>
</li>
</ul>
<div class="b-dics" style="width: 1600px; font-weight: 400;">
<img src="resources/image/flowers/3dgs.jpg" alt="3D-GS">
<img src="resources/image/flowers/ours.jpg" alt="Ours">
<img src="resources/image/flowers/gt.jpg" alt="GT">
</div>
</div>
<h3 class="title is-4" style="margin-top: 60px;">Point Clouds</h3>
<div class="content has-text-justified">
<p>
We present the point clouds by extracting mean positions of Gaussian primitives.
</p>
</div>
<div class="container">
<ul class="nav nav-tabs nav-fill nav-justified" id="object-scale-pts">
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(14,1,'object-scale-pts')">flowers</a>
</li>
<li class="nav-item">
<a class="nav-link " onclick="objectSceneEvent(15,1,'object-scale-pts')">treehill</a>
</li>
<li class="nav-item">
<a class="nav-link active" onclick="objectSceneEvent(12,1,'object-scale-pts')">bicycle1</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(13,1,'object-scale-pts')">bicycle2</a>
</li>
<li class="nav-item">
<a class="nav-link " onclick="objectSceneEvent(16,1,'object-scale-pts')">room</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="objectSceneEvent(17,1,'object-scale-pts')">stump</a>
</li>
</ul>
<div class="b-dics" style="width: 1600px; font-weight: 400;">
<img src="resources/image/bicycle_pts1/3dgs.jpg" alt="3D-GS">
<img src="resources/image/bicycle_pts1/ours.jpg" alt="Ours">
<img src="resources/image/bicycle_pts1/gt.jpg" alt="GT">
</div>
</div>
<h3 class="title is-4" style="margin-top: 60px;"> Selected Gaussian ellipsoids for densification </h3>
<div class="content has-text-justified">
<p>
We train the treehill scene with 3D-GS using default parameters for 7000 steps;
then we present selected Gaussian ellipsoids for densifcation by 3D-GS and ours, with green representing splitting and blue representing cloning.
Remarkably, the number of selected Gaussians between the two methods remained comparable, 69,787 and 52,517 Gaussians for 3D-GS and our method respectively.
</p>
</div>
<div class="container">
<ul class="nav nav-tabs nav-fill nav-justified" id="object-scale-elli">
<!-- <li class="nav-item">-->
<!-- <a class="nav-link" onclick="objectSceneEvent(18,2,'object-scale-elli')">bicycle</a>-->
<!-- </li>-->
<!-- <li class="nav-item">-->
<!-- <a class="nav-link" onclick="objectSceneEvent(19,2,'object-scale-elli')">flowers</a>-->
<!-- </li>-->
<li class="nav-item">
<a class="nav-link active" onclick="objectSceneEvent(20,2,'object-scale-elli')">treehill</a>
</li>
<!-- <li class="nav-item">-->
<!-- <a class="nav-link " onclick="objectSceneEvent(21,2,'object-scale-elli')">room</a>-->
<!-- </li>-->
<!-- <li class="nav-item">-->
<!-- <a class="nav-link" onclick="objectSceneEvent(22,2,'object-scale-elli')">stump</a>-->
<!-- </li>-->
</ul>
<div class="b-dics" style="width: 1600px; font-weight: 400;">
<img src="resources/image/treehill_elli/3dgs.jpg" alt="3D-GS">
<img src="resources/image/treehill_elli/ours.jpg" alt="Ours">
<img src="resources/image/treehill_elli/gt.jpg" alt="Rendered(3D-GS)">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@misc{ye2024absgs,
title={AbsGS: Recovering Fine Details for 3D Gaussian Splatting},
author={Zongxin Ye and Wenyu Li and Sidun Liu and Peng Qiao and Yong Dou},
year={2024},
eprint={2404.10484},
archivePrefix={arXiv},
primaryClass={cs.CV}
}</code></pre>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
</div>
<div class="columns is-centered">
<div class="column is-8">
<div class="content">
<p>
This website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
Website template credit to <a href="https://github.com/nerfies/nerfies.github.io">Nerfies</a>.
<!-- We also incorporated design elements from <a href="https://niujinshuchong.github.io/mip-splatting/">Mip-Splatting</a>. -->
<!-- The video comparison with sliding bar is from <a href="https://dorverbin.github.io/refnerf/">Ref-NeRF</a>. -->
The image comparison with sliding bar is from <a href="https://research.nvidia.com/labs/dir/neuralangelo/">Neuralangelo</a>.
</p>
</div>
</div>
<p></p>
</div>
</div>
</footer>
</body>
</html>