Papers › H-SPLID: HSIC-based Saliency Preserving Latent Information Decomposition

H-SPLID: HSIC-based Saliency Preserving Latent Information Decomposition

23 Oct 2025NeurIPSarXiv:2510.20627added by Syntology

Lukas Miklautz, Chengzhi Shi, Andrii Shkabrii, Theodoros Thirimachos Davarakis, Prudence Lam, Claudia Plant, Jennifer Dy, Stratis Ioannidis

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

We introduce H-SPLID, a novel algorithm for learning salient feature representations through the explicit decomposition of salient and non-salient features into separate spaces. We show that H-SPLID promotes learning low-dimensional, task-relevant features. We prove that the expected prediction deviation under input perturbations is upper-bounded by the dimension of the salient subspace and the Hilbert-Schmidt Independence Criterion (HSIC) between inputs and representations. This establishes a link between robustness and latent representation compression in terms of the dimensionality and information preserved. Empirical evaluations on image classification tasks show that models trained with H-SPLID primarily rely on salient input components, as indicated by reduced sensitivity to perturbations affecting non-salient features, such as image backgrounds. Our code is available at https://github.com/neu-spiral/H-SPLID.

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

Code

Syntology Ran 16 of 20 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 4 ran · honoured contract; 1 ran · violated contract; 4 ran · our draft was wrong; 5 ran · fixture could not drive it; 2 ran with no contract checked.

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

neu-spiral/H-SPLID 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

20 samples harvested; 16 ran; 4 honoured the contract we drafted; 4 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.

4ran · honoured contract
1ran · violated contract
4ran · our draft was wrong
5ran · fixture could not drive it
2ran
4unverified

Licence: 2 of the 20 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 neu-spiral/H-SPLID. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

GradualWarmupScheduler neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran Apache-2.0 (permissive) · db476832a8e53425 · report
StandardClassificationModel neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 90a392a6f1cce5e6 · report
calculate_optimal_beta_weights_special_case neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 986760073a8f5ef4 · report
compression_loss neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · c1d639c433616c1b · report
compute_centers neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · f3bccda2e14d7253 · report
get_hard_assignments neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 5960316c22a26fdd · report
hsic_normalized_cca neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · f9f266ad1f605127 · report
hsic_split_objective neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 104983bddcc567f7 · report
int_to_one_hot neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 22cae19b9320887c · report
kernelmat neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · b41642f800673cde · report
optimal_beta neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · fb86b08cc83c2b7a · report
set_optimizer neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 7d331d112a46a892 · report
split_embeddings neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · df1efb712bb815a9 · report
squared_euclidean_distance neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology ran · violated contract Apache-2.0 (permissive) · cd32c1472fdae85b · report
SplitTrain neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0fe94fb1b541e6aa · report
acedec_loss neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 06dffd9dd5c45ae3 · report
get_beta_weights neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · baf1fe01724958c5 · report
update_centers_ neu-spiral/H-SPLID/src/models/split_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 093a1c364685e7f1 · report
distmat identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · ca565da6831e8ade · report
sigma_estimation identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · 20b89645c8dfbf6d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.20627, was issued in October 2025, 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