Papers › Synergies between Disentanglement and Sparsity: Generalization and Identifiability in...

Synergies between Disentanglement and Sparsity: Generalization and Identifiability in Multi-Task Learning

26 Nov 2022arXiv:2211.14666archive 2025-07-28

Sébastien Lachapelle, Tristan Deleu, Divyat Mahajan, Ioannis Mitliagkas, Yoshua Bengio, Simon Lacoste-Julien, Quentin Bertrand

Although disentangled representations are often said to be beneficial for downstream tasks, current empirical and theoretical understanding is limited. In this work, we provide evidence that disentangled representations coupled with sparse base-predictors improve generalization. In the context of multi-task learning, we prove a new identifiability result that provides conditions under which maximally sparse base-predictors yield disentangled representations. Motivated by this theoretical result, we propose a practical approach to learn disentangled representations based on a sparsity-promoting bi-level optimization problem. Finally, we explore a meta-learning version of this algorithm based on group Lasso multiclass SVM base-predictors, for which we derive a tractable dual formulation. It obtains competitive results on standard few-shot classification benchmarks, while each task is using only a fraction of the learned representations.

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

Code

Syntology Ran 3 of 14 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran with no contract checked.

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

tristandeleu/synergies-disentanglement-sparsity officialmentioned in papermentioned on GitHubjaxMIT 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

14 samples harvested; 3 ran; 0 honoured the contract we drafted; 11 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.

1ran · our draft was wrong
2ran
11unverified

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 tristandeleu/synergies-disentanglement-sparsity. “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.

computeGramMatrix tristandeleu/synergies-disentanglement-sparsity/metaoptnet/models/classification_heads.py official repository ran fingerprinted MIT (permissive) · 691b2fde39c5dae5 · report
conv3x3 tristandeleu/synergies-disentanglement-sparsity/metaoptnet/models/ResNet12_embedding.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
index_classes tristandeleu/synergies-disentanglement-sparsity/metaoptnet/omniglot_loaders.py official repository ran MIT (permissive) · 82506bf89d625519 · report
R2D2_conv_block tristandeleu/synergies-disentanglement-sparsity/metaoptnet/models/R2D2_embedding.py official repository unverified MIT (permissive) · cc80669c5bb2379d · report
binv tristandeleu/synergies-disentanglement-sparsity/metaoptnet/models/classification_heads.py official repository unverified MIT (permissive) · 7d8d074dc5077026 · report
block_prox_group_lasso_intercept tristandeleu/synergies-disentanglement-sparsity/sparsemeta/utils/sparsity.py official repository unverified MIT (permissive) · a4a27f8e89e92fa7 · report
count_accuracy tristandeleu/synergies-disentanglement-sparsity/metaoptnet/utils.py official repository unverified MIT (permissive) · fb61241b42c06d73 · report
find_classes tristandeleu/synergies-disentanglement-sparsity/metaoptnet/omniglot_loaders.py official repository unverified MIT (permissive) · 55cf3e7015913e49 · report
get_z_z_hat tristandeleu/synergies-disentanglement-sparsity/sparsemeta/disentanglement_metrics.py official repository unverified MIT (permissive) · 6c7c0f59f96dc0ff · report
get_z_z_hat_uniform tristandeleu/synergies-disentanglement-sparsity/sparsemeta/disentanglement_metrics.py official repository unverified MIT (permissive) · 595ffa0e852c6686 · report
group_support tristandeleu/synergies-disentanglement-sparsity/sparsemeta/utils/sparsity.py official repository unverified MIT (permissive) · c10cf2ba82c64b72 · report
mean_corr_coef_np tristandeleu/synergies-disentanglement-sparsity/sparsemeta/disentanglement_metrics.py official repository unverified MIT (permissive) · 12bd4c927d3ba0d4 · report
one_hot tristandeleu/synergies-disentanglement-sparsity/metaoptnet/models/classification_heads.py official repository unverified MIT (permissive) · 6db52403976aa70c · report
prox_group_lasso_intercept tristandeleu/synergies-disentanglement-sparsity/sparsemeta/utils/sparsity.py official repository unverified MIT (permissive) · 066897d1a9ead7e7 · report

Tasks

DisentanglementMeta-LearningMulti-Task Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SVM

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