CVLGOct 20, 2021

Trash or Treasure? An Interactive Dual-Stream Strategy for Single Image Reflection Separation

arXiv:2110.10546v174 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of separating reflections from images, which is important for applications like photography and computer vision, but it appears to be an incremental improvement over existing deep learning approaches.

The paper tackles the problem of single image reflection separation by proposing an interactive dual-stream strategy called YTMT, which improves decomposition by transferring deactivated information between streams, achieving superior results over state-of-the-art methods on widely-used datasets.

Single image reflection separation (SIRS), as a representative blind source separation task, aims to recover two layers, $\textit{i.e.}$, transmission and reflection, from one mixed observation, which is challenging due to the highly ill-posed nature. Existing deep learning based solutions typically restore the target layers individually, or with some concerns at the end of the output, barely taking into account the interaction across the two streams/branches. In order to utilize information more efficiently, this work presents a general yet simple interactive strategy, namely $\textit{your trash is my treasure}$ (YTMT), for constructing dual-stream decomposition networks. To be specific, we explicitly enforce the two streams to communicate with each other block-wisely. Inspired by the additive property between the two components, the interactive path can be easily built via transferring, instead of discarding, deactivated information by the ReLU rectifier from one stream to the other. Both ablation studies and experimental results on widely-used SIRS datasets are conducted to demonstrate the efficacy of YTMT, and reveal its superiority over other state-of-the-art alternatives. The implementation is quite simple and our code is publicly available at $\href{https://github.com/mingcv/YTMT-Strategy}{\textit{https://github.com/mingcv/YTMT-Strategy}}$.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes