weipang142857 commited on
Commit
a78ed5f
·
verified ·
1 Parent(s): bb7c19b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -125,4 +125,50 @@ configs:
125
  path: waveform/train-*
126
  - split: test
127
  path: waveform/test-*
 
 
 
 
 
 
 
 
 
128
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  path: waveform/train-*
126
  - split: test
127
  path: waveform/test-*
128
+ task_categories:
129
+ - image-classification
130
+ license: cc-by-4.0
131
+ tags:
132
+ - bearing-fault-diagnosis
133
+ - vibration
134
+ - signal-to-image
135
+ - cwru
136
+ pretty_name: CWRU Bearing Fault — Perception Representations (signal→VLM)
137
  ---
138
+ # CWRU — perception representations (visual grounding)
139
+
140
+ The same CWRU bearing windows rendered as **perception** images — one HF **config** per representation. A frozen VLM vision encoder carries *real but modest* class signal from all of these (shuffle-controlled probe): on a within-condition split it scores high, but under a strict **bearing-wise** split (unseen bearings) it is only slightly above chance — generalizing CWRU fault type across bearings is hard for *every* method, including a purpose-built 1D-CNN. So these are included as **representation-diversity / grounding** data for the foundation model (not as a high-accuracy CWRU classifier). Unlike the `CWRU` (spectrum) repo, they are **not** for compute-then-check CoT (`reasoning` stays empty) — the discriminative signal is non-verbal texture.
141
+
142
+ ## Configs
143
+ ```python
144
+ load_dataset("AI4Manufacturing/CWRU-perception", "spectrogram")
145
+ ```
146
+
147
+ | config | records | splits |
148
+ |---|---|---|
149
+ | `spectrogram` | 981 | {'train': 721, 'test': 260} |
150
+ | `scalogram` | 981 | {'train': 721, 'test': 260} |
151
+ | `waveform` | 981 | {'train': 721, 'test': 260} |
152
+ | `reshaped` | 981 | {'train': 721, 'test': 260} |
153
+
154
+ ## Schema (7-field unified record)
155
+ | field | meaning |
156
+ |---|---|
157
+ | `query` | the classification instruction (representation-aware) |
158
+ | `image` | the rendered signal image (bytes embedded) |
159
+ | `annot` | gold fault class: normal / inner_race / outer_race / ball |
160
+ | `reasoning` | chain-of-thought (empty here; filled in the `-annotated` sibling) |
161
+ | `cate` / `task` | `C` / `T-C1` (signal fault classification) |
162
+ | `metadata` | JSON: representation, features, fault_freqs, evidence_tier, sr_nondiagnosable, anomaly, bearing_group, rpm, fs, file_number, window_idx, image_sha256, split |
163
+
164
+ ## Provenance & reproducibility
165
+ Generated **deterministically** by `forge_agent/examples/cwru/convert.py` (`c38f68fad7`) → `forge_model/CWRU/convert_cwru.py` (`ccc0f61ce3`); see `provenance.json` for the full record.
166
+
167
+ Cleaning (all encoded in the pinned code): excluded the NTN 0.028″ files `3001–3008` (wrong bearing geometry) and the corrupt `191`; flagged Smith & Randall (2015) non-diagnosable (`sr_nondiagnosable`) and acquisition-anomaly files; **bearing-wise leakage-safe split** (all loads + both sample rates of a physical bearing stay on one side). A computed `evidence_tier` (confirmed/weak/absent) cross-checks against the Smith & Randall expert grades.
168
+
169
+ ## Caveats
170
+ - **Ball is the hard class** — Smith & Randall (2015) grade most CWRU ball faults non-diagnosable (intermittent load-zone contact + smeared BSF); those records carry the correct label but a low `evidence_tier`. This is a property of the data, not the converter.
171
+ - **Eval**: use the provided bearing-wise split; the within-condition (per-load) split inflates accuracy.
172
+
173
+ ## Source & license
174
+ Source: **Case Western Reserve University Bearing Data Center** (engineering.case.edu/bearingdatacenter), openly available for research. Diagnosability grades and anomaly flags from W. A. Smith & R. B. Randall, *MSSP* 64–65 (2015) 100–131; leakage-safe split per J. Hendriks et al., *MSSP* 169 (2022) 108732.