paper-with-me

Papers

Reversible Decoupling Network for Single Image Reflection Removal

2024-10-10 · CVPR 2025 1 · Hao Zhao, Mingjia Li, Qiming Hu, Xiaojie Guo

Recent deep-learning-based approaches to single-image reflection removal have shown promising advances, primarily for two reasons: 1) the utilization of recognition-pretrained features as inputs, and 2) the design of dual-stream interaction networks. However, according to the Information Bottleneck principle, high-level semantic clues tend to be compressed or discarded during layer-by-layer propagation. Additionally, interactions in dual-stream networks follow a fixed pattern across different layers, limiting overall performance. To address these limitations, we propose a novel architecture called Reversible Decoupling Network (RDNet), which employs a reversible encoder to secure valuable information while flexibly decoupling transmission- and reflection-relevant features during the forward pass. Furthermore, we customize a transmission-rate-aware prompt generator to dynamically calibrate features, further boosting performance. Extensive experiments demonstrate the superiority of RDNet over existing SOTA methods on five widely-adopted benchmark datasets. RDNet achieves the best performance in the NTIRE 2025 Single Image Reflection Removal in the Wild Challenge in both fidelity and perceptual comparison. Our code is available at https://github.com/lime-j/RDNet

📄 PDF Abstract BibTeX arXiv:2410.08063

Code (1)

lime-j/RDNet 공식 구현 pytorch

Tasks

Reflection Removal

Methods 이 논문이 사용한 방법론

RDNet Please enter a description about the method here

Similar Papers 제목 키워드 기반

Utilizing Multi-step Loss for Single Image Reflection Removal

2024-12-11 · Abdelrahman Elnenaey, Marwan Torki

Image reflection removal is crucial for restoring image quality. Distorted images can negatively impact tasks like object detection and image segmentation. In this paper, we present a novel approach for image reflection …

Depth EstimationImage Segmentationobject-detectionObject Detection+2

Benchmarking Single-Image Reflection Removal Algorithms

2017-10-01 · ICCV 2017 10 · Renjie Wan, Boxin Shi, Ling-Yu Duan, Ah-Hwee Tan 외

Removing undesired reflections from a photo taken in front of a glass is of great importance for enhancing the efficiency of visual computing systems. Various approaches have been proposed and shown to be visually plausi…

BenchmarkingReflection Removal

Single-image reflection removal via self-supervised diffusion models

2024-12-29 · Zhengyang Lu, Weifan Wang, Tianhao Guo, Feng Wang

Reflections often degrade the visual quality of images captured through transparent surfaces, and reflection removal methods suffers from the shortage of paired real-world samples.This paper proposes a hybrid approach th…

DenoisingReflection Removal

Single Image Reflection Removal with Reflection Intensity Prior Knowledge

2023-12-06 · Dongshen Han, Seungkyu Lee, Chaoning Zhang, Heechan Yoon 외

Single Image Reflection Removal (SIRR) in real-world images is a challenging task due to diverse image degradations occurring on the glass surface during light transmission and reflection. Many existing methods rely on s…

Reflection Removal

Survey on Single-Image Reflection Removal using Deep Learning Techniques

2025-02-12 · Kangning Yang, Huiming Sun, Jie Cai, Lan Fu 외

The phenomenon of reflection is quite common in digital images, posing significant challenges for various applications such as computer vision, photography, and image processing. Traditional methods for reflection remova…

Deep LearningReflection RemovalSurvey