Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

WWAggr: A Window Wasserstein-based Aggregation for Ensemble Change Point Detection

Created by
  • Haebom

Author

Alexander Stepikin, Evgenia Romanenkova, Alexey Zaytsev

Outline

This paper studies the Change Point Detection (CPD) problem, which detects abrupt changes in distributions in data streams. CPD for high-dimensional data remains challenging due to complex data patterns and violations of common assumptions. Existing deep learning-based CPD models fail to achieve perfect performance, and ensemble techniques offer a more robust solution. In this paper, we study deep CPD model ensembles and demonstrate that standard predictive aggregation techniques, such as averaging, are suboptimal. As an alternative, we propose WWAggr, a novel ensemble aggregation method based on the Wasserstein distance. This method effectively applies to various deep CPD model ensembles and addresses the problem of selecting a decision threshold for CPD.

Takeaways, Limitations

Takeaways:
We present the possibility of improving performance by utilizing an ensemble of deep learning-based CPD models.
Proposal of WWAggr, a novel ensemble aggregation method utilizing the Wasserstein distance.
Applicable to various deep CPD model ensembles.
Solve the problem of selecting a decision threshold.
Limitations:
Lack of information on specific experimental results and performance comparisons.
Lack of information about the implementation details and computational complexity of WWAggr.
Generalization performance verification on various datasets is needed.
👍