Papers › Learning to Embed Time Series Patches Independently

Learning to Embed Time Series Patches Independently

27 Dec 2023arXiv:2312.16427archive 2025-07-28

Seunghan Lee, Taeyoung Park, Kibok Lee

Masked time series modeling has recently gained much attention as a self-supervised representation learning strategy for time series. Inspired by masked image modeling in computer vision, recent works first patchify and partially mask out time series, and then train Transformers to capture the dependencies between patches by predicting masked patches from unmasked patches. However, we argue that capturing such patch dependencies might not be an optimal strategy for time series representation learning; rather, learning to embed patches independently results in better time series representations. Specifically, we propose to use 1) the simple patch reconstruction task, which autoencode each patch without looking at other patches, and 2) the simple patch-wise MLP that embeds each patch independently. In addition, we introduce complementary contrastive learning to hierarchically capture adjacent time series information efficiently. Our proposed method improves time series forecasting and classification performance compared to state-of-the-art Transformer-based models, while it is more efficient in terms of the number of parameters and training/inference time. Code is available at this repository: https://github.com/seunghan96/pits.

PaperPDFCodeCode 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="2312.16427")

Code

Syntology Ran 9 of 10 code samples harvested from 2 repositories linked to this paper; 1 has no recorded run. Of those that ran: 9 ran with no contract checked.

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

WenjieDu/PyPOTS officialpytorch report
seunghan96/pits mentioned in papermentioned on GitHubpytorch 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

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

9ran
1unverified

Licence: 8 of the 10 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 2 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.

Dense WenjieDu/PyPOTS/pypots/nn/modules/imputeformer/mlp.py official repository ran · metamorphic tier: invariant fingerprinted BSD-3-Clause (permissive) · 2c59b546356d88c3 · report
MLP WenjieDu/PyPOTS/pypots/nn/modules/imputeformer/mlp.py official repository ran · metamorphic tier: invariant fingerprinted BSD-3-Clause (permissive) · 2e5e45d95ec8f099 · report
ClassificationHead_avg seunghan96/pits/PITS_self_supervised/src/models/PITS.py named in the paper ran no licence file found · pointer only · e699914eb6210f88 · report
ClassificationHead_concat seunghan96/pits/PITS_self_supervised/src/models/PITS.py named in the paper ran no licence file found · pointer only · 979f4c3c4fa21fd6 · report
ClassificationHead_max seunghan96/pits/PITS_self_supervised/src/models/PITS.py named in the paper ran no licence file found · pointer only · 8f3c09584a95e4c9 · report
MLPencoder seunghan96/pits/PITS_self_supervised/src/models/PITS.py named in the paper ran no licence file found · pointer only · a3e7214d74ff0e12 · report
PredictionHead seunghan96/pits/PITS_self_supervised/src/models/PITS.py named in the paper ran no licence file found · pointer only · 94642dfc7cfa152d · report
PretrainHead seunghan96/pits/PITS_self_supervised/src/models/PITS.py named in the paper ran no licence file found · pointer only · f61450d0fe5aa3a8 · report
RegressionHead seunghan96/pits/PITS_self_supervised/src/models/PITS.py named in the paper ran no licence file found · pointer only · db7694835101cbff · report
PITS seunghan96/pits/PITS_self_supervised/src/models/PITS.py named in the paper unverified no licence file found · pointer only · 0519624fe201e044 · report

Tasks

Contrastive LearningRepresentation LearningTime SeriesTime Series Forecasting

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Contrastive Learning

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