-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathEBAD-NeRF.html
More file actions
191 lines (160 loc) · 7.72 KB
/
EBAD-NeRF.html
File metadata and controls
191 lines (160 loc) · 7.72 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>EBAD-NeRF</title>
<link rel="stylesheet" type="text/css" href="assets/scripts/bulma.min.css">
<link rel="stylesheet" type="text/css" href="assets/scripts/theme.css">
<link rel="stylesheet" type="text/css" href="https://cdn.bootcdn.net/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<section class="hero is-light" style="">
<div class="hero-body" style="padding-top: 50px;">
<div class="container" style="text-align: center;margin-bottom:5px;">
<h1 class="title">
Deblurring Neural Radiance Fields with Event-driven Bundle Adjustment
</h1>
<div class="author">
<p style="font-size: 22px">
Yunshan Qi<sup>1</sup>       Lin Zhu<sup>2 *</sup>       Yifan Zhao<sup>1</sup>       Nan Bao<sup>1</sup>       Jia Li<sup>1 *</sup>
</p>
</div>
<div class="aff">
<p style="font-size: 20px"><sup>1</sup>Beihang University    <sup>2</sup>Beijing Institute of Technology   
<p> </p>
</div>
<div class="group">
<p style="font-size: 22px">
<a href="http://cvteam.buaa.edu.cn/"><sup>*</sup>CVTEAM</a>
</p>
</div>
<div class="con">
<h1 style="text-align: center;margin-bottom:10px;">Accepted by 32nd ACM International Conference on Multimedia (ACM MM 2024)</h1>
</div>
<div class="columns">
<div class="column"></div>
<div class="column"></div>
<div class="column">
<a href="https://arxiv.org/abs/2406.14360" target="_blank">
<p class="link" style="font-size: 24px; margin-top:5px; margin-bottom: 15px;">[Paper]</p>
</a>
</div>
<div class="column">
<a href="https://github.com/iCVTEAM/EBAD-NeRF" target="_blank">
<p class="link" style="font-size: 24px; margin-top:5px; margin-bottom: 15px;">[Code]</p>
</a>
</div>
<div class="column">
<a href="https://drive.google.com/drive/folders/1SAcnqPgx1xY2C3kVIy81OJnk6YZWbIhz?usp=sharing" target="_blank">
<p class="link" style="font-size: 24px; margin-top:5px; margin-bottom: 15px;">[Dataset]</p>
</a>
</div>
<div class="column">
<a href="https://cvteam.buaa.edu.cn/papers/2024_MM_Qi_Sup.pdf" target="_blank">
<p class="link" style="font-size: 24px; margin-top:5px; margin-bottom: 15px;">[Sup]</p>
</a>
</div>
<div class="column"></div>
<div class="column"></div>
</div>
</div>
</div>
</section>
<div style="text-align: center;">
<div class="head_cap">
<h1 style="text-align: center;">Framework</h1>
</div>
<div class="container" style="max-width:850px">
<div style="text-align: center;">
<img src="./assets/EBAD-NeRF/method.png" class="centerImage">
</div>
</div>
</div>
<section class="hero">
<div class="hero-body">
<div class="container" style="max-width: 800px" >
<h1 style="text-align: center;">Abstract</h1>
<p style="text-align: justify; font-size: 16px;">
Neural Radiance Fields (NeRF) achieves impressive 3D representation learning and novel view synthesis results with high-quality multi-view images as input.
However, motion blur in images often occurs in low-light and high-speed motion scenes, which significantly degrades the reconstruction quality of NeRF.
Previous deblurring NeRF methods struggle to estimate pose and lighting changes during the exposure time, making them unable to accurately model the motion blur.
The bio-inspired event camera measuring intensity changes with high temporal resolution makes up this information deficiency.
In this paper, we propose Event-driven Bundle Adjustment for Deblurring Neural Radiance Fields (EBAD-NeRF) to jointly optimize the learnable poses and NeRF parameters by leveraging the hybrid event-RGB data.
An intensity-change-metric event loss and a photo-metric blur loss are introduced to strengthen the explicit modeling of camera motion blur.
Experiments on both synthetic and real-captured data demonstrate that EBAD-NeRF can obtain accurate camera trajectory during the exposure time and learn a sharper 3D representations compared to prior works.
</p>
</div>
</div>
</section>
<div style="text-align: center;">
<div class="head_cap">
<h1 style="text-align: center;">Qualitative Results on Real Data</h1>
</div>
<div class="container" style="max-width:850px">
<div style="text-align: center;">
<img src="./assets/EBAD-NeRF/gif1.gif" class="centerImage">
</div>
</div>
</div>
<div style="text-align: center;">
<div class="head_cap">
<p style="font-size: 24px">
<h1 style="text-align: center;">Qualitative Results on Synthetic Data</h1>
</p>
</div>
<div class="container" style="max-width:850px">
<div style="text-align: center;">
<img src="./assets/EBAD-NeRF/gif2.gif" class="centerImage">
</div>
</div>
</div>
<div style="text-align: center;">
<div class="container" style="max-width:850px">
<div style="text-align: center;">
<img src="./assets/EBAD-NeRF/gif3.gif" class="centerImage">
</div>
</div>
</div>
<section class="hero">
<div class="hero-body">
<div class="container" style="max-width:850px;margin-bottom:20px;" >
<h1 style="text-align: center;font-size:24px">Supplementary Video</h1>
</div>
<div class="container" style="max-width: 850px" >
<iframe width="850" height="450" src="https://www.youtube.com/embed/irCtKi-OO8g?si=lDrXRNM4QGxQ4VPE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>
</section>
<section class="hero" style="padding-top:0px;">
<div class="hero-body">
<div class="container" style="max-width:850px;">
<div class="card">
<header class="card-header">
<p class="card-header-title">
BibTex Citation
</p>
<a class="card-header-icon button-clipboard" style="border:0px; background: inherit;" data-clipboard-target="#bibtex-info" >
<i class="fa fa-copy" height="20px"></i>
</a>
</header>
<div class="card-content">
<pre style="background-color:inherit;padding: 0px;" id="bibtex-info">
@inproceedings{qi2024deblurring,
title={Deblurring neural radiance fields with event-driven bundle adjustment},
author={Qi, Yunshan and Zhu, Lin and Zhao, Yifan and Bao, Nan and Li, Jia},
booktitle={Proceedings of the 32nd ACM international conference on multimedia},
pages={9262--9270},
year={2024}
}
</pre>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="assets/scripts/clipboard.min.js"></script>
<script>
new ClipboardJS('.button-clipboard');
</script>
</body>
</html>