paper-with-me

Papers

Generative Adversarial Network with Soft-Dynamic Time Warping and Parallel Reconstruction for Energy Time Series Anomaly Detection

2024-02-22 · Hardik Prabhu, Jayaraman Valadi, Pandarasamy Arjunan

In this paper, we employ a 1D deep convolutional generative adversarial network (DCGAN) for sequential anomaly detection in energy time series data. Anomaly detection involves gradient descent to reconstruct energy sub-sequences, identifying the noise vector that closely generates them through the generator network. Soft-DTW is used as a differentiable alternative for the reconstruction loss and is found to be superior to Euclidean distance. Combining reconstruction loss and the latent space's prior probability distribution serves as the anomaly score. Our novel method accelerates detection by parallel computation of reconstruction of multiple points and shows promise in identifying anomalous energy consumption in buildings, as evidenced by performing experiments on hourly energy time series from 15 buildings.

📄 PDF Abstract BibTeX arXiv:2402.14384

Code (1)

HardikPrabhu/Energy-Time-series-anomaly-detection 공식 구현 pytorch

Tasks

Anomaly DetectionDynamic Time WarpingGenerative Adversarial NetworkTime SeriesTime Series Anomaly Detection

Similar Papers 제목 키워드 기반

Soft-Gated Warping-GAN for Pose-Guided Person Image Synthesis

2018-10-27 · NeurIPS 2018 12 · Haoye Dong, Xiaodan Liang, Ke Gong, Hanjiang Lai 외

Despite remarkable advances in image synthesis research, existing works often fail in manipulating images under the context of large geometric transformations. Synthesizing person images conditioned on arbitrary poses is…

Generative Adversarial NetworkImage Generation

Dynamic Time Warping based Adversarial Framework for Time-Series Domain

2022-07-09 · Taha Belkhouja, Yan Yan, Janardhan Rao Doppa

Despite the rapid progress on research in adversarial robustness of deep neural networks (DNNs), there is little principled work for the time-series domain. Since time-series data arises in diverse applications including…

Adversarial RobustnessDynamic Time WarpingTime SeriesTime Series Analysis

Soft Dynamic Time Warping for Multi-Pitch Estimation and Beyond

2023-04-11 · Michael Krause, Christof Weiß, Meinard Müller

Many tasks in music information retrieval (MIR) involve weakly aligned data, where exact temporal correspondences are unknown. The connectionist temporal classification (CTC) loss is a standard technique to learn feature…

Dynamic Time WarpingInformation RetrievalMusic Information RetrievalRetrieval

SoftDTW-CUDA-Torch: Memory-Efficient GPU-Accelerated Soft Dynamic Time Warping for PyTorch

2026-02-19 · Ron Shapira Weber, Oren Freifeld arxiv

We present softdtw-cuda-torch, an open-source PyTorch library for computing Soft Dynamic Time Warping (SoftDTW) on GPUs. Our implementation addresses three key limitations of existing GPU implementations of SoftDTW: a ha…

Deep Declarative Dynamic Time Warping for End-to-End Learning of Alignment Paths

2023-03-19 · Ming Xu, Sourav Garg, Michael Milford, Stephen Gould

This paper addresses learning end-to-end models for time series data that include a temporal alignment step via dynamic time warping (DTW). Existing approaches to differentiable DTW either differentiate through a fixed w…

Dynamic Time WarpingInformation RetrievalMusic Information RetrievalRetrieval+2