Papers › PPLLaVA: Varied Video Sequence Understanding With Prompt Guidance

PPLLaVA: Varied Video Sequence Understanding With Prompt Guidance

4 Nov 2024arXiv:2411.02327archive 2025-07-28

Ruyang Liu, Haoran Tang, Haibo Liu, Yixiao Ge, Ying Shan, Chen Li, Jiankun Yang

The past year has witnessed the significant advancement of video-based large language models. However, the challenge of developing a unified model for both short and long video understanding remains unresolved. Most existing video LLMs cannot handle hour-long videos, while methods custom for long videos tend to be ineffective for shorter videos and images. In this paper, we identify the key issue as the redundant content in videos. To address this, we propose a novel pooling strategy that simultaneously achieves token compression and instruction-aware visual feature aggregation. Our model is termed Prompt-guided Pooling LLaVA, or PPLLaVA for short. Specifically, PPLLaVA consists of three core components: the CLIP-based visual-prompt alignment that extracts visual information relevant to the user's instructions, the prompt-guided pooling that compresses the visual sequence to arbitrary scales using convolution-style pooling, and the clip context extension designed for lengthy prompt common in visual dialogue. Moreover, our codebase also integrates the most advanced video Direct Preference Optimization (DPO) and visual interleave training. Extensive experiments have validated the performance of our model. With superior throughput and only 1024 visual context, PPLLaVA achieves better results on image benchmarks as a video LLM, while achieving state-of-the-art performance across various video benchmarks, excelling in tasks ranging from caption generation to multiple-choice questions, and handling video lengths from seconds to hours. Codes have been available at https://github.com/farewellthree/PPLLaVA.

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

Code

Syntology Ran 2 of 9 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · fixture could not drive it.

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

farewellthree/ppllava officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

9 samples harvested; 2 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.

1ran · violated contract
1ran · fixture could not drive it
7unverified

Licence: 3 of the 9 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 farewellthree/ppllava. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

disabled_train farewellthree/ppllava/ppllava/models/blip2.py official repository ran · violated contract Apache-2.0 (permissive) · 4cb732f513d69dfd · report
all_gather_with_grad farewellthree/ppllava/ppllava/models/base_model.py official repository unverified Apache-2.0 (permissive) · 0ec9fc2025c16f65 · report
create_eva_vit_g farewellthree/ppllava/ppllava/models/eva_vit.py official repository unverified Apache-2.0 (permissive) · e3d9aac39bcef7a7 · report
drop_path farewellthree/ppllava/ppllava/models/clip_btadapter.py official repository unverified Apache-2.0 (permissive) · 9a83c0663b6afcd4 · report
is_transformers_greater_than farewellthree/ppllava/ppllava/import_utils.py official repository unverified Apache-2.0 (permissive) · f4334934ee795269 · report
tile farewellthree/ppllava/ppllava/models/base_model.py official repository unverified Apache-2.0 (permissive) · ded9fb4cd3944865 · report
split_to_even_chunks identical code first harvested elsewhere ran · fixture could not drive it licence of this copy not recorded · 10893c4608c08075 · report
get_mm_adapter_state_maybe_zero_3 identical code first harvested elsewhere unverified licence of this copy not recorded · bb35e3ac741bb2c9 · report
maybe_zero_3 identical code first harvested elsewhere unverified licence of this copy not recorded · 735025744c1ab0cf · report

Tasks

Caption GenerationMultiple-choiceVideo Question AnsweringVideo UnderstandingVideo-based Generative Performance BenchmarkingVideo-based Generative Performance Benchmarking (Consistency)Video-based Generative Performance Benchmarking (Contextual Understanding)Video-based Generative Performance Benchmarking (Correctness of Information)Video-based Generative Performance Benchmarking (Detail Orientation))Video-based Generative Performance Benchmarking (Temporal Understanding)Zero-Shot Video Question Answer

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Question Answering MVBench PPLLaVA (7b) Avg. 59.2 #9 of 22 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B-dpo Consistency 3.81 #1 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B-dpo Contextual Understanding 4.21 #1 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B-dpo Correctness of Information 3.85 #1 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B-dpo Detail Orientation 3.56 #1 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B-dpo Temporal Understanding 3.21 #1 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B-dpo mean 3.73 #1 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B Consistency 3.20 #5 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B Contextual Understanding 3.88 #5 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B Correctness of Information 3.32 #5 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B Detail Orientation 3.20 #5 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B Temporal Understanding 3.0 #5 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking VideoInstruct PPLLaVA-7B mean 3.32 #5 of 23 Archive leaderboard report
Video-based Generative Performance Benchmarking (Consistency) VideoInstruct PPLLaVA-7B gpt-score 3.81 #1 of 18 Archive leaderboard report
Video-based Generative Performance Benchmarking (Contextual Understanding) VideoInstruct PPLLaVA-7B gpt-score 4.21 #1 of 18 Archive leaderboard report
Video-based Generative Performance Benchmarking (Correctness of Information) VideoInstruct PPLLaVA-7B gpt-score 3.85 #1 of 18 Archive leaderboard report
Video-based Generative Performance Benchmarking (Detail Orientation)) VideoInstruct PPLLaVA-7B gpt-score 3.56 #1 of 18 Archive leaderboard report
Video-based Generative Performance Benchmarking (Temporal Understanding) VideoInstruct PPLLaVA-7B gpt-score 3.21 #1 of 18 Archive leaderboard report
Zero-Shot Video Question Answer ActivityNet-QA PPLLaVA-7B Accuracy 60.7 #3 of 28 Archive leaderboard report
Zero-Shot Video Question Answer ActivityNet-QA PPLLaVA-7B Confidence Score 3.6 #3 of 28 Archive leaderboard report
Zero-Shot Video Question Answer MSRVTT-QA PPLLaVA-7B Accuracy 64.3 #8 of 30 Archive leaderboard report
Zero-Shot Video Question Answer MSRVTT-QA PPLLaVA-7B Confidence Score 3.5 #8 of 30 Archive leaderboard report
Zero-Shot Video Question Answer MSVD-QA PPLLaVA-7B Accuracy 77.1 #9 of 28 Archive leaderboard report
Zero-Shot Video Question Answer MSVD-QA PPLLaVA-7B Confidence Score 4.0 #9 of 28 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

CLIP

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