Classifying power quality disturbances (PQDs) under strong noise conditions remains challenging for existing deep learning models. These models typically separate denoising from feature extraction, often rely on attention mechanisms that operate along only a single dimension, and tend to achieve high accuracy at the cost of high complexity, which limits their performance under low signal-to-noise ratio conditions and hinders practical deployment. To address these limitations, this paper proposes AD-PDAF-Net, which organically integrates three key mechanisms through a co-design strategy. Unlike conventional methods that depend on preprocessing, an adaptive soft thresholding denoising layer is embedded into a lightweight residual network to progressively suppress noise during feature extraction, thereby unifying denoising with feature learning. A parallel dual attention module independently refines features along the channel and temporal dimensions, then adaptively fuses them using learnable weights to capture both frequency domain and temporal characteristics of disturbances. The lightweight network entry replaces aggressive downsampling with small convolutions to preserve transient details, and a bidirectional long short-term memory network (BiLSTM) efficiently captures temporal dependencies. Evaluated on a dataset of 25 disturbance categories defined in IEEE Std 1159-2019, the model achieves a classification accuracy of 97.26% and a Kappa coefficient of 97.02% under 20 dB white Gaussian noise, along with an accuracy of 98.78% under mixed noise conditions. The model has only 0.36 million parameters and a computational cost of just 1.50 GFLOPS. Through this co-design, AD-PDAF-Net achieves both high noise robustness and high classification accuracy with minimal computational overhead, offering an effective solution for time series signal recognition in resource constrained environments.
He et al. (Thu,) studied this question.