SOTAVerified

Large, Complex, and Realistic Safety Clothing and Helmet Detection: Dataset and Method

2023-06-03Code Available1· sign in to hype

Fusheng Yu, Jiang Li, XiaoPing Wang, Shaojin Wu, Junjie Zhang, Zhigang Zeng

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Detecting safety clothing and helmets is paramount for ensuring the safety of construction workers. However, the development of deep learning models in this domain has been impeded by the scarcity of high-quality datasets. In this study, we construct a large, complex, and realistic safety clothing and helmet detection (SFCHD) dataset. SFCHD is derived from two authentic chemical plants, comprising 12,373 images, 7 categories, and 50,552 annotations. We partition the SFCHD dataset into training and testing sets with a ratio of 4:1 and validate its utility by applying several classic object detection algorithms. Furthermore, drawing inspiration from spatial and channel attention mechanisms, we design a spatial and channel attention-based low-light enhancement (SCALE) module. SCALE is a plug-and-play component with a high degree of flexibility. Extensive evaluations of the SCALE module on both the ExDark and SFCHD datasets have empirically demonstrated its efficacy in enhancing the performance of detectors under low-light conditions. The dataset and code are publicly available at https://github.com/lijfrank-open/SFCHD-SCALE.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SFCHDYOLOv8+SCALEmAP@0.5:0.9553.3Unverified
SFCHDTOOD+SCALEmAP@0.5:0.9552.4Unverified
SFCHDTOODmAP@0.5:0.9552.3Unverified
SFCHDYOLOv8mAP@0.5:0.9552.2Unverified
SFCHDVFNet+SCALEmAP@0.5:0.9551.4Unverified
SFCHDVFNetmAP@0.5:0.9551Unverified
SFCHDFaster RCNNmAP@0.5:0.9550.3Unverified
SFCHDFCOSmAP@0.5:0.9549.6Unverified
SFCHDYOLOv5mAP@0.5:0.9549.6Unverified
SFCHDFCOS+SCALEmAP@0.5:0.9549.5Unverified
SFCHDRetinaNetmAP@0.5:0.9548.9Unverified
SFCHDSSDmAP@0.5:0.9541.5Unverified

Reproductions