DerainNeRF: 3D Scene Estimation with Adhesive Waterdrop Removal
Yunhao Li, Jing Wu, Lingzhe Zhao, Peidong Liu
TL;DR
The paper tackles 3D scene reconstruction from images captured through glass with adhesive waterdrops by integrating a pre-trained waterdrop detector with Neural Radiance Fields. DerainNeRF masks waterdrop-occluded regions using AttGAN-generated attention maps and trains NeRF on the remaining pixels to implicitly recover the underlying scene, with a mask-enhancement step that averages attention over multiple views when droplets are camera-fixed. Ablation studies show that including the averaged-attention mask improves reconstruction quality, validating the robustness of the approach. Experiments on synthetic and real datasets demonstrate that DerainNeRF yields higher-quality novel-view renderings and outperforms existing image-based waterdrop removal methods, highlighting its potential for practical 3D reconstruction under adverse weather conditions.
Abstract
When capturing images through the glass during rainy or snowy weather conditions, the resulting images often contain waterdrops adhered on the glass surface, and these waterdrops significantly degrade the image quality and performance of many computer vision algorithms. To tackle these limitations, we propose a method to reconstruct the clear 3D scene implicitly from multi-view images degraded by waterdrops. Our method exploits an attention network to predict the location of waterdrops and then train a Neural Radiance Fields to recover the 3D scene implicitly. By leveraging the strong scene representation capabilities of NeRF, our method can render high-quality novel-view images with waterdrops removed. Extensive experimental results on both synthetic and real datasets show that our method is able to generate clear 3D scenes and outperforms existing state-of-the-art (SOTA) image adhesive waterdrop removal methods.
