DCAMamba: Mamba-based Rapid Response DC Arc Fault Detection
Lukun Wang, Ruxue Zhao, Wancheng Feng, Pu Sun, Chunpeng Tian
TL;DR
This work tackles the need for rapid and accurate DC arc fault detection in photovoltaic systems. It introduces DCAMamba, a state-space model–based framework powered by a hardware-aware parallel algorithm and enhanced by a Feature Amplification Strategy to improve discrimination of arc faults. Empirical results show 96.72% accuracy with a remarkably low inference time of 1.87 ms, outperforming CNN, RNN, RCNN, RNN-ATT, Transformer, and Mamba baselines. The approach demonstrates strong potential as a scalable backbone for industrial arc fault detection and signals a path toward open-source deployment after peer review.
Abstract
In electrical equipment, even minor contact issues can lead to arc faults. Traditional methods often struggle to balance the accuracy and rapid response required for effective arc fault detection. To address this challenge, we introduce DCAMamba, a novel framework for arc fault detection. Specifically, DCAMamba is built upon a state-space model (SSM) and utilizes a hardware-aware parallel algorithm, designed in a cyclic mode using the Mamba architecture. To meet the dual demands of high accuracy and fast response in arc fault detection, we have refined the original Mamba model and incorporated a Feature Amplification Strategy (FAS), a simple yet effective method that enhances the model's ability to interpret arc fault data. Experimental results show that DCAMamba, with FAS, achieves a 12$\%$ improvement in accuracy over the original Mamba, while maintaining an inference time of only 1.87 milliseconds. These results highlight the significant potential of DCAMamba as a future backbone for signal processing. Our code will be made open-source after peer review.
