Partial discharges (PD) are localized electrical discharges that occur within insulation systems of high-voltage equipment, without completely bridging the electrodes. These discharges are early indicators of insulation degradation and can lead to failure if not identified and managed early.
PD detection is essential in AC systems, but with the growing development of high-voltage DC (HVDC) transmission, their identification in DC environments is becoming increasingly critical. HVDC is playing a pivotal role in long-distance power transmission and renewable energy integration, making PD monitoring under DC stress fundamental for system reliability.
Partial discharges can manifest in different forms, depending on the location and mechanism of the discharge. Understanding these types helps in better diagnosis and classification:
Correctly identifying the type of partial discharge is crucial because each type is associated with different failure mechanisms, risk levels, and preventive actions:
In short, classification is not just a labeling exercise — it’s a strategic tool for electrical asset management and grid resilience.
In our project, we tackled the challenge of PD classification in DC systems by leveraging deep learning techniques with an emphasis on data representation and interpretability.
We developed a data preprocessing technique inspired by Phase-Resolved Partial Discharge (PRPD) representations. Although PRPD maps are traditionally used in AC systems, we adapted them for input into Convolutional Neural Networks (CNNs), enabling the use of computer vision methods for PD classification.
📌 Note: The PRPD-based approach for AC PD classification is currently under development.

To increase robustness against shifts in the discharge phase and enhance generalization, we implemented a data augmentation strategy that simulates phase variation. This ensures that the model does not overfit to specific phase alignments.

We used Integrated Gradients, a method for explainable AI (XAI), to visualize the contributions of each input feature to the CNN’s decision. This allowed us to evaluate the effectiveness of our preprocessing and identify areas for improvement.

Finally, we designed a full classification pipeline tailored to partial discharges under DC stress. The system incorporates signal acquisition, preprocessing, CNN-based classification, and interpretability feedback.
📝 The results of this work applied to HVDC PD classification are published in:
[1] C. Vera et al., “Validation of a Qualification Procedure Applied to the Verification of Partial Discharge Analysers Used for HVDC or HVAC Networks,” Applied Sciences, vol. 13, no. 14, Art. no. 8214, 2023.
https://doi.org/10.3390/app13148214