Doubly Outlier-Robust Online Infinite Hidden Markov Model

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Mathematics & Computational Sciences · Depth: Expert, extended

Summary

This paper introduces the Batched Robust iHMM (BR-iHMM), a novel online infinite hidden Markov model designed to handle streaming data containing outliers and model misspecification. BR-iHMM achieves robustness by combining robust Generalized Bayes updates in the observation space with a batched inference mechanism that enforces robustness in the latent state space. This dual approach provides theoretical guarantees of bounded posterior influence, addressing the limitations of existing online iHMMs that are sensitive to outliers and prone to creating spurious regimes. The method balances adaptivity and robustness using two tunable parameters, and empirical evaluations across limit order book data, hourly electricity demand, and synthetic high-dimensional linear systems demonstrate that BR-iHMM reduces one-step-ahead forecasting error by up to 67% compared to competing online Bayesian methods, while also improving interpretability and computational efficiency.

Key takeaway

For Machine Learning Engineers developing online forecasting or regime detection systems in non-stationary environments, you should consider implementing BR-iHMM. Its dual robustness mechanism significantly improves predictive accuracy and state stability compared to traditional online iHMMs, especially when data contains outliers or experiences rapid regime changes. This approach can prevent the creation of spurious states and reduce forecasting errors by up to 67%, making your models more reliable and interpretable in production.

Key insights

Doubly robust online iHMMs combine observation-space and state-space robustness to mitigate outlier sensitivity and spurious regime creation.

Principles

Method

BR-iHMM uses Weighted Observation Likelihood Filter (WoLF) for observation-space robustness and a degenerate sticky HDP prior with batched state inference to enforce state-space robustness, implemented via particle learning.

In practice

Topics

Code references

Best for: AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.