How a Unified Frequency‑Domain Model Beats Custom Neural Nets for Cloud Anomaly Detection

A newly accepted ICDE 2024 paper introduces MACE, a frequency‑domain based unified neural network that detects time‑series anomalies across diverse cloud services more efficiently than building separate models for each pattern.

Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
How a Unified Frequency‑Domain Model Beats Custom Neural Nets for Cloud Anomaly Detection

Introduction

Recently, a paper titled “Learning Multi‑Pattern Normalities in the Frequency Domain for Efficient Time Series Anomaly Detection”, led by Alibaba Cloud’s big‑data engineering team together with Zhejiang University, was accepted by ICDE 2024. It addresses the problem that different cloud services exhibit distinct normal patterns, which traditional single‑model neural networks cannot capture effectively.

Background

Reconstruction‑based unsupervised anomaly detection models (e.g., OmniAnomaly, MSCRED, AnomalyTransformer, DCdetector) achieve high accuracy but each model only captures one or a few normal patterns. Meta‑learning approaches (e.g., PUAD, TranAD) still require separate models for each pattern, which is infeasible when tens of thousands of patterns exist in large‑scale cloud environments.

Challenges

A sample that is normal under one pattern may be anomalous under another, so a unified model must adapt to multiple standards.

Real‑time processing of massive monitoring data demands reduced inference latency and finer‑grained parallelism.

Existing reconstruction methods are insensitive to short‑term anomalies, yet cloud services exhibit both persistent and short‑term anomalies.

Breakthrough

Unlike methods that directly judge a sample as anomalous, MACE extracts anomalies from the relationship between a sample and the frequency‑domain subspace representing its normal pattern. It first projects the sample into the pattern’s frequency subspace; the reconstruction error grows with the distance to that subspace. Context‑aware Fourier transform/inverse transform leverages frequency sparsity for computational efficiency and enables fine‑grained, high‑concurrency implementation without temporal dependencies. Additionally, Peak Convolution and Valley Convolution enhance short‑term anomalies for easier detection.

Application

MACE has been integrated into Alibaba’s Feitian Big‑Data AI Control Platform (ABM) as an anomaly‑detection service, helping the platform discover anomalies promptly.

Paper title: Learning Multi‑Pattern Normalities in the Frequency Domain for Efficient Time Series Anomaly Detection

Authors: Chen Feiyi, Zhang Yingying, Qin Zhen, Fan Lunting, Jiang Renhe, Liang Yuxuan, Wen Qingsong, Deng Shuiguang

PDF: https://arxiv.org/abs/2311.16191

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

time series anomaly detectioncloud service monitoringfrequency domain modelingMACEunified neural network
Alibaba Cloud Big Data AI Platform
Written by

Alibaba Cloud Big Data AI Platform

The Alibaba Cloud Big Data AI Platform builds on Alibaba’s leading cloud infrastructure, big‑data and AI engineering capabilities, scenario algorithms, and extensive industry experience to offer enterprises and developers a one‑stop, cloud‑native big‑data and AI capability suite. It boosts AI development efficiency, enables large‑scale AI deployment across industries, and drives business value.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.