Development Timeline
| Milestone | Focus | Status |
|---|---|---|
| Foundation | Core architecture and dynamics | Completed |
| Representation | Internal structure formation | Completed |
| Validation | Subsystem stress testing | Completed |
| Competition | Multi-unit interaction dynamics | Completed |
| LLM Integration | Language model coupling | Alpha |
| Edge | Hardware-optimized deployment | In progress |
Technical Highlights
- Gradient-free online learning — no backpropagation, no loss functions, no optimizer
- Hundreds of computational units competing in real-time under finite resource constraints
- Autonomous self-organization — no pre-training, no labeled datasets
- 103μs per-step computation on Raspberry Pi 5
- AUC 0.985 on CWRU bearing fault detection, cross-domain validated
- 40.4KB model footprint — deployable on MCU-class hardware
- Over 1.1 million controlled experiment runs across multiple research lines
Multi-Channel Architecture
RailMind outputs through three parallel channels — each serving a distinct integration use case:
| Channel | Output | Use Case |
|---|---|---|
| Ch.1 Health Vector | Adaptive internal representation projected to compact diagnostic space | Fault detection and classification |
| Ch.2 Drift Gate | Zero-compute distribution shift detector | Alerts when operating conditions change |
| Ch.3 Raw State | Full internal representation | Custom downstream tasks and research |
Industrial Validation
Validated across six distinct signal domains without architecture changes:
| Domain | Dataset | Key Metric | Domain Type |
|---|---|---|---|
| Vibration (PdM) | CWRU Bearing | AUC 0.985 (+12.9 pp) | Industrial fault |
| Vibration (PdM) | Paderborn Bearing | AUC improvement +38.7 pp | Industrial fault |
| Vibration (PdM) | PHM 2022 Rock Drill | F1 0.91 (K=11) | Industrial fault |
| Vibration (PdM) | CASPER UR3e Robot | AUC 0.948 (6-axis, 1.76M rows) | Robotics PdM |
| Vibration (SHM) | Z24 Bridge | Significant uplift | Structural health |
| Electrochemistry | NASA Battery | AUC 0.958 (+14.7 pp) | Degradation |
| Video / Streaming | QoE Streaming Codec | AUC 0.959 (+36.6 pp) | Media quality |
| Human Motion | UCI HAR / WISDM v2 | Regime detection K=6–18 | Activity recognition |
| Audio | ESC-50 / DCASE | Borderline–partial | Acoustic scene |
| Satellite Telemetry | ESA-ADB SMAP | CEF0.5 = 0.911 | Aerospace |
The engine’s internal representation consistently outperforms scalar readouts by 13–49 percentage points across tested domains. Catastrophic forgetting after sequential multi-fault exposure: 2.3% (CWRU 3-fault continual protocol).
Aerospace Differentiator
Satellite telemetry anomaly detection on the ESA-ADB SMAP benchmark:
- CEF0.5 = 0.911 [0.897, 0.923] — exceeds published reference of 0.888
- 37x unsupervised advantage (M3-B oneclass protocol)
- Zero dynamic memory allocation — satellite-grade reliability
- Static computational budget: O(1) per sample, deterministic execution path
Note: Non-apple-to-apple comparison with different train/test splits; confidence interval provided.
Edge Performance
Production-verified performance on commodity hardware:
| Metric | Value |
|---|---|
| RPi5 median latency | 103 μs |
| RPi5 P95 latency | 217 μs |
| Mac M4 median latency | 53 μs |
| Throughput (RPi5) | 8,102 steps/s |
| Total memory | 112.3 KB |
Memory breakdown:
| Component | Size |
|---|---|
| Engine state (static) | 61.6 KB |
| PCA projection matrix | 10.3 KB |
| RF classifier model | 40.4 KB |
Zero heap allocation in the hot path — all static buffers. No garbage collection pauses, no fragmentation over 24/7 industrial deployment.
Drift Detection
Built-in distribution shift detection with zero additional computation:
- True Detection Rate: 84%
- False Alarm Rate: 1.4%
- Detects operating regime changes, sensor degradation, and seasonal variation automatically