Papers › Iterative Gaussianization: from ICA to Random Rotations

Iterative Gaussianization: from ICA to Random Rotations

31 Jan 2016IEEE Transactions on Neural Networks 2011 2arXiv:1602.00229archive 2025-07-28

Valero Laparra, Gustavo Camps-Valls, Jesús Malo

Most signal processing problems involve the challenging task of multidimensional probability density function (PDF) estimation. In this work, we propose a solution to this problem by using a family of Rotation-based Iterative Gaussianization (RBIG) transforms. The general framework consists of the sequential application of a univariate marginal Gaussianization transform followed by an orthonormal transform. The proposed procedure looks for differentiable transforms to a known PDF so that the unknown PDF can be estimated at any point of the original domain. In particular, we aim at a zero mean unit covariance Gaussian for convenience. RBIG is formally similar to classical iterative Projection Pursuit (PP) algorithms. However, we show that, unlike in PP methods, the particular class of rotations used has no special qualitative relevance in this context, since looking for interestingness is not a critical issue for PDF estimation. The key difference is that our approach focuses on the univariate part (marginal Gaussianization) of the problem rather than on the multivariate part (rotation). This difference implies that one may select the most convenient rotation suited to each practical application. The differentiability, invertibility and convergence of RBIG are theoretically and experimentally analyzed. Relation to other methods, such as Radial Gaussianization (RG), one-class support vector domain description (SVDD), and deep neural networks (DNN) is also pointed out. The practical performance of RBIG is successfully illustrated in a number of multidimensional problems such as image synthesis, classification, denoising, and multi-information estimation.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 0 of 25 code samples harvested from 2 repositories linked to this paper; 25 have no recorded run.

By repository: community (archive-listed): 25 samples from 2 repositories, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

IPL-UV/rbig_jax officialmentioned on GitHubjaxMIT report
IPL-UV/gauss4eo mentioned on GitHubMIT report
IPL-UV/rbig mentioned on GitHub report
IPL-UV/rbig_matlab mentioned on GitHub report
jejjohnson/rbig mentioned on GitHubMIT 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

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

25unverified

Licence: 0 of the 25 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.

buff IPL-UV/gauss4eo/src/features/density.py community (archive-listed) unverified MIT (permissive) · 81c65ff8c9b2d870 · report
dict_product IPL-UV/gauss4eo/src/experiments/utils.py community (archive-listed) unverified MIT (permissive) · fa25ecaf94021cac · report
estimate_sigma IPL-UV/gauss4eo/src/models/similarity.py community (archive-listed) unverified MIT (permissive) · 58369dcfb09501c5 · report
extract_patches jejjohnson/rbig/rbig/_src/image.py community (archive-listed) unverified MIT (permissive) · 202feb4889129e03 · report
get_common_indices IPL-UV/gauss4eo/src/features/preprocessing.py community (archive-listed) unverified MIT (permissive) · baadd763e112d920 · report
joint_entropy_gaussian jejjohnson/rbig/rbig/_src/densities.py community (archive-listed) unverified MIT (permissive) · 55843f0ff7c2d881 · report
kl_to_standard_normal jejjohnson/rbig/rbig/_src/densities.py community (archive-listed) unverified MIT (permissive) · fef742e3bdd1e044 · report
make_banana jejjohnson/rbig/rbig/_src/datasets.py community (archive-listed) unverified MIT (permissive) · 00c41a54c68361be · report
make_bimodal jejjohnson/rbig/rbig/_src/datasets.py community (archive-listed) unverified MIT (permissive) · 80f18c9e2dfb492a · report
make_rings jejjohnson/rbig/rbig/_src/datasets.py community (archive-listed) unverified MIT (permissive) · 8ebe48ca2fb749e9 · report
marginal_entropy jejjohnson/rbig/rbig/_src/densities.py community (archive-listed) unverified MIT (permissive) · 519aa920ce7efb1b · report
matrix_to_patches jejjohnson/rbig/rbig/_src/image.py community (archive-listed) unverified MIT (permissive) · 6e99fbfd528c64a8 · report
maybe_tqdm jejjohnson/rbig/rbig/_src/_progress.py community (archive-listed) unverified MIT (permissive) · f9137597ccdbab68 · report
move_variables IPL-UV/gauss4eo/src/features/utils.py community (archive-listed) unverified MIT (permissive) · b5c83a46c2ddeda4 · report
parallel_predictions IPL-UV/gauss4eo/src/models/utils.py community (archive-listed) unverified MIT (permissive) · fdc46dc8d5ef9ef3 · report
patches_to_matrix jejjohnson/rbig/rbig/_src/image.py community (archive-listed) unverified MIT (permissive) · b649736035c88895 · report
run_parallel_step IPL-UV/gauss4eo/src/experiments/utils.py community (archive-listed) unverified MIT (permissive) · b325844f3a3340cd · report
rv_coefficient IPL-UV/gauss4eo/src/models/similarity.py community (archive-listed) unverified MIT (permissive) · a402138baa334971 · report
standardizer_data IPL-UV/gauss4eo/src/features/preprocessing.py community (archive-listed) unverified MIT (permissive) · 27c92d4d225cc8ea · report
subset_data IPL-UV/gauss4eo/src/features/utils.py community (archive-listed) unverified MIT (permissive) · a339b51490f049bc · report
subset_indices IPL-UV/gauss4eo/src/features/utils.py community (archive-listed) unverified MIT (permissive) · 18b10dd5782c0058 · report
subset_indices IPL-UV/gauss4eo/src/models/utils.py community (archive-listed) unverified MIT (permissive) · a9f1718dca66a0b6 · report
train_rf_model IPL-UV/gauss4eo/src/models/baseline.py community (archive-listed) unverified MIT (permissive) · 410317b0c9273903 · report
train_ridge_lr_model IPL-UV/gauss4eo/src/models/baseline.py community (archive-listed) unverified MIT (permissive) · ea2cd6cfe7af19cc · report
univariate_stats IPL-UV/gauss4eo/src/models/similarity.py community (archive-listed) unverified MIT (permissive) · 9ebd3f7af6d5b6a9 · report

Tasks

DenoisingImage Generation

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