paper-with-me

홈 › Papers

Troublemaker Learning for Low-Light Image Enhancement

2024-02-07 · Yinghao Song, Zhiyuan Cao, Wanhong Xiang, Sifan Long, Bo Yang, Hongwei Ge, Yanchun Liang, Chunguo Wu

Low-light image enhancement (LLIE) restores the color and brightness of underexposed images. Supervised methods suffer from high costs in collecting low/normal-light image pairs. Unsupervised methods invest substantial effort in crafting complex loss functions. We address these two challenges through the proposed TroubleMaker Learning (TML) strategy, which employs normal-light images as inputs for training. TML is simple: we first dim the input and then increase its brightness. TML is based on two core components. First, the troublemaker model (TM) constructs pseudo low-light images from normal images to relieve the cost of pairwise data. Second, the predicting model (PM) enhances the brightness of pseudo low-light images. Additionally, we incorporate an enhancing model (EM) to further improve the visual performance of PM outputs. Moreover, in LLIE tasks, characterizing global element correlations is important because more information on the same object can be captured. CNN cannot achieve this well, and self-attention has high time complexity. Accordingly, we propose Global Dynamic Convolution (GDC) with O(n) time complexity, which essentially imitates the partial calculation process of self-attention to formulate elementwise correlations. Based on the GDC module, we build the UGDC model. Extensive quantitative and qualitative experiments demonstrate that UGDC trained with TML can achieve competitive performance against state-of-the-art approaches on public datasets. The code is available at https://github.com/Rainbowman0/TML_LLIE.

📄 PDF Abstract BibTeX arXiv:2402.04584

Code (1)

rainbowman0/tml_llie 공식 구현 pytorch

Tasks

Image EnhancementLow-Light Image Enhancement

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Troublemaker with Contagious Jailbreak Makes Chaos in Honest Towns

2024-10-21 · Tianyi Men, Pengfei Cao, Zhuoran Jin, Yubo Chen 외

With the development of large language models, they are widely used as agents in various fields. A key component of agents is memory, which stores vital information but is susceptible to jailbreak attacks. Existing resea…

Attribute

The Loop Game: Quality Assessment and Optimization for Low-Light Image Enhancement

2022-02-20 · Danni Huang, Lingyu Zhu, Zihao Lin, Hanwei Zhu 외

There is an increasing consensus that the design and optimization of low light image enhancement methods need to be fully driven by perceptual quality. With numerous approaches proposed to enhance low-light images, much …

Image EnhancementLow-Light Image Enhancement

Semantic-Guided Zero-Shot Learning for Low-Light Image/Video Enhancement

2021-10-03 · Shen Zheng, Gaurav Gupta

Low-light images challenge both human perceptions and computer vision algorithms. It is crucial to make algorithms robust to enlighten low-light images for computational photography and computer vision applications such …

Image EnhancementLow-Light Image EnhancementSegmentationSemantic Segmentation+3

Low-Light Video Enhancement with Synthetic Event Guidance

2022-08-23 · Lin Liu, Junfeng An, Jianzhuang Liu, Shanxin Yuan 외

Low-light video enhancement (LLVE) is an important yet challenging task with many applications such as photographing and autonomous driving. Unlike single image low-light enhancement, most LLVE methods utilize temporal i…

Autonomous DrivingImage EnhancementVideo Enhancement

Unsupervised Low-light Image Enhancement with Decoupled Networks

2020-05-06 · Wei Xiong, Ding Liu, Xiaohui Shen, Chen Fang 외

In this paper, we tackle the problem of enhancing real-world low-light images with significant noise in an unsupervised fashion. Conventional unsupervised learning-based approaches usually tackle the low-light image enha…

Image EnhancementImage-to-Image TranslationLow-Light Image Enhancement