Differentiable Segmentation of Sequences
Erik Scharw\"achter, Jonathan Lennartz, Emmanuel M\"uller

TL;DR
This paper introduces a differentiable approach to sequence segmentation that allows joint estimation of change points and model parameters using gradient descent, enabling integration into deep learning models.
Contribution
It proposes a novel family of TSP-based warping functions for differentiable segmentation, unifying various segmented models under a gradient-based optimization framework.
Findings
Effective change point detection in COVID-19 spread modeling
Successful application to concept drift in classification
Compatible with standard gradient descent algorithms
Abstract
Segmented models are widely used to describe non-stationary sequential data with discrete change points. Their estimation usually requires solving a mixed discrete-continuous optimization problem, where the segmentation is the discrete part and all other model parameters are continuous. A number of estimation algorithms have been developed that are highly specialized for their specific model assumptions. The dependence on non-standard algorithms makes it hard to integrate segmented models in state-of-the-art deep learning architectures that critically depend on gradient-based optimization techniques. In this work, we formulate a relaxed variant of segmented models that enables joint estimation of all model parameters, including the segmentation, with gradient descent. We build on recent advances in learning continuous warping functions and propose a novel family of warping functions…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsData Stream Mining Techniques · Anomaly Detection Techniques and Applications · Machine Learning and Data Classification
MethodsLogistic Regression
