paper-with-me

Papers

Align and Prompt: Video-and-Language Pre-training with Entity Prompts

2021-12-17 · CVPR 2022 1 · Dongxu Li, Junnan Li, Hongdong Li, Juan Carlos Niebles, Steven C. H. Hoi

Video-and-language pre-training has shown promising improvements on various downstream tasks. Most previous methods capture cross-modal interactions with a transformer-based multimodal encoder, not fully addressing the misalignment between unimodal video and text features. Besides, learning fine-grained visual-language alignment usually requires off-the-shelf object detectors to provide object information, which is bottlenecked by the detector's limited vocabulary and expensive computation cost. We propose Align and Prompt: an efficient and effective video-and-language pre-training framework with better cross-modal alignment. First, we introduce a video-text contrastive (VTC) loss to align unimodal video-text features at the instance level, which eases the modeling of cross-modal interactions. Then, we propose a new visually-grounded pre-training task, prompting entity modeling (PEM), which aims to learn fine-grained region-entity alignment. To achieve this, we first introduce an entity prompter module, which is trained with VTC to produce the similarity between a video crop and text prompts instantiated with entity names. The PEM task then asks the model to predict the entity pseudo-labels (i.e~normalized similarity scores) for randomly-selected video crops. The resulting pre-trained model achieves state-of-the-art performance on both text-video retrieval and videoQA, outperforming prior work by a substantial margin. Our code and pre-trained models are available at https://github.com/salesforce/ALPRO.

📄 PDF Abstract BibTeX arXiv:2112.09583

Code (1)

salesforce/alpro 공식 구현 pytorch

Tasks

cross-modal alignmentEntity AlignmentRetrievalVideo RetrievalVisual Question Answering (VQA)Zero-Shot Video Retrieval

Similar Papers 제목 키워드 기반

DyST-XL: Dynamic Layout Planning and Content Control for Compositional Text-to-Video Generation

2025-04-21 · Weijie He, Mushui Liu, Yunlong Yu, Zhao Wang 외

Compositional text-to-video generation, which requires synthesizing dynamic scenes with multiple interacting entities and precise spatial-temporal relationships, remains a critical challenge for diffusion-based models. E…

AttributeDenoisingText-to-Video GenerationVideo Alignment+1

KeyID: Decoupled Drafting and Keyframe Editing for Identity-Preserving Video Generation

2026-08-17 · Jianjie Luo, Yiming Zhong, Haoming Shen, Yupeng Xiao 외 arxiv

Identity-preserving video generation (IPVG) requires synthesizing videos that are faithful to both reference subjects and text prompts. Existing methods are often hindered by high tuning costs or limited input-level enha…

Video Generation

Temporal Contrastive Learning for Video Temporal Reasoning in Large Vision-Language Models

2024-12-16 · Rafael Souza, Jia-Hao Lim, Alexander Davis

Temporal reasoning is a critical challenge in video-language understanding, as it requires models to align semantic concepts consistently across time. While existing large vision-language models (LVLMs) and large languag…

Contrastive Learning

VideoStudio: Generating Consistent-Content and Multi-Scene Videos

2024-01-02 · Fuchen Long, Zhaofan Qiu, Ting Yao, Tao Mei

The recent innovations and breakthroughs in diffusion models have significantly expanded the possibilities of generating high-quality videos for the given prompts. Most existing works tackle the single-scene scenario wit…

DescriptiveVideo Generation

Prompt-Adapter Context Routing for Parameter-Efficient Multi-Shot Long Video Extrapolation

2026-07-07 · Anna Córdoba, Adam Puente Tercero, Nerea Angulo Hijo, Mar Linares Tercero 외 arxiv

We present PACR-Video, a parameter-efficient framework for multi-shot long video extrapolation that preserves recurring entities, scene structure, visual style, and causal progression without full generator fine-tuning. …