Papers › Don't Pay Attention to the Noise: Learning Self-supervised Representations of Light...

Don't Pay Attention to the Noise: Learning Self-supervised Representations of Light Curves with a Denoising Time Series Transformer

6 Jul 2022arXiv:2207.02777archive 2025-07-28

Mario Morvan, Nikolaos Nikolaou, Kai Hou Yip, Ingo Waldmann

Astrophysical light curves are particularly challenging data objects due to the intensity and variety of noise contaminating them. Yet, despite the astronomical volumes of light curves available, the majority of algorithms used to process them are still operating on a per-sample basis. To remedy this, we propose a simple Transformer model -- called Denoising Time Series Transformer (DTST) -- and show that it excels at removing the noise and outliers in datasets of time series when trained with a masked objective, even when no clean targets are available. Moreover, the use of self-attention enables rich and illustrative queries into the learned representations. We present experiments on real stellar light curves from the Transiting Exoplanet Space Satellite (TESS), showing advantages of our approach compared to traditional denoising techniques.

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

Code

Syntology Ran 15 of 18 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 12 ran with no contract checked.

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

mariomorvan/denoising-time-series-transformer officialmentioned in paperpytorch 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

18 samples harvested; 15 ran; 0 honoured the contract we drafted; 3 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.

3ran · our draft was wrong
12ran
3unverified

Licence: 18 of the 18 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 mariomorvan/denoising-time-series-transformer. “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.

BatchNorm mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · metamorphic tier: invariant GPL-3.0 (copyleft) · pointer only · 42f0ae0ee495e5d7 · report
FixedPosEmbedding mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · metamorphic tier: invariant fingerprinted GPL-3.0 (copyleft) · pointer only · 043d857ed2708db5 · report
IQRLoss mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · metamorphic tier: invariant fingerprinted GPL-3.0 (copyleft) · pointer only · 7347e64e7d97d46a · report
LearnedPosEmbedding mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · metamorphic tier: invariant fingerprinted GPL-3.0 (copyleft) · pointer only · 7c4b76725171d44c · report
MaskedHuberLoss mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · metamorphic tier: invariant GPL-3.0 (copyleft) · pointer only · f4d0858dcf8f10e0 · report
MaskedL1Loss mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · metamorphic tier: invariant GPL-3.0 (copyleft) · pointer only · ac251bc6c8ffdbfe · report
MaskedMSELoss mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · metamorphic tier: invariant GPL-3.0 (copyleft) · pointer only · 3a7ede8147c5dd0e · report
PosEmbedding mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · metamorphic tier: invariant fingerprinted GPL-3.0 (copyleft) · pointer only · 150c70c525ad502d · report
TransformerEncoderLayer mariomorvan/denoising-time-series-transformer/models/models.py official repository ran GPL-3.0 (copyleft) · pointer only · 82ac7fddfe86c023 · report
detrend mariomorvan/denoising-time-series-transformer/models/models.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · 1b6804b7cf69d1b7 · report
estimate_noise mariomorvan/denoising-time-series-transformer/models/models.py official repository ran GPL-3.0 (copyleft) · pointer only · 4372f26d99b2b73d · report
inverse_standardise_batch mariomorvan/denoising-time-series-transformer/models/models.py official repository ran fingerprinted GPL-3.0 (copyleft) · pointer only · ffb7ff09cfc9a52a · report
iqr mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 9f5d0dc785c490d3 · report
naniqr mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · ebed1f18f80743bc · report
nanstd mariomorvan/denoising-time-series-transformer/models/models.py official repository ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 1bfe235be7e974ba · report
LitImputer mariomorvan/denoising-time-series-transformer/models/models.py official repository unverified GPL-3.0 (copyleft) · pointer only · ab58a7f246202a08 · report
TransformerEncoder mariomorvan/denoising-time-series-transformer/models/models.py official repository unverified GPL-3.0 (copyleft) · pointer only · e583815367c0ebbc · report
_MaskedLoss mariomorvan/denoising-time-series-transformer/models/models.py official repository unverified GPL-3.0 (copyleft) · pointer only · d02ec62220ae4d91 · report

Tasks

DenoisingTime SeriesTime Series Analysis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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