RailMind RailMind

Technology

Tracking the development of RailMind's dissipative neural architecture from inception to deployment.

Development Timeline

MilestoneFocusStatus
FoundationCore architecture and dynamicsCompleted
RepresentationInternal structure formationCompleted
ValidationSubsystem stress testingCompleted
CompetitionMulti-unit interaction dynamicsCompleted
LLM IntegrationLanguage model couplingAlpha
EdgeHardware-optimized deploymentIn 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:

ChannelOutputUse Case
Ch.1 Health VectorAdaptive internal representation projected to compact diagnostic spaceFault detection and classification
Ch.2 Drift GateZero-compute distribution shift detectorAlerts when operating conditions change
Ch.3 Raw StateFull internal representationCustom downstream tasks and research

Industrial Validation

Validated across six distinct signal domains without architecture changes:

DomainDatasetKey MetricDomain Type
Vibration (PdM)CWRU BearingAUC 0.985 (+12.9 pp)Industrial fault
Vibration (PdM)Paderborn BearingAUC improvement +38.7 ppIndustrial fault
Vibration (PdM)PHM 2022 Rock DrillF1 0.91 (K=11)Industrial fault
Vibration (PdM)CASPER UR3e RobotAUC 0.948 (6-axis, 1.76M rows)Robotics PdM
Vibration (SHM)Z24 BridgeSignificant upliftStructural health
ElectrochemistryNASA BatteryAUC 0.958 (+14.7 pp)Degradation
Video / StreamingQoE Streaming CodecAUC 0.959 (+36.6 pp)Media quality
Human MotionUCI HAR / WISDM v2Regime detection K=6–18Activity recognition
AudioESC-50 / DCASEBorderline–partialAcoustic scene
Satellite TelemetryESA-ADB SMAPCEF0.5 = 0.911Aerospace

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:

MetricValue
RPi5 median latency103 μs
RPi5 P95 latency217 μs
Mac M4 median latency53 μs
Throughput (RPi5)8,102 steps/s
Total memory112.3 KB

Memory breakdown:

ComponentSize
Engine state (static)61.6 KB
PCA projection matrix10.3 KB
RF classifier model40.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