paper-with-me

홈 › Papers

Spiking NeRF: Representing the Real-World Geometry by a Discontinuous Representation

2023-11-15 · Zhanfeng Liao, Qian Zheng, Yan Liu, Gang Pan

A crucial reason for the success of existing NeRF-based methods is to build a neural density field for the geometry representation via multiple perceptron layers (MLPs). MLPs are continuous functions, however, real geometry or density field is frequently discontinuous at the interface between the air and the surface. Such a contrary brings the problem of unfaithful geometry representation. To this end, this paper proposes spiking NeRF, which leverages spiking neurons and a hybrid Artificial Neural Network (ANN)-Spiking Neural Network (SNN) framework to build a discontinuous density field for faithful geometry representation. Specifically, we first demonstrate the reason why continuous density fields will bring inaccuracy. Then, we propose to use the spiking neurons to build a discontinuous density field. We conduct a comprehensive analysis for the problem of existing spiking neuron models and then provide the numerical relationship between the parameter of the spiking neuron and the theoretical accuracy of geometry. Based on this, we propose a bounded spiking neuron to build the discontinuous density field. Our method achieves SOTA performance. The source code and the supplementary material are available at https://github.com/liaozhanfeng/Spiking-NeRF.

📄 PDF Abstract BibTeX arXiv:2311.09077

Code (1)

liaozhanfeng/spiking-nerf 공식 구현 pytorch

Tasks

NeRF

Similar Papers 제목 키워드 기반

Sharpening Your Density Fields: Spiking Neuron Aided Fast Geometry Learning

2024-12-13 · Yi Gu, Zhaorui Wang, Dongjun Ye, Renjing Xu

Neural Radiance Fields (NeRF) have achieved remarkable progress in neural rendering. Extracting geometry from NeRF typically relies on the Marching Cubes algorithm, which uses a hand-crafted threshold to define the level…

NeRFNeural Rendering

NeRF synthesis with shading guidance

2023-06-20 · Chenbin Li, Yu Xin, Gaoyi Liu, Xiang Zeng 외

The emerging Neural Radiance Field (NeRF) shows great potential in representing 3D scenes, which can render photo-realistic images from novel view with only sparse views given. However, utilizing NeRF to reconstruct real…

NeRF

GMT: Enhancing Generalizable Neural Rendering via Geometry-Driven Multi-Reference Texture Transfer

2024-10-01 · Youngho Yoon, Hyun-Kurl Jang, Kuk-Jin Yoon

Novel view synthesis (NVS) aims to generate images at arbitrary viewpoints using multi-view images, and recent insights from neural radiance fields (NeRF) have contributed to remarkable improvements. Recently, studies on…

Image EnhancementNeRFNeural RenderingNovel View Synthesis

SpikingNeRF: Making Bio-inspired Neural Networks See through the Real World

2023-09-20 · Xingting Yao, Qinghao Hu, Fei Zhou, Tielong Liu 외

In this paper, we propose SpikingNeRF, which aligns the temporal dimension of spiking neural networks (SNNs) with the radiance rays, to seamlessly accommodate SNNs to the reconstruction of neural radiance fields (NeRF). …

NeRF

SplitNeRF: Split Sum Approximation Neural Field for Joint Geometry, Illumination, and Material Estimation

2023-11-28 · Jesus Zarzar, Bernard Ghanem

We present a novel approach for digitizing real-world objects by estimating their geometry, material properties, and environmental lighting from a set of posed images with fixed lighting. Our method incorporates into Neu…

GPUNeRF