CVMay 3, 2021

S3Net: A Single Stream Structure for Depth Guided Image Relighting

arXiv:2105.00681v214 citations
Originality Incremental advance
AI Analysis

It addresses a novel task in computer vision for image editing applications, but the result is incremental as it ranks third in a benchmark.

The paper tackles the new problem of depth guided any-to-any image relighting, proposing S3Net, which achieved the 3rd highest SSIM score in the NTIRE 2021 challenge.

Depth guided any-to-any image relighting aims to generate a relit image from the original image and corresponding depth maps to match the illumination setting of the given guided image and its depth map. To the best of our knowledge, this task is a new challenge that has not been addressed in the previous literature. To address this issue, we propose a deep learning-based neural Single Stream Structure network called S3Net for depth guided image relighting. This network is an encoder-decoder model. We concatenate all images and corresponding depth maps as the input and feed them into the model. The decoder part contains the attention module and the enhanced module to focus on the relighting-related regions in the guided images. Experiments performed on challenging benchmark show that the proposed model achieves the 3 rd highest SSIM in the NTIRE 2021 Depth Guided Any-to-any Relighting Challenge.

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