Papers › Heads, Not Backbones: Output Heads Dominate Architectures on Fat-Tailed Returns

Heads, Not Backbones: Output Heads Dominate Architectures on Fat-Tailed Returns

29 Jun 2026arXiv:2606.30037added by Syntology

Sichao He, Yansong Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

In a deep forecasting pipeline for fat-tailed financial returns at short horizons, which matters more - the backbone architecture or the output head? We compare four modern backbones (TimesNet, DLinear, N-BEATS, iTransformer) under three output heads: a point head, a single-Gaussian density head, and a Gaussian mixture density head with K=4 components. On S and P 500 monthly log-returns (1871-2023) under anchored walk-forward validation, the three heads form a strict gradient: switching from point to Gaussian improves CRPS by about 1.3 percent; switching from Gaussian to mixture adds a further about 2.4 percent. Switching between backbones, in contrast, changes CRPS by less than 1.5 percent on the point-head row and on the backbone-mean axis; density-head backbone spread is larger (up to 5.1 percent on the h=1 Gaussian row, driven by N-BEATS) but the head gradient (3.7 percentage points) still dominates. The Model Confidence Set on squared errors does not exclude any of the 12 variants at the 5 percent level: the head separates them only on distributional metrics (CRPS, pinball, coverage), not on squared error. The mixture head incremental value over a single Gaussian is largest in the highest-volatility regimes (13.9 percent in 1970s stagflation at h=12), confirming the mixture captures tail risk beyond what a unimodal Gaussian can express. The picture is horizon-dependent: the head dominates at short horizons, but at long horizons (h >= 6) the backbone re-takes the lead - an h-split we document against classical baselines (section 5.1). We conclude that on fat-tailed returns at short horizons, the head dominates the backbone, and the mixture distribution adds genuine value over a single Gaussian during crisis periods when risk-management decisions actually matter.

PaperPDFCode 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="2606.30037")

Code

Syntology Ran 13 of 14 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Routhleck/heads-not-backbones found in paper text by Syntology report

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

14 samples harvested; 13 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.

13ran
1unverified

Licence: 0 of the 14 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 Routhleck/heads-not-backbones. “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.

build_folds Routhleck/heads-not-backbones/experiments/19_timesnet_gmm.py found in paper text by Syntology ran MIT (permissive) · 4a8222986497bcce · report
compute_spectrum Routhleck/heads-not-backbones/experiments/05_visualize.py found in paper text by Syntology ran fingerprinted MIT (permissive) · ad8dcb2fcf398041 · report
evaluate_against_priors Routhleck/heads-not-backbones/experiments/03_real_data_ampd.py found in paper text by Syntology ran MIT (permissive) · 753fa2abac348e23 · report
generate_with_trend Routhleck/heads-not-backbones/experiments/02_synthetic_with_trend.py found in paper text by Syntology ran MIT (permissive) · 656aa2ea33ce3ccf · report
make_multichannel_supervised Routhleck/heads-not-backbones/experiments/07_multiasset.py found in paper text by Syntology ran MIT (permissive) · f4796406af16abd2 · report
make_supervised Routhleck/heads-not-backbones/experiments/19_timesnet_gmm.py found in paper text by Syntology ran MIT (permissive) · a99d11ce58863d3f · report
make_supervised Routhleck/heads-not-backbones/experiments/04_real_baseline.py found in paper text by Syntology ran MIT (permissive) · 07f6fb9f01a5acc9 · report
make_synthetic_series Routhleck/heads-not-backbones/experiments/08_pab_synthetic.py found in paper text by Syntology ran MIT (permissive) · b4879f1ccd369056 · report
match_periods Routhleck/heads-not-backbones/experiments/01_synthetic_sanity_check.py found in paper text by Syntology ran MIT (permissive) · a59485c5a0983001 · report
predict Routhleck/heads-not-backbones/experiments/06_ablation.py found in paper text by Syntology ran MIT (permissive) · bb8d3f2591bb27eb · report
predict Routhleck/heads-not-backbones/experiments/07_multiasset.py found in paper text by Syntology ran MIT (permissive) · b01d9b83475ddf41 · report
predict_pab Routhleck/heads-not-backbones/experiments/09_pab_ablation.py found in paper text by Syntology ran MIT (permissive) · f585ccf00f011824 · report
predict_timesnet Routhleck/heads-not-backbones/experiments/04_real_baseline.py found in paper text by Syntology ran MIT (permissive) · 220fb33be724e7b7 · report
predict_model Routhleck/heads-not-backbones/experiments/10_sota_baselines.py found in paper text by Syntology unverified MIT (permissive) · 9a74155f24f9e697 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.30037, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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