paper-with-me

홈 › Papers

Shape and Time Distortion Loss for Training Deep Time Series Forecasting Models

2019-09-19 · NeurIPS 2019 12 · Vincent Le Guen, Nicolas Thome

This paper addresses the problem of time series forecasting for non-stationary signals and multiple future steps prediction. To handle this challenging task, we introduce DILATE (DIstortion Loss including shApe and TimE), a new objective function for training deep neural networks. DILATE aims at accurately predicting sudden changes, and explicitly incorporates two terms supporting precise shape and temporal change detection. We introduce a differentiable loss function suitable for training deep neural nets, and provide a custom back-prop implementation for speeding up optimization. We also introduce a variant of DILATE, which provides a smooth generalization of temporally-constrained Dynamic Time Warping (DTW). Experiments carried out on various non-stationary datasets reveal the very good behaviour of DILATE compared to models trained with the standard Mean Squared Error (MSE) loss function, and also to DTW and variants. DILATE is also agnostic to the choice of the model, and we highlight its benefit for training fully connected networks as well as specialized recurrent architectures, showing its capacity to improve over state-of-the-art trajectory forecasting approaches.

📄 PDF Abstract BibTeX arXiv:1909.09020

Code (3)

vincent-leguen/DILATE 공식 구현 pytorch
vincent-leguen/STDL 공식 구현 pytorch
marcdemers/batch-DILATE pytorch

Tasks

Change DetectionDynamic Time WarpingTime SeriesTime Series AnalysisTime Series ForecastingTrajectory Forecasting

Methods 이 논문이 사용한 방법론

DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

Deep Time Series Forecasting with Shape and Temporal Criteria

2021-04-09 · Vincent Le Guen, Nicolas Thome

This paper addresses the problem of multi-step time series forecasting for non-stationary signals that can present sudden changes. Current state-of-the-art deep learning forecasting methods, often trained with variants o…

Change DetectionDiversityDynamic Time WarpingTime Series+2

TILDE-Q: A Transformation Invariant Loss Function for Time-Series Forecasting

2022-10-26 · Hyunwook Lee, Chunggi Lee, Hongkyu Lim, Sungahn Ko

Time-series forecasting has gained increasing attention in the field of artificial intelligence due to its potential to address real-world problems across various domains, including energy, weather, traffic, and economy.…

Dynamic Time WarpingTime SeriesTime Series AnalysisTime Series Forecasting

LIMP: Learning Latent Shape Representations with Metric Preservation Priors

2020-03-27 · ECCV 2020 8 · Luca Cosmo, Antonio Norelli, Oshri Halimi, Ron Kimmel 외

In this paper, we advocate the adoption of metric preservation as a powerful prior for learning latent representations of deformable 3D shapes. Key to our construction is the introduction of a geometric distortion criter…

Style Transfer

Bounded-Rationality, Hedging, and Generalization

2026-05-14 · Pedro A. Ortega arxiv

A learner does not only fit data; it also determines how strongly the training sample may shape its output and how much distortion it can hedge. We study this relation as a bounded-rational decision problem whose primiti…

How Neural Losses Shape VAE Latents

2026-05-30 · Giorgio Strano, Luca Cerovaz, Michele Mancusi, Tommaso Mencattini 외 arxiv

Modern VAEs are rarely trained with the pointwise likelihood implied by the standard $β$-VAE objective. In practice, pointwise reconstruction is often combined with perceptual and adversarial losses, despite a lack of un…