paper-with-me

Papers

SaENeRF: Suppressing Artifacts in Event-based Neural Radiance Fields

2025-04-23 · Yuanjian Wang, Yufei Deng, Rong Xiao, Jiahao Fan, Chenwei Tang, Deng Xiong, Jiancheng Lv

Event cameras are neuromorphic vision sensors that asynchronously capture changes in logarithmic brightness changes, offering significant advantages such as low latency, low power consumption, low bandwidth, and high dynamic range. While these characteristics make them ideal for high-speed scenarios, reconstructing geometrically consistent and photometrically accurate 3D representations from event data remains fundamentally challenging. Current event-based Neural Radiance Fields (NeRF) methods partially address these challenges but suffer from persistent artifacts caused by aggressive network learning in early stages and the inherent noise of event cameras. To overcome these limitations, we present SaENeRF, a novel self-supervised framework that effectively suppresses artifacts and enables 3D-consistent, dense, and photorealistic NeRF reconstruction of static scenes solely from event streams. Our approach normalizes predicted radiance variations based on accumulated event polarities, facilitating progressive and rapid learning for scene representation construction. Additionally, we introduce regularization losses specifically designed to suppress artifacts in regions where photometric changes fall below the event threshold and simultaneously enhance the light intensity difference of non-zero events, thereby improving the visual fidelity of the reconstructed scene. Extensive qualitative and quantitative experiments demonstrate that our method significantly reduces artifacts and achieves superior reconstruction quality compared to existing methods. The code is available at https://github.com/Mr-firework/SaENeRF.

📄 PDF Abstract BibTeX arXiv:2504.16389

Code (1)

mr-firework/saenerf 공식 구현 jax

Tasks

NeRF

Similar Papers 제목 키워드 기반

VGOS: Voxel Grid Optimization for View Synthesis from Sparse Inputs

2023-04-26 · Jiakai Sun, Zhanjie Zhang, Jiafu Chen, Guangyuan Li 외

Neural Radiance Fields (NeRF) has shown great success in novel view synthesis due to its state-of-the-art quality and flexibility. However, NeRF requires dense input views (tens to hundreds) and a long training time (hou…

NeRFNovel View Synthesis

EdgeNeRF: Edge-Guided Regularization for Neural Radiance Fields from Sparse Views

2026-01-04 · Weiqi Yu, Yiyang Yao, Lin He, Jianming Lv arxiv

Neural Radiance Fields (NeRF) achieve remarkable performance in dense multi-view scenarios, but their reconstruction quality degrades significantly under sparse inputs due to geometric artifacts. Existing methods utilize…

3D Reconstruction

LSE-NeRF: Learning Sensor Modeling Errors for Deblured Neural Radiance Fields with RGB-Event Stereo

2024-09-09 · Wei Zhi Tang, Daniel Rebain, Kostantinos G. Derpanis, Kwang Moo Yi

We present a method for reconstructing a clear Neural Radiance Field (NeRF) even with fast camera motions. To address blur artifacts, we leverage both (blurry) RGB images and event camera data captured in a binocular con…

NeRFSensor Modeling

Deformable Neural Radiance Fields using RGB and Event Cameras

2023-09-15 · ICCV 2023 1 · Qi Ma, Danda Pani Paudel, Ajad Chhatkuli, Luc van Gool

Modeling Neural Radiance Fields for fast-moving deformable objects from visual data alone is a challenging problem. A major issue arises due to the high deformation and low acquisition rates. To address this problem, we …

Radiance Fields from Photons

2024-07-12 · Sacha Jungerman, Aryan Garg, Mohit Gupta

Neural radiance fields, or NeRFs, have become the de facto approach for high-quality view synthesis from a collection of images captured from multiple viewpoints. However, many issues remain when capturing images in-the-…