LightFuse: Lightweight CNN based Dual-exposure Fusion
Ziyi Liu, Jie Yang, Svetlana Yanushkevich, Orly Yadid-Pecht

TL;DR
LightFuse is a lightweight CNN-based dual-exposure image fusion method designed for embedded systems, achieving high-quality HDR images with significantly fewer parameters and computations than traditional deep CNNs.
Contribution
The paper introduces LightFuse, a novel lightweight CNN architecture utilizing depthwise and pointwise convolutions for efficient dual-exposure fusion, suitable for resource-constrained devices.
Findings
Outperforms state-of-the-art methods in PSNR by 0.9 to 8.7.
Reduces parameters by 16.7 to 306.2 times.
Generates HDR images with sufficient detail in extreme exposure regions.
Abstract
Deep convolutional neural networks (DCNNs) have aided high dynamic range (HDR) imaging recently and have received a lot of attention. The quality of DCNN-generated HDR images has overperformed the traditional counterparts. However, DCNNs are prone to be computationally intensive and power-hungry, and hence cannot be implemented on various embedded computing platforms with limited power and hardware resources. Embedded systems have a huge market, and utilizing DCNNs' powerful functionality into them will further reduce human intervention. To address the challenge, we propose LightFuse, a lightweight CNN-based algorithm for extreme dual-exposure image fusion, which achieves better functionality than a conventional DCNN and can be deployed in embedded systems. Two sub-networks are utilized: a GlobalNet (G) and a DetailNet (D). The goal of G is to learn the global illumination information…
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
TopicsImage Enhancement Techniques · Advanced Image Fusion Techniques · Photoacoustic and Ultrasonic Imaging
MethodsDiffusion-Convolutional Neural Networks · Convolution · Depthwise Convolution · Pointwise Convolution
