Skip to content
Sagan

Paper

A Hierarchical Ensemble Pipeline for Anomaly Detection in ESA Satellite Telemetry

Unreadunread

AI summary

The authors built a multi-stage anomaly detection system for satellite telemetry from the European Space Agency. Their pipeline extracts features from each sensor channel separately, stacks models within channels, then aggregates predictions across channels. They use careful cross-validation with masking to prevent the model from "peeking" at future data, and show strong results on ESA's anomaly detection benchmark.

Main takeaways:

  • Hierarchical approach: model each sensor independently first, then combine predictions across sensors
  • Two-level masking during training prevents information leakage from future timesteps
  • Combines shapelet features (pattern-based) with statistical features
  • Strong performance on realistic satellite data with subtle anomalies
  • Time-series cross-validation ensures the system generalizes to new periods