Papers › Siamese Vision Transformers are Scalable Audio-visual Learners

Siamese Vision Transformers are Scalable Audio-visual Learners

28 Mar 2024arXiv:2403.19638archive 2025-07-28

Yan-Bo Lin, Gedas Bertasius

Traditional audio-visual methods rely on independent audio and visual backbones, which is costly and not scalable. In this work, we investigate using an audio-visual siamese network (AVSiam) for efficient and scalable audio-visual pretraining. Our framework uses a single shared vision transformer backbone to process audio and visual inputs, improving its parameter efficiency, reducing the GPU memory footprint, and allowing us to scale our method to larger datasets and model sizes. We pretrain our model using a contrastive audio-visual matching objective with a multi-ratio random masking scheme, which enables our model to process larger audio-visual instance batches, helpful for contrastive learning. Unlike prior audio-visual methods, our method can robustly handle audio, visual, and audio-visual inputs with a single shared ViT backbone. Furthermore, despite using the shared backbone for both modalities, AVSiam achieves competitive or even better results than prior methods on AudioSet and VGGSound for audio-visual classification and retrieval. Our code is available at https://github.com/GenjiB/AVSiam

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

Code

Syntology Ran 13 of 19 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 13 ran with no contract checked.

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

genjib/avsiam officialmentioned in papermentioned 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

19 samples harvested; 13 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.

13ran
6unverified

Licence: 19 of the 19 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 GenjiB/AVSiam. “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.

Attention GenjiB/AVSiam/src/models/cav_mae_base.py official repository ran no licence file found · pointer only · 7ade838e8920e111 · report
Block GenjiB/AVSiam/src/models/cav_mae_base.py official repository ran no licence file found · pointer only · 534488ebed89ff98 · report
GatherLayer GenjiB/AVSiam/src/models/cav_mae_base.py official repository ran no licence file found · pointer only · 06f4ef2afc928c74 · report
distributed_concat genjib/avsiam/src/traintest_cavmae_base.py official repository ran no licence file found · pointer only · fc419f8d3ed996b4 · report
get_immediate_subdirectories genjib/avsiam/src/retrieval.py official repository ran no licence file found · pointer only · e217fb47bef3abe4 · report
get_sim_mat genjib/avsiam/src/retrieval.py official repository ran fingerprinted no licence file found · pointer only · 72584682b61aedb0 · report
get_similarity genjib/avsiam/src/retrieval.py official repository ran fingerprinted no licence file found · pointer only · 04fa3bcbfec2c0c2 · report
lookup_list genjib/avsiam/src/dataloader.py official repository ran no licence file found · pointer only · c15efdd12442aeb4 · report
make_index_dict genjib/avsiam/src/dataloader.py official repository ran no licence file found · pointer only · a8fb3f62e2a901d7 · report
make_name_dict genjib/avsiam/src/dataloader.py official repository ran no licence file found · pointer only · cbf115a314bcd23e · report
multiple_samples_collate genjib/avsiam/src/utils.py official repository ran no licence file found · pointer only · 024894a396cde124 · report
remove_data_parallel genjib/avsiam/src/run_cavmae_ft_base.py official repository ran no licence file found · pointer only · d75abe35d8363cd2 · report
wa_model genjib/avsiam/src/run_cavmae_ft_base.py official repository ran no licence file found · pointer only · b862a6e8aa9d205a · report
CAVMAE_BASE GenjiB/AVSiam/src/models/cav_mae_base.py official repository unverified no licence file found · pointer only · d123c3dc102fe116 · report
cosine_scheduler genjib/avsiam/src/utils.py official repository unverified no licence file found · pointer only · b700fb0a3496b255 · report
get_grad_norm_ genjib/avsiam/src/utils.py official repository unverified no licence file found · pointer only · ba1356e8ceb654d2 · report
validate genjib/avsiam/src/traintest_cavmae_base.py official repository unverified no licence file found · pointer only · 1edf032c61297c85 · report
validate genjib/avsiam/src/traintest_ft_base.py official repository unverified no licence file found · pointer only · 64f4a07393bf408b · report
validate_mlp genjib/avsiam/src/traintest_cavmae_base.py official repository unverified no licence file found · pointer only · 2c0dfd9400b965e8 · report

Tasks

Contrastive LearningRetrieval

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AttentionDense ConnectionsLayer NormalizationLinear LayerMulti-Head AttentionResidual ConnectionSiamese NetworkSoftmaxVision Transformer

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