paper-with-me

Papers

FastLLVE: Real-Time Low-Light Video Enhancement with Intensity-Aware Lookup Table

2023-08-13 · Wenhao Li, Guangyang Wu, Wenyi Wang, Peiran Ren, Xiaohong Liu

Low-Light Video Enhancement (LLVE) has received considerable attention in recent years. One of the critical requirements of LLVE is inter-frame brightness consistency, which is essential for maintaining the temporal coherence of the enhanced video. However, most existing single-image-based methods fail to address this issue, resulting in flickering effect that degrades the overall quality after enhancement. Moreover, 3D Convolution Neural Network (CNN)-based methods, which are designed for video to maintain inter-frame consistency, are computationally expensive, making them impractical for real-time applications. To address these issues, we propose an efficient pipeline named FastLLVE that leverages the Look-Up-Table (LUT) technique to maintain inter-frame brightness consistency effectively. Specifically, we design a learnable Intensity-Aware LUT (IA-LUT) module for adaptive enhancement, which addresses the low-dynamic problem in low-light scenarios. This enables FastLLVE to perform low-latency and low-complexity enhancement operations while maintaining high-quality results. Experimental results on benchmark datasets demonstrate that our method achieves the State-Of-The-Art (SOTA) performance in terms of both image quality and inter-frame brightness consistency. More importantly, our FastLLVE can process 1,080p videos at $\mathit{50+}$ Frames Per Second (FPS), which is $\mathit{2 \times}$ faster than SOTA CNN-based methods in inference time, making it a promising solution for real-time applications. The code is available at https://github.com/Wenhao-Li-777/FastLLVE.

📄 PDF Abstract BibTeX arXiv:2308.06749

Code (1)

wenhao-li-777/fastllve 공식 구현 pytorch

Tasks

Video Enhancement

Methods 이 논문이 사용한 방법론

fail 설명 없음
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…
3D Convolution A 3D Convolution is a type of convolution where the kernel slides in 3 dimensions as opposed to 2 dimensions with 2D…

Similar Papers 제목 키워드 기반

AdaEnlight: Energy-aware Low-light Video Stream Enhancement on Mobile Devices

2022-11-29 · Sicong Liu, Xiaochen Li, Zimu Zhou, Bin Guo 외

The ubiquity of camera-embedded devices and the advances in deep learning have stimulated various intelligent mobile video applications. These applications often demand on-device processing of video streams to deliver re…

Video Enhancement

RRNet: Configurable Real-Time Video Enhancement with Arbitrary Local Lighting Variations

2026-01-05 · Wenlong Yang, Canran Jin, Weihang Yuan, Chao Wang 외 arxiv

With the growing demand for real-time video enhancement in live applications, existing methods often struggle to balance speed and effective exposure control, particularly under uneven lighting. We introduce RRNet (Rende…

Video Enhancement

NIR-assisted Video Enhancement via Unpaired 24-hour Data

2023-01-01 · ICCV 2023 1 · Muyao Niu, Zhihang Zhong, Yinqiang Zheng

Low-light video enhancement in the visible (VIS) range is important yet technically challenging, and it is likely to become more tractable by introducing near-infrared (NIR) information for assistance, which in turn …

Video Enhancement

Dancing in the Dark: A Benchmark towards General Low-light Video Enhancement

2023-01-01 · ICCV 2023 1 · Huiyuan Fu, Wenkai Zheng, Xicong Wang, Jiaxuan Wang 외

Low-light video enhancement is a challenging task with broad applications. However, current research in this area is limited by the lack of high-quality benchmark datasets. To address this issue, we design a camera s…

Video Enhancement

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