Papers › Learning task-specific subspaces via interventional post-training of speech foundation models

Learning task-specific subspaces via interventional post-training of speech foundation models

16 Jun 2026arXiv:2606.17967added by Syntology

Jack Cox, Jon Barker

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

Speech foundation models, pre-trained on large corpora of unlabelled speech data, produce general-purpose representations which are useful across tasks. However, these representations encode information about salient speech variables in a distributed manner, while downstream speech tasks rely on only some of this variability. In this work, we propose a post-training refinement approach using interventional contrastive learning. By leveraging an interventional dataset and multi-part contrastive loss, we learn a transformation from the entangled representation space of speech foundation models into separate content and speaker subspaces. We evaluate the learnt representations on speaker verification and keyword spotting tasks, showing improved out-of-domain speaker verification performance and evidence that speaker and content information are separated across the learned subspaces.

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.17967")

Code

Syntology Ran 12 of 18 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 4 ran · our draft was wrong; 8 ran with no contract checked.

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

s3prl/s3prl 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

18 samples harvested; 12 ran; 0 honoured the contract we drafted; 6 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.

4ran · our draft was wrong
8ran
6unverified

Licence: 0 of the 18 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 s3prl/s3prl. “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.

ConvFeatureExtractionModel s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · metamorphic tier: invariant Apache-2.0 (permissive) · 8cc78a720715c054 · report
FairseqDropout s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 4859ddfcc0771af0 · report
FairseqIncrementalState s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran Apache-2.0 (permissive) · 4b11f0fa0352f104 · report
Fp32GroupNorm s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · a7167401660fd02e · report
Fp32LayerNorm s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 03e24ae4b36c63b1 · report
SamePad s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · c709dbdd2bd7c5df · report
SplitLinear s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · metamorphic tier: invariant Apache-2.0 (permissive) · 22259f8c7ae1b6a2 · report
TransposeLast s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 45c85df56598f109 · report
get_activation_fn s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 6f76d015b2817409 · report
quant_noise s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 3c3d94a70fabed2c · report
relu_squared s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 6b0a4e5722e9a3db · report
with_incremental_state s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 9796f8130e50f5a7 · report
DistillerConfig s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f52becf27ab38826 · report
DistillerModel s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1d25c97a22e09703 · report
MultiheadAttention s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8ae62a892bc13c8d · report
TransformerEncoder s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ba94e6ef368e1e9d · report
TransformerSentenceEncoderLayer s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 629597df2e30f167 · report
init_bert_params s3prl/s3prl/s3prl/upstream/distiller/model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 2cd4ae1cc984e4c1 · report

Results from the paper

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