Paper 6 — Series 2: Coherence Engine

From Prediction to Discoverative Intelligence

A Coherence-Based AI Framework for Detecting System Drift Before Failure

Joel Thorarinson, Allison Hensgen June 2026 18 pages 52 references arXiv-ready

Abstract

We present the Coherence Engine, an unsupervised early-warning framework for detecting structural degradation in complex systems. The framework requires no labeled training data, uses interpretable operators grounded in dynamical systems theory, and applies without modification across physical, biomedical, and computational domains. The core measurement is a composite operator Δ = (P · A · R) / (D + N) that quantifies the balance between stabilizing forces (pattern retention P, phase alignment A, recovery capacity R) and destabilizing forces (drift D, noise amplification N), extended with five higher-order operators drawn from recurrence quantification analysis and information geometry. We validate across seven domains using published benchmarks. On NASA C-MAPSS turbofan data, coherence detects degradation 2.2× earlier than variance; it also achieves comparable lead time to a supervised LSTM-RUL predictor (185 vs. 176 cycles) with no training data. On SKAB industrial valve faults, coherence underperforms Isolation Forest on point-wise F1 (0.429 vs. 0.528), reflecting a genuine limitation: the framework optimizes for advance warning of gradual structural change, not precise temporal localization of faults. Additional validation on household energy (UCI), ECG (PhysioNet), credit card fraud, EEG seizure prediction (5.5% precision, 100% recall, 11-minute lead time), and synthetic benchmarks (1,000-trial Monte Carlo) characterizes the framework's operating envelope. Coherence is not a universal replacement for existing anomaly detectors. It is a complementary unsupervised layer that detects structural instability before failure, trading precision for lead time.
PDF Download Coherence Dashboard

The Coherence Operator

Δ(t) = (P · A · R) / (D + N + ε)
P Pattern Retention — recurrence rate from RQA, stability of recurring dynamical patterns
A Phase Alignment — mean pairwise phase coherence via Hilbert transform
R Recovery Capacity — system's ability to return to its attractor, via max Lyapunov exponent
D Drift — Fisher-Rao distance from baseline distribution on the statistical manifold
N Noise Amplification — spectral radius of the estimated local Jacobian

Key Findings

Cross-Domain Validation Summary

DomainDatasetKey Result
Turbofan enginesNASA C-MAPSS2.2x earlier detection than variance; 185 vs. 176 cycles (LSTM)
Industrial valvesSKABF1 = 0.429 (vs. 0.528 Isolation Forest)
Household energyUCIDetects consumption regime changes
Cardiac (ECG)PhysioNetEarly arrhythmia warning
Credit fraudKaggleDrift detection in transaction patterns
EEG seizureCHB-MIT100% recall, 5.5% precision, 11-min lead
Synthetic1,000-trial Monte CarloCalibrated operating envelope

Figures

C-MAPSS turbofan degradation timeline showing coherence detection vs variance
C-MAPSS degradation timeline. Coherence (purple) detects degradation onset significantly earlier than variance (gray). The supervised LSTM baseline (dashed) achieves similar timing but requires labeled failure data.
Cross-domain validation summary of the Coherence Engine
Cross-domain summary. Performance across seven domains. The framework trades precision for lead time, positioning it as a complementary early-warning layer.
Operator decomposition showing individual contributions of P, A, R, D, N
Operator decomposition. Individual contributions of the five base operators (P, A, R, D, N) during turbofan degradation. Pattern retention P and recovery capacity R decline first.

Citation

BibTeX
@article{thorarinson2026coherence,
  title={From Prediction to Discoverative Intelligence: A Coherence-Based {AI} Framework for Detecting System Drift Before Failure},
  author={Thorarinson, Joel and Hensgen, Allison},
  year={2026},
  month={June},
  pages={1--18},
  note={arXiv preprint (forthcoming)},
  keywords={coherence, system drift, early warning, unsupervised anomaly detection, dynamical systems, discoverative intelligence}
}
APA
Thorarinson, J., & Hensgen, A. (2026). From Prediction to Discoverative Intelligence: A Coherence-Based AI Framework for Detecting System Drift Before Failure. arXiv preprint (forthcoming).

Authors

JT
Joel Thorarinson
Coherence Research Group · ORCID 0000-0002-0553-842X
AH
Allison Hensgen
Coherence Research Group · ORCID 0009-0008-7247-0307

Keywords

coherence system drift early warning unsupervised anomaly detection dynamical systems recurrence quantification information geometry discoverative intelligence cross-domain validation predictive maintenance

Related Papers