WU-CVGL / BeNeRF

[ECCV 2024] "BeNeRF: Neural Radiance Fields from a Single Blurry Image and Event Stream"
https://akawincent.github.io/BeNeRF/
Apache License 2.0
40 stars 2 forks source link

Question regarding the motivation. #3

Closed chenkang455 closed 1 month ago

chenkang455 commented 1 month ago

Hi, @ethliup thanks for your great work. I have a little question regarding the paper's motivation. In this paper, it states that "recover the neural radiance fields (NeRF) from a single blurry image and its corresponding event stream." and "reach same performance as E2NeRF [43], which targets for the same problem, but with multi-view images and longer event data.".

But I don't know what is your efforts on achieving this target while the framework remains largely the same as the previous E2NeRF. Thx a lot.

akawincent commented 1 month ago

@chenkang455 Thanks for your interest in our work! In fact, there are significant differences between BeNeRF and E2NeRF, and the frameworks are not the same.

What did E2NeRF do

E2NeRF cannot continue to optimize inaccurate poses during subsequent training. This two-stage process prevents the model from learning the correct radiance field.

What did BeNeRF do

This is similar to solving equations where, instead of using more equations to find the unknowns, we can use better methods to solve for the unknowns with fewer equations. Our method is more challenging, and this is one of the key motivations behind BeNeRF.

chenkang455 commented 1 month ago

@ethliup , thanks for your detailed response! I figure it out.

akawincent commented 1 month ago

If you have more questions, feel free to contact us! This issue will be closed within three days.