Papers › Vamos: Versatile Action Models for Video Understanding

Vamos: Versatile Action Models for Video Understanding

22 Nov 2023arXiv:2311.13627archive 2025-07-28

Shijie Wang, Qi Zhao, Minh Quan Do, Nakul Agarwal, Kwonjoon Lee, Chen Sun

What makes good representations for video understanding, such as anticipating future activities, or answering video-conditioned questions? While earlier approaches focus on end-to-end learning directly from video pixels, we propose to revisit text-based representations, such as general-purpose video captions, which are interpretable and can be directly consumed by large language models (LLMs). Intuitively, different video understanding tasks may require representations that are complementary and at different granularity. To this end, we propose versatile action models (Vamos), a learning framework powered by a large language model as the ``reasoner'', and can flexibly leverage visual embedding and free-form text descriptions as its input. To interpret the important text evidence for question answering, we generalize the concept bottleneck model to work with tokens and nonlinear models, which uses hard attention to select a small subset of tokens from the free-form text as inputs to the LLM reasoner. We evaluate Vamos on five complementary benchmarks, Ego4D, NeXT-QA, IntentQA, Spacewalk-18, and EgoSchema, on its capability to model temporal dynamics, encode visual history, and perform reasoning. Surprisingly, we observe that text-based representations consistently achieve competitive performance on all benchmarks, and that visual embeddings provide marginal or no performance improvement, demonstrating the effectiveness of text-based video representation in the LLM era. We also demonstrate that our token bottleneck model is able to select relevant evidence from free-form text, support test-time intervention, and achieves nearly 5 times inference speedup while keeping a competitive question answering performance. Code and models are publicly released at https://brown-palm.github.io/Vamos/

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

Code

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

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

brown-palm/Vamos officialmentioned 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

8 samples harvested; 7 ran; 1 honoured the contract we drafted; 1 has 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 · honoured contract
1ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
3ran
1unverified

Licence: 0 of the 8 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 brown-palm/Vamos. “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.

adjust_learning_rate brown-palm/Vamos/finetune/util/lr_sched.py official repository ran · honoured contract MIT (permissive) · bd3578806ecf5ac2 · report
all_reduce_mean brown-palm/Vamos/finetune/util/misc.py official repository ran fingerprinted MIT (permissive) · 3dc19396537db789 · report
getCount brown-palm/Vamos/finetune/util/misc.py official repository ran fingerprinted MIT (permissive) · 9c4265cdca5af37c · report
precompute_freqs_cis brown-palm/Vamos/finetune/llama/model.py official repository ran · violated contract MIT (permissive) · 14a84c2cbfebc413 · report
reshape_for_broadcast brown-palm/Vamos/finetune/llama/model.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 70bf6ebaafd266c4 · report
sample_top_p brown-palm/Vamos/finetune/llama/generation.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 8845976729f4c4ee · report
set_precision brown-palm/Vamos/finetune/llama/model.py official repository ran MIT (permissive) · a65fdcad6fda1883 · report
get_grad_norm_ brown-palm/Vamos/finetune/util/misc.py official repository unverified MIT (permissive) · ba1356e8ceb654d2 · report

Tasks

Hard AttentionLanguage ModellingLarge Language ModelQuestion AnsweringVideo Question AnsweringVideo UnderstandingZero-Shot Video Question Answer

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Question Answering NExT-QA Vamos Accuracy 77.3 #21 of 47 Archive leaderboard report
Zero-Shot Video Question Answer EgoSchema (fullset) Vamos (GPT-4o) Accuracy 53.6 #15 of 29 Archive leaderboard report
Zero-Shot Video Question Answer EgoSchema (fullset) Vamos (GPT-4) Accuracy 48.3 #19 of 29 Archive leaderboard report
Zero-Shot Video Question Answer EgoSchema (fullset) Vamos (13B) Accuracy 36.7 #22 of 29 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Focus

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