LGMLMar 18

BoundAD: Boundary-Aware Negative Generation for Time Series Anomaly Detection

arXiv:2603.1811145.8h-index: 2
AI Analysis

This addresses a bottleneck in time series anomaly detection for applications requiring robust anomaly representation, though it appears incremental as it builds on existing contrastive learning methods.

The paper tackles the problem of poor negative sample construction in contrastive learning for time series anomaly detection by proposing a reconstruction-driven framework that generates hard negatives near the data manifold boundary from normal samples, achieving competitive detection performance on the dataset.

Contrastive learning methods for time series anomaly detection (TSAD) heavily depend on the quality of negative sample construction. However, existing strategies based on random perturbations or pseudo-anomaly injection often struggle to simultaneously preserve temporal semantic consistency and provide effective decision-boundary supervision. Most existing methods rely on prior anomaly injection, while overlooking the potential of generating hard negatives near the data manifold boundary directly from normal samples themselves. To address this issue, we propose a reconstruction-driven boundary negative generation framework that automatically constructs hard negatives through the reconstruction process of normal samples. Specifically, the method first employs a reconstruction network to capture normal temporal patterns, and then introduces a reinforcement learning strategy to adaptively adjust the optimization update magnitude according to the current reconstruction state. In this way, boundary-shifted samples close to the normal data manifold can be induced along the reconstruction trajectory and further used for subsequent contrastive representation learning. Unlike existing methods that depend on explicit anomaly injection, the proposed framework does not require predefined anomaly patterns, but instead mines more challenging boundary negatives from the model's own learning dynamics. Experimental results show that the proposed method effectively improves anomaly representation learning and achieves competitive detection performance on the current dataset.

Foundations

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

Your Notes