paper-with-me

Papers

FCNet: A Convolutional Neural Network for Arbitrary-Length Exposure Estimation

2022-03-05 · Jin Liang, Yuchen Yang, Anran Zhang, Jun Xu, Hui Li, XianTong Zhen

The photographs captured by digital cameras usually suffer from over or under exposure problems. For image exposure enhancement, the tasks of Single-Exposure Correction (SEC) and Multi-Exposure Fusion (MEF) are widely studied in the image processing community. However, current SEC or MEF methods are developed under different motivations and thus ignore the internal correlation between SEC and MEF, making it difficult to process arbitrary-length sequences with improper exposures. Besides, the MEF methods usually fail at estimating the exposure of a sequence containing only under-exposed or over-exposed images. To alleviate these problems, in this paper, we develop a novel Fusion-Correction Network (FCNet) to tackle an arbitrary-length (including one) image sequence with improper exposures. This is achieved by fusing and correcting an image sequence by Laplacian Pyramid (LP) image decomposition. In each LP level, the low-frequency base component of the input image sequence is fed into a Fusion block and a Correction block sequentially for consecutive exposure estimation, implemented by alternative exposure fusion and correction. The exposure-corrected image in current LP level is upsampled and fused with the high-frequency detail components of the input image sequence in the next LP level, to output the base component for the Fusion and Correction blocks in next LP level. Experiments on the benchmark dataset demonstrate that our FCNet is effective on arbitrary-length exposure estimation, including both SEC and MEF. The code is publicly released at https://github.com/NKUJinLiang/FCNet.

📄 PDF Abstract BibTeX arXiv:2203.03624

Code (1)

nkujinliang/fcnet 공식 구현 pytorch

Tasks

Exposure Correction

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

FFCNet: Fourier Transform-Based Frequency Learning and Complex Convolutional Network for Colon Disease Classification

2022-07-04 · Kai-Ni Wang, Yuting He, Shuaishuai Zhuang, Juzheng Miao 외

Reliable automatic classification of colonoscopy images is of great significance in assessing the stage of colonic lesions and formulating appropriate treatment plans. However, it is challenging due to uneven brightness,…

Frequency-Compensated Network for Daily Arctic Sea Ice Concentration Prediction

2025-04-23 · Jialiang Zhang, Feng Gao, Yanhai Gan, Junyu Dong 외

Accurately forecasting sea ice concentration (SIC) in the Arctic is critical to global ecosystem health and navigation safety. However, current methods still is confronted with two challenges: 1) these methods rarely exp…

LoopExpose: An Unsupervised Framework for Arbitrary-Length Exposure Correction

2025-11-08 · Ao Li, Chen Chen, Zhenyu Wang, Tao Huang 외 arxiv

Exposure correction is essential for enhancing image quality under challenging lighting conditions. While supervised learning has achieved significant progress in this area, it relies heavily on large-scale labeled datas…

Deep RGB-D Canonical Correlation Analysis For Sparse Depth Completion

2019-06-21 · NeurIPS 2019 12 · Yiqi Zhong, Cho-Ying Wu, Suya You, Ulrich Neumann

In this paper, we propose our Correlation For Completion Network (CFCNet), an end-to-end deep learning model that uses the correlation between two data sources to perform sparse depth completion. CFCNet learns to capture…

Depth Completion

EffCNet: An Efficient CondenseNet for Image Classification on NXP BlueBox

2021-11-28 · Priyank Kalgaonkar, Mohamed El-Sharkawy

Intelligent edge devices with built-in processors vary widely in terms of capability and physical form to perform advanced Computer Vision (CV) tasks such as image classification and object detection, for example. With c…

BenchmarkingClassificationData Augmentationimage-classification+3