Dual-CyCon Net: A Cycle Consistent Dual-Domain Convolutional Neural Network Framework for Detection of Partial Discharge

Mohammad Zunaed,Ankur Nath,Md. Saifur Rahman
DOI: https://doi.org/10.48550/arXiv.2012.11532
2021-10-20
Abstract:In the last decade, researchers have been investigating the severity of insulation breakdown caused by partial discharge (PD) in overhead transmission lines with covered conductors or electrical equipment such as generators and motors used in various industries. Developing an effective partial discharge detection system can lead to significant savings on maintenance and prevent power disruptions. Traditional methods rely on hand-crafted features and domain expertise to identify partial discharge patterns in the electrical current. Many data-driven deep learning-based methods have been proposed in recent years to remove these ad hoc feature extraction. However, most of these methods either operate in the time-domain or frequency-domain. Many research approaches have been developed to generate phase-resolved partial discharge (PRPD) patterns from raw PD sensor data. These PRPD diagrams suggest a correlation between partial discharge activities occurring in an alternating electrical waveform's positive and negative half-cycles. However, this correlation criterion between half-cycles has been remained unexplored in deep learning-based methods. This work proposes a novel feature-fusion-based Dual-CyCon Net that can utilize all time, frequency, and phase domain features for joint learning in one cohesive framework. Our proposed cycle-consistency loss exploits any relation between an alternating electrical signal's positive and negative half-cycles to calibrate the model's sensitivity. This loss explores cycle-invariant PD-specific features, enabling the model to learn more robust, noise-invariant features for PD detection. A case study of our proposed framework on a public real-world noisy measurement from high-frequency voltage sensors to detect damaged power lines has achieved a state-of-the-art MCC score of 0.8455.
Machine Learning,Signal Processing
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the challenges in partial discharge (PD) detection, especially how to effectively extract features from the time domain, frequency domain and phase domain, and use these features for joint learning to improve the detection accuracy. Specifically, traditional partial discharge detection methods rely on hand - designed features and domain knowledge to identify partial discharge patterns in electrical currents. Although data - driven deep - learning methods in recent years have reduced the need for such hand - crafted feature extraction, most methods operate only in the time domain or the frequency domain and fail to fully utilize all available information. In addition, existing methods do not explore the correlation between positive and negative half - cycles, which is an important characteristic in partial discharge detection. For this reason, the paper proposes a new feature - fusion framework - Dual - CyCon Net, which can simultaneously utilize features from the time, frequency and phase domains for joint learning. The main contributions of the paper include: 1. **Proposing a new cycle - consistency - aware architecture (Dual - CyCon Net)**: This architecture integrates features from the time, frequency and phase domains and performs joint learning within a unified framework. 2. **Dual - Domain Attention Module (DDAM)**: By allowing knowledge flow between the time - domain and frequency - domain branches, it enhances the model's ability to identify partial discharge patterns. 3. **Cycle - Consistency Loss**: By using the correlation between positive and negative half - cycles, it improves the model's robustness to noise and feature - learning ability. 4. **Experimental verification**: On publicly available real - world datasets, the proposed Dual - CyCon Net has achieved an advanced MCC score of 0.8455, demonstrating the effectiveness of DDAM and cycle - consistency loss. In conclusion, this paper aims to improve the accuracy and robustness of partial discharge detection through innovative deep - learning architectures and loss functions, thereby playing an important role in power - system maintenance and fault prevention.