├── README.md └── images ├── 3d-RETR.PNG ├── 3d-ken.PNG ├── 3d_photograph.PNG ├── 4d avatar.PNG ├── 4d dynamic head.JPG ├── 4d_view_video.JPG ├── ADOP1.PNG ├── ANR.JPG ├── ANRF.PNG ├── CLIP_NeRF.PNG ├── ConvNerf.PNG ├── DS_NeRF.PNG ├── DeepView.PNG ├── Derf1.JPG ├── DoubleField.PNG ├── ECRF1.PNG ├── EVS.JPG ├── FaDIV-Syn.PNG ├── Fast1.png ├── Free View Synthesis.png ├── GFVS1.PNG ├── GRF.PNG ├── GVS.JPG ├── Gnerf.JPG ├── H3D1.png ├── Hyper_nerf1.PNG ├── LASR.PNG ├── LFNS.PNG ├── LLFF.PNG ├── MINE.png ├── MatryODShka.png ├── NARF.JPG ├── NELF1.png ├── NEMI1.PNG ├── NElF.PNG ├── NPBG2.png ├── NTFD1.PNG ├── NeRD.JPG ├── NeRF_OSR1.PNG ├── NeRF_in_detail.PNG ├── NeRFactor1.PNG ├── NeRS1.PNG ├── NeuRay.png ├── Neural_Actor.PNG ├── PVA.JPG ├── Plenoxels.PNG ├── Reconver_scene_from_single_image.JPG ├── Recursive_nerf.PNG ├── SRF.PNG ├── SVR_SP1.PNG ├── SVS.JPG ├── ShaRF.PNG ├── Style_people.PNG ├── SynSin.png ├── View_generation.PNG ├── a_nerf.JPG ├── ad_nerf.JPG ├── anim_nerf.png ├── animatable_nerf1.PNG ├── appearance_edit.PNG ├── auto_int.JPG ├── baked.png ├── baking.JPG ├── barf.PNG ├── cloth_body.PNG ├── deep_indoor_relight.PNG ├── deep_relightable.PNG ├── dynamic_view1.PNG ├── editable_layered.PNG ├── fast_nerf.JPG ├── fig-nerf1.PNG ├── function4d.PNG ├── high_fidelity.PNG ├── human_nerf.png ├── iNeRF.PNG ├── ibrnet.JPG ├── infinite_nature.JPG ├── instant_ngp.png ├── kilonerf.JPG ├── mip_nerf.JPG ├── mirror_nerf.JPG ├── mvsnerf.JPG ├── neX.JPG ├── nerf--.JPG ├── nerf.PNG ├── nerfFACE.JPG ├── nerf_3d_video.JPG ├── nerf_W.PNG ├── nerfies.png ├── neural_body1.JPG ├── neural_box.PNG ├── neural_lumigraph_rendering.JPG ├── neural_point_basics_graphics.JPG ├── neural_recon.JPG ├── no-rigid.JPG ├── one-shot_gan.PNG ├── peeledhuamn2.PNG ├── pixel_avatar.PNG ├── plenoctree.JPG ├── point_nerf.png ├── posefusion.PNG ├── ray_tracing.PNG ├── readme.txt ├── relight.JPG ├── relight_video.png ├── rgb-d.PNG ├── semantic View Syhthesis.JPG ├── shapenerf.JPG ├── stable_view_syn.png ├── star1.png ├── stereo_magification.PNG ├── stylenerf1.PNG ├── total_relighting.PNG ├── unisurf.PNG └── vid2actor.JPG /README.md: -------------------------------------------------------------------------------- 1 | # New-View-Synthesis 2 | Collecting papers about new view synthesis 3 | 4 | :bowtie::star::fire::muscle: I will update each day and add more details about every paper :sunny::sunny::sunny: 5 | 6 | 1. Stereo Magnification: Learning View Synthesis using Multiplane Images [[arxiv]](https://arxiv.org/pdf/1805.09817.pdf) | [[code]](https://github.com/google/stereo-magnification?utm_source=catalyzex.com) | 2018 7 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/stereo_magification.PNG) 8 | 9 | 2. Local Light Field Fusion [[arxiv]](https://arxiv.org/pdf/1905.00889.pdf) | [[code]](https://github.com/Fyusion/LLFF?utm_source=catalyzex.com) | 2019 10 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/LLFF.PNG) 11 | 12 | 3. DeepView: View synthesis with learned gradient descent [[pdf]](https://openaccess.thecvf.com/content_CVPR_2019/papers/Flynn_DeepView_View_Synthesis_With_Learned_Gradient_Descent_CVPR_2019_paper.pdf) | [[code]](https://augmentedperception.github.io/deepview/?utm_source=catalyzex.com) | 2019 13 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/DeepView.PNG) 14 | 15 | 4. 3D Ken Burns Effect from a Single Image [[arxiv]](https://arxiv.org/pdf/1909.05483.pdf) | [[code]](https://github.com/sniklaus/3d-ken-burns) | 2020 16 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/3d-ken.PNG) 17 | 18 | 5. 3D Photography using Context-aware Layered Depth Inpainting [[arxiv]](https://arxiv.org/pdf/2004.04727.pdf) | [[code]](https://shihmengli.github.io/3D-Photo-Inpainting/?utm_source=catalyzex.com) | 2020 19 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/3d_photograph.PNG) 20 | 21 | 6. NeRF: Neural Radiance Fields [[arxiv]](https://arxiv.org/pdf/2003.08934.pdf) | [[code]](https://github.com/bmild/nerf) | 2020 22 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/nerf.PNG) 23 | 24 | 7. NeRF in the Wild: Neural Radiance Fields for Unconstrained Photo Collections [[arxiv]](https://arxiv.org/pdf/2008.02268.pdf) | [[code]](https://nerf-w.github.io/?utm_source=catalyzex.com) | 2020 25 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/nerf_W.PNG) 26 | 27 | 8. GRF: Learning a General Radiance Field for 3D Scene Representation and Rendering [[arxiv]](https://arxiv.org/pdf/2010.04595.pdf) | [[code]](https://github.com/alextrevithick/GRF) 28 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/GRF.PNG) 29 | 30 | 9. DeRF: Decomposed Radiance Fields [[arxiv]](https://arxiv.org/pdf/2011.12490.pdf) | 2020 31 | 32 | 10. NeRF++: Analyzing and Improving Neural Radiance Fields [[arxiv]](https://arxiv.org/pdf/2010.07492.pdf) | [[code]](https://github.com/Kai-46/nerfplusplus?utm_source=catalyzex.com) | 2020 33 | 34 | 11. Extreme View Synthesis [[arxiv]](https://arxiv.org/pdf/1812.04777.pdf) | [[code]](https://github.com/NVlabs/extreme-view-synth?utm_source=catalyzex.com) | 2019 35 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/EVS.JPG) 36 | 12. Generative View Synthesis: From Single-view Semantics to Novel-view Images [[arxiv]](https://arxiv.org/pdf/2008.09106.pdf) | [[code]](https://gvsnet.github.io/?utm_source=catalyzex.com) | 2020 37 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/GVS.JPG) 38 | 39 | 13. Semantic view synthesis [[arxiv]](https://arxiv.org/pdf/2008.10598.pdf) | [[code]](https://hhsinping.github.io/svs/index.html?utm_source=catalyzex.com) |2020 40 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/semantic%20View%20Syhthesis.JPG) 41 | 42 | 14. Single-view view synthesis with multiplane images [[arxiv]](https://single-view-mpi.github.io/single_view_mpi.pdf) | [[code]](https://single-view-mpi.github.io/) | 2020 43 | 44 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/SVS.JPG) 45 | 46 | 15. Neural Sparse Voxel Fields [[arixv]](https://arxiv.org/pdf/2007.11571.pdf) | [[code]](https://github.com/facebookresearch/NSVF) | 2020 47 | 48 | 16. SynSin: End-to-end View Synthesis from a Single Image [[arxiv]](https://arxiv.org/pdf/1912.08804.pdf) | [[code]](https://github.com/facebookresearch/pytorch3d?utm_source=catalyzex.com) | 2020 49 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/SynSin.png) 50 | 51 | 17. Neural Point-Based Graphics [[arxiv]](https://arxiv.org/pdf/1906.08240.pdf) | [[code]](https://github.com/alievk/npbg_eval?utm_source=catalyzex.com) | 2020 52 | 53 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NPBG2.png) 54 | 55 | 18. Free View Synthesis [[arxiv]](https://arxiv.org/pdf/2008.05511.pdf) | [[code]](https://github.com/intel-isl/FreeViewSynthesis) | 2020 56 | 57 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Free%20View%20Synthesis.png) 58 | 59 | 19. Stable View Synthesis [[arxiv]](https://arxiv.org/pdf/2011.07233.pdf) | [[code]](https://github.com/intel-isl/StableViewSynthesis)2020 60 | 61 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/stable_view_syn.png) 62 | 63 | 20. Deformable Neural Radiance Fields [[pdf]](https://storage.googleapis.com/nerfies-public/videos/nerfies_paper.pdf) | [[code]](https://nerfies.github.io/) | 2020 64 | 65 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/nerfies.png) 66 | 67 | 21. MatryODShka: Real-time 6DoF Video View Synthesis using Multi-Sphere Images [[arxiv]](https://arxiv.org/pdf/2008.06534.pdf) | [[code]](http://visual.cs.brown.edu/projects/matryodshka-webpage/) | 2020 68 | 69 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/MatryODShka.png) 70 | 71 | 22. Immersive light field video with a layered mesh representation [[pdf]](https://storage.googleapis.com/immersive-lf-video-siggraph2020/ImmersiveLightFieldVideoWithALayeredMeshRepresentation.pdf) | [[project]](https://augmentedperception.github.io/deepviewvideo/) | 2020 72 | 73 | 23. NRMVS: Non-Rigid Multi-View Stereo [[code]](https://arxiv.org/pdf/1901.03910.pdf) | 2019 74 | 75 | 24. Neural Volumes: Learning Dynamic Renderable Volumes from Images [[arxiv]](https://arxiv.org/pdf/1906.07751.pdf) | [[code]](https://github.com/facebookresearch/neuralvolumes?utm_source=catalyzex.com) | 2020 76 | 77 | 25. Pifuhd: Multi-level pixel-aligned implicit function for high-resolution 3d human digitization [[arxiv]](https://arxiv.org/pdf/2004.00452.pdf) | [[code]](https://github.com/facebookresearch/pifuhd?utm_source=catalyzex.com) 78 | 79 | 26. Neural3D: Light-weight Neural Portrait Scanning via Context-aware Correspondence Learning [[pdf]](https://dl.acm.org/doi/abs/10.1145/3394171.3413734) | 2020 80 | 81 | 27. Monocular Real-Time Volumetric Performance Capture [[pdf]](https://arxiv.org/pdf/2007.13988.pdf) | [[code]](https://github.com/Project-Splinter/MonoPort?utm_source=catalyzex.com) | 2020 82 | 83 | 28. pixelNeRF : Neural Radiance Fields from One or Few Images [[pdf]](https://arxiv.org/pdf/2012.02190.pdf) | [[code]](https://alexyu.net/pixelnerf/) | 2020 84 | 85 | 29. Novel View Synthesis of Dynamic Scenes with Globally Coherent Depths from a Monocular Camera [[arxiv]](https://arxiv.org/pdf/2004.01294.pdf) | 2020 86 | 87 | 30. Neural Scene Flow Fields for Space-Time View Synthesis of Dynamic Scenes [[arxiv]](https://arxiv.org/pdf/2011.13084.pdf) | [[code]](http://www.cs.cornell.edu/~zl548/NSFF/) | 2020 88 | 89 | 31. Space-time Neural Irradiance Fields for Free-Viewpoint Video [[arxiv]](https://arxiv.org/pdf/2011.12950.pdf) | [[code]](https://video-nerf.github.io/) | 2020 90 | 91 | 32. NeRV: Neural Reflectance and Visibility Fields for Relighting and View Synthesis [[project]](https://people.eecs.berkeley.edu/~pratul/nerv/) | 2020 92 | 93 | 33. Dynamic Neural Radiance Fields for Monocular 4D Facial Avatar Reconstruction [[project]](https://gafniguy.github.io/4D-Facial-Avatars/) | 2020 94 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/4d%20avatar.PNG) 95 | - use 3DMM to get the facical expression 96 | - encode the input image sqquences to get latent code 97 | - like nerf's MLP, also use facial expressing and latent code as input for the Radiance Fields Network 98 | 99 | 34. NeRD: Neural Reflectance Decomposition from Image Collections [[code]](https://github.com/cgtuebingen/NeRD-Neural-Reflectance-Decomposition) | 2020 100 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NeRD.JPG) 101 | 102 | 35. Portrait Neural Radiance Fields from a Single Image [[pdf]](https://arxiv.org/pdf/2012.05903.pdf) | [[project]](https://portrait-nerf.github.io/) | 2020 103 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/nerfFACE.JPG) 104 | 105 | 36. Object-Centric Neural Scene Rendering [[project]](https://shellguo.com/osf/) | 2020 106 | 107 | 37. Worldsheet: Wrapping the World in a 3D Sheet for View Synthesis from a Single Image [[project]](https://worldsheet.github.io/) | 2020 108 | 109 | 38. Infinite Nature: Perpetual View Generation of Natural Scenes from a Single Image [[arxiv]](https://arxiv.org/pdf/2012.09855.pdf) | [[video]](https://www.youtube.com/watch?v=oXUf6anNAtc) | 2020 110 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/infinite_nature.JPG) 111 | 112 | 39. Neural Radiance Flow for 4D View Synthesis and Video Processing [[project]](https://yilundu.github.io/nerflow/) | 2020 113 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/4d_view_video.JPG) 114 | 115 | 40. Learning Compositional Radiance Fields of Dynamic Human Heads [[pdf]](https://arxiv.org/pdf/2012.09955.pdf) | [[project]](https://ziyanw1.github.io/hybrid_nerf/) | 2020 116 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/4d%20dynamic%20head.JPG) 117 | 41. Relightable 3D Head Portraits from a Smartphone Video [[pdf]](https://arxiv.org/pdf/2012.09963.pdf) | 2020 118 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/relight.JPG) 119 | 42. Learning to Recover 3D Scene Shape from a Single Image [[project]](https://yvanyin.github.io/LearnShape.github.io/) | 2020 120 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Reconver_scene_from_single_image.JPG) 121 | 122 | 43. Vid2Actor: Free-viewpoint Animatable Person Synthesis from Video in the Wild [[project]](https://grail.cs.washington.edu/projects/vid2actor/) | 2020 123 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/vid2actor.JPG) 124 | 125 | 44. Non-Rigid Neural Radiance Fields: Reconstruction and Novel View Synthesis of a Deforming Scene from Monocular Video [[pdf]](https://arxiv.org/pdf/2012.12247.pdf) | 2020 126 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/no-rigid.JPG) 127 | 45. ANR: Articulated Neural Rendering for Virtual Avatars [[project]](https://anr-avatars.github.io/) | 2020 128 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ANR.JPG) 129 | 130 | 46. Neural Point-Based Graphics [[pdf]](https://arxiv.org/pdf/1906.08240.pdf) | [[project]](https://saic-violet.github.io/npbg/) 131 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/neural_point_basics_graphics.JPG) 132 | 133 | 47. Equivariant Neural Rendering [[pdf]](https://arxiv.org/pdf/2006.07630.pdf) | [[code]](https://github.com/apple/ml-equivariant-neural-rendering) 134 | 135 | 48. Neural Body: Implicit Neural Representations with Structured Latent Codes for Novel View Synthesis of Dynamic Humans [[pdf]](https://arxiv.org/pdf/2012.15838.pdf) | [[project]](https://zju3dv.github.io/neuralbody/) 136 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/neural_body1.JPG) 137 | 138 | 49. Pixel-aligned Volumetric Avatars [[pdf]](https://volumetric-avatars.github.io/resources/paper.pdf) | [[project]](https://volumetric-avatars.github.io/) 139 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/PVA.JPG) 140 | 141 | 50. D-NeRF: Neural Radiance Fields for Dynamic Scenes [[pdf]](https://arxiv.org/pdf/2011.13961.pdf) 142 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Derf1.JPG) 143 | 51. Shape-conditioned Radiance Fields from a Single View [[pdf]](https://arxiv.org/abs/2102.08860) | [[project]](http://www.krematas.com/sharf/index.html) 144 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/shapenerf.JPG) 145 | 52. NeRF--: Neural Radiance Fields Without Known Camera Parameters [[pdf]](https://arxiv.org/pdf/2102.07064.pdf) | [[project]](https://nerfmm.active.vision/) 146 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/nerf--.JPG) 147 | 53. IBRNet: Learning Multi-View Image-Based Rendering [[pdf]](https://arxiv.org/pdf/2102.13090.pdf) | [[project]](https://ibrnet.github.io/) 148 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ibrnet.JPG) 149 | 54. DONeRF: Towards Real-Time Rendering of Neural Radiance Fields using Depth Oracle Networks [[pdf]](https://arxiv.org/pdf/2103.03231.pdf) | [[project]](https://depthoraclenerf.github.io/) 150 | 55. Neural 3D Video Synthesis [[pdf]](https://arxiv.org/pdf/2103.02597.pdf) | [[project]](https://neural-3d-video.github.io/) 151 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/nerf_3d_video.JPG) 152 | 56. NeX: Real-time View Synthesis with Neural Basis Expansion [[pdf]](https://arxiv.org/pdf/2103.05606.pdf) | [[project]](https://nex-mpi.github.io/) 153 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/neX.JPG) 154 | 57. A-NeRF: Surface-free Human 3D Pose Refinement via Neural Rendering [[pdf]](https://arxiv.org/pdf/2102.06199.pdf) | [[project]](https://lemonatsu.github.io/anerf/) 155 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/a_nerf.JPG) 156 | 58. FastNeRF: High-Fidelity Neural Rendering at 200FPS [[pdf]](https://arxiv.org/pdf/2103.10380.pdf) 157 | ![images](https://github.com/visonpon/New-View-Synthesis/blob/main/images/fast_nerf.JPG) 158 | 59. AD-NeRF: Audio Driven Neural Radiance Fields for Talking Head Synthesis [[pdf]](https://arxiv.org/pdf/2103.11078.pdf) 159 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ad_nerf.JPG) 160 | 60. Neural Lumigraph Rendering [[pdf]](http://www.computationalimaging.org/wp-content/uploads/2021/03/neural_lumigraph_rendering_cvpr2021.pdf) | [[project]](http://www.computationalimaging.org/publications/nlr/) 161 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/neural_lumigraph_rendering.JPG) 162 | 61. AutoInt: Automatic Integration for Fast Neural Volume Rendering [[pdf]](https://arxiv.org/pdf/2012.01714.pdf) 163 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/auto_int.JPG) 164 | 62. PlenOctrees for Real-time Rendering of Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2103.14024.pdf) | [[project]](https://alexyu.net/plenoctrees/) 165 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/plenoctree.JPG) 166 | 63. KiloNeRF: Speeding up Neural Radiance Fields with Thousands of Tiny MLPs [[pdf]](https://arxiv.org/pdf/2103.13744.pdf) 167 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/kilonerf.JPG) 168 | 64. Mip-NeRF: A Multiscale Representation for Anti-Aliasing Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2103.13415.pdf) 169 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/mip_nerf.JPG) 170 | 65. Baking Neural Radiance Fields for Real-Time View Synthesis [[pdf]](https://phog.github.io/snerg/baking_neural_radiance_fields_for_real_time_view_synthesis.pdf) | [[project]](https://phog.github.io/snerg/) 171 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/baking.JPG) 172 | 66. DDR-Net: Learning Multi-Stage Multi-View Stereo With Dynamic Depth Range [[pdf]](https://arxiv.org/pdf/2103.14275.pdf) | [[code]](https://github.com/Tangshengku/DDR-Net) 173 | 67. MVSNeRF: Fast Generalizable Radiance Field Reconstruction from Multi-View Stereo [[pdf]](https://arxiv.org/pdf/2103.15595.pdf) | [[project]](https://apchenstu.github.io/mvsnerf/) 174 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/mvsnerf.JPG) 175 | 68. GNeRF: GAN-based Neural Radiance Field without Posed Camera [[pdf]](https://arxiv.org/pdf/2103.15606.pdf) 176 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Gnerf.JPG) 177 | 69. NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video [[project]](https://zju3dv.github.io/neuralrecon/) 178 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/neural_recon.JPG) 179 | 71. Putting NeRF on a Diet: Semantically Consistent Few-Shot View [[pdf]](https://arxiv.org/pdf/2104.00677.pdf) | [[project]](https://www.ajayj.com/dietnerf) 180 | 72. MirrorNeRF: One-shot Neural Portrait Radiance Field from Multi-mirror Catadioptric Imaging [[pdf]](https://arxiv.org/pdf/2104.02607.pdf) 181 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/mirror_nerf.JPG) 182 | 73. Neural Articulated Radiance Field [[pdf]](https://arxiv.org/pdf/2104.03110.pdf) | [[code]](https://github.com/nogu-atsu/NARF) 183 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NARF.JPG) 184 | 74. Pixel Codec Avatars [[pdf]](https://arxiv.org/pdf/2104.04638.pdf) 185 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/pixel_avatar.PNG) 186 | 75. Stereo Radiance Fields (SRF): Learning View Synthesis for Sparse Views of Novel Scenes [[pdf]](https://arxiv.org/pdf/2104.06935.pdf) | [[code]](https://virtualhumans.mpi-inf.mpg.de/srf/) 187 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/SRF.PNG) 188 | 76. Geometry-Free View Synthesis: Transformers and no 3D Priors [[pdf]](https://arxiv.org/pdf/2104.07652.pdf) | [[code]](https://github.com/CompVis/geometry-free-view-synthesis) 189 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/GFVS1.PNG) 190 | 78. PeeledHuman: Robust Shape Representation for Textured 3D Human Body Reconstruction [[pdf]](https://arxiv.org/pdf/2002.06664.pdf) | [[project]](https://rohanchacko.github.io/peeledhuman.html)\ 191 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/peeledhuamn2.PNG) 192 | 79. High-fidelity Face Tracking for AR/VR via Deep Lighting Adaptation [[pdf]](https://www.cs.rochester.edu/u/lchen63/cvpr2021-arxiv.pdf) 193 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/high_fidelity.PNG) 194 | 81. UNISURF: Unifying Neural Implicit Surfaces and Radiance Fields for Multi-View Reconstruction [[pdf]](https://arxiv.org/pdf/2104.10078v1.pdf) | [[code]](https://github.com/autonomousvision/unisurf) 195 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/unisurf.PNG) 196 | 83. FiG-NeRF: Figure-Ground Neural Radiance Fields for 3D Object Category Modelling [[pdf]](https://arxiv.org/pdf/2104.08418v1.pdf) | [[project]](https://fig-nerf.github.io/) 197 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/fig-nerf1.PNG) 198 | 85. BARF : Bundle-Adjusting Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2104.06405v1.pdf) | [[project]](https://chenhsuanlin.bitbucket.io/bundle-adjusting-NeRF/) 199 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/barf.PNG) 200 | 87. Neural RGB-D Surface Reconstruction [[pdf]](https://arxiv.org/pdf/2104.04532.pdf) | [[project]](https://dazinovic.github.io/neural-rgbd-surface-reconstruction/) 201 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/rgb-d.PNG) 202 | 89. NeMI: Unifying Neural Radiance Fields with Multiplane Images for Novel View Synthesis [[pdf]](https://arxiv.org/pdf/2103.14910v1.pdf) | [project](https://vincentfung13.github.io/projects/nemi/) 203 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NEMI1.PNG) 204 | 91. Neural Ray-Tracing: Learning Surfaces and Reflectance for Relighting and View Synthesis [[pdf]](https://arxiv.org/pdf/2104.13562.pdf) | [[code]](https://github.com/princeton-computational-imaging/neural_raytracing) 205 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ray_tracing.PNG) 206 | 93. Animatable Neural Radiance Fields for Human Body Modeling [[project]](https://zju3dv.github.io/animatable_nerf/) 207 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/animatable_nerf1.PNG) 208 | 95. Function4D: Real-time Human Volumetric Capture from Very Sparse Consumer RGBD Sensors [[pdf]](https://arxiv.org/pdf/2105.01859.pdf) 209 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/function4d.PNG) 210 | 97. Editable Free-Viewpoint Video using a Layered Neural Representation [[pdf]](https://arxiv.org/pdf/2104.14786.pdf) 211 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/editable_layered.PNG) 212 | 99. LASR: Learning Articulated Shape Reconstruction from a Monocular Video [[project]](https://lasr-google.github.io/) 213 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/LASR.PNG) 214 | 101. Learning to Generate Novel Scene Compositions from Single Images and Videos [[pdf]](https://arxiv.org/pdf/2105.05847.pdf) 215 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/one-shot_gan.PNG) 216 | 103. POSEFusion: Pose-guided Selective Fusion for Single-view Human Volumetric Capture [[project]](http://www.liuyebin.com/posefusion/posefusion.html) 217 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/posefusion.PNG) 218 | 105. Deep Relightable Appearance Models for Animatable Faces [[projcet]](https://sai-bi.github.io/project/sig21_avatar/index.html) 219 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/deep_relightable.PNG) 220 | 107. Total Relighting:Learning to Relight Portraits for Background Replacement [[project]](https://augmentedperception.github.io/total_relighting/) 221 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/total_relighting.PNG) 222 | 109. Dynamic View Synthesis from Dynamic Monocular Video [[pdf]](https://arxiv.org/pdf/2105.06468.pdf) 223 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/dynamic_view1.PNG) 224 | 111. Editing Conditional Radiance Fields [[pdf]](https://arxiv.org/pdf/2105.06466.pdf) | [[code]](https://github.com/stevliu/editnerf) 225 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ECRF1.PNG) 226 | 113. Neural Trajectory Fields for Dynamic Novel View Synthesis [[pdf]](https://arxiv.org/pdf/2105.05994.pdf) 227 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NTFD1.PNG) 228 | 115. NeLF: Practical Novel View Synthesis with Neural Light Field [[pdf]](https://arxiv.org/pdf/2105.07112.pdf) 229 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NElF.PNG) 230 | 117. Recursive-NeRF: An Efficient and Dynamically Growing NeRF [[pdf]](https://arxiv.org/pdf/2105.09103.pdf) 231 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Recursive_nerf.PNG) 232 | 119. Convolutional Neural Opacity Radiance Fields [[pdf]](https://arxiv.org/pdf/2104.01772.pdf) 233 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ConvNerf.PNG) 234 | 121. Light Field Networks:Neural Scene Representations with Single-Evaluation Rendering [[project]](https://vsitzmann.github.io/lfns/) 235 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/LFNS.PNG) 236 | 123. NeRFactor: Neural Factorization of Shape and Reflectance Under an Unknown Illumination[[project]](https://people.csail.mit.edu/xiuming/projects/nerfactor/) 237 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NeRFactor1.PNG) 238 | 125. Neural Actor: Neural Free-view Synthesis of Human Actors with Pose Control[[pdf]](https://arxiv.org/pdf/2106.02019.pdf) | [[project]](http://gvv.mpi-inf.mpg.de/projects/NeuralActor/) 239 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Neural_Actor.PNG) 240 | 127. DoubleField: Bridging the Neural Surface and Radiance Fields for High-fidelity Human Rendering [[pdf]](https://arxiv.org/pdf/2106.03798.pdf) | [[project]](http://www.liuyebin.com/dmc/dmc.html) 241 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/DoubleField.PNG) 242 | 129. Neural Implicit 3D Shapes from Single Images with Spatial Patterns [[code]](https://github.com/yixin26/SVR-SP) 243 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/SVR_SP1.PNG) 244 | 131. NeRF in detail: Learning to sample for view synthesis [[pdf]](https://arxiv.org/pdf/2106.05264.pdf) 245 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NeRF_in_detail.PNG) 246 | 133. View Generalization for Single Image Textured 3D Models [[projet]](https://nv-adlr.github.io/view-generalization) 247 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/View_generation.PNG) 248 | 135. HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural Radiance Fields [[project]](https://hypernerf.github.io/) 249 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Hyper_nerf1.PNG) 250 | 137. FaDIV-Syn: Fast Depth-Independent View Synthesis [[pdf]](https://arxiv.org/pdf/2106.13139.pdf) 251 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/FaDIV-Syn.PNG) 252 | 139. Animatable Neural Radiance Fields from Monocular RGB Video [[pdf]](https://arxiv.org/pdf/2106.13629.pdf) 253 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ANRF.PNG) 254 | 141. Free-viewpoint Indoor Neural Relighting from Multi-view Stereo [[pdf]](https://arxiv.org/ftp/arxiv/papers/2106/2106.13299.pdf) 255 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/deep_indoor_relight.PNG) 256 | 143. StylePeople A Generative Model of Fullbody Human Avatars [[project]](https://saic-violet.github.io/style-people/) 257 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Style_people.PNG) 258 | 145. Explicit Clothing Modeling for an Animatable Full-Body Avatar [[pdf]](https://arxiv.org/pdf/2106.14879.pdf) 259 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/cloth_body.PNG) 260 | 147. Depth-supervised NeRF: Fewer Views and Faster Training for Free [[code]](https://github.com/dunbar12138/DSNeRF) 261 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/DS_NeRF.PNG) 262 | 149. iNeRF : Inverting Neural Radiance Fields for Pose Estimation [[project]](http://yenchenlin.me/inerf/) 263 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/iNeRF.PNG) 264 | 151. Sharf: Shape-conditioned Radiance Fields from a Single View [[project]](http://www.krematas.com/sharf/index.html) 265 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ShaRF.PNG) 266 | 153. STaR : Self-supervised Tracking and Reconstruction of Rigid Objects in Motion with Neural Rendering [[project]](https://wentaoyuan.github.io/star/) 267 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/star1.png) 268 | 154. NeLF: Neural Light-transport Field for Portrait View Synthesis and Relighting [[project]](http://cseweb.ucsd.edu/~viscomp/projects/EGSR21NeLF/) 269 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NELF1.png) 270 | 155. H3D-Net: Few-Shot High-Fidelity 3D Head Reconstruction [[project]](https://crisalixsa.github.io/h3d-net/) 271 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/H3D1.png) 272 | 156. Neural Rays for Occlusion-aware Image-based Rendering [[project]](https://liuyuan-pal.github.io/NeuRay/) 273 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NeuRay.png) 274 | 157. Fast and Explicit Neural View Synthesis [[pdf]](https://arxiv.org/pdf/2107.05775.pdf) 275 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Fast1.png) 276 | 158. Baking Neural Radiance Fields for Real-Time View Synthesis [[project]](https://phog.github.io/snerg/) 277 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/baked.png) 278 | 159. Relightable Neural Video Portrait [[pdf]](https://arxiv.org/pdf/2107.14735.pdf) 279 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/relight_video.png) 280 | 160. MINE Towards Continuous Depth MPI with NeRF for Novel View Synthesis [[project]](https://vincentfung13.github.io/projects/mine/) 281 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/MINE.png) 282 | 161. NeuralMVS: Bridging Multi-View Stereo and Novel View Synthesis [[pdf]](https://arxiv.org/pdf/2108.03880.pdf) 283 | 162. FLAME-in-NeRF : Neural control of Radiance Fields for Free View Face Animation [[pdf]](https://arxiv.org/pdf/2108.04913.pdf) 284 | 163. iButter: Neural Interactive Bullet Time Generator for Human Free-viewpoint Rendering [[pdf]](https://arxiv.org/pdf/2108.05577.pdf) 285 | 164. NeuS: Learning Neural Implicit Surfaces by Volume Rendering for Multi-view Reconstruction [[code]](https://github.com/Totoro97/NeuS) 286 | 165. improved-nerfmm [[code]](https://github.com/ventusff/improved-nerfmm) 287 | 166. Self-Calibrating Neural Radiance Fields [[code]](https://github.com/POSTECH-CVLab/SCNeRF) 288 | 167. Deep 3D Mask Volume for View Synthesis of Dynamic Scenes [[pdf]](https://arxiv.org/pdf/2108.13408.pdf) | [[project]](https://cseweb.ucsd.edu//~viscomp/projects/ICCV21Deep/) 289 | 168. NerfingMVS: Guided Optimization of Neural Radiance Fields for Indoor Multi-view Stereo [[project]](https://weiyithu.github.io/NerfingMVS/) 290 | 169. SLIDE: Single Image 3D Photography with Soft Layering and Depth-aware Inpainting [[project]](https://varunjampani.github.io/slide/) 291 | 170. Dynamic Scene Novel View Synthesis via Deferred Spatio-temporal Consistency [[pdf]](https://arxiv.org/pdf/2109.01018.pdf) 292 | 171. Stochastic Neural Radiance Fields:Quantifying Uncertainty in Implicit 3D Representations [[pdf]](https://arxiv.org/pdf/2109.02123.pdf) 293 | 172. CodeNeRF: Disentangled Neural Radiance Fields for Object Categories [[code]](https://github.com/wayne1123/code-nerf) 294 | 173. Multi-view 3D reconstruction using neural rendering [[code]](https://github.com/ventusff/neurecon) 295 | 174. Neural Human Performer: Learning Generalizable Radiance Fields for Human Performance Rendering [[code]](https://youngjoongunc.github.io/nhp/) 296 | 175. FreeStyleGAN: Free-view Editable Portrait Rendering with the Camera Manifold [[project]](https://repo-sam.inria.fr/fungraph/freestylegan/) 297 | 176. LENS: Localization enhanced by NeRF synthesis [[pdf]](https://arxiv.org/pdf/2110.06558.pdf) 298 | 177. Neural Radiance Fields Approach to Deep Multi-View Photometric Stereo [[pdf]](https://arxiv.org/pdf/2110.05594.pdf) 299 | 178. ADOP: Approximate Differentiable One-Pixel Point Rendering [[pdf]](https://arxiv.org/pdf/2110.06635.pdf) | [[code]](https://github.com/darglein/ADOP) 300 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/ADOP1.PNG) 301 | 148. NeRS: Neural Reflectance Surfaces for Sparse-View 3D Reconstruction in the Wild [[project]](https://jasonyzhang.com/ners/) 302 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NeRS1.PNG) 303 | 149. Appearance Editing with Free-viewpoint Neural Rendering [[pdf]](https://arxiv.org/pdf/2110.07674.pdf) 304 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/appearance_edit.PNG) 305 | 151. NeuralBlox: Real-Time Neural Representation Fusion for Robust Volumetric Mapping [[code]](https://github.com/ethz-asl/neuralblox) 306 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/neural_box.PNG) 307 | 153. StyleNeRF: A Style-based 3D-Aware Generator for High-resolution Image Synthesis [[project]](http://jiataogu.me/style_nerf/) 308 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/stylenerf1.PNG) 309 | 155. 3D-RETR: End-to-End Single and Multi-View3D Reconstruction with Transformers [[code]](https://github.com/FomalhautB/3D-RETR) 310 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/3d-RETR.PNG) 311 | 157. NeRV: Neural Representations for Videos [[code]](https://github.com/haochen-rye/NeRV) 312 | 158. H-NeRF: Neural Radiance Fields for Rendering and Temporal Reconstruction of Humans in Motion [[pdf]](https://arxiv.org/pdf/2110.13746.pdf) 313 | 159. Dex-NeRF: Using a Neural Radiance Field to Grasp Transparent Objects [[https://arxiv.org/pdf/2110.14217.pdf]] 314 | 160. Novel View Synthesis from a Single Image via Unsupervised Learning [[pdf]](https://arxiv.org/pdf/2110.15569.pdf) 315 | 161. Neural View Synthesis and Matching for Semi-Supervised Few-Shot Learning of 3D Pose [[code]](https://github.com/Angtian/NeuralVS) 316 | 162. Volume Rendering of Neural Implicit Surfaces [[pdf]](https://arxiv.org/pdf/2106.12052.pdf) 317 | 163. TöRF: Time-of-Flight Radiance Fields for Dynamic Scene View Synthesis [[project]](https://imaging.cs.cmu.edu/torf/) 318 | 164. Multiview Neural Surface Reconstruction by Disentangling Geometry and Appearance [[project]](https://lioryariv.github.io/idr/) 319 | 165. Common Objects in 3D:Large-Scale Learning and Evaluation of Real-life 3D Category Reconstruction [[pdf]](https://openaccess.thecvf.com/content/ICCV2021/papers/Reizenstein_Common_Objects_in_3D_Large-Scale_Learning_and_Evaluation_of_Real-Life_ICCV_2021_paper.pdf) | [[code]](https://github.com/facebookresearch/co3d) 320 | 166. TermiNeRF: Ray Termination Prediction for Efficient Neural Rendering [[project]](https://projects.mackopes.com/terminerf/) 321 | 167. LOLNeRF: Learn from One Look [[pdf]](https://arxiv.org/pdf/2111.09996.pdf) 322 | 168. DIVeR: Deterministic Integration for Volume Rendering [[pdf]](https://arxiv.org/pdf/2111.10427.pdf) | [[code]](https://github.com/lwwu2/diver) 323 | 169. irect Voxel Grid Optimization: Super-fast Convergence for Radiance Fields Reconstruction [[pdf]](https://arxiv.org/pdf/2111.11215.pdf) [[code]](https://github.com/sunset1995/DirectVoxGO) 324 | 170. Neural Fields in Visual Computing and Beyond [[pdf]](https://arxiv.org/pdf/2111.11426.pdf) 325 | 171. Mip-NeRF 360: Unbounded Anti-Aliased Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2111.12077.pdf) 326 | 172. VaxNeRF: Revisiting the Classic for Voxel-Accelerated Neural Radiance Field [[code]](https://github.com/naruya/VaxNeRF) 327 | 173. NeRF in the Dark: High Dynamic Range View Synthesis from Noisy Raw Images [[project]](https://bmild.github.io/rawnerf/) 328 | 174. GeoNeRF: Generalizing NeRF with Geometry Priors [[project]](https://www.idiap.ch/paper/geonerf/) 329 | 175. Neural Fields as Learnable Kernels for 3D Reconstruction [[project]](https://nv-tlabs.github.io/nkf/) 330 | 176. NeSF: Neural Scene Fields [[project]](https://nesf3d.github.io/) 331 | 177. Human Pose Manipulation and Novel View Synthesis using Differentiable Rendering [[pdf]](https://arxiv.org/pdf/2111.12731.pdf) 332 | 178. HDR-NeRF: High Dynamic Range Neural Radiance Fields [[project]](https://shsf0817.github.io/hdr-nerf/) 333 | 179. Deblur-NeRF: Neural Radiance Fields from Blurry Images [[pdf]](https://arxiv.org/pdf/2111.14292.pdf) 334 | 180. NeuSample: Neural Sample Field for Efficient View Synthesis [[project]](https://jaminfong.cn/neusample/) 335 | 181. FENeRF: Face Editing in Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2111.15490.pdf) 336 | 182. Hallucinated Neural Radiance Fields in the Wild [[pdf]](https://arxiv.org/pdf/2111.15246.pdf) | [[project]](https://rover-xingyu.github.io/Ha-NeRF/) 337 | 183. NeRFReN: Neural Radiance Fields with Reflections [[project]](https://bennyguo.github.io/nerfren/) 338 | 184. Regularizing Neural Radiance Fields for View Synthesis from Sparse Inputs [[project]](https://m-niemeyer.github.io/regnerf/index.html) 339 | 185. Learning Neural Light Fields with Ray-Space Embedding Networks [[project]](https://neural-light-fields.github.io/) 340 | 186. Neural Point Light Fields [[pdf]](https://arxiv.org/pdf/2112.01473.pdf) 341 | 187. CoNeRF: Controllable Neural Radiance Fields [[project]](https://conerf.github.io/) 342 | 188. NeRF-SR: High-Quality Neural Radiance Fields using Super-Sampling [[project]](https://cwchenwang.github.io/nerf-sr/) 343 | 189. Neural Head Avatars from Monocular RGB Videos [[project]](https://philgras.github.io/neural_head_avatars/neural_head_avatars.html) 344 | 190. Fast Neural Representations for Direct Volume Rendering [[project]](https://github.com/shamanDevel/fV-SRN) 345 | 191. Efficient Neural Radiance Fields with Learned Depth-Guided Sampling [[project]](https://zju3dv.github.io/enerf/) 346 | 192. HumanNeRF: Generalizable Neural Human Radiance Field from Sparse Inputs [[pdf]](https://arxiv.org/pdf/2112.02789.pdf) 347 | 193. Ref-NeRF: Structured View-Dependent Appearance for Neural Radiance Fields [[project]](https://dorverbin.github.io/refnerf/) 348 | 194. CG-NeRF: Conditional Generative Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2112.03517.pdf) 349 | 195. Geometry-Guided Progressive NeRF for Generalizable and Efficient Neural Human Rendering [[pdf]](https://arxiv.org/pdf/2112.04312.pdf) 350 | 196. Neural Radiance Fields for Outdoor Scene Relighting [[project]](https://4dqv.mpi-inf.mpg.de/NeRF-OSR/) 351 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/NeRF_OSR1.PNG) 352 | 198. CLIP-NeRF: Text-and-Image Driven Manipulation of Neural Radiance Fields [[project]](https://cassiepython.github.io/clipnerf/) 353 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/CLIP_NeRF.PNG) 354 | 199. Plenoxels: Radiance Fields without Neural Networks [[project]](https://alexyu.net/plenoxels/) 355 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/Plenoxels.PNG) 356 | 200. HeadNeRF: A Real-time NeRF-based Parametric Head Model [[project]](https://hy1995.top/HeadNeRF-Project/) 357 | 201. PERF: Performant, Explicit Radiance Fields [[pdf]](https://arxiv.org/pdf/2112.05598.pdf) 358 | 202. CityNeRF: Building NeRF at City Scale [[project]](https://city-super.github.io/citynerf/) 359 | 203. Dynamic View Synthesis from Dynamic Monocular Video [[project]](https://free-view-video.github.io/) 360 | 204. Light Field Neural Rendering [[project]](https://light-field-neural-rendering.github.io/) 361 | 205. Mega-NeRF: Scalable Construction of Large-Scale NeRFs for Virtual Fly-Throughs [[project]](https://meganerf.cmusatyalab.org/) 362 | 206. DD-NeRF: Double-Diffusion Neural Radiance Field as a Generalizable Implicit Body Representation[[pdf]](https://arxiv.org/pdf/2112.12390.pdf) 363 | 207. Human View Synthesis using a Single Sparse RGB-D Input [[project]](https://www.phongnhhn.info/HVS_Net/index.html) 364 | 208. DFA-NeRF: Personalized Talking Head Generation via Disentangled Face attributes Neural Rendering [[pdf]](https://arxiv.org/pdf/2201.00791.pdf) 365 | 209. InfoNeRF: Ray Entropy Minimization for Few-Shot Neural Volume Rendering [[project]](http://cvlab.snu.ac.kr/research/InfoNeRF/) 366 | 210. NeROIC: Neural Object Capture and Rendering from Online Image Collections [[project]](https://formyfamily.github.io/NeROIC/) 367 | 211. HumanNeRF: Free-viewpoint Rendering of Moving People from Monocular Video [[project]](https://grail.cs.washington.edu/projects/humannerf/) 368 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/human_nerf.png) 369 | 213. Instant Neural Graphics Primitives with a Multiresolution Hash Encoding [[code]](https://github.com/NVlabs/instant-ngp) 370 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/instant_ngp.png) 371 | 214. Point-NeRF: Point-based Neural Radiance Fields [project](https://xharlie.github.io/projects/project_sites/pointnerf/) 372 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/point_nerf.png) 373 | 215. Animatable Neural Radiance Fields from Monocular RGB Videos [[code]](https://github.com/JanaldoChen/Anim-NeRF) 374 | ![image](https://github.com/visonpon/New-View-Synthesis/blob/main/images/anim_nerf.png) 375 | 216. Block-NeRF: Scalable Large Scene Neural View Synthesis [[project]](https://waymo.com/intl/zh-cn/research/block-nerf/) 376 | 217. PVSeRF: Joint Pixel-, Voxel- and Surface-Aligned Radiance Field for Single-Image Novel View Synthesis [[pdf]](https://arxiv.org/pdf/2202.04879.pdf) 377 | 218. NeuVV: Neural Volumetric Videos with Immersive Rendering and Editing [[pdf]](https://arxiv.org/pdf/2202.06088.pdf) 378 | 219. NeuralFusion: Neural Volumetric Rendering under Human-object Interactions [[pdf]](https://arxiv.org/pdf/2202.12825.pdf) 379 | 220. NeRF-Supervision:Learning Dense Object Descriptors from Neural Radiance Fields [[project]](https://yenchenlin.me/nerf-supervision/) 380 | 221. NeReF: Neural Refractive Field for Fluid Surface Reconstruction and Implicit Representation [[pdf]](https://arxiv.org/pdf/2203.04130.pdf) 381 | 222. RC-MVSNet: Unsupervised Multi-View Stereo with Neural Rendering [[project]](https://github.com/Boese0601/RC-MVSNet) 382 | 223. NeRF-Pose: A First-Reconstruct-Then-Regress Approach for Weakly-supervised 6D Object Pose Estimation [[pdf]](https://arxiv.org/pdf/2203.04802.pdf) 383 | 224. DialogueNeRF: Towards Realistic Avatar Face-to-face Conversation Video Generation [[pdf]](https://arxiv.org/pdf/2203.07931.pdf) 384 | 225. Tensorial Radiance Fields [[project]](https://apchenstu.github.io/TensoRF/) 385 | 226. Sat-NeRF: Learning Multi-View Satellite Photogrammetry With Transient Objects and Shadow Modeling Using RPC Cameras [[pdf]](https://arxiv.org/pdf/2203.08896.pdf) 386 | 227. Learning Object-Compositional Neural Radiance Field for Editable Scene Rendering [[pdf]](https://zju3dv.github.io/object_nerf/) 387 | 228. Conditional-Flow NeRF: Accurate 3D Modelling with Reliable Uncertainty Quantification [[pdf]](https://arxiv.org/pdf/2203.10192.pdf) 388 | 229. ViewFormer: NeRF-free Neural Rendering from Few Images Using Transformers[[pdf]](https://arxiv.org/pdf/2203.10157.pdf) | [[code]](https://github.com/jkulhanek/viewformer) 389 | 230. Sem2NeRF: Converting Single-View Semantic Masks to Neural Radiance Fields[[project]](https://donydchen.github.io/sem2nerf/) 390 | 231. NeRFusion: Fusing Radiance Fields for Large-Scale Scene Reconstruction [[project]](https://jetd1.github.io/NeRFusion-Web/) 391 | 232. Spline-NeRF: C0-Continuous Dynamic NeRF [[project]](https://github.com/JulianKnodt/nerf_atlas) 392 | 233. NPBG++: Accelerating Neural Point-Based Graphics [[project]](https://rakhimovv.github.io/npbgpp/) 393 | 234. DRaCoN – Differentiable Rasterization Conditioned Neural Radiance Fields for Articulated Avatars [[project]](https://dracon-avatars.github.io/) 394 | 235. AutoRF: Learning 3D Object Radiance Fields from Single View Observations [[project]](https://sirwyver.github.io/AutoRF/) 395 | 236. NAN: Noise-Aware NeRFs for Burst-Denoising [[project]](https://noise-aware-nerf.github.io/) 396 | 237. GARF: Gaussian Activated Radiance Fields for High Fidelity Reconstruction and Pose Estimation [[project]](https://sfchng.github.io/garf/) 397 | 238. StyleMesh: Style Transfer for Indoor 3D Scene Reconstructions [[project]](https://lukashoel.github.io/stylemesh/) 398 | 239. Modeling Indirect Illumination for Inverse Rendering [[project]](https://zju3dv.github.io/invrender/) 399 | 240. Block-NeRF Scalable Large Scene Neural View Synthesis [[project]](https://waymo.com/intl/zh-cn/research/block-nerf/) 400 | 241. FENeRF: Face Editing in Neural Radiance Fields [[project]](https://mrtornado24.github.io/FENeRF/) 401 | 242. RegNeRF:Regularizing Neural Radiance Fields for View Synthesis from Sparse Inputs [[project]](https://m-niemeyer.github.io/regnerf/index.html) 402 | 243. Urban Radiance Fields [[project]](https://urban-radiance-fields.github.io/) 403 | 244. Dense Depth Priors for Neural Radiance Fields from Sparse Input Views [[project]](https://barbararoessle.github.io/dense_depth_priors_nerf/) 404 | 245. Control-NeRF: Editable Feature Volumes for Scene Rendering and Manipulation [[pdf]](https://arxiv.org/pdf/2204.10850.pdf) 405 | 246. Generalizable Neural Performer: Learning Robust Radiance Fields for Human Novel View Synthesis [[project]](https://generalizable-neural-performer.github.io/) 406 | 247. Real-Time Neural Character Rendering with Pose-Guided Multiplane Images [[project]](https://ken-ouyang.github.io/cmpi/index.html) 407 | 248. NeuMips: Neural Mixture of Planar Experts for View Synthesis [[project]](https://zhihao-lin.github.io/neurmips/) 408 | 249. KeypointNeRF: Generalizing Image-based Volumetric Avatars using Relative Spatial Encoding of Keypoints [[project]](https://markomih.github.io/KeypointNeRF/) 409 | 250. NeRF-Editing: Geometry Editing of Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2205.04978.pdf) 410 | 251. View Synthesis with Sculpted Neural Points [[project]](https://github.com/princeton-vl/SNP) 411 | 252. Ray Priors through Reprojection: Improving Neural Radiance Fields for Novel View Extrapolation [[pdf]](https://arxiv.org/pdf/2205.05922.pdf) 412 | 253. 3D Moments from Near-Duplicate Photos [[project]](https://3d-moments.github.io/) 413 | 254. Mip-NeRF RGB-D: Depth Assisted Fast Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2205.09351v1.pdf) 414 | 255. EfficientNeRF – Efficient Neural Radiance Fields [[pdf]](https://jiaya.me/papers/cvpr22_hutao.pdf) | [[code]](ttps://github.com/dvlab- 415 | research/EfficientNeRF) 416 | 256. StylizedNeRF: Consistent 3D Scene Stylization as Stylized NeRF via 2D-3D Mutual Learning [[pdf]](https://arxiv.org/pdf/2205.12183.pdf) 417 | 257. Neural 3D Reconstruction in the Wild [[project]](https://zju3dv.github.io/neuralrecon-w/) 418 | 258. TiNeuVox:Fast Dynamic Radiance Fields with Time-Aware Neural Voxels [[project]](https://jaminfong.cn/tineuvox/) 419 | 259. V4D: Voxel for 4D Novel View Synthesis [[pdf]](https://arxiv.org/pdf/2205.14332.pdf) 420 | 260. D2NeRF: Self-Supervised Decoupling of Dynamic and Static Objects from a Monocular Video [[code]](https://github.com/d2nerf/d2nerf) 421 | 261. DeVRF: Fast Deformable Voxel Radiance Fields for Dynamic Scenes [[pdf]](https://arxiv.org/pdf/2205.15723.pdf) | [[code]](https://github.com/showlab/DeVRF) 422 | 262. Novel View Synthesis for High-fidelity Headshot Scenes [[pdf]](https://arxiv.org/pdf/2205.15595.pdf) 423 | 263. Decomposing NeRF for Editing via Feature Field Distillation [[project]](https://pfnet-research.github.io/distilled-feature-fields/) 424 | 264. Neural Volumetric Object Selection [[project]](https://jason718.github.io/nvos/) 425 | 265. Points2NeRF: Generating Neural Radiance Fields from 3D point cloud [[code]](https://github.com/gmum/points2nerf) 426 | 266. ARF: Artistic Radiance Fields [[project]](https://www.cs.cornell.edu/projects/arf/) 427 | 267. RigNeRF: Fully Controllable Neural 3D Portraits [[project]](http://shahrukhathar.github.io/2022/06/06/RigNeRF.html) 428 | 268. Compressible-composable NeRF via Rank-residual Decomposition [[code]](https://github.com/ashawkey/CCNeRF) 429 | 269. UNeRF: Time and Memory Conscious U-Shaped Network for Training Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2206.11952.pdf) 430 | 270. EventNeRF: Neural Radiance Fields from a Single Colour Event Camera [[code]](https://4dqv.mpi-inf.mpg.de/EventNeRF/) 431 | 271. Aug-NeRF: Training Stronger Neural Radiance Fields with Triple-Level Physically-Grounded Augmentations [[code]](https://github.com/VITA-Group/Aug-NeRF) 432 | 272. SNeRF: Stylized Neural Implicit Representations for 3D Scenes [[pdf]](https://research.facebook.com/publications/snerf-stylized-neural-implicit-representations-for-3d-scenes/) 433 | 273. VMRF: View Matching Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2207.02621.pdf) 434 | 274. Progressively-connected Light Field Network for Efficient View Synthesis [[project]](https://totoro97.github.io/projects/prolif/) 435 | 275. Vision Transformer for NeRF-Based View Synthesis from a Single Input Image [[project]](https://cseweb.ucsd.edu/~viscomp/projects/VisionNeRF/) 436 | 276. Relighting4D: Neural Relightable Human from Videos [[code]](https://github.com/FrozenBurning/Relighting4D) 437 | 277. Factorized and Controllable Neural Re-Rendering of Outdoor Scene for Photo Extrapolation [[project]](https://zju3dv.github.io/neural_outdoor_rerender/) 438 | 278. AdaNeRF: Adaptive Sampling for Real-time Rendering of Neural Radiance Fields [[project]](https://thomasneff.github.io/adanerf/) 439 | 279. Generalizable Patch-Based Neural Rendering [[project]](https://mohammedsuhail.net/gen_patch_neural_rendering/) 440 | 280. NeRF for Outdoor Scene Relighting [[code]](https://github.com/r00tman/NeRF-OSR) 441 | 281. Neural Pixel Composition: 3D-4D View Synthesis from Multi-Views [[project]](http://www.aayushbansal.xyz/npc/) 442 | 282. Deforming Radiance Fields with Cages [[project]](https://xth430.github.io/deforming-nerf/) 443 | 283. PS-NeRF: Neural Inverse Rendering for Multi-view Photometric Stereo [[project]](https://ywq.github.io/psnerf/) 444 | 284. Neural-Sim: Learning to Generate Training Data with NeRF [[code]](https://github.com/gyhandy/Neural-Sim-NeRF) 445 | 285. Is Attention All NeRF Needs? [[code]](https://github.com/VITA-Group/GNT) 446 | 286. Single-View View Synthesis in the Wild with Learned Adaptive Multiplane Images [[code]](https://github.com/yxuhan/AdaMPI) 447 | 287. DoF-NeRF: Depth-of-Field Meets Neural Radiance Fields [[code]](https://github.com/zijinwuzijin/DoF-NeRF) 448 | 288. NeuMan: Neural Human Radiance Field from a Single Video [[code]](https://github.com/apple/ml-neuman) 449 | 289. UPST-NeRF: Universal Photorealistic Style Transfer of Neural Radiance Fields for 3D Scene [[project]](https://semchan.github.io/UPST_NeRF/) 450 | 290. Scalable Neural Indoor Scene Rendering [[project]](https://xchaowu.github.io/papers/scalable-nisr/) 451 | 291. NeuralPassthrough: Learned Real-Time View Synthesis for VR [[code]](https://github.com/facebookresearch/NeuralPassthrough) 452 | 292. NeROIC: Neural Object Capture and Rendering from Online Image Collections [[project]](https://formyfamily.github.io/NeROIC/) 453 | 293. Neural Novel Actor: Learning a Generalized Animatable Neural Representation for Human Actors [[project]](https://talegqz.github.io/neural_novel_actor/) 454 | 294. PeRFception - Perception using Radiance Fields [[code]](https://github.com/POSTECH-CVLab/PeRFception) 455 | 295. Kaolin Wisp: A PyTorch Library and Engine for Neural Fields Research [[code]](https://github.com/NVIDIAGameWorks/kaolin-wisp) 456 | 296. Dual-Space NeRF: Learning Animatable Avatars and Scene Lighting in Separate Spaces [[code]](https://github.com/zyhbili/Dual-Space-NeRF) 457 | 297. Intrinsic Neural Fields: Learning Functions on Manifolds [[code]](https://github.com/tum-vision/intrinsic-neural-fields) 458 | 298. Cross-Spectral Neural Radiance Fields [[project]](https://cvlab-unibo.github.io/xnerf-web/) 459 | 299. m2nerf: Image to Neural Radiance Field in the Wild [[pdf]](https://arxiv.org/pdf/2209.04061.pdf) 460 | 300. StructNeRF: Neural Radiance Fields for Indoor Scenes with Structural Hints [[pdf]](https://arxiv.org/pdf/2209.05277.pdf) 461 | 301. Free-Viewpoint RGB-D Human Performance Capture and Rendering [[project]](https://www.phongnhhn.info/HVS_Net/) 462 | 302. GP-NeRF: Geometry-Guided Progressive NeRF for Generalizable and Efficient Neural Human Rendering [[code]](https://github.com/sail-sg/GP-Nerf) 463 | 303. IntrinsicNeRF: Learning Intrinsic Neural Radiance Fields for Editable Novel View Synthesis [[code]](https://github.com/zju3dv/IntrinsicNeRF) 464 | 304. Self-improving Multiplane-to-layer Images for Novel View Synthesis [[project]](https://samsunglabs.github.io/MLI/) 465 | 305. SelfNeRF: Fast Training NeRF for Human from Monocular Self-rotating Video [[project]](https://ustc3dv.github.io/SelfNeRF/) 466 | 306. NOVEL VIEW SYNTHESIS WITH DIFFUSION MODELS [[pdf]](https://arxiv.org/pdf/2210.04628.pdf) 467 | 307. X-NeRF: Explicit Neural Radiance Field for Multi-Scene 360° Insufficient RGB-D Views [[code]](https://github.com/HaoyiZhu/XNeRF) 468 | 308. Streaming Radiance Fields for 3D Video Synthesis [[pdf]](https://arxiv.org/pdf/2210.14831.pdf) 469 | 309. NeRF-SLAM: Real-Time Dense Monocular SLAM with Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2210.13641.pdf) 470 | 310. NeRFPlayer A Streamable Dynamic Scene Representation with Decomposed Neural Radiance Fields[[project]](https://lsongx.github.io/projects/nerfplayer.html) 471 | 311. articleNeRF: Particle Based Encoding for Online Neural Radiance Fields in Dynamic Scenes [[pdf]](https://arxiv.org/pdf/2211.04041.pdf) 472 | 312. NeRF-SOS: Any-View Self-supervised Object Segmentation from Complex Real-World Scenes [[code]](https://github.com/VITA-Group/NeRF-SOS) 473 | 313. NeRFFaceEditing: Disentangled Face Editing in Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2211.07968v1.pdf) 474 | 314. AligNeRF: High-Fidelity Neural Radiance Fields via Alignment-Aware Training [[project]](https://yifanjiang.net/alignerf) 475 | 315. CoNFies: Controllable Neural Face Avatars [[pdf]](https://arxiv.org/pdf/2211.08610.pdf) | [[project]](https://confies.github.io/) 476 | 316. NeuralUDF: Learning Unsigned Distance Fields for Multi-view Reconstruction of Surfaces with Arbitrary Topologies [[project]](https://www.xxlong.site/NeuralUDF/) 477 | 317. ENeRF: Efficient Neural Radiance Fields for Interactive Free-viewpoint Video [[code]](https://github.com/zju3dv/ENeRF) 478 | 318. ScanNeRF: a Scalable Benchmark for Neural Radiance Fields [[project]](https://eyecan-ai.github.io/scannerf/#paper) 479 | 319. PANeRF: Pseudo-view Augmentation for Improved Neural Radiance Fields Based on Few-shot Inputs [[pdf]](https://arxiv.org/pdf/2211.12758.pdf) 480 | 320. MonoNeRF: Learning a Generalizable Dynamic Radiance Field from Monocular Videos [[pdf]](https://arxiv.org/pdf/2212.13056.pdf) 481 | 321. SIMPLI - Self-improving Multiplane-to-layer Images for Novel View Synthesis [[code]](https://github.com/SamsungLabs/MLI) 482 | 322. Robust Dynamic Radiance Fields [[project]](https://robust-dynrf.github.io/) 483 | 323. 3D-aware Blending with Generative NeRFs [[project]](https://blandocs.github.io/blendnerf) 484 | 324. VQ3D: Learning a 3D-Aware Generative Model on ImageNet [[project]](https://kylesargent.github.io/vq3d) 485 | 325. RealFusion 360◦ Reconstruction of Any Object from a Single Image [[pdf]](https://arxiv.org/pdf/2302.10663.pdf) 486 | 326. NerfDiff: Single-image View Synthesis with NeRF-guided Distillation from 3D-aware Diffusion [[project]](https://jiataogu.me/nerfdiff/) 487 | 327. DiffusioNeRF: Regularizing Neural Radiance Fields with Denoising Diffusion Mode [[pdf]](https://arxiv.org/pdf/2302.12231.pdf) 488 | 328. BakedSDF: Meshing Neural SDFs for Real-Time View Synthesis [[project]](https://bakedsdf.github.io/) 489 | 329. S-NeRF: Neural Radiance Fields for Street Views [[project]](https://ziyang-xie.github.io/s-nerf/) 490 | 330. Nerflets: Local Radiance Fields for Efficient Structure-Aware 3D Scene Representation from 2D Supervision [[project]](https://jetd1.github.io/nerflets-web/) 491 | 331. Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinem [[project]](https://me.kiui.moe/nerf2mesh/) 492 | 332. PAC-NeRF: Physics Augmented Continuum Neural Radiance Fields for Geometry-Agnostic System Identification [[project]](https://sites.google.com/view/PAC-NeRF) 493 | 333. Aleth-NeRF: Low-light Condition View Synthesis with Concealing Fields [[project]](https://cuiziteng.github.io/Aleth_NeRF_web/) 494 | 334. 3D Cinemagraphy from a Single Image [[project]](https://xingyi-li.github.io/3d-cinemagraphy/) 495 | 335. FreeNeRF: Improving Few-shot Neural Rendering with Free Frequency Regularization [[project]](https://jiawei-yang.github.io/FreeNeRF/) 496 | 336. NeRFshop: Interactive Editing of Neural Radiance Fields [[code]](https://github.com/graphdeco-inria/nerfshop) 497 | 337. I2-SDF: Intrinsic Indoor Scene Reconstruction and Editing via Raytracing in Neural SDFs [[project]](https://jingsenzhu.github.io/i2-sdf/) 498 | 338. SHERF: Generalizable Human NeRF from a Single Image [[project]](https://skhu101.github.io/SHERF/) 499 | 339. FeatureNeRF: Learning Generalizable NeRFs by Distilling Foundation Models [[project]](https://jianglongye.com/featurenerf/) 500 | 340. Instruct-NeRF2NeRF [[project]](https://instruct-nerf2nerf.github.io/) 501 | 341. StyleRF: Zero-shot 3D Style Transfer of Neural Radiance Fields [[project]](https://kunhao-liu.github.io/StyleRF/) 502 | 342. MoRF: Mobile Realistic Fullbody Avatars from a Monocular Video [[pdf]](https://arxiv.org/pdf/2303.10275.pdf) 503 | 343. LERF Language Embedded Radiance Fields [[project]](https://www.lerf.io/) 504 | 344. Ref-NPR: Reference-Based Non-Photorealistic Radiance Fields for Controllable Scene Stylization [[code]](https://github.com/dvlab-research/Ref-NPR) 505 | 345. SparseNeRF: Distilling Depth Ranking for Few-shot Novel View Synthesis [[project]](https://sparsenerf.github.io/) 506 | 346. F2-NeRF: Fast Neural Radiance Field Training with Free Camera Trajectories [[project]](https://totoro97.github.io/projects/f2-nerf/) 507 | 347. VMesh: Hybrid Volume-Mesh Representation for Efficient View Synthesis [[project]](https://bennyguo.github.io/vmesh/) 508 | 348. Instruct 3D-to-3D:Text Instruction Guided 3D-to-3D conversion [[project]](https://sony.github.io/Instruct3Dto3D-doc/) 509 | 349. Enhanced Stable View Synthesis [[pdf]](https://arxiv.org/pdf/2303.17094.pdf) 510 | 350. NeILF++: Inter-reflectable Light Fields for Geometry and Material Estimation [[project]](https://yoyo000.github.io/NeILF_pp/) 511 | 351. NeRF-Supervised Deep Stereo [[project]](https://nerfstereo.github.io/) 512 | 352. GeNVS: Generative Novel View Synthesis with 3D-Aware Diffusion Models [[project]](https://nvlabs.github.io/genvs/)\ 513 | 353. L2G-NeRF: Local-to-Global Registration for Bundle-Adjusting Neural Radiance Fields [[project]](https://rover-xingyu.github.io/L2G-NeRF/) 514 | 354. Instance Neural Radiance Field [[pdf]](https://arxiv.org/pdf/2304.04395.pdf) 515 | 355. Zip-NeRF: Anti-Aliased Grid-Based Neural Radiance Fields [[project]](https://jonbarron.info/zipnerf/) 516 | 356. Single-Stage Diffusion NeRF: A Unified Approach to 3D Generation and Reconstruction [[project]](https://lakonik.github.io/ssdnerf/) 517 | 357. SurfelNeRF: Neural Surfel Radiance Fields for Online Photorealistic Reconstruction of Indoor Scenes [[project]](https://gymat.github.io/SurfelNeRF-web/) 518 | 358. Reference-guided Controllable Inpainting of Neural Radiance Fields [[project]](https://ashmrz.github.io/reference-guided-3d/) 519 | 359. Neural Radiance Fields: Past, Present, and Future [[pdf]](https://arxiv.org/pdf/2304.10050.pdf) 520 | 360. Learning Neural Duplex Radiance Fields for Real-Time View Synthesis [[project]](http://raywzy.com/NDRF/) 521 | 361. Segment Anything in 3D with NeRFs [[project]](https://jumpat.github.io/SA3D/) 522 | 362. HOSNeRF: Dynamic Human-Object-Scene Neural Radiance Fields from a Single Video [[project]](https://showlab.github.io/HOSNeRF/) 523 | 363. Explicit Correspondence Matching for Generalizable Neural Radiance Fields [[project]](https://donydchen.github.io/matchnerf/) 524 | 364. SPIDR: SDF-based Neural Point Fields for Illumination and Deformation [[code]](https://github.com/nexuslrf/SPIDR) 525 | 365. NoPe-NeRF: Optimising Neural Radiance Field with No Pose Prior [[project]](https://nope-nerf.active.vision/) 526 | 366. NeRF-RPN: A general framework for object detection in NeRFs [[code]](https://github.com/lyclyc52/NeRF_RPN) 527 | 367. NeRSemble: Multi-view Radiance Field Reconstruction of Human Heads [[project]](https://tobias-kirschstein.github.io/nersemble/) 528 | 368. NerfAcc: Efficient Sampling Accelerates NeRFs [[project]](https://www.nerfacc.com/en/latest/) 529 | 369. HumanRF:High-Fidelity Neural Radiance Fields for Humans in Motion [[project]](https://synthesiaresearch.github.io/humanrf/) 530 | 370. FlexNeRF: Photorealistic Free-viewpoint Rendering of Moving Humans from Sparse Views [[project]](https://flex-nerf.github.io/) 531 | 371. DynIBaR Neural Dynamic Image-Based Rendering [project](https://dynibar.github.io/) 532 | 372. ConsistentNeRF: Enhancing Neural Radiance Fields with 3D Consistency for Sparse View Synthesis [[project]](https://skhu101.github.io/ConsistentNeRF/) 533 | 373. ABLE-NeRF: Attention-Based Rendering with Learnable Embeddings for Neural Radiance Field [[code]](https://github.com/TangZJ/able-nerf) 534 | 374. GANeRF: Leveraging Discriminators to Optimize Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2306.06044.pdf) | [[video]](https://www.youtube.com/watch?v=EUWW8nUxpl0) 535 | 375. Is Attention All That NeRF Needs? [[project]](https://vita-group.github.io/GNT/) 536 | 376. DreamEditor: Text-Driven 3D Scene Editing with Neural Fields [[pdf]](https://arxiv.org/pdf/2306.13455.pdf) 537 | 377. Local 3D Editing via 3D Distillation of CLIP Knowledge [[pdf]](https://arxiv.org/pdf/2306.12570v1.pdf) 538 | 378. L2G-NeRF: Local-to-Global Registration for Bundle-Adjusting Neural Radiance Fields [[project]](https://rover-xingyu.github.io/L2G-NeRF/) 539 | 379. ViP-NeRF: Visibility Prior for Sparse Input Neural Radiance Fields [[project]](https://nagabhushansn95.github.io/publications/2023/ViP-NeRF.html) 540 | 380. JacobiNeRF: NeRF Shaping with Mutual Information Gradient [[project]](https://xxm19.github.io/jnerf/) 541 | 381. FDNeRF: Semantics-Driven Face Reconstruction, Prompt Editing and Relighting with Diffusion Models [[code]](https://github.com/BillyXYB/FDNeRF) 542 | 382. INVE: Interactive Neural Video Editing [[https://gabriel-huang.github.io/inve/]] 543 | 383. Tri-MipRF [[code]](https://github.com/wbhu/Tri-MipRF) 544 | 384. aceCLIPNeRF: Text-driven 3D Face Manipulation using Deformable Neural Radiance Fields [[pdf]](https://arxiv.org/pdf/2307.11418.pdf) 545 | 385. NeRF-Texture: Texture Synthesis with Neural Radiance Fields [[project]](https://yihua7.github.io/NeRF-Texture-web/) 546 | 386. Distilling Neural Radiance Field to Neural Light Field for Efficient Novel View Synthesis [[project]](https://snap-research.github.io/R2L/) 547 | 387. Seal-3D: Interactive Pixel-Level Editing for Neural Radiance Fields [[project]](https://github.com/windingwind/seal-3d/) 548 | 388. DiVA360: The Dynamic Visual-Audio Dataset for Immersive Neural Fields [[project]](https://diva360.github.io/) 549 | 389. Looking Through the Glass: Neural Surface Reconstruction Against High Specular Reflections [[code]](https://github.com/JiaxiongQ/NeuS-HSR) 550 | 390. NeILF++: Inter-reflectable Light Fields for Geometry and Material Estimation [[project]](https://yoyo000.github.io/NeILF_pp/) 551 | 391. Fast Learning of Neural Implicit Surfaces for Multi-view Reconstruction [[code]](https://github.com/19reborn/NeuS2)))) 552 | 392. CamP: Camera Preconditioning for Neural Radiance Fields [[[project]](https://camp-nerf.github.io/) 553 | 393. Strata-NeRF: Neural Radiance Fields for Stratified Scenes [[project]](https://ankitatiisc.github.io/Strata-NeRF/) 554 | 394. NeO 360: Neural Fields for Sparse View Synthesis of Outdoor Scenes [[project]](https://zubair-irshad.github.io/projects/neo360.html) 555 | 395. Removing Objects from Neural Radiance Fields [[code]](https://github.com/nianticlabs/nerf-object-removal) 556 | 396. CLNeRF: Continual Learning Meets NeRF [[code]](https://github.com/IntelLabs/CLNeRF) 557 | 397. Canonical Factors for Hybrid Neural Fields [[project]](https://brentyi.github.io/tilted/) 558 | 398. ImmersiveNeRF:Hybrid Radiance Fields for Unbounded Immersive Light Field Reconstruction [[pdf]](https://arxiv.org/pdf/2309.01374.pdf) 559 | 399. NeuDA: Neural Deformable Anchor for High-Fidelity Implicit Surface Reconstruction [[project]](https://3d-front-future.github.io/neuda/) 560 | 400. Cross-Ray Neural Radiance Fields for Novel-view Synthesis from Unconstrained Image Collections [[code]](https://github.com/YifYang993/CR-NeRF-PyTorch) 561 | 401. Dynamic Mesh-Aware Radiance Fields [[project]](https://mesh-aware-rf.github.io/) 562 | 402. BakedSDF: Meshing Neural SDFs for Real-Time View Synthesis [[project]](https://bakedsdf.github.io/) 563 | 403. Real-Time Neural Light Field on Mobile Devices [[project]](https://snap-research.github.io/MobileR2L/) 564 | 404. DE-NeRF: Deformable Neural Radiance Fields using RGB and Event Cameras [[project]](https://qimaqi.github.io/DE-NeRF.github.io/) 565 | 405. NeRRF: 3D Reconstruction and View Synthesis for Transparent and Specular Objects with Neural Refractive-Reflective Fields [[code]](https://github.com/dawning77/nerrf) 566 | 406. ClimateNeRF: Extreme Weather Synthesis in Neural Radiance Field [[project]](https://climatenerf.github.io/) 567 | 407. NAS-NeRF: Generative Neural Architecture Search for Neural Radiance Fields [[project]](https://saeejithnair.github.io/NAS-NeRF/) 568 | 408. Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement [[project]](https://me.kiui.moe/nerf2mesh/) 569 | 409. Fast Neural Rendering with Multi-input Multi-output Neural Radiance Fields [[project]](https://www.kecl.ntt.co.jp/people/kaneko.takuhiro/projects/mimo-nerf/) 570 | 410. Multi-task View Synthesis with Neural Radiance Fields [[project]](https://zsh2000.github.io/mtvs.github.io/) 571 | 411. Im4D: High-Fidelity and Real-Time Novel View Synthesis for Dynamic Scenes [[code]](https://github.com/zju3dv/im4d#im4d-high-fidelity-and-real-time-novel-view-synthesis-for-dynamic-scenes) 572 | 412. MonoNeRF: Learning a Generalizable Dynamic Radiance Field from Monocular Videos [[code]](https://github.com/tianfr/MonoNeRF/) 573 | 413. TOSS: High-quality Text-guided Novel View Synthesis from a Single Image [[project]](https://toss3d.github.io/) 574 | 414. Real-time Photorealistic Dynamic Scene Representation and Rendering with 4D Gaussian Splatting [[code]](https://github.com/fudan-zvg/4d-gaussian-splatting) 575 | 415. SINE: Semantic-driven Image-based NeRF Editing with Prior-guided Editing Field [[code]](https://github.com/zju3dv/SINE) 576 | 416. LightSpeed: Light and Fast Neural Light Fields on Mobile Devices [[project]](https://lightspeed-r2l.github.io/website/) 577 | 417. PERF: Panoramic Neural Radiance Field from a Single Panorama [[project]](https://perf-project.github.io/) 578 | 418. RayDF: Neural Ray-surface Distance Fields with Multi-view Consistency [[code]](https://github.com/vLAR-group/RayDF) 579 | 419. Single-view 3D Scene Reconstruction with High-fidelity Shape and Texture [[project]](https://dali-jack.github.io/SSR/) 580 | 420. NeRF Revisited: Fixing Quadrature Instability in Volume Rendering [[project]](https://pl-nerf.github.io/) 581 | 421. Instant-angelo: Build high-fidelity Digital Twin within 20 Minutes [[code]](https://github.com/hugoycj/Instant-angelo) 582 | 422. ScaNeRF: Scalable Bundle-Adjusting Neural Radiance Fields for Large-Scale Scene Rendering [[video]](https://www.youtube.com/watch?v=ylqZxQS2u6c) 583 | 423. CamP: Camera Preconditioning for Neural Radiance Fields [[project]](https://camp-nerf.github.io/) 584 | 424. MCNeRF: Monte Carlo Rendering and Denoising for Real-Time NeRFs [[project]](https://mcnerf.github.io/) 585 | 425. VR-NeRF: High-Fidelity Virtualized Walkable Spaces [[project]](https://vr-nerf.github.io/) 586 | 426. Real-Time Neural Rasterization for Large Scenes [[project]](https://waabi.ai/NeuRas/) 587 | 427. BakedAvatar: Baking Neural Fields for Real-Time Head Avatar Synthesis [[pdf]](https://arxiv.org/pdf/2311.05521.pdf) 588 | 428. SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering [[project]](https://imagine.enpc.fr/~guedona/sugar/) 589 | 429. Ref-NeuS: Ambiguity-Reduced Neural Implicit Surface Learning for Multi-View Reconstruction with Reflection [[project]](https://g3956.github.io/) 590 | 430. Obj-NeRF: Extracting Object NeRFs from Multi-view Images [[project]](https://objnerf.github.io/) 591 | 431. UC-NeRF: Neural Radiance Field for Under-Calibrated Multi-view Cameras in Autonomous Driving [[project]](https://kcheng1021.github.io/ucnerf.github.io/) 592 | 432. PyNeRF: Pyramidal Neural Radiance Fields [[project]](https://haithemturki.com/pynerf/) 593 | 433. MorpheuS: Neural Dynamic 360° Surface Reconstruction from Monocular RGB-D Video [[project]](https://hengyiwang.github.io/projects/morpheus) 594 | 434. GPS-Gaussian: Generalizable Pixel-wise 3D Gaussian Splatting for Real-time Human Novel View Synthesis [[project]](https://shunyuanzheng.github.io/GPS-Gaussian) 595 | 435. GaussianAvatar: Towards Realistic Human Avatar Modeling from a Single Video via Animatable 3D Gaussians [[project]](https://huliangxiao.github.io/GaussianAvatar) 596 | 436. ColonNeRF: Neural Radiance Fields for High-Fidelity Long-Sequence Colonoscopy Reconstruction [[project]](https://showlab.github.io/ColonNeRF/) 597 | 437. SANeRF-HQ: Segment Anything for NeRF in High Quality [[project]](https://lyclyc52.github.io/SANeRF-HQ/) 598 | 438. Customize your NeRF: Adaptive Source Driven 3D Scene Editing via Local-Global Iterative Training [[project]](https://customnerf.github.io/) 599 | 439. SMERF: Streamable Memory Efficient Radiance Fields for Real-Time Large-Scene Exploration [[project]](https://smerf-3d.github.io/) 600 | 440. Novel View Synthesis with View-Dependent Effects from a Single Image [[project]](https://kaist-viclab.github.io/monovde-site/) 601 | 441. City-on-Web: Real-time Neural Rendering of Large-scale Scenes on the Web [[project]](https://ustc3dv.github.io/City-on-Web/) 602 | 442. Spacetime Gaussian Feature Splatting for Real-Time Dynamic View Synthesis [[project]](https://oppo-us-research.github.io/SpacetimeGaussians-website/) 603 | 443. NeRFiller: Completing Scenes via Generative 3D Inpainting [[project]](https://ethanweber.me/nerfiller/) 604 | 444. SIGNeRF:Scene Integrated Generation for Neural Radiance Fields [[project]](https://signerf.jdihlmann.com/) 605 | 445. FPRF: Feed-Forward Photorealistic Style Transfer of Large-Scale 3D Neural Radiance Fields [[project]](https://kim-geonu.github.io/FPRF/) 606 | 446. Fast High Dynamic Range Radiance Fields for Dynamic Scenes [[project]](https://guanjunwu.github.io/HDR-HexPlane/) 607 | 447. Group Anything with Radiance Fields [[project]](https://texturedreamer.github.io/) 608 | 448. Geometry Transfer for Stylizing Radiance Fields [[project]](https://hyblue.github.io/geo-srf/) 609 | 449. VR-GS: A Physical Dynamics-Aware Interactive Gaussian Splatting System in Virtual Reality [[project]](https://yingjiang96.github.io/VR-GS/?ref=aiartweekly) 610 | 450. Binary Opacity Grids: Capturing Fine Geometric Detail for Mesh-Based View Synthesis [[project]](https://binary-opacity-grid.github.io/) 611 | 451. Single-Stage Diffusion NeRF: A Unified Approach to 3D Generation and Reconstruction [[project]](https://lakonik.github.io/ssdnerf/) 612 | 452. 3DFIRES Few Image 3D REconstruction for Scenes with Hidden Surfaces [[project]](https://jinlinyi.github.io/3DFIRES/) 613 | 453. Vosh: Voxel-Mesh Hybrid Representation for Real-Time View Synthesis [[pdf]](https://arxiv.org/pdf/2403.06505.pdf) 614 | 454. S-DyRF: Reference-Based Stylized Radiance Fields for Dynamic Scenes [[project]](https://xingyi-li.github.io/s-dyrf/) 615 | 455. Connecting NeRFs, Images, and Text [[project]](https://cvlab-unibo.github.io/clip2nerf/) 616 | 456. G-NeRF: Geometry-enhanced Novel View Synthesis from Single-View Images [[project]](https://llrtt.github.io/G-NeRF-Demo/) 617 | 457. Tactile-Augmented Radiance Fields [[project]](https://dou-yiming.github.io/TaRF/) 618 | 458. Toon3D: Seeing Cartoons from a New Perspective [[project]](https://toon3d.studio/) 619 | 459. HDR-GS: Efficient High Dynamic Range Novel View Synthesis at 1000x Speed via Gaussian Splatting [[pdf]](https://arxiv.org/pdf/2405.15125) 620 | 460. Mani-GS: Gaussian Splatting Manipulation with Triangular Mesh [[project]](https://gaoxiangjun.github.io/mani_gs/) 621 | 461. NVS-Solver: Video Diffusion Model as Zero-Shot Novel View Synthesizer [[code]](https://github.com/zhu-zhiyu/nvs_solver) 622 | 462. GaussianCube: A Structured and Explicit Radiance Representation for 3D Generative Modeling [[project]](https://gaussiancube.github.io/) 623 | 463. NeRF-Insert: Local 3D editing with multimodal control signals [[project]](https://nerf-insert.github.io/) 624 | 464. Dynamic 3D Gaussian Fields for Urban Areas [[project]](https://tobiasfshr.github.io/pub/4dgf/) 625 | 465. Flash3D: Feed-Forward Generalisable 3D Scene Reconstruction from a Single Image [[project]](https://www.robots.ox.ac.uk/~vgg/research/flash3d/) 626 | 466. HybridNeRF: Efficient Neural Rendering via Adaptive Volumetric Surfaces [[project]](https://haithemturki.com/hybrid-nerf/) 627 | 467. GaussCtrl: Multi-View Consistent Text-Driven 3D Gaussian Splatting Editing [[project]](https://gaussctrl.active.vision/) 628 | 468. A Hierarchical 3D Gaussian Representation for Real-Time Rendering of Very Large Datasets [[project]](https://repo-sam.inria.fr/fungraph/hierarchical-3d-gaussians/) 629 | 469. E-D3DGS : Embedding-Based Deformable 3D Gaussian Splatting [[code]](https://github.com/JeongminB/E-D3DGS) 630 | -------------------------------------------------------------------------------- /images/3d-RETR.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/3d-RETR.PNG -------------------------------------------------------------------------------- /images/3d-ken.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/3d-ken.PNG -------------------------------------------------------------------------------- /images/3d_photograph.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/3d_photograph.PNG -------------------------------------------------------------------------------- /images/4d avatar.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/4d avatar.PNG -------------------------------------------------------------------------------- /images/4d dynamic head.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/4d dynamic head.JPG -------------------------------------------------------------------------------- /images/4d_view_video.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/4d_view_video.JPG -------------------------------------------------------------------------------- /images/ADOP1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ADOP1.PNG -------------------------------------------------------------------------------- /images/ANR.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ANR.JPG -------------------------------------------------------------------------------- /images/ANRF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ANRF.PNG -------------------------------------------------------------------------------- /images/CLIP_NeRF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/CLIP_NeRF.PNG -------------------------------------------------------------------------------- /images/ConvNerf.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ConvNerf.PNG -------------------------------------------------------------------------------- /images/DS_NeRF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/DS_NeRF.PNG -------------------------------------------------------------------------------- /images/DeepView.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/DeepView.PNG -------------------------------------------------------------------------------- /images/Derf1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Derf1.JPG -------------------------------------------------------------------------------- /images/DoubleField.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/DoubleField.PNG -------------------------------------------------------------------------------- /images/ECRF1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ECRF1.PNG -------------------------------------------------------------------------------- /images/EVS.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/EVS.JPG -------------------------------------------------------------------------------- /images/FaDIV-Syn.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/FaDIV-Syn.PNG -------------------------------------------------------------------------------- /images/Fast1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Fast1.png -------------------------------------------------------------------------------- /images/Free View Synthesis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Free View Synthesis.png -------------------------------------------------------------------------------- /images/GFVS1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/GFVS1.PNG -------------------------------------------------------------------------------- /images/GRF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/GRF.PNG -------------------------------------------------------------------------------- /images/GVS.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/GVS.JPG -------------------------------------------------------------------------------- /images/Gnerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Gnerf.JPG -------------------------------------------------------------------------------- /images/H3D1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/H3D1.png -------------------------------------------------------------------------------- /images/Hyper_nerf1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Hyper_nerf1.PNG -------------------------------------------------------------------------------- /images/LASR.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/LASR.PNG -------------------------------------------------------------------------------- /images/LFNS.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/LFNS.PNG -------------------------------------------------------------------------------- /images/LLFF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/LLFF.PNG -------------------------------------------------------------------------------- /images/MINE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/MINE.png -------------------------------------------------------------------------------- /images/MatryODShka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/MatryODShka.png -------------------------------------------------------------------------------- /images/NARF.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NARF.JPG -------------------------------------------------------------------------------- /images/NELF1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NELF1.png -------------------------------------------------------------------------------- /images/NEMI1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NEMI1.PNG -------------------------------------------------------------------------------- /images/NElF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NElF.PNG -------------------------------------------------------------------------------- /images/NPBG2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NPBG2.png -------------------------------------------------------------------------------- /images/NTFD1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NTFD1.PNG -------------------------------------------------------------------------------- /images/NeRD.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NeRD.JPG -------------------------------------------------------------------------------- /images/NeRF_OSR1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NeRF_OSR1.PNG -------------------------------------------------------------------------------- /images/NeRF_in_detail.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NeRF_in_detail.PNG -------------------------------------------------------------------------------- /images/NeRFactor1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NeRFactor1.PNG -------------------------------------------------------------------------------- /images/NeRS1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NeRS1.PNG -------------------------------------------------------------------------------- /images/NeuRay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/NeuRay.png -------------------------------------------------------------------------------- /images/Neural_Actor.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Neural_Actor.PNG -------------------------------------------------------------------------------- /images/PVA.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/PVA.JPG -------------------------------------------------------------------------------- /images/Plenoxels.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Plenoxels.PNG -------------------------------------------------------------------------------- /images/Reconver_scene_from_single_image.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Reconver_scene_from_single_image.JPG -------------------------------------------------------------------------------- /images/Recursive_nerf.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Recursive_nerf.PNG -------------------------------------------------------------------------------- /images/SRF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/SRF.PNG -------------------------------------------------------------------------------- /images/SVR_SP1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/SVR_SP1.PNG -------------------------------------------------------------------------------- /images/SVS.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/SVS.JPG -------------------------------------------------------------------------------- /images/ShaRF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ShaRF.PNG -------------------------------------------------------------------------------- /images/Style_people.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/Style_people.PNG -------------------------------------------------------------------------------- /images/SynSin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/SynSin.png -------------------------------------------------------------------------------- /images/View_generation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/View_generation.PNG -------------------------------------------------------------------------------- /images/a_nerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/a_nerf.JPG -------------------------------------------------------------------------------- /images/ad_nerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ad_nerf.JPG -------------------------------------------------------------------------------- /images/anim_nerf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/anim_nerf.png -------------------------------------------------------------------------------- /images/animatable_nerf1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/animatable_nerf1.PNG -------------------------------------------------------------------------------- /images/appearance_edit.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/appearance_edit.PNG -------------------------------------------------------------------------------- /images/auto_int.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/auto_int.JPG -------------------------------------------------------------------------------- /images/baked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/baked.png -------------------------------------------------------------------------------- /images/baking.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/baking.JPG -------------------------------------------------------------------------------- /images/barf.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/barf.PNG -------------------------------------------------------------------------------- /images/cloth_body.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/cloth_body.PNG -------------------------------------------------------------------------------- /images/deep_indoor_relight.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/deep_indoor_relight.PNG -------------------------------------------------------------------------------- /images/deep_relightable.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/deep_relightable.PNG -------------------------------------------------------------------------------- /images/dynamic_view1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/dynamic_view1.PNG -------------------------------------------------------------------------------- /images/editable_layered.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/editable_layered.PNG -------------------------------------------------------------------------------- /images/fast_nerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/fast_nerf.JPG -------------------------------------------------------------------------------- /images/fig-nerf1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/fig-nerf1.PNG -------------------------------------------------------------------------------- /images/function4d.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/function4d.PNG -------------------------------------------------------------------------------- /images/high_fidelity.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/high_fidelity.PNG -------------------------------------------------------------------------------- /images/human_nerf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/human_nerf.png -------------------------------------------------------------------------------- /images/iNeRF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/iNeRF.PNG -------------------------------------------------------------------------------- /images/ibrnet.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ibrnet.JPG -------------------------------------------------------------------------------- /images/infinite_nature.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/infinite_nature.JPG -------------------------------------------------------------------------------- /images/instant_ngp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/instant_ngp.png -------------------------------------------------------------------------------- /images/kilonerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/kilonerf.JPG -------------------------------------------------------------------------------- /images/mip_nerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/mip_nerf.JPG -------------------------------------------------------------------------------- /images/mirror_nerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/mirror_nerf.JPG -------------------------------------------------------------------------------- /images/mvsnerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/mvsnerf.JPG -------------------------------------------------------------------------------- /images/neX.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/neX.JPG -------------------------------------------------------------------------------- /images/nerf--.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/nerf--.JPG -------------------------------------------------------------------------------- /images/nerf.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/nerf.PNG -------------------------------------------------------------------------------- /images/nerfFACE.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/nerfFACE.JPG -------------------------------------------------------------------------------- /images/nerf_3d_video.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/nerf_3d_video.JPG -------------------------------------------------------------------------------- /images/nerf_W.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/nerf_W.PNG -------------------------------------------------------------------------------- /images/nerfies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/nerfies.png -------------------------------------------------------------------------------- /images/neural_body1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/neural_body1.JPG -------------------------------------------------------------------------------- /images/neural_box.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/neural_box.PNG -------------------------------------------------------------------------------- /images/neural_lumigraph_rendering.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/neural_lumigraph_rendering.JPG -------------------------------------------------------------------------------- /images/neural_point_basics_graphics.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/neural_point_basics_graphics.JPG -------------------------------------------------------------------------------- /images/neural_recon.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/neural_recon.JPG -------------------------------------------------------------------------------- /images/no-rigid.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/no-rigid.JPG -------------------------------------------------------------------------------- /images/one-shot_gan.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/one-shot_gan.PNG -------------------------------------------------------------------------------- /images/peeledhuamn2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/peeledhuamn2.PNG -------------------------------------------------------------------------------- /images/pixel_avatar.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/pixel_avatar.PNG -------------------------------------------------------------------------------- /images/plenoctree.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/plenoctree.JPG -------------------------------------------------------------------------------- /images/point_nerf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/point_nerf.png -------------------------------------------------------------------------------- /images/posefusion.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/posefusion.PNG -------------------------------------------------------------------------------- /images/ray_tracing.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/ray_tracing.PNG -------------------------------------------------------------------------------- /images/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | Contain images that show the papers' ideas 3 | -------------------------------------------------------------------------------- /images/relight.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/relight.JPG -------------------------------------------------------------------------------- /images/relight_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/relight_video.png -------------------------------------------------------------------------------- /images/rgb-d.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/rgb-d.PNG -------------------------------------------------------------------------------- /images/semantic View Syhthesis.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/semantic View Syhthesis.JPG -------------------------------------------------------------------------------- /images/shapenerf.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/shapenerf.JPG -------------------------------------------------------------------------------- /images/stable_view_syn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/stable_view_syn.png -------------------------------------------------------------------------------- /images/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/star1.png -------------------------------------------------------------------------------- /images/stereo_magification.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/stereo_magification.PNG -------------------------------------------------------------------------------- /images/stylenerf1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/stylenerf1.PNG -------------------------------------------------------------------------------- /images/total_relighting.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/total_relighting.PNG -------------------------------------------------------------------------------- /images/unisurf.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/unisurf.PNG -------------------------------------------------------------------------------- /images/vid2actor.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/visonpon/New-View-Synthesis/07080922a4d2baacbeef07546ea6e5a66ca00f43/images/vid2actor.JPG --------------------------------------------------------------------------------