Papers › SOM-VAE: Interpretable Discrete Representation Learning on Time Series

SOM-VAE: Interpretable Discrete Representation Learning on Time Series

6 Jun 2018ICLR 2019 5arXiv:1806.02199archive 2025-07-28

Vincent Fortuin, Matthias Hüser, Francesco Locatello, Heiko Strathmann, Gunnar Rätsch

High-dimensional time series are common in many domains. Since human cognition is not optimized to work well in high-dimensional spaces, these areas could benefit from interpretable low-dimensional representations. However, most representation learning algorithms for time series data are difficult to interpret. This is due to non-intuitive mappings from data features to salient properties of the representation and non-smoothness over time. To address this problem, we propose a new representation learning framework building on ideas from interpretable discrete dimensionality reduction and deep generative modeling. This framework allows us to learn discrete representations of time series, which give rise to smooth and interpretable embeddings with superior clustering performance. We introduce a new way to overcome the non-differentiability in discrete representation learning and present a gradient-based version of the traditional self-organizing map algorithm that is more performant than the original. Furthermore, to allow for a probabilistic interpretation of our method, we integrate a Markov model in the representation space. This model uncovers the temporal transition structure, improves clustering performance even further and provides additional explanatory insights as well as a natural representation of uncertainty. We evaluate our model in terms of clustering performance and interpretability on static (Fashion-)MNIST data, a time series of linearly interpolated (Fashion-)MNIST images, a chaotic Lorenz attractor system with two macro states, as well as on a challenging real world medical time series application on the eICU data set. Our learned representations compare favorably with competitor methods and facilitate downstream tasks on the real world data.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1806.02199")

Code

Syntology Ran 0 of 6 code samples harvested from 1 repository linked to this paper; 6 have no recorded run.

By repository: official repository: 6 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ratschlab/SOM-VAE officialmentioned in papermentioned on GitHubtfMIT report
KurochkinAlexey/SOM-VAE mentioned on GitHubpytorch report
ai-how/TIme-series-clustering mentioned on GitHubtf report
alexwndm/state-detection-somvae mentioned on GitHubpytorchMIT report
shrra/minisom mentioned on GitHub report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

6 samples harvested; 0 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6unverified

Licence: 0 of the 6 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ratschlab/SOM-VAE. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bias_variable ratschlab/SOM-VAE/som_vae/somvae_model.py official repository unverified MIT (permissive) · 217082b54273942a · report
compute_NMI ratschlab/SOM-VAE/som_vae/utils.py official repository unverified MIT (permissive) · 68aa8e556d801b92 · report
compute_purity ratschlab/SOM-VAE/som_vae/utils.py official repository unverified MIT (permissive) · a0a609c5dc52a0e6 · report
conv2d ratschlab/SOM-VAE/som_vae/somvae_model.py official repository unverified MIT (permissive) · ed079f79e2399a16 · report
interpolate_arrays ratschlab/SOM-VAE/som_vae/utils.py official repository unverified MIT (permissive) · dcccd82a2000d983 · report
weight_variable ratschlab/SOM-VAE/som_vae/somvae_model.py official repository unverified MIT (permissive) · 27a65c2665dbbd2d · report

Tasks

ClusteringDimensionality ReductionRepresentation LearningTime SeriesTime Series AnalysisTime Series Clustering

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Time Series Clustering eICU Collaborative Research Database SOM-VAE-prob NMI (physiology_24_hours) 0.0421 #1 of 3 Archive leaderboard report
Time Series Clustering eICU Collaborative Research Database SOM-VAE-prob NMI (physiology_6_hours) 0.0474 #1 of 3 Archive leaderboard report
Time Series Clustering eICU Collaborative Research Database SOM-VAE NMI (physiology_12_hours) 0.0444 #3 of 3 Archive leaderboard report
Time Series Clustering eICU Collaborative Research Database SOM-VAE NMI (physiology_24_hours) 0.0354 #3 of 3 Archive leaderboard report
Time Series Clustering eICU Collaborative Research Database SOM-VAE NMI (physiology_6_hours) 0.0407 #3 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Interpretability

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections