Comparing Ways of Obtaining Candidate Orderings from Approval Ballots

Abstract

Online Anomaly Detection (OAD) is critical for identifying rare yet important data points in large, dynamic, and complex data streams. A key challenge lies in achieving accurate and consistent detection of anomalies while maintaining computational and memory efficiency. Conventional OAD approaches, which depend on distributional deviations and static thresholds, struggle with model update delays and catastrophic forgetting, leading to missed detections and high false positive rates. To address these limitations, we propose a novel Streaming Anomaly Detection (SAD) method, grounded in a sparse active online learning framework. Our approach uniquely integrates ℓ1,2-norm sparse online learning with CUR decomposition-based active learning, enabling simultaneous fast feature selection and dynamic instance selection. The efficient CUR decomposition further supports real-time residual analysis for anomaly scoring, eliminating the need for manual threshold settings about temporal data distributions. Extensive experiments on diverse streaming datasets demonstrate SAD's superiority, achieving a 14.06% reduction in detection error rates compared to five state-of-the-art competitors.

Cite

Text

Delemazure et al. "Comparing Ways of Obtaining Candidate Orderings from Approval Ballots." International Joint Conference on Artificial Intelligence, 2024. doi:10.24963/ijcai.2024/305

Markdown

[Delemazure et al. "Comparing Ways of Obtaining Candidate Orderings from Approval Ballots." International Joint Conference on Artificial Intelligence, 2024.](https://mlanthology.org/ijcai/2024/delemazure2024ijcai-comparing/) doi:10.24963/ijcai.2024/305

BibTeX

@inproceedings{delemazure2024ijcai-comparing,
  title     = {{Comparing Ways of Obtaining Candidate Orderings from Approval Ballots}},
  author    = {Delemazure, Théo and Dong, Chris and Peters, Dominik and Tydrichová, Magdaléna},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {2757-2765},
  doi       = {10.24963/ijcai.2024/305},
  url       = {https://mlanthology.org/ijcai/2024/delemazure2024ijcai-comparing/}
}