Papers › CREMA: Generalizable and Efficient Video-Language Reasoning via Multimodal Modular Fusion

CREMA: Generalizable and Efficient Video-Language Reasoning via Multimodal Modular Fusion

8 Feb 2024arXiv:2402.05889archive 2025-07-28

Shoubin Yu, Jaehong Yoon, Mohit Bansal

Despite impressive advancements in recent multimodal reasoning approaches, they are still limited in flexibility and efficiency, as these models typically process only a few fixed modality inputs and require updates to numerous parameters. This paper tackles these critical challenges and proposes CREMA, a generalizable, highly efficient, and modular modality-fusion framework that can incorporate any new modality to enhance video reasoning. We first augment multiple informative modalities (such as optical flow, 3D point cloud, audio, thermal heatmap, and touch map) from given videos without extra human annotation by leveraging sensors or existing pre-trained models. Next, we introduce a query transformer with multiple parameter-efficient modules associated with each accessible modality. It projects diverse modality features to the LLM token embedding space, allowing the model to integrate different data types for response generation. Furthermore, we propose a novel progressive multimodal fusion design supported by a lightweight fusion module and modality-sequential training strategy. It helps compress information across various assisting modalities, maintaining computational efficiency in the LLM while improving performance. We validate our method on 7 video-language reasoning tasks assisted by diverse modalities, including conventional VideoQA and Video-Audio/3D/Touch/Thermal QA, and achieve better/equivalent performance against strong multimodal LLMs, including OneLLM, BLIP-2, and SeViLA while reducing over 90% trainable parameters. We provide extensive analyses of CREMA, including the impact of each modality on reasoning domains, the design of the fusion module, and example visualizations.

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

Code

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

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

Yui010206/CREMA officialmentioned on GitHubpytorchBSD-3-Clause 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

10 samples harvested; 8 ran; 0 honoured the contract we drafted; 2 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.

1ran · our draft was wrong
1ran · fixture could not drive it
6ran
2unverified

Licence: 0 of the 10 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 Yui010206/CREMA. “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.

HardTopK Yui010206/CREMA/lavis/models/topk.py official repository ran BSD-3-Clause (permissive) · 02ce7520da6b7dcc · report
batched_index_select Yui010206/CREMA/lavis/models/topk.py official repository ran BSD-3-Clause (permissive) · 0c80b13bc50e20eb · report
extract_frames_from_indices Yui010206/CREMA/lavis/models/topk.py official repository ran BSD-3-Clause (permissive) · 4fa5290a1f6542b0 · report
getAttMap Yui010206/CREMA/lavis/common/gradcam.py official repository ran · fixture could not drive it fingerprinted BSD-3-Clause (permissive) · 7d214655954e2bc6 · report
interpolate_pos_embed Yui010206/CREMA/lavis/models/vit.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · c6ec173f19f5c34d · report
main_process Yui010206/CREMA/lavis/common/dist_utils.py official repository ran BSD-3-Clause (permissive) · 98589643273920ba · report
node_to_dict Yui010206/CREMA/lavis/common/config.py official repository ran BSD-3-Clause (permissive) · 791c72070c0b1cfb · report
tile Yui010206/CREMA/lavis/models/base_model.py official repository ran fingerprinted BSD-3-Clause (permissive) · cb33571427334815 · report
all_gather_with_grad Yui010206/CREMA/lavis/models/base_model.py official repository unverified BSD-3-Clause (permissive) · 0ec9fc2025c16f65 · report
download_cached_file Yui010206/CREMA/lavis/common/dist_utils.py official repository unverified BSD-3-Clause (permissive) · 643539116e049080 · report

Tasks

Computational EfficiencyMultimodal ReasoningOptical Flow EstimationQuestion AnsweringResponse GenerationVideo Question Answering

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Question Answering SQA3D CREMA AnswerExactMatch (Question Answering) 54.6 #1 of 7 Archive leaderboard report
Video Question Answering NExT-QA CREMA Accuracy 73.9 #26 of 47 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.

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