paper-with-me

홈 › Papers

ADMoE: Anomaly Detection with Mixture-of-Experts from Noisy Labels

2022-08-24 · Yue Zhao, Guoqing Zheng, Subhabrata Mukherjee, Robert McCann, Ahmed Awadallah

Existing works on anomaly detection (AD) rely on clean labels from human annotators that are expensive to acquire in practice. In this work, we propose a method to leverage weak/noisy labels (e.g., risk scores generated by machine rules for detecting malware) that are cheaper to obtain for anomaly detection. Specifically, we propose ADMoE, the first framework for anomaly detection algorithms to learn from noisy labels. In a nutshell, ADMoE leverages mixture-of-experts (MoE) architecture to encourage specialized and scalable learning from multiple noisy sources. It captures the similarities among noisy labels by sharing most model parameters, while encouraging specialization by building "expert" sub-networks. To further juice out the signals from noisy labels, ADMoE uses them as input features to facilitate expert learning. Extensive results on eight datasets (including a proprietary enterprise security dataset) demonstrate the effectiveness of ADMoE, where it brings up to 34% performance improvement over not using it. Also, it outperforms a total of 13 leading baselines with equivalent network parameters and FLOPS. Notably, ADMoE is model-agnostic to enable any neural network-based detection methods to handle noisy labels, where we showcase its results on both multiple-layer perceptron (MLP) and the leading AD method DeepSAD.

📄 PDF Abstract BibTeX arXiv:2208.11290

Code (1)

yzhao062/yzhao062 pytorch

Tasks

Anomaly DetectionMixture-of-Experts

Similar Papers 제목 키워드 기반

BadMoE: Backdooring Mixture-of-Experts LLMs via Optimizing Routing Triggers and Infecting Dormant Experts

2025-04-24 · Qingyue Wang, Qi Pang, Xixun Lin, Shuai Wang 외

Mixture-of-Experts (MoE) have emerged as a powerful architecture for large language models (LLMs), enabling efficient scaling of model capacity while maintaining manageable computational costs. The key advantage lies in …

Backdoor AttackMixture-of-ExpertsTask 2

Anomaly Detection by Recombining Gated Unsupervised Experts

2020-08-31 · J. -P. Schulze, P. Sperl, K. Böttinger

Anomaly detection has been considered under several extents of prior knowledge. Unsupervised methods do not require any labelled data, whereas semi-supervised methods leverage some known anomalies. Inspired by mixture-of…

Anomaly DetectionMixture-of-ExpertsSemi-supervised Anomaly DetectionUnsupervised Anomaly Detection

WMoE-CLIP: Wavelet-Enhanced Mixture-of-Experts Prompt Learning for Zero-Shot Anomaly Detection

2026-03-06 · Peng Chen, Chao Huang arxiv

Vision-language models have recently shown strong generalization in zero-shot anomaly detection (ZSAD), enabling the detection of unseen anomalies without task-specific supervision. However, existing approaches typically…

Anomaly Detection

FAME: Failure-Aware Mixture-of-Experts for Message-Level Log Anomaly Detection

2026-05-21 · Huanchi Wang, Zihang Huang, Yifang Tian, Kristina Dzeparoska 외 arxiv

Production systems generate millions of log lines daily, yet most anomaly detectors operate at the session or window-level, flagging groups of lines rather than identifying the specific message responsible. This coarse g…

Anomaly Detection

Graph Mixture of Experts and Memory-augmented Routers for Multivariate Time Series Anomaly Detection

2024-12-26 · Xiaoyu Huang, Weidong Chen, Bo Hu, Zhendong Mao

Multivariate time series (MTS) anomaly detection is a critical task that involves identifying abnormal patterns or events in data that consist of multiple interrelated time series. In order to better model the complex in…

Anomaly DetectionMixture-of-ExpertsTime SeriesTime Series Anomaly Detection