--- license: other license_name: not-stated-upstream task_categories: - image-classification pretty_name: MaFaulDa Bearing Faults — Perception Representations (signal→VLM) tags: - bearing-fault-diagnosis - vibration - signal-to-image - mafaulda - rolling-element-bearing - negative-result configs: - config_name: spectrogram data_files: - split: train path: spectrogram/train-* - split: test path: spectrogram/test-* - config_name: scalogram data_files: - split: train path: scalogram/train-* - split: test path: scalogram/test-* - config_name: waveform data_files: - split: train path: waveform/train-* - split: test path: waveform/test-* - config_name: reshaped data_files: - split: train path: reshaped/train-* - split: test path: reshaped/test-* --- # MaFaulDa — bearing faults, perception representations (visual grounding) Part of the AI4Manufacturing FORGE corpus (Category **C**, task **T-C1**). One-second vibration windows from the **seeded rolling-element bearings** of the SpectraQuest Machinery Fault Simulator at SMT/COPPE/UFRJ, rendered as **perception** images — one HF **config** per representation. This is the **bearing** half of the MaFaulDa family; the **rotor** half ships separately as `MAFAULDA-rotor` / `MAFAULDA-rotor-perception`. Same rig, opposite conclusion: the rotor half carries a reasoning track, and this one deliberately does not. **[Why that is, measured, is the point of this card](#why-perception-only--a-measured-negative-result-not-an-omission).** **Records:** 8960 across 4 configs (2240 windows each); labels {'normal': 98, 'ball_fault': 646, 'cage_fault': 752, 'outer_race': 744}; splits {'train': 1802, 'test': 438}; positions {'none': 98, 'overhang': 1026, 'underhang': 1116}. ## Configs ```python from datasets import load_dataset ds = load_dataset("AI4Manufacturing/MAFAULDA-bearing-perception", "spectrogram") ``` | config | records | splits | |---|---|---| | `spectrogram` | 2240 | {'train': 1802, 'test': 438} | | `scalogram` | 2240 | {'train': 1802, 'test': 438} | | `waveform` | 2240 | {'train': 1802, 'test': 438} | | `reshaped` | 2240 | {'train': 1802, 'test': 438} | ## Schema (7-field unified record) | field | meaning | |---|---| | `query` | the classification instruction (one of 30 deterministic paraphrases per representation) | | `image` | the rendered signal image (bytes embedded) | | `annot` | gold bearing condition: normal / ball_fault / cage_fault / outer_race | | `reasoning` | **empty on every record** — this release has no reasoning track (see *Why perception-only*) | | `cate` / `task` | `C` / `T-C1` (signal fault classification) | | `metadata` | JSON string: `source_relpath` (**the unique record key**), representation, position, channel + channel_index, fr_hz + fr_source, severity + severity_value, group_id, features, fault_freqs, line_resolvability, demod_band_hz + demod_band_kurtosis, computed_verdict, computed_dominant_line, computed_snr, evidence_tier, `evidence_is_gate: false`, bearing, file, window_idx, window_start_s, window_seconds, fs, image_sha256, split | > `source_relpath` (e.g. `underhang/ball_fault/20g/29.1264.csv`) is the **unique** key. `file` is only the shaft rate — it is the same string for every position/type/load that was recorded at that speed, so it repeats across hundreds of rows and must not be used as an identifier. ## Splits `train` / `test`, **severity-wise and leakage-safe**: `group_id = '|