Papers › eP-ALM: Efficient Perceptual Augmentation of Language Models

eP-ALM: Efficient Perceptual Augmentation of Language Models

20 Mar 2023ICCV 2023 1arXiv:2303.11403archive 2025-07-28

Mustafa Shukor, Corentin Dancette, Matthieu Cord

Large Language Models (LLMs) have so far impressed the world, with unprecedented capabilities that emerge in models at large scales. On the vision side, transformer models (i.e., ViT) are following the same trend, achieving the best performance on challenging benchmarks. With the abundance of such unimodal models, a natural question arises; do we need also to follow this trend to tackle multimodal tasks? In this work, we propose to rather direct effort to efficient adaptations of existing models, and propose to augment Language Models with perception. Existing approaches for adapting pretrained models for vision-language tasks still rely on several key components that hinder their efficiency. In particular, they still train a large number of parameters, rely on large multimodal pretraining, use encoders (e.g., CLIP) trained on huge image-text datasets, and add significant inference overhead. In addition, most of these approaches have focused on Zero-Shot and In Context Learning, with little to no effort on direct finetuning. We investigate the minimal computational effort needed to adapt unimodal models for multimodal tasks and propose a new challenging setup, alongside different approaches, that efficiently adapts unimodal pretrained models. We show that by freezing more than 99% of total parameters, training only one linear projection layer, and prepending only one trainable token, our approach (dubbed eP-ALM) significantly outperforms other baselines on VQA and Captioning across Image, Video, and Audio modalities, following the proposed setup. The code is available here: https://github.com/mshukor/eP-ALM.

PaperPDFConference PDFCodeCode 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="2303.11403")

Code

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

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

mshukor/ep-alm officialmentioned in papermentioned on GitHubpytorchMIT 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; 9 ran; 0 honoured the contract we drafted; 7 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
1ran · fixture could not drive it
4ran
7unverified

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 mshukor/eP-ALM. “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.

basic_clean mshukor/eP-ALM/models/clip.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 98f385d847636a3e · report
checkpoint_filter_fn mshukor/eP-ALM/models/vit.py official repository ran MIT (permissive) · 1f65552c7dfe6207 · report
compute_acc mshukor/eP-ALM/utils.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · aa81d03f07735ab8 · report
compute_n_params mshukor/eP-ALM/utils.py official repository ran · our draft was wrong MIT (permissive) · ad12a494674d23fb · report
get_init_weights_vit mshukor/eP-ALM/models/vit.py official repository ran MIT (permissive) · 6c600a2f0f2361f1 · report
get_pairs mshukor/eP-ALM/models/clip.py official repository ran · our draft was wrong MIT (permissive) · d919ae32e5e4e616 · report
resize_pos_embed mshukor/eP-ALM/models/vit.py official repository ran MIT (permissive) · 321424d80e3f6eed · report
tile mshukor/eP-ALM/models/epalm.py official repository ran fingerprinted MIT (permissive) · aa5a91226269bf75 · report
whitespace_clean mshukor/eP-ALM/models/clip.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 9542161e9640b858 · report
all_gather mshukor/eP-ALM/utils.py official repository unverified MIT (permissive) · 09ff1aa1042d3b3f · report
connector mshukor/eP-ALM/models/connector.py official repository unverified MIT (permissive) · e1cd32aef5c028ea · report
filter_msg mshukor/eP-ALM/models/utils.py official repository unverified MIT (permissive) · 2b891d6e13741183 · report
filter_state mshukor/eP-ALM/models/utils.py official repository unverified MIT (permissive) · e3e2a8940b84fca0 · report
print_trainable_params_percentage mshukor/eP-ALM/models/utils.py official repository unverified MIT (permissive) · 6acafcd14371ead2 · report
rank_answer mshukor/eP-ALM/models/epalm.py official repository unverified MIT (permissive) · 95d5fda3063a7f2e · report
tile mshukor/eP-ALM/models/opt.py official repository unverified MIT (permissive) · 41a81099fded79c2 · report

Tasks

In-Context LearningVisual Question Answering (VQA)

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