paper-with-me

홈 › Papers

SpikeNeRF: Learning Neural Radiance Fields from Continuous Spike Stream

2024-03-17 · CVPR 2024 1 · Lin Zhu, Kangmin Jia, Yifan Zhao, Yunshan Qi, Lizhi Wang, Hua Huang

Spike cameras, leveraging spike-based integration sampling and high temporal resolution, offer distinct advantages over standard cameras. However, existing approaches reliant on spike cameras often assume optimal illumination, a condition frequently unmet in real-world scenarios. To address this, we introduce SpikeNeRF, the first work that derives a NeRF-based volumetric scene representation from spike camera data. Our approach leverages NeRF's multi-view consistency to establish robust self-supervision, effectively eliminating erroneous measurements and uncovering coherent structures within exceedingly noisy input amidst diverse real-world illumination scenarios. The framework comprises two core elements: a spike generation model incorporating an integrate-and-fire neuron layer and parameters accounting for non-idealities, such as threshold variation, and a spike rendering loss capable of generalizing across varying illumination conditions. We describe how to effectively optimize neural radiance fields to render photorealistic novel views from the novel continuous spike stream, demonstrating advantages over other vision sensors in certain scenes. Empirical evaluations conducted on both real and novel realistically simulated sequences affirm the efficacy of our methodology. The dataset and source code are released at https://github.com/BIT-Vision/SpikeNeRF.

📄 PDF Abstract BibTeX arXiv:2403.11222

Code (1)

bit-vision/spikenerf 공식 구현 pytorch

Tasks

NeRF

Similar Papers 제목 키워드 기반

SpikeGS: Learning 3D Gaussian Fields from Continuous Spike Stream

2024-09-23 · Jinze Yu, Xin Peng, Zhengda Lu, Laurent Kneip 외

A spike camera is a specialized high-speed visual sensor that offers advantages such as high temporal resolution and high dynamic range compared to conventional frame cameras. These features provide the camera with signi…

3DGS3D ReconstructionNovel View Synthesis

SpikeGS: 3D Gaussian Splatting from Spike Streams with High-Speed Camera Motion

2024-07-14 · Jiyuan Zhang, Kang Chen, Shiyan Chen, Yajing Zheng 외

Novel View Synthesis plays a crucial role by generating new 2D renderings from multi-view images of 3D scenes. However, capturing high-speed scenes with conventional cameras often leads to motion blur, hindering the effe…

3DGS3D ReconstructionNeRFNovel View Synthesis

Spike-NeRF: Neural Radiance Field Based On Spike Camera

2024-03-25 · Yijia Guo, Yuanxi Bai, Liwen Hu, Mianzhi Liu 외

As a neuromorphic sensor with high temporal resolution, spike cameras offer notable advantages over traditional cameras in high-speed vision applications such as high-speed optical estimation, depth estimation, and objec…

3D ReconstructionDepth EstimationNeRFObject Tracking

USP-Gaussian: Unifying Spike-based Image Reconstruction, Pose Correction and Gaussian Splatting

2024-11-15 · CVPR 2025 1 · Kang Chen, Jiyuan Zhang, Zecheng Hao, Yajing Zheng 외

Spike cameras, as an innovative neuromorphic camera that captures scenes with the 0-1 bit stream at 40 kHz, are increasingly employed for the 3D reconstruction task via Neural Radiance Fields (NeRF) or 3D Gaussian Splatt…

3DGS3D ReconstructionCamera Pose EstimationImage Reconstruction+2

VideoRF: Rendering Dynamic Radiance Fields as 2D Feature Video Streams

2023-12-03 · CVPR 2024 1 · Liao Wang, Kaixin Yao, Chengcheng Guo, Zhirui Zhang 외

Neural Radiance Fields (NeRFs) excel in photorealistically rendering static scenes. However, rendering dynamic, long-duration radiance fields on ubiquitous devices remains challenging, due to data storage and computation…