SDASFeb 21, 2021

Anomaly Detection in Audio with Concept Drift using Adaptive Huffman Coding

arXiv:2102.10515v2
Originality Incremental advance
AI Analysis

This addresses the problem of concept drift in audio anomaly detection for applications like surveillance or monitoring, but it is incremental as it builds on existing Huffman coding methods.

The paper tackled anomaly detection in audio with concept drift by proposing adaptive Huffman coding, which achieved higher AUC on a curated dataset compared to adaptive Gaussian mixture modeling and fixed-length Huffman trees.

When detecting anomalies in audio, it can often be necessary to consider concept drift: the distribution of the data may drift over time because of dynamically changing environments, and anomalies may become normal as time elapses. We propose to use adaptive Huffman coding for anomaly detection in audio with concept drift. Compared with the existing method of adaptive Gaussian mixture modeling (AGMM), adaptive Huffman coding does not require a priori information about the clusters and can adjust the number of clusters dynamically depending on the amount of variation in the audio. To control the size of the Huffman tree, we propose to merge clusters that are close to each other instead of replacing rare clusters with new data. This reduces redundancy in the Huffman tree while ensuring that it never forgets past information. On a dataset of audio with concept drift which we have curated ourselves, our proposed method achieves higher area under the curve (AUC) compared with AGMM and fixed-length Huffman trees. The proposed approach is also time-efficient and can be easily extended to other types of time series data (e.g., video).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes