You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Roles

Roles: perception view of MFPTannot is the source label (inner_race / normal / outer_race), kept machine-parseable as the gold for verification and reward parsing; the model reads query + image, where the repo ships a bearing's vibration in four image encodings as four equal-sized configsreshaped (consecutive samples arranged as the rows of a grayscale square), scalogram (a continuous-wavelet time-scale view), spectrogram (a short-time Fourier transform) and waveform (the time-domain trace) — 78 records each, and the query states which encoding the record shows. The reasoning column is empty on all 312 records, so this repo is not itself a training view for chain-of-thought and trains annot directly. metadata is provenance (split keys, source identities) and must never be fed to a model.

MFPT — perception representations (visual grounding)

The same MFPT bearing windows rendered as perception images — one HF config per representation (spectrogram / scalogram / waveform / reshaped). Included as representation-diversity / grounding data for the foundation model; unlike the MFPT (spectrum) repo they are not for compute-then-check CoT (reasoning stays empty) — the discriminative signal is non-verbal texture.

Configs

load_dataset("AI4Manufacturing/MFPT-perception", "spectrogram")
config records splits
spectrogram 78 {'train': 54, 'test': 24}
scalogram 78 {'train': 54, 'test': 24}
waveform 78 {'train': 54, 'test': 24}
reshaped 78 {'train': 54, 'test': 24}

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 fault class: normal / inner_race / outer_race
reasoning chain-of-thought (empty here; filled in the -annotated sibling)
cate / task C / T-C1 (signal fault classification)
metadata JSON string: representation, features, fault_freqs, computed_verdict, computed_snr, evidence_tier, published_fault_hz, load_lbs, bearing, channel, fs, fr_hz, file, window_idx, image_sha256, split

Provenance & reproducibility

Generated deterministically by forge_agent/examples/mfpt/convert.py (0574e0e25d) → forge_model/MFPT/convert_mfpt.py (9448e33334); see provenance.json for the full record.

The MFPT test bearing's geometry (8 elements, d=0.235″, D=1.245″, 0° contact) is cross-checked against each file's own published fault frequencies: geometry-derived BPFO/BPFI agree to <0.001 Hz (BSF ~0.05 Hz rounding). FTF differs by convention (MFPT publishes the cage rate relative to the rotating inner race; forge_tools reports the standard train/cage frequency) — reported, not reconciled. Labels come from the dataset's own filenames; the shaft rate (25 Hz), sample rate and load are read from each .mat. An evidence gate (a label-independent envelope-spectrum detector) confirms every published image supports its label — on this clean, well-separated data every window is confirmed and every computed verdict matches its gold (baseline → healthy with zero false positives), so no record is dropped.

Caveats

  • Small, clean source — MFPT ships 20 lab files (3 baseline, 3+7 outer-race, 7 inner-race) at a single 25 Hz shaft speed. The value is a groundable, load-varying bearing benchmark (loads 0–300 lb) that complements CWRU/XJTU/IMS, not raw record volume.
  • No ball class — MFPT seeds only inner- and outer-race faults (+ healthy), so this is a 3-class task (unlike CWRU's 4).
  • Splittrain/test follow the dataset's own by-load-condition partition (each file wholly on one side; windows never cross files, so it is leakage-safe). It is a condition split, not an unseen-bearing split (MFPT is one bearing type).
  • FTF convention — the published_fault_hz in metadata uses MFPT's cage-relative-to-inner FTF; the fault_freqs use forge_tools' standard train-frequency FTF. BPFO/BPFI (which drive the verdicts) agree in both.

Source & license

Source: Society for Machinery Failure Prevention Technology (MFPT) bearing fault data (orig. Eric Bechhoefer), obtained via MathWorks' RollingElementBearingFaultDiagnosis-Data distribution. License: CC BY-NC-SA 4.0 (Attribution — NonCommercial — ShareAlike): this derived dataset is redistributed under the same terms; non-commercial use only, with attribution to MFPT / Eric Bechhoefer and MathWorks.

Overlap / de-duplication (§8)

Cross-family evaluation lock — metadata.eval_lock (stamped 2026-09-20; manifest revision fe6e286912b0, generated 2026-09-08). Every record of this repository, locked or not, carries metadata.eval_lock, computed by forge_model/common/overlap.py::Overlap.stamp_for against common/overlap_manifest.json at that revision — so within this repository the absence of the key cannot occur. Shape: {"locked": bool, "against": [{"repo": …, "split": …}, …], "own_split": …, "manifest_revision": …, "manifest_generated": …}. locked is true when the image is evaluation material anywhere in the corpus; against names every repository and split in which it is (sorted; [] when not locked; it includes the record's own family where that is so); own_split marks a record locked by its own split. The per-record field is the authority — the count here is quoted once, at this revision, and a later manifest may change it: 96 of 312 records (96 distinct images) are locked — by column: 0 by the cross-family manifest, 96 by their own split, 0 both ways and counted once; counterparts (records per counterpart; a record can appear under several): none — every lock here is by the record's own split; 96 locked by their own split: test. In words: 96 of the 312 records in this repository are evaluation material by their own metadata.split (test: 96) and sit inside the HF split named test / train — under the uniform-split convention the HF split name is a container name, and metadata.split together with metadata.eval_lock carries the truth; a train pool must exclude them. A stamp whose manifest_revision differs from the current manifest is stale, not wrong — recompute it (Overlap.stamp_is_current); a record with no stamp has not been checked against the corpus as it now is. Overlap.partition / assert_train_pool_clean read the field: a train pool built from this repository must exclude every locked record.

Downloads last month
90