Litcius/Paper detail

3L-YOLO: A Lightweight Low-Light Object Detection Algorithm

Zhenqi Han, Zhen Yue, Lizhuang Liu

2024Applied Sciences25 citationsDOIOpen Access PDF

Abstract

Object detection in low-light conditions presents significant challenges due to issues such as weak contrast, high noise, and blurred boundaries. Existing methods often use image enhancement to improve detection, which results in a large amount of computational resource consumption. To address these challenges, this paper proposes a detection method, 3L-YOLO, based on YOLOv8n, which eliminates the need for image enhancement modules. First, we introduce switchable atrous convolution (SAConv) into the C2f module of YOLOv8n, improving the model’s ability to efficiently capture global contextual information. Second, we present a multi-scale neck module that aggregates shallow features and incorporates a channel attention mechanism to prioritize the most relevant features. Third, we introduce a dynamic detection head, which employs a cascade of spatial, scale, and channel attention mechanisms to enhance detection accuracy and robustness. Finally, we replace the original loss function with MPDIoU loss, improving bounding box regression and overall reliability. Additionally, we create a synthetic low-light dataset to evaluate the performance of the proposed method. Extensive experiments on the ExDark, ExDark+, and DARK FACE datasets demonstrate that 3L-YOLO outperforms YOLOv8n in low-light object detection, with improvements in [email protected] of 2.7%, 4.3%, and 1.4%, respectively, across the three datasets. In comparison to the LOL-YOLO low-light object detection algorithm, 3L-YOLO requires 16.9 GFLOPs, representing a reduction of 4 GFLOPs.

Topics & Concepts

Computer scienceComputer visionArtificial intelligenceAlgorithmAdvanced Neural Network ApplicationsImage Enhancement TechniquesAdvanced Image and Video Retrieval Techniques
3L-YOLO: A Lightweight Low-Light Object Detection Algorithm | Litcius