paper-with-me

Papers

BeNeRF: Neural Radiance Fields from a Single Blurry Image and Event Stream

2024-07-02 · Wenpu Li, Pian Wan, Peng Wang, Jinghang Li, Yi Zhou, Peidong Liu

Neural implicit representation of visual scenes has attracted a lot of attention in recent research of computer vision and graphics. Most prior methods focus on how to reconstruct 3D scene representation from a set of images. In this work, we demonstrate the possibility to recover the neural radiance fields (NeRF) from a single blurry image and its corresponding event stream. We model the camera motion with a cubic B-Spline in SE(3) space. Both the blurry image and the brightness change within a time interval, can then be synthesized from the 3D scene representation given the 6-DoF poses interpolated from the cubic B-Spline. Our method can jointly learn both the implicit neural scene representation and recover the camera motion by minimizing the differences between the synthesized data and the real measurements without pre-computed camera poses from COLMAP. We evaluate the proposed method with both synthetic and real datasets. The experimental results demonstrate that we are able to render view-consistent latent sharp images from the learned NeRF and bring a blurry image alive in high quality. Code and data are available at https://github.com/wu-cvgl/BeNeRF.

📄 PDF Abstract BibTeX arXiv:2407.02174

Code (1)

WU-CVGL/BeNeRF 공식 구현 pytorch

Tasks

NeRF

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

ExBluRF: Efficient Radiance Fields for Extreme Motion Blurred Images

2023-09-16 · ICCV 2023 1 · Dongwoo Lee, Jeongtaek Oh, Jaesung Rim, Sunghyun Cho 외

We present ExBluRF, a novel view synthesis method for extreme motion blurred images based on efficient radiance fields optimization. Our approach consists of two main components: 6-DOF camera trajectory-based motion blur…

GPUNovel View Synthesis

BeSplat: Gaussian Splatting from a Single Blurry Image and Event Stream

2024-12-26 · Gopi Raju Matta, Reddypalli Trisha, Kaushik Mitra

Novel view synthesis has been greatly enhanced by the development of radiance field methods. The introduction of 3D Gaussian Splatting (3DGS) has effectively addressed key challenges, such as long training times and slow…

3DGSNeRFNovel View SynthesisSingle Image Deblurring

Sparse-DeRF: Deblurred Neural Radiance Fields from Sparse View

2024-07-09 · Dogyoon Lee, Donghyeong Kim, Jungho Lee, Minhyeok Lee 외

Recent studies construct deblurred neural radiance fields~(DeRF) using dozens of blurry images, which are not practical scenarios if only a limited number of blurry images are available. This paper focuses on constructin…

DeblurringImage DeblurringNeRF

E$^3$NeRF: Efficient Event-Enhanced Neural Radiance Fields from Blurry Images

2024-08-03 · Yunshan Qi, Jia Li, Yifan Zhao, Yu Zhang 외

Neural Radiance Fields (NeRF) achieve impressive rendering performance by learning volumetric 3D representation from several images of different views. However, it is difficult to reconstruct a sharp NeRF from blurry inp…

Camera Pose EstimationNeRFPose EstimationRepresentation Learning

PVSeRF: Joint Pixel-, Voxel- and Surface-Aligned Radiance Field for Single-Image Novel View Synthesis

2022-02-10 · Xianggang Yu, Jiapeng Tang, Yipeng Qin, Chenghong Li 외

We present PVSeRF, a learning framework that reconstructs neural radiance fields from single-view RGB images, for novel view synthesis. Previous solutions, such as pixelNeRF, rely only on pixel-aligned features and suffe…

DisentanglementNovel View Synthesis