Papers › ATAT: Astronomical Transformer for time series And Tabular data

ATAT: Astronomical Transformer for time series And Tabular data

5 May 2024arXiv:2405.03078links table onlyarchive 2025-07-28

G. Cabrera-Vives, D. Moreno-Cartagena, N. Astorga, I. Reyes-Jainaga, F. Förster, P. Huijse, J. Arredondo, A. M. Muñoz Arancibia, A. Bayo, M. Catelan, P. A. Estévez, P. Sánchez-Sáez, A. Álvarez, P. Castellanos, P. Gallardo, A. Moya, D. Rodriguez-Mancini

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

The advent of next-generation survey instruments, such as the Vera C. Rubin Observatory and its Legacy Survey of Space and Time (LSST), is opening a window for new research in time-domain astronomy. The Extended LSST Astronomical Time-Series Classification Challenge (ELAsTiCC) was created to test the capacity of brokers to deal with a simulated LSST stream. We describe ATAT, the Astronomical Transformer for time series And Tabular data, a classification model conceived by the ALeRCE alert broker to classify light-curves from next-generation alert streams. ATAT was tested in production during the first round of the ELAsTiCC campaigns. ATAT consists of two Transformer models that encode light curves and features using novel time modulation and quantile feature tokenizer mechanisms, respectively. ATAT was trained on different combinations of light curves, metadata, and features calculated over the light curves. We compare ATAT against the current ALeRCE classifier, a Balanced Hierarchical Random Forest (BHRF) trained on human-engineered features derived from light curves and metadata. When trained on light curves and metadata, ATAT achieves a macro F1-score of 82.9 +- 0.4 in 20 classes, outperforming the BHRF model trained on 429 features, which achieves a macro F1-score of 79.4 +- 0.1. The use of Transformer multimodal architectures, combining light curves and tabular data, opens new possibilities for classifying alerts from a new generation of large etendue telescopes, such as the Vera C. Rubin Observatory, in real-world brokering scenarios.

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

Code

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

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

alercebroker/atat officialmentioned in paperpytorchApache-2.0 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

15 samples harvested; 12 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.

12ran
3unverified

Licence: 0 of the 15 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 alercebroker/atat. “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.

add_name_config alercebroker/atat/layers/encoder_ellastic.py official repository ran Apache-2.0 (permissive) · 0beb91278b381f19 · report
add_name_config alercebroker/atat/layers/time_modulator.py official repository ran Apache-2.0 (permissive) · 26385af78390d8dc · report
add_sample_parser alercebroker/atat/layers/encoder_ellastic.py official repository ran Apache-2.0 (permissive) · af12e0efd0ca5c63 · report
add_sample_parser alercebroker/atat/layers/mha.py official repository ran Apache-2.0 (permissive) · a398f59f3bc6f12f · report
add_sample_parser alercebroker/atat/layers/time_modulator.py official repository ran Apache-2.0 (permissive) · 88a5c065620d59c9 · report
best_model_dir_and_step alercebroker/atat/loading.py official repository ran Apache-2.0 (permissive) · 3dc3c18308b9955e · report
find_classes alercebroker/atat/datasets.py official repository ran Apache-2.0 (permissive) · 52d10a10fb72fb9f · report
mask_errors alercebroker/atat/datasets.py official repository ran fingerprinted Apache-2.0 (permissive) · 89cd0c4b1573f937 · report
mask_mags alercebroker/atat/datasets.py official repository ran fingerprinted Apache-2.0 (permissive) · 48af8335729d239c · report
obtain_valid_mask alercebroker/atat/get_metrics.py official repository ran Apache-2.0 (permissive) · e88492ba48e57733 · report
trial_name_string alercebroker/atat/loading.py official repository ran Apache-2.0 (permissive) · 8aac396beeb74be1 · report
update_input_str alercebroker/atat/loading.py official repository ran Apache-2.0 (permissive) · 37e9f414d2e70de7 · report
get_tabular_data alercebroker/atat/get_metrics.py official repository unverified Apache-2.0 (permissive) · 256abfbef79e3d4a · report
load_data alercebroker/atat/get_metrics.py official repository unverified Apache-2.0 (permissive) · b9bc31cbaee4ee1e · report
obtain_optimizer alercebroker/atat/layers/optimizers.py official repository unverified Apache-2.0 (permissive) · d507fb2b0b68321a · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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