Search papers, labs, and topics across Lattice.
The paper introduces RAMSeS, a framework for time-series anomaly detection that combines a stacking ensemble optimized with a genetic algorithm and an adaptive model selection branch using Thompson sampling, GAN-based robustness testing, and Monte Carlo simulations. This approach addresses the challenge of varying data complexities across domains by leveraging both the collective strength of multiple detectors and adaptation to dataset-specific characteristics. Experiments demonstrate that RAMSeS achieves superior F1 scores compared to existing anomaly detection methods.
Stop hand-tuning your anomaly detection pipelines: RAMSeS uses a GAN-boosted bandit algorithm to automatically select the best model or ensemble for your time-series data.
Time-series data vary widely across domains, making a universal anomaly detector impractical. Methods that perform well on one dataset often fail to transfer because what counts as an anomaly is context dependent. The key challenge is to design a method that performs well in specific contexts while remaining adaptable across domains with varying data complexities. We present the Robust and Adaptive Model Selection for Time-Series Anomaly Detection RAMSeS framework. RAMSeS comprises two branches: (i) a stacking ensemble optimized with a genetic algorithm to leverage complementary detectors. (ii) An adaptive model-selection branch identifies the best single detector using techniques including Thompson sampling, robustness testing with generative adversarial networks, and Monte Carlo simulations. This dual strategy exploits the collective strength of multiple models and adapts to dataset-specific characteristics. We evaluate RAMSeS and show that it outperforms prior methods on F1.