CVAug 23, 2019

Shadow Removal via Shadow Image Decomposition

arXiv:1908.08628v10.00231 citations
AI Analysis70

This addresses the challenge of accurately removing shadows in images for computer vision applications, representing a strong incremental improvement over existing methods.

They tackled the problem of shadow removal in images by proposing a deep learning method based on shadow image decomposition, achieving a 40% error reduction in RMSE for shadow areas from 13.3 to 7.9 on the ISTD dataset, with further improvement to 7.4 using an augmented dataset.

We propose a novel deep learning method for shadow removal. Inspired by physical models of shadow formation, we use a linear illumination transformation to model the shadow effects in the image that allows the shadow image to be expressed as a combination of the shadow-free image, the shadow parameters, and a matte layer. We use two deep networks, namely SP-Net and M-Net, to predict the shadow parameters and the shadow matte respectively. This system allows us to remove the shadow effects on the images. We train and test our framework on the most challenging shadow removal dataset (ISTD). Compared to the state-of-the-art method, our model achieves a 40% error reduction in terms of root mean square error (RMSE) for the shadow area, reducing RMSE from 13.3 to 7.9. Moreover, we create an augmented ISTD dataset based on an image decomposition system by modifying the shadow parameters to generate new synthetic shadow images. Training our model on this new augmented ISTD dataset further lowers the RMSE on the shadow area to 7.4.

Code Implementations3 repos
Foundations

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

Your Notes