Inferensys

Glossary

Failure Mode Classification

The supervised machine learning task of categorizing transformer fault types—such as overheating, partial discharge, or arcing—based on labeled patterns in dissolved gas and electrical test data.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
PREDICTIVE DIAGNOSTICS

What is Failure Mode Classification?

Failure mode classification is the supervised machine learning task of categorizing transformer fault types based on labeled patterns in diagnostic data.

Failure mode classification is the supervised machine learning task of categorizing specific transformer fault types—such as overheating, partial discharge, or arcing—based on labeled patterns in dissolved gas analysis (DGA) and electrical test data. It maps diagnostic signatures to discrete failure categories defined by standards like IEC 60599.

Algorithms such as Random Forest, XGBoost, and support vector machines are trained on historical fault records where the root cause has been verified through inspection. The model learns the gas ratio boundaries and thermal profiles that distinguish a thermal fault from an electrical fault, enabling automated, real-time triage of incipient failures.

DIAGNOSTIC TAXONOMY

Key Characteristics of Failure Mode Classification

Failure mode classification is the supervised machine learning task of categorizing transformer fault types—such as overheating, partial discharge, or arcing—based on labeled patterns in dissolved gas and electrical test data. The following characteristics define how these diagnostic taxonomies are engineered and deployed.

01

Supervised Learning Foundation

Failure mode classification relies on labeled historical datasets where each fault event has been verified through physical inspection or laboratory analysis. Common algorithms include:

  • Random Forest and XGBoost for tabular DGA data with engineered gas ratios
  • Support Vector Machines (SVM) for high-dimensional feature spaces with clear margin separation
  • Multi-layer Perceptrons for capturing non-linear relationships between gas concentrations and fault types

The quality of classification depends directly on the accuracy and completeness of ground-truth labels obtained during transformer teardowns or repairs.

85-95%
Typical Classification Accuracy
02

IEC 60599 Fault Taxonomy

The international standard IEC 60599 defines the canonical fault categories that classification models must predict:

  • Partial Discharge (PD): Low-energy discharges in gas-filled voids, characterized by high hydrogen and methane
  • Thermal Faults (<300°C, 300-700°C, >700°C): Overheating of cellulose or oil, indicated by ethylene and methane ratios
  • Electrical Faults (D1, D2): Low-energy and high-energy arcing, marked by acetylene production

Models must distinguish between thermal faults in oil versus paper, as the latter indicates critical cellulose degradation.

6
Primary IEC Fault Categories
03

Multi-Gas Ratio Feature Engineering

Raw gas concentrations are rarely used directly. Instead, diagnostic ratios serve as the primary features:

  • Duval Triangle ratios: %CH₄, %C₂H₄, %C₂H₂ for thermal/electrical discrimination
  • Rogers ratios: C₂H₂/C₂H₄, CH₄/H₂, C₂H₄/C₂H₆ for fault severity staging
  • Doernenburg ratios: Five-ratio method requiring minimum gas concentration thresholds

Lag features and rolling statistics from online DGA monitors add temporal context, enabling models to detect evolving faults before gas concentrations exceed alarm thresholds.

9+
Standard Diagnostic Gas Ratios
04

Multi-Class Imbalance Handling

Real-world transformer fleets exhibit severe class imbalance—thermal faults dominate while dangerous arcing faults are rare. Mitigation strategies include:

  • Synthetic Minority Oversampling (SMOTE) to generate synthetic arcing fault examples in feature space
  • Cost-sensitive learning that penalizes misclassification of catastrophic faults more heavily than minor thermal anomalies
  • Stratified k-fold cross-validation to ensure rare fault types appear in every training and validation fold

Without imbalance correction, models achieve high overall accuracy while missing the most critical failure modes.

<5%
Arcing Fault Prevalence in Fleets
05

Explainability for Asset Managers

Classification outputs must be interpretable to justify maintenance decisions. Techniques applied to transformer fault models include:

  • SHAP (SHapley Additive exPlanations): Quantifies each gas's contribution to a specific fault prediction
  • LIME (Local Interpretable Model-agnostic Explanations): Generates local surrogate models explaining individual predictions
  • Decision tree visualization: For ensemble methods, extracting the most influential decision paths

Explainability bridges the gap between black-box neural networks and the engineering judgment required to authorize a $500,000 transformer outage.

SHAP
Industry Standard XAI Method
06

Integration with Condition-Based Maintenance

Failure mode classification is not a standalone exercise—it feeds directly into Condition-Based Maintenance (CBM) workflows:

  • Classification triggers specific inspection protocols (e.g., acetylene detection prompts immediate internal inspection)
  • Fault type determines urgency scoring within Health Index calculations
  • Outputs are mapped to IEC 61850 MMS logical nodes for SCADA alarming and automated load shedding

The classification model serves as the diagnostic brain within a broader predictive maintenance architecture that includes RUL estimation and Digital Twin synchronization.

IEC 61850
Integration Protocol Standard
FAILURE MODE CLASSIFICATION

Frequently Asked Questions

Clear, technically precise answers to the most common questions about using supervised machine learning to categorize transformer faults from dissolved gas and electrical test data.

Failure mode classification is the supervised machine learning task of assigning a specific fault category—such as overheating, partial discharge, or arcing—to a transformer based on labeled patterns in diagnostic data. The process ingests features derived from Dissolved Gas Analysis (DGA), oil quality tests, and electrical measurements, then maps them to known failure signatures. Unlike simple threshold-based alarms, a classification model learns the complex, non-linear relationships between multiple gas ratios (e.g., ethylene to acetylene) and fault types defined by standards like IEC 60599 and IEEE C57.104. The output is a discrete label that directs maintenance crews to the root cause, enabling targeted intervention rather than generic inspection.

DIAGNOSTIC PARADIGM COMPARISON

Failure Mode Classification vs. Anomaly Detection

Structural and operational differences between supervised fault type identification and unsupervised deviation detection in transformer condition monitoring.

FeatureFailure Mode ClassificationAnomaly Detection

Learning Paradigm

Supervised

Unsupervised / Semi-supervised

Requires Labeled Fault Data

Output Type

Categorical fault class (e.g., arcing, overheating)

Binary anomaly score or reconstruction error

Identifies Specific Root Cause

Detects Novel/Unknown Faults

Typical Algorithms

Random Forest, XGBoost, SVM

Autoencoder, Isolation Forest, LSTM-VAE

Training Data Requirement

Balanced dataset of known fault types

Normal operational data only

Interpretability

High (SHAP, feature importance)

Moderate (requires post-hoc analysis)

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.