Drivetrain data
Participants work with synchronized multichannel signals from the Drivetrain Dynamics Simulator testbed, sampled at 5120 Hz across multiple speed-load regimes and fault states.
Accepted to the IJCAI-ECAI 2026 Competitions and Challenges Track
An Explainable Neuro-Symbolic Gearbox Fault Diagnosis Challenge
Competition abstract
GearXAI is a single-track IJCAI-ECAI 2026 competition focused on explainable and neuro-symbolic approaches for multiclass gearbox fault diagnosis from vibration time series. Participants submit ONNX models that are evaluated in CPU-only, containerized runs for reproducible inference. Submissions must meet a minimum predictive-performance requirement, after which ranking is determined by an automated explainability score that quantifies faithfulness under controlled perturbations and stability under small input changes. The challenge releases a realistic drivetrain dataset and a unified devkit with ready ONNX baselines, validation, leaderboard metric reporting, and submission packaging to enable transparent comparison and follow-up research.
Competition task
Participants work with synchronized multichannel signals from the Drivetrain Dynamics Simulator testbed, sampled at 5120 Hz across multiple speed-load regimes and fault states.
Each window is classified into one of nine classes: healthy operation plus eight fault types, aggregated across planetary gearbox operating regimes.
The official loader outputs windows shaped [N, 8, 100]. Models return class probabilities
[N, 9] and relevance maps [N, 8, 100] for XAI scoring.
Evaluation
Explainability Score
Every valid submission is ranked by an automated Explainability Score combining deletion/insertion faithfulness, physically plausible relevance, stability under small perturbations, and compactness. The leaderboard also reports whether each model reaches 80% macro-F1 on the hidden test set.
Official standings
Loading official standings...
Mechanical scoring was upgraded on June 9, 2026 to improve frequency resolution and perturbation-stability measurement. The new formula checks whether explanations emphasize mechanically meaningful signal regions. All submissions were re-evaluated identically.
Only each team's best submission is considered for ranking. Earlier submissions may be shown for progress reference to support development; this is subject to change if evaluator load becomes too high.
| Rank | Team submission | Final score | Macro-F1 | Faithfulness | Mechanical | Simplicity | Status |
|---|---|---|---|---|---|---|---|
| Loading official standings... | |||||||
Last published:
Submission
Participants train their own model, export it as ONNX, then run the devkit on that model to produce the
final submission.zip for manual upload.
Use the released DDS-SEU PGB windows and prepare the public validation split once with the devkit.
gearxai prepare-data
--windows-dir
data/windows_100
--out prepared
Open dataset
Install the submission packager, metric report writer, and ready ONNX baselines for a first test.
Download devkitYour model must accept [N, 8, 100] windows and return probabilities plus relevance maps.
model.onnx
The command validates the model, computes public validation metrics, and creates the artifact.
Createssubmission.zip
Upload submission.zip through the participant form.
gearxai package --model model.onnx --data-dir prepared --split validation --out submission.zip
Awards and recognition
Top-ranked teams will receive official competition certificates, be listed on the GearXAI website, and be invited to present their methods during the GearXAI session at IJCAI-ECAI 2026 in Bremen. Subject to conference space, selected teams may also be invited to present posters.
Winner Certificate, featured method presentation at IJCAI-ECAI 2026, featured speaker invitation to the Neuro-Symbolic Artificial Intelligence special session at IEEE SYNASC 2026 in Timișoara, and first priority for any confirmed compute award.
Runner-Up Certificate, method presentation at IJCAI-ECAI 2026, website recognition, and access to any confirmed compute award subject to availability.
Third-Place Certificate, method presentation at IJCAI-ECAI 2026, website recognition, and access to any confirmed compute award subject to availability.
Website recognition and optional short presentation or poster invitation, depending on submission quality and available session space.
Remote presentations will be accommodated where possible for winning teams that cannot attend in person because of logistical, financial, visa, or other constraints.
The organizers are working to provide a compute award of up to 100 GPU hours on the GPU@Timișoara high-performance computing infrastructure at West University of Timișoara, including H200 GPU resources. The final allocation will follow the progress and availability of the university infrastructure and will be confirmed before the final evaluation phase.
Timeline
Resources
Public DDS-SEU PGB windows, metadata, and evaluator-ready preparation workflow.
Open on Hugging FaceStrict participant package with the ONNX validator, metrics report, submission ZIP builder, and ready baseline ONNX files.
Download devkit (.zip)Manual upload page for the final submission.zip generated by gearxai package.
Organizers
GearXAI is organized by researchers affiliated with UVT, HRIA, and Xi'an Jiaotong University.
West University of Timișoara
Timișoara, Romania
HRIA
Romanian Hub for Artificial Intelligence
Xi'an Jiaotong University
Xi'an, China
West University of Timișoara, Romania
eduard.hogea00@e-uvt.roWest University of Timișoara, Romania
darian.onchis@e-uvt.roWest University of Timișoara, Romania
todor.ivascu@e-uvt.roXi'an Jiaotong University, China
yanruqiang@xjtu.edu.cnCite us
If GearXAI is useful for your work, please cite the challenge website until the official competition proceedings or archival report is available.
@misc{hogea2026gearxai,
title = {GearXAI: An Explainable Neuro-Symbolic Gearbox Fault Diagnosis Challenge},
author = {Hogea, E. and Onchis, D. M. and Ivascu, T. and Yan, R.},
year = {2026},
note = {IJCAI-ECAI 2026 Competitions and Challenges Track},
url = {https://gearxai-ijcai-ecai2026.pages.dev/}
}