English

Learning to See Through Obstructions with Layered Decomposition

Computer Vision and Pattern Recognition 2021-07-27 v3 Image and Video Processing

Abstract

We present a learning-based approach for removing unwanted obstructions, such as window reflections, fence occlusions, or adherent raindrops, from a short sequence of images captured by a moving camera. Our method leverages motion differences between the background and obstructing elements to recover both layers. Specifically, we alternate between estimating dense optical flow fields of the two layers and reconstructing each layer from the flow-warped images via a deep convolutional neural network. This learning-based layer reconstruction module facilitates accommodating potential errors in the flow estimation and brittle assumptions, such as brightness consistency. We show that the proposed approach learned from synthetically generated data performs well to real images. Experimental results on numerous challenging scenarios of reflection and fence removal demonstrate the effectiveness of the proposed method.

Keywords

Cite

@article{arxiv.2008.04902,
  title  = {Learning to See Through Obstructions with Layered Decomposition},
  author = {Yu-Lun Liu and Wei-Sheng Lai and Ming-Hsuan Yang and Yung-Yu Chuang and Jia-Bin Huang},
  journal= {arXiv preprint arXiv:2008.04902},
  year   = {2021}
}

Comments

Project page: https://alex04072000.github.io/SOLD/ Code: https://github.com/alex04072000/SOLD Extension of the CVPR 2020 paper: arXiv:2004.01180

R2 v1 2026-06-23T17:47:13.792Z