forked from awesome-NeRF/awesome-NeRF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NeRF-and-Beyond.bib
358 lines (313 loc) · 14.1 KB
/
NeRF-and-Beyond.bib
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
@article{Bi20arxiv_neural_reflection_fields,
Archiveprefix = {arXiv},
Author = {Sai Bi and Zexiang Xu and Pratul Srinivasan and Ben Mildenhall and Kalyan Sulkavalli and Milo{\v s} Ha{\v s}an and Yannick Hold-Geoffroy and David Kriegman and Ravi Ramamoorthi},
Journal = {https://arxiv.org/abs/2008.03824},
Title = {Neural Reflectance Fields for Appearance Acquisition},
Year = {2020}
}
@article{Boss20arxiv_NeRD,
Archiveprefix = {arXiv},
Author = {Mark Boss and Raphael Braun and Varun Jampani and Jonathan T. Barron and Ce Liu and Hendrik Lensch},
Journal = {https://arxiv.org/abs/2012.03918},
Title = {{NeRD}: Neural Reflectance Decomposition from Image Collections},
Year = {2020}
}
@InProceedings{Chabra20eccv_DLS,
Author = {Rohan Chabra and Jan Lenssen and Eddy Ilg and Tanner Schmidt and Julian Straub and Steven Lovegrove and Richard Newcombe},
Booktitle = {The European Conference on Computer Vision (ECCV)},
Title = {Deep Local Shapes: Learning Local {SDF} Priors for Detailed {3D} Reconstruction},
Year = {2020}
}
@article{Chan20arxiv_piGAN,
Archiveprefix = {arXiv},
Author = {Eric Chan and Marco Monteiro and Peter Kellnhofer and Jiajun Wu and Gordon Wetzstein},
Journal = {https://arxiv.org/abs/2012.00926},
Title = {{pi-GAN}: Periodic Implicit Generative Adversarial Networks for {3D}-Aware Image Synthesis},
Year = {2020}
}
@inproceedings{Chen20cvpr_bsp,
Author = {Zhiqin Chen and Andrea Tagliasacchi and Hao Zhang},
Booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
Pages = {45--54},
Title = {{BSP-Net}: Generating compact meshes via binary space partitioning},
Year = {2020}
}
@inproceedings{Chen19cvpr_IM_NET,
Title={Learning implicit fields for generative shape modeling},
Author = {Zhiqin Chen and Hao Zhang},
Booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
Pages={5939--5948},
Year={2019}
}
@article{Dellaert20post_NeRF,
Author = {Frank Dellaert},
Journal = {https://dellaert.github.io/NeRF/},
Title = {{{NeRF} Explosion 2020}},
Year = {2020}
}
@article{Deng20github_JaxNeRF,
Author = {Boyang Deng and Jonathan T. Barron and Pratul Srinivasan},
Journal = {https://github.com/google-research/google-research/tree/master/jaxnerf},
Title = {{JaxNeRF}: an efficient {JAX} implementation of {NeRF}},
Year = {2020}
}
@inproceedings{Deng20cvpr_cvxnet,
Author = {Boyang Deng and Kyle Genova and Soroosh Yazdani and Sofien Bouaziz and Geoffrey Hinton and Andrea Tagliasacchi},
Booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
Pages = {31--44},
Title = {{CvxNet}: Learnable convex decomposition},
Year = {2020}
}
@inproceedings{Deng19eccv_NASA,
Author = {Boyang Deng and JP Lewis and Timothy Jeruzalski and Gerard Pons-Moll and Geoffrey Hinton and Mohammad Norouzi and Andrea Tagliasacchi},
Booktitle = {The European Conference on Computer Vision (ECCV)},
Month = {August},
Organization = {{Springer}},
Title = {Neural Articulated Shape Approximation},
Year = {2020}
}
@article{Du20arxiv_nerflow,
Archiveprefix = {arXiv},
Author = {Yilun Du and Yinan Zhang and Hong-Xing Yu and Joshua B. Tenenbaum and Jiajun Wu},
Journal = {arXiv preprint arXiv:2012.09790},
Title = {Neural Radiance Flow for {4D} View Synthesis and Video Processing},
Year = {2020}
}
@article{Gafni20arxiv_DNRF,
Archiveprefix = {arXiv},
Author = {Guy Gafni and Justus Thies and Michael Zollh{\"o}fer and Matthias Nie{\ss}ner},
Journal = {https://arxiv.org/abs/2012.03065},
Title = {Dynamic Neural Radiance Fields for Monocular {4D} Facial Avatar Reconstruction},
Year = {2020}
}
@article{Gao20arxiv_pNeRF,
Archiveprefix = {arXiv},
Author = {Chen Gao and Yichang Shih and Wei-Sheng Lai and Chia-Kai Liang and Jia-Bin Huang},
Journal = {https://arxiv.org/abs/2012.05903},
Title = {Portrait Neural Radiance Fields from a Single Image},
Year = {2020}
}
@inproceedings{Genova19iccv_sif,
title={Learning shape templates with structured implicit functions},
Author = {Kyle Genova and Forrester Cole and Daniel Vlasic and Aaron Sarna and William Freeman and Thomas Funkhouser},
booktitle={Proceedings of the IEEE International Conference on Computer Vision (ICCV)},
pages={7154--7164},
year={2019}
}
@article{Guo20arxiv_OSF,
Archiveprefix = {arXiv},
Author = {Michelle Guo and Alireza Fathi and Jiajun Wu and Thomas Funkhouser},
Journal = {https://arxiv.org/abs/2012.08503},
Title = {Object-Centric Neural Scene Rendering},
Year = {2020}
}
@article{Li20arxiv_nsff,
Archiveprefix = {arXiv},
Author = {Zhengqi Li and Simon Niklaus and Noah Snavely and Oliver Wang},
Journal = {https://arxiv.org/abs/2011.13084},
Title = {Neural Scene Flow Fields for Space-Time View Synthesis of Dynamic Scenes},
Year = {2020}
}
@article{Lindell20arxiv_AutoInt,
Archiveprefix = {arXiv},
Author = {David Lindell and Julien Martel and Gordon Wetzstein},
Journal = {https://arxiv.org/abs/2012.01714},
Title = {{AutoInt}: Automatic Integration for Fast Neural Volume Rendering},
Year = {2020}
}
@InProceedings{Liu20neurips_sparse_nerf,
Author = {Lingjie Liu and Jiatao Gu and Kyaw Zaw Lin and Tat-Seng Chua and Christian Theobalt},
BookTitle = {Advances in Neural Information Processing Systems (NeurIPS)},
Title = {Neural sparse voxel fields},
Volume = {33},
Year = {2020}
}
@article{Lombardi19siggraph_Neural_Volumes,
Address = {New York, NY, USA},
Author = {Stephen Lombardi and Tomas Simon and Jason Saragih and Gabriel Schwartz and Andreas Lehrmann and Yaser Sheikh},
Journal = {ACM Trans. Graph.},
Publisher = {ACM},
Title = {Neural Volumes: Learning Dynamic Renderable Volumes from Images},
Year = {2019}
}
@article{MartinBrualla20arxiv_nerfw,
Archiveprefix = {arXiv},
Author = {Ricardo Martin-Brualla and Noha Radwan and Mehdi Sajjadi and Jonathan T. Barron and Alexey Dosovitskiy and Daniel Duckworth},
Journal = {https://arxiv.org/abs/2008.02268},
Title = {{NeRF} in the Wild: Neural Radiance Fields for Unconstrained Photo Collections},
Year = {2020}
}
@inproceedings{Mescheder19cvpr_occupancy_net,
Author = {Lars Mescheder and Michael Oechsle and Michael Niemeyer and Sebastian Nowozin and Andreas Geiger},
Booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
Month = {June},
Title = {{Occupancy Networks}: Learning {3D} Reconstruction in Function Space},
Year = {2019}
}
@InProceedings{Mildenhall20eccv_nerf,
Author = {Ben Mildenhall and Pratul P. Srinivasan and Matthew Tancik and Jonathan T. Barron and Ravi Ramamoorthi and Ren Ng},
Booktitle = {The European Conference on Computer Vision (ECCV)},
Title = {{NeRF}: Representing scenes as neural radiance fields for view synthesis},
Year = {2020}
}
@article{Niemeyer20arxiv_GIRAFFE,
Archiveprefix = {arXiv},
Author = {Michael Niemeyer and Andreas Geiger},
Journal = {https://arxiv.org/abs/2011.12100},
Title = {{GIRAFFE}: Representing Scenes as Compositional Generative Neural Feature Fields},
Year = {2020}
}
@InProceedings{Niemeyer20cvpr_DVR,
Author = {Michael Niemeyer and Lars Mescheder and Michael Oechsle and Andreas Geiger},
Booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
Title = {Differentiable Volumetric Rendering: Learning Implicit {3D} Representations without {3D} Supervision},
Year = {2019}
}
@article{Ost20arxiv_NSG,
Archiveprefix = {arXiv},
Author = {Julian Ost and Fahim Mannan and Nils Th{\"u}rey and Julian Knodt and Felix Heide},
Journal = {https://arxiv.org/abs/2011.10379},
Title = {Neural Scene Graphs for Dynamic Scenes},
Year = {2020}
}
@inproceedings{Park19cvpr_deepsdf,
Author = {Jeong Joon Park and Pete Florence and Julian Straub and Richard Newcombe and Steven Lovegrove},
Booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
Pages = {165--174},
Title = {{DeepSDF}: Learning continuous signed distance functions for shape representation},
Year = {2019}
}
@article{Park20arxiv_nerfies,
Archiveprefix = {arXiv},
Author = {Keunhong Park and Utkarsh Sinha and Jonathan T. Barron and Sofien Bouaziz and Dan Goldman and Steven Seitz and Ricardo Martin-Brualla},
Journal = {https://arxiv.org/abs/2011.12948},
Title = {Deformable Neural Radiance Fields},
Year = {2020}
}
@article{Pumarola20arxiv_D_NeRF,
Archiveprefix = {arXiv},
Author = {Albert Pumarola and Enric Corona and Gerard Pons-Moll and Francesc Moreno-Noguer},
Journal = {https://arxiv.org/abs/2011.13961},
Title = {{D-NeRF}: Neural Radiance Fields for Dynamic Scenes},
Year = {2020}
}
@article{Rebain20arxiv_derf,
Archiveprefix = {arXiv},
Author = {Daniel Rebain and Wei Jiang and Soroosh Yazdani and Ke Li and Kwang Moo Yi and Andrea Tagliasacchi},
Journal = {https://arxiv.org/abs/2011.12490},
Title = {{DeRF}: Decomposed Radiance Fields},
Year = {2020}
}
@InProceedings{Saito19Iccv_PIFu,
Author = {Shunsuke Saito and Zeng Huang and Ryota Natsume and Shigeo Morishima and Angjoo Kanazawa and Hao Li},
booktitle={Proceedings of the IEEE International Conference on Computer Vision (ICCV)},
Title = {{PIFu}: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization},
Year = {2019}
}
@InProceedings{Schwarz20neurips_graf,
Author = {Katja Schwarz and Yiyi Liao and Michael Niemeyer and Andreas Geiger},
BookTitle = {Advances in Neural Information Processing Systems (NeurIPS)},
Title = {Graf: Generative radiance fields for {3D}-aware image synthesis},
Volume = {33},
Year = {2020}
}
@inproceedings{Sitzmann19neurips_srn,
Author = {Vincent Sitzmann and Michael Zollh{\"o}fer and Gordon Wetzstein},
BookTitle = {Advances in Neural Information Processing Systems (NeurIPS)},
Pages = {1121--1132},
Title = {Scene representation networks: Continuous {3D}-structure-aware neural scene representations},
Year = {2019}
}
@inproceedings{Sitzmann20neurips_siren,
Author = {Vincent Sitzmann and Julien Martel and Alexander Bergman and David Lindell and Gordon Wetzstein},
BookTitle = {Advances in Neural Information Processing Systems (NeurIPS)},
Title = {Implicit Neural Representations with Periodic Activation Functions},
Year = {2020}
}
@article{Srinivasan20arxiv_NeRV,
Archiveprefix = {arXiv},
Author = {Pratul Srinivasan and Boyang Deng and Xiuming Zhang and Matthew Tancik and Ben Mildenhall and Jonathan T. Barron},
Journal = {https://arxiv.org/abs/2012.03927},
Title = {{NeRV}: Neural Reflectance and Visibility Fields for Relighting and View Synthesis},
Year = {2020}
}
@article{Tancik20arxiv_meta,
Archiveprefix = {arXiv},
Author = {Matthew Tancik and Ben Mildenhall and Terrence Wang and Divi Schmidt and Pratul Srinivasan and Jonathan T. Barron and Ren Ng},
Journal = {https://arxiv.org/abs/2012.02189},
Title = {Learned Initializations for Optimizing Coordinate-Based Neural Representations},
Year = {2020}
}
@article{Tewari20eurographics_neural_rendering,
author = {Tewari, A. and Fried, O. and Thies, J. and Sitzmann, V. and Lombardi, S. and Sunkavalli, K. and Martin-Brualla, R. and Simon, T. and Saragih, J. and Nie{\ss}ner, M. and Pandey, R. and Fanello, S. and Wetzstein, G. and Zhu, J.-Y. and Theobalt, C. and Agrawala, M. and Shechtman, E. and Goldman, D. B and Zollh{\"o}fer, M.},
title = {{State of the Art on Neural Rendering}},
journal = {Computer Graphics Forum (EG STAR 2020)},
year = {2020}
}
@article{Tretschk20arxiv_NR-NeRF,
Archiveprefix = {arXiv},
Author = {Edgar Tretschk and Ayush Tewari and Vladislav Golyanik and Michael Zollh{\"o}fer and Christoph Lassner and Christian Theobalt},
Journal = {https://arxiv.org/abs/2012.12247},
Title = {Non-Rigid Neural Radiance Fields: Reconstruction and Novel View Synthesis of a Deforming Scene from Monocular Video},
Year = {2020}
}
@article{Trevithick20arxiv_GRF,
Archiveprefix = {arXiv},
Author = {Alex Trevithick and Bo Yang},
Journal = {https://arxiv.org/abs/2010.04595},
Title = {{GRF}: Learning a General Radiance Field for {3D} Scene Representation and Rendering},
Year = {2020}
}
@article{Xian20arxiv_stnif,
Archiveprefix = {arXiv},
Author = {Wenqi Xian and Jia-Bin Huang and Johannes Kopf and Changil Kim},
Journal = {https://arxiv.org/abs/2011.12950},
Title = {Space-time Neural Irradiance Fields for Free-Viewpoint Video},
Year = {2020}
}
@InProceedings{Yariv20neurips_MVNeuralSurfaceRecon,
Author = {Lior Yariv and Yoni Kasten and Dror Moran and Meirav Galun and Matan Atzmon and Ronan Basri and Yaron Lipman},
BookTitle = {Advances in Neural Information Processing Systems (NeurIPS)},
Title = {Multiview Neural Surface Reconstruction by Disentangling Geometry and Appearance},
Year = {2020}
}
@article{YenChen20github_awesome_NeRF,
Author = {Lin Yen-Chen},
Journal = {https://github.com/yenchenlin/awesome-NeRF},
Title = {Awesome Neural Radiance Fields},
Year = {2020}
}
@article{YenChen20arxiv_iNeRF,
Archiveprefix = {arXiv},
Author = {Lin Yen-Chen and Pete Florence and Jonathan T. Barron and Alberto Rodriguez and Phillip Isola and Tsung-Yi Lin},
Journal = {https://arxiv.org/abs/2012.05877},
Title = {{iNeRF}: Inverting Neural Radiance Fields for Pose Estimation},
Year = {2020}
}
@article{Yu20arxiv_pixelNeRF,
Archiveprefix = {arXiv},
Author = {Alex Yu and Vickie Ye and Matthew Tancik and Angjoo Kanazawa},
Journal = {https://arxiv.org/abs/2012.02190},
Title = {{pixelNeRF}: Neural Radiance Fields from One or Few Images},
Year = {2020}
}
@article{Yuan21arxiv_star,
Archiveprefix = {arXiv},
Author = {Wentao Yuan and Zhaoyang Lv and Tanner Schmidt and Steven Lovegrove},
Journal = {arXiv preprint arXiv:2101.01602},
Title = {{STaR}: Self-supervised Tracking and Reconstruction of Rigid Objects in Motion with Neural Rendering},
Year = {2021}
}
@article{Zhang20arxiv_nerf++,
Archiveprefix = {arXiv},
Author = {Kai Zhang and Gernot Riegler and Noah Snavely and Vladlen Koltun},
Journal = {https://arxiv.org/abs/2010.07492},
Title = {{NERF++}: Analyzing and Improving Neural Radiance Fields},
Year = {2020}
}
@article{ost2020neuralscenegraphs,
author = {Julian Ost and Fahim Mannan and Nils Thuerey and Julian Knodt and Felix Heide},
title = {Neural Scene Graphs for Dynamic Scenes},
Journal = {https://arxiv.org/abs/2011.10379},
year = {2020},
}