paper-with-me

Papers

Drift doesn't Matter: Dynamic Decomposition with Diffusion Reconstruction for Unstable Multivariate Time Series Anomaly Detection

2023-09-21 · NeurIPS 2023 11

Many unsupervised methods have recently been proposed for multivariate time series anomaly detection. However, existing works mainly focus on stable data yet often omit the drift generated from non-stationary environments, which may lead to numerous false alarms. We propose Dynamic Decomposition with Diffusion Reconstruction (D$^3$R), a novel anomaly detection network for real-world unstable data to fill the gap. D$^3$R tackles the drift via decomposition and reconstruction. In the decomposition procedure, we utilize data-time mix-attention to dynamically decompose long-period multivariate time series, overcoming the limitation of the local sliding window. The information bottleneck is critical yet difficult to determine in the reconstruction procedure. To avoid retraining once the bottleneck changes, we control it externally by noise diffusion and directly reconstruct the polluted data. The whole model can be trained end-to-end. Extensive experiments on various real-world datasets demonstrate that D$^3$R significantly outperforms existing methods, with a 11% average relative improvement over the previous SOTA models.

📄 PDF Abstract BibTeX

Code (1)

forestsking/d3r 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Moment Estimates and DeepRitz Methods on Learning Diffusion Systems with Non-gradient Drifts

2025-08-31 · Fanze Kong, Chen-Chih Lai, Yubin Lu arxiv

Conservative-dissipative dynamics are ubiquitous across a variety of complex open systems. We propose a data-driven two-phase method, the Moment-DeepRitz Method, for learning drift decompositions in generalized diffusion…

Deterministic Decomposition of Stochastic Generative Dynamics

2026-05-09 · Xingyu Song, Yuan Mei, Naoya Takeishi arxiv

Modern generative models can be understood as probability transport from a simple base distribution to a target data distribution. Deterministic transport models offer tractable velocity-field parameterizations, whereas …

Drift-Diffusion Matching: Embedding dynamics in latent manifolds of asymmetric neural networks

2026-02-16 · Ramón Nartallo-Kaluarachchi, Renaud Lambiotte, Alain Goriely arxiv

Recurrent neural networks (RNNs) provide a theoretical framework for understanding computation in biological neural circuits, yet classical results, such as Hopfield's model of associative memory, rely on symmetric conne…

When classifying arguments, BERT doesn’t care about word order...except when it matters

2022-02-01 · SCiL 2022 2 · Isabel Papadimitriou, Richard Futrell, Kyle Mahowald

Moment Estimate and Variational Approach for Learning Generalized Diffusion with Non-gradient Structures

2025-08-03 · Fanze Kong, Chen-Chih Lai, Yubin Lu arxiv

This paper proposes a data-driven learning framework for identifying governing laws of generalized diffusions with non-gradient components. By combining energy dissipation laws with a physically consistent penalty and fi…