<aside> 💡 Releasing train & test datasets (2024. 08. 12)
2024 KSNVE AI Challenge - Google Drive
</aside>
<aside> 💡 Urgent Notice (2024. 08. 09)
Errors have been found in the dataset used for the challenge, where excessive noise has been added, making SNRs significantly lower than intended.
Therefore, we plan to redistribute the corrected training, validation, and evaluation datasets on August 12th.
Due to insufficient time for developing with new data, the final submission deadline for the challenge has been extended from August 30th to September 20th.
Please refer to the new schedule shown below for more detailed information.
We sincerely apologize for the inconvenience this has caused all participants.
</aside>
<aside> 💡 For the participants who already secured good performance on the previous dataset, we also operate a separate challenge track.
[Challenge 1] Normal data track
: A challenge track using the data to be redistributed on August 12th.[Challenge 2]** **Crazy data track**
: A challenge track using the data released on May 18th.| May 18 | Challenge launch (Release of datasets and baseline model) | | --- | --- | | May 23 | Challenge presentation (KSNVE Spring Conference) | | August 12 | Evaluation & New Development datasets release | | September 20 | Challenge deadline (21:00) | | October 4 | Team rankings announcement | | October 24 | Challenge winning team award ceremony (KSNVE Autumn Conference) |
<aside> 💡 Table of Contents
</aside>
<aside> 📌 Short-cut
❗(new) Pre-registration
KSNVE 2024 AI Challenge Baseline
</aside>
The rotating parts of mechanical equipment operate under various speed conditions, and detecting their faults can often be challenging.
In particular, rolling bearings, which are essential components of rotating machinery, can be damaged by various causes such as faults in the inner or outer rings and damage to the balls. It is necessary to detect any abnormalities in advance.
The 2024 Korean Society of Noise and Vibration Engineering AI Challenge (2024 KSNVE AI challenge) aims to detect anomalous rolling bearings using deep learning and a vibration dataset of rolling bearings measured under variable speed conditions (680 RPM ~ 2460 RPM).
The final goal of this challenge is to develop an anomaly detection model capable of identifying the presence or absence of abnormalities in bearings. This model will utilize vibration data collected under variable speed conditions.
Figure 1. Layout of the rotating machine testbed
Fig. 2. Description of rolling element structure
(a)
(c)
(b)
(d)
Figure 3. The conditions of bearings: (a) normal state, (b) inner race fault, (c) outer race fault, (d) ball fualt
The vibration data for development( train
and eval
) and submission (test
) are provided.
<aside>
💡 Participants should not use eval
and test
datasets for training their models.
</aside>
train
dataset includes only the normal bearing data as .csv
files.eval
dataset is provided to assess the performance of the developed model and includes .csv
files for each condition (normal, inner, outer, ball) of the bearings.test
dataset, along with eval
dataset, is for competition submissions only, and you should only use it to perform anomaly detection using the model you trained and submit your results..csv
file contains 1 second of data and includes two columns including acceleration data for x- and y- directions.2024 KSNVE AI Challenge - Google Drive
This challenge track is conducted using the newly distributed dataset on August 12th.
It includes noise at normal levels.
[Dataset Specification (Track 1)](https://ksnve.notion.site/Dataset-Specification-Track-1-bc5e6ef97a884a10ad2a5cb6cc755b61)
This challenge track is conducted using the initial dataset distributed on May 18th.
(Caution): It contains very high levels of noise, so participation in the Normal Data Track (Track 1) is recommended.
[Dataset Specification (Track 2)](https://ksnve.notion.site/Dataset-Specification-Track-2-4189aa609d8f44a3bceaafcf59a0784d)
Test dataset
The test
data will be released on August 9th
for a fair comparison of the models developed by the participants.
The test data are 6,331 .csv
files without labels.
Each .csv
file contains 1 second of data like train
data
Evaluation Metric
The evaluation metric for the model is ROC-AUC (AU-ROC). ROC-AUC is a metric evaluating how well the distributions of normal or abnormal data are separated, which is independent of the decision boundary used to distinguish between normal and abnormal conditions.
.csv
file submitted by the participants (no need for calculation and submission by participants).Figure 4. Evaluation metric (ROC-AUC)
<aside> 📌 Submission requirement
eval_score.csv
, test_score.csv
).pdf
)
</aside>eval
(eval_score.csv
) and test
(test_score.csv
) data set (Figure 5).eval.py
and test.py
with the trained model.eval
and test
data (Figure 5).Figure 5. Submission procedure
.csv
file with a 6,331 × 2 matrix. The first and second columns should include the [File name]
of the test
or eval
data and the score value for each file, respectively (Figure 6).Figure 6. Example of the result CSV file
<aside> 💡 Please contact [email protected] if you have any questions about this challenge.
</aside>