MFDNet: Multi-Frequency Deflare Network for Efficient Nighttime Flare Removal
Yiguo Jiang, Xuhang Chen, Chi-Man Pun, Shuqiang Wang, Wei, Feng

TL;DR
MFDNet is a lightweight neural network that effectively removes nighttime flare artifacts from images by decomposing images into frequency bands and using specialized modules for flare perception and image reconstruction.
Contribution
The paper introduces a novel multi-frequency approach with a transformer-based perception module and hierarchical fusion, achieving efficient flare removal with low computational cost.
Findings
Outperforms state-of-the-art flare removal methods
Reduces computational complexity significantly
Effective on real-world and synthetic datasets
Abstract
When light is scattered or reflected accidentally in the lens, flare artifacts may appear in the captured photos, affecting the photos' visual quality. The main challenge in flare removal is to eliminate various flare artifacts while preserving the original content of the image. To address this challenge, we propose a lightweight Multi-Frequency Deflare Network (MFDNet) based on the Laplacian Pyramid. Our network decomposes the flare-corrupted image into low and high-frequency bands, effectively separating the illumination and content information in the image. The low-frequency part typically contains illumination information, while the high-frequency part contains detailed content information. So our MFDNet consists of two main modules: the Low-Frequency Flare Perception Module (LFFPM) to remove flare in the low-frequency part and the Hierarchical Fusion Reconstruction Module (HFRM) to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOil, Gas, and Environmental Issues
MethodsSoftmax · Layer Normalization · Byte Pair Encoding · Label Smoothing · Position-Wise Feed-Forward Layer · Dropout · Adam · Laplacian Pyramid · Attention Is All You Need · Linear Layer
