Papers › Syllable Discovery and Cross-Lingual Generalization in a Visually Grounded,...

Syllable Discovery and Cross-Lingual Generalization in a Visually Grounded, Self-Supervised Speech Model

19 May 2023arXiv:2305.11435archive 2025-07-28

Puyuan Peng, Shang-Wen Li, Okko Räsänen, Abdelrahman Mohamed, David Harwath

In this paper, we show that representations capturing syllabic units emerge when training a self-supervised speech model with a visually-grounded training objective. We demonstrate that a nearly identical model architecture (HuBERT) trained with a masked language modeling loss does not exhibit this same ability, suggesting that the visual grounding objective is responsible for the emergence of this phenomenon. We propose the use of a minimum cut algorithm to automatically predict syllable boundaries in speech, followed by a 2-stage clustering method to group identical syllables together. We show that our model not only outperforms a state-of-the-art syllabic segmentation method on the language it was trained on (English), but also generalizes in a zero-shot fashion to Estonian. Finally, we show that the same model is capable of zero-shot generalization for a word segmentation task on 4 other languages from the Zerospeech Challenge, in some cases beating the previous state-of-the-art.

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

Code

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

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

jasonppy/syllable-discovery officialmentioned in paperpytorchBSD-3-Clause report
cheoljun95/sdhubert mentioned on GitHubpytorch 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

16 samples harvested; 6 ran; 2 honoured the contract we drafted; 10 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 · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
2ran
10unverified

Licence: 0 of the 16 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 jasonppy/syllable-discovery. “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.

swish jasonppy/syllable-discovery/models/utils.py official repository ran · our draft was wrong fingerprinted BSD-3-Clause (permissive) · 0f786c407fb1ee4c · report
bool_flag jasonppy/syllable-discovery/models/vit_utils.py official repository ran BSD-3-Clause (permissive) · 4d25be8ebf17fde1 · report
clip_gradients jasonppy/syllable-discovery/models/vit_utils.py official repository ran BSD-3-Clause (permissive) · 2b5489053b222e00 · report
cosine_scheduler jasonppy/syllable-discovery/models/vit_utils.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · 361a6b24f11fc50a · report
drop_path jasonppy/syllable-discovery/models/vision_transformer.py official repository ran · fixture could not drive it fingerprinted BSD-3-Clause (permissive) · 55120f2026b56aa2 · report
gelu jasonppy/syllable-discovery/models/utils.py official repository ran · honoured contract fingerprinted BSD-3-Clause (permissive) · c2f0705ed8e6f7e6 · report
Margin_InfoNCE_loss jasonppy/syllable-discovery/models/utils.py official repository unverified BSD-3-Clause (permissive) · 05ead5734e7a624a · report
cal_code_boundary jasonppy/syllable-discovery/prepare_zs20_submit_vadcon.py official repository unverified BSD-3-Clause (permissive) · e6255f746846c117 · report
cls_attn_seg_feats jasonppy/syllable-discovery/estonian.py official repository unverified BSD-3-Clause (permissive) · 7d5acd7d52b1da2f · report
cls_attn_seg_feats jasonppy/syllable-discovery/save_seg_feats_zs20_vadcon.py official repository unverified BSD-3-Clause (permissive) · 207b963d4d0d89c3 · report
compute_f1 jasonppy/syllable-discovery/estonian.py official repository unverified BSD-3-Clause (permissive) · 6b7104858152a9ea · report
get_word_ali jasonppy/syllable-discovery/save_seg_feats_mincut.py official repository unverified BSD-3-Clause (permissive) · cb8fc284951267b6 · report
get_word_ali jasonppy/syllable-discovery/unit_analysis_boundary_only.py official repository unverified BSD-3-Clause (permissive) · 25ab494dfd483b73 · report
parse_faiss_specs jasonppy/syllable-discovery/kmeans_zs20_vadcon.py official repository unverified BSD-3-Clause (permissive) · 35070d2f37830ca3 · report
vit_small jasonppy/syllable-discovery/models/vision_transformer.py official repository unverified BSD-3-Clause (permissive) · 3aae9623741abc40 · report
vit_tiny jasonppy/syllable-discovery/models/vision_transformer.py official repository unverified BSD-3-Clause (permissive) · 7d962f3bf8a0e816 · report

Tasks

Language ModelingLanguage ModellingMasked Language ModelingSegmentationVisual GroundingZero-shot Generalization

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