Papers › A Transformer-based Framework for Multivariate Time Series Representation Learning

A Transformer-based Framework for Multivariate Time Series Representation Learning

6 Oct 2020arXiv:2010.02803archive 2025-07-28

George Zerveas, Srideepika Jayaraman, Dhaval Patel, Anuradha Bhamidipaty, Carsten Eickhoff

In this work we propose for the first time a transformer-based framework for unsupervised representation learning of multivariate time series. Pre-trained models can be potentially used for downstream tasks such as regression and classification, forecasting and missing value imputation. By evaluating our models on several benchmark datasets for multivariate time series regression and classification, we show that not only does our modeling approach represent the most successful method employing unsupervised learning of multivariate time series presented to date, but also that it exceeds the current state-of-the-art performance of supervised methods; it does so even when the number of training samples is very limited, while offering computational efficiency. Finally, we demonstrate that unsupervised pre-training of our transformer models offers a substantial performance benefit over fully supervised learning, even without leveraging additional unlabeled data, i.e., by reusing the same data samples through the unsupervised objective.

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="2010.02803")

Code

Syntology Ran 5 of 32 code samples harvested from 3 repositories linked to this paper; 27 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 4 ran; community (archive-listed): 12 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gzerveas/mvts_transformer officialmentioned on GitHubpytorchMIT report
AntonioAcunzo/mvts_transformer mentioned on GitHubpytorch report
appleparan/mise.py mentioned on GitHubpytorchMIT report
pkuyym/evolvingattention mentioned on GitHubtf 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

32 samples harvested; 5 ran; 0 honoured the contract we drafted; 27 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.

1ran · our draft was wrong
4ran
27unverified

Licence: 2 of the 32 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

get_loss_module gzerveas/mvts_transformer/src/models/loss.py official repository ran MIT (permissive) · 5346622dac785f32 · report
interpolate_missing gzerveas/mvts_transformer/src/datasets/data.py official repository ran MIT (permissive) · c43495731acfe20c · report
l2_reg_loss gzerveas/mvts_transformer/src/models/loss.py official repository ran MIT (permissive) · 96c6fa7dd49845b2 · report
subsample gzerveas/mvts_transformer/src/datasets/data.py official repository ran MIT (permissive) · 99cb2d7796fc399b · report
acc_top_k gzerveas/mvts_transformer/src/utils/analysis.py official repository unverified MIT (permissive) · 4f27929df483e1c4 · report
accuracy gzerveas/mvts_transformer/src/utils/analysis.py official repository unverified MIT (permissive) · 431078d6fcc08958 · report
collate_superv gzerveas/mvts_transformer/src/datasets/dataset.py official repository unverified MIT (permissive) · 94120ad91132bf72 · report
compensate_masking gzerveas/mvts_transformer/src/datasets/dataset.py official repository unverified MIT (permissive) · 0c1e47b7a9f0bc5c · report
convert_metrics_per_batch_to_per_sample gzerveas/mvts_transformer/src/running.py official repository unverified MIT (permissive) · f79cf1a40c083fee · report
get_optimizer gzerveas/mvts_transformer/src/optimizers.py official repository unverified MIT (permissive) · 98a9799efb4a305c · report
load_config gzerveas/mvts_transformer/src/utils/utils.py official repository unverified MIT (permissive) · db289815c50136e9 · report
load_from_tsfile_to_dataframe gzerveas/mvts_transformer/src/datasets/utils.py official repository unverified MIT (permissive) · f88f4ea73750eaa3 · report
load_model gzerveas/mvts_transformer/src/utils/utils.py official repository unverified MIT (permissive) · 06f548c9975c99a4 · report
model_factory gzerveas/mvts_transformer/src/models/ts_transformer.py official repository unverified MIT (permissive) · 131b5708bcdc85d1 · report
precision gzerveas/mvts_transformer/src/utils/analysis.py official repository unverified MIT (permissive) · 839af27815f6fa38 · report
process_data gzerveas/mvts_transformer/src/datasets/utils.py official repository unverified MIT (permissive) · 51e3a59616ee190e · report
split_dataset gzerveas/mvts_transformer/src/datasets/datasplit.py official repository unverified MIT (permissive) · 761d7abb12b095eb · report
timer gzerveas/mvts_transformer/src/utils/utils.py official repository unverified MIT (permissive) · 8269a8d00bc80c97 · report
transduct_mask gzerveas/mvts_transformer/src/datasets/dataset.py official repository unverified MIT (permissive) · f77dc925dc416cc7 · report
uniform_scaling gzerveas/mvts_transformer/src/datasets/utils.py official repository unverified MIT (permissive) · 6c254811cc3193b1 · report
get_pos_encoder pkuyym/evolvingattention/EA_DC_Transformer/src/models/ea_dc_transformer.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 578b29c746156148 · report
dataset2svinput appleparan/mise.py/mise/dl/dt_xgboost.py community (archive-listed) unverified MIT (permissive) · c600f54d66a899c1 · report
load appleparan/mise.py/mise/data.py community (archive-listed) unverified MIT (permissive) · f766b8a4595da2de · report
load_imputed appleparan/mise.py/mise/data.py community (archive-listed) unverified MIT (permissive) · e3c61c91b91a7e4e · report
load_station appleparan/mise.py/mise/data.py community (archive-listed) unverified MIT (permissive) · 622e8059e9d2a770 · report
model_factory pkuyym/evolvingattention/EA_DC_Transformer/src/models/ea_dc_transformer.py community (archive-listed) unverified no licence file found · pointer only · 1dac9a2dac1bfabb · report
mw_df appleparan/mise.py/mise/dl/dt_xgboost.py community (archive-listed) unverified MIT (permissive) · 935882a101552616 · report
parse_key appleparan/mise.py/mise/utils.py community (archive-listed) unverified MIT (permissive) · bf6fb185b4d4efb5 · report
parse_wkey appleparan/mise.py/mise/utils.py community (archive-listed) unverified MIT (permissive) · 8bbe4bc623baaf81 · report
parse_ykey appleparan/mise.py/mise/utils.py community (archive-listed) unverified MIT (permissive) · 068024601e1b87e3 · report
sim_xgboost appleparan/mise.py/mise/dl/dt_xgboost.py community (archive-listed) unverified MIT (permissive) · f283f0737d07a747 · report
swish appleparan/mise.py/mise/dl/rnn_mul_lstnet_skip.py community (archive-listed) unverified MIT (permissive) · 048af2894f1a47f8 · report

Tasks

Computational EfficiencyGeneral ClassificationImputationRepresentation LearningTime SeriesTime Series AnalysisTime Series ClassificationTime Series RegressionUnsupervised Pre-trainingregression

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Time Series Classification Insectwingbeat TST Accuracy 0.687 #2 of 2 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.

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