Papers › Flexible Tails for Normalizing Flows

Flexible Tails for Normalizing Flows

22 Jun 2024arXiv:2406.16971archive 2025-07-28

Tennessee Hickling, Dennis Prangle

Normalizing flows are a flexible class of probability distributions, expressed as transformations of a simple base distribution. A limitation of standard normalizing flows is representing distributions with heavy tails, which arise in applications to both density estimation and variational inference. A popular current solution to this problem is to use a heavy tailed base distribution. Examples include the tail adaptive flow (TAF) methods of Laszkiewicz et al (2022). We argue this can lead to poor performance due to the difficulty of optimising neural networks, such as normalizing flows, under heavy tailed input. This problem is demonstrated in our paper. We propose an alternative: use a Gaussian base distribution and a final transformation layer which can produce heavy tails. We call this approach tail transform flow (TTF). Experimental results show this approach outperforms current methods, especially when the target distribution has large dimension or tail weight.

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

Code

Syntology Ran 17 of 21 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 15 ran with no contract checked.

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

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

21 samples harvested; 17 ran; 0 honoured the contract we drafted; 4 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.

2ran · fixture could not drive it
15ran
4unverified

Licence: 21 of the 21 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 tennessee-wallaceh/tailnflows. “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_raw_data tennessee-wallaceh/tailnflows/tailnflows/utils.py official repository ran no licence file found · pointer only · 9f3ed947e30ea310 · report
bootstrap_metric tennessee-wallaceh/tailnflows/tailnflows/metrics/metrics.py official repository ran no licence file found · pointer only · f2acda2cab1fbe36 · report
configure_nn tennessee-wallaceh/tailnflows/tailnflows/models/extreme_transformations.py official repository ran no licence file found · pointer only · 632e9325d691b8a6 · report
elbo tennessee-wallaceh/tailnflows/tailnflows/metrics/metrics.py official repository ran fingerprinted no licence file found · pointer only · f5c1bb93dab5fa54 · report
ess tennessee-wallaceh/tailnflows/tailnflows/metrics/metrics.py official repository ran fingerprinted no licence file found · pointer only · 32486c34f12aa6f5 · report
estimate_marginal_dfs tennessee-wallaceh/tailnflows/tailnflows/models/preprocessing.py official repository ran fingerprinted no licence file found · pointer only · d85f2e7e9f12f89d · report
gpdfitnew tennessee-wallaceh/tailnflows/tailnflows/metrics/psis.py official repository ran · fixture could not drive it no licence file found · pointer only · a2fce0be2b698239 · report
inv_sftplus tennessee-wallaceh/tailnflows/tailnflows/models/utils.py official repository ran fingerprinted no licence file found · pointer only · 327eaa8d00ef0e82 · report
inv_sigmoid tennessee-wallaceh/tailnflows/tailnflows/models/utils.py official repository ran fingerprinted no licence file found · pointer only · d07d5892b884a818 · report
inverse_and_lad tennessee-wallaceh/tailnflows/tailnflows/models/preprocessing.py official repository ran no licence file found · pointer only · 9325306c486df393 · report
load_experiment_output_data tennessee-wallaceh/tailnflows/tailnflows/utils.py official repository ran no licence file found · pointer only · f4efb7fdb06eb48f · report
load_raw_data tennessee-wallaceh/tailnflows/tailnflows/utils.py official repository ran no licence file found · pointer only · b55e98beda88ff83 · report
neg_extreme_transform_and_lad tennessee-wallaceh/tailnflows/tailnflows/models/extreme_transformations.py official repository ran fingerprinted no licence file found · pointer only · 4772a7dcca6147c5 · report
psislw tennessee-wallaceh/tailnflows/tailnflows/metrics/psis.py official repository ran · fixture could not drive it no licence file found · pointer only · a0b1ac934992bcf7 · report
smooth tennessee-wallaceh/tailnflows/tailnflows/plot_utils.py official repository ran fingerprinted no licence file found · pointer only · 4781c652e32fb68d · report
univariate_forward_rqs tennessee-wallaceh/tailnflows/tailnflows/models/simple_spline.py official repository ran no licence file found · pointer only · 0fdd3b5bad735bad · report
univariate_inverse_rqs tennessee-wallaceh/tailnflows/tailnflows/models/simple_spline.py official repository ran no licence file found · pointer only · 860cadf4eaf3ad06 · report
generalized_normal_log_pdf tennessee-wallaceh/tailnflows/tailnflows/models/base_distribution.py official repository unverified no licence file found · pointer only · 64ec24fd0a95ab96 · report
plot_contour tennessee-wallaceh/tailnflows/tailnflows/plot_utils.py official repository unverified no licence file found · pointer only · e6bce8f11499ef79 · report
psisloo tennessee-wallaceh/tailnflows/tailnflows/metrics/psis.py official repository unverified no licence file found · pointer only · f934db9d3b93536d · report
unc_forward_rqs tennessee-wallaceh/tailnflows/tailnflows/models/simple_spline.py official repository unverified no licence file found · pointer only · c72271d8569c7965 · report

Tasks

Density EstimationVariational Inference

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASENormalizing Flows

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