paper-with-me

Papers

Advancing High-Resolution Video-Language Representation with Large-Scale Video Transcriptions

2021-11-19 · CVPR 2022 1 · Hongwei Xue, Tiankai Hang, Yanhong Zeng, Yuchong Sun, Bei Liu, Huan Yang, Jianlong Fu, Baining Guo

We study joint video and language (VL) pre-training to enable cross-modality learning and benefit plentiful downstream VL tasks. Existing works either extract low-quality video features or learn limited text embedding, while neglecting that high-resolution videos and diversified semantics can significantly improve cross-modality learning. In this paper, we propose a novel High-resolution and Diversified VIdeo-LAnguage pre-training model (HD-VILA) for many visual tasks. In particular, we collect a large dataset with two distinct properties: 1) the first high-resolution dataset including 371.5k hours of 720p videos, and 2) the most diversified dataset covering 15 popular YouTube categories. To enable VL pre-training, we jointly optimize the HD-VILA model by a hybrid Transformer that learns rich spatiotemporal features, and a multimodal Transformer that enforces interactions of the learned video features with diversified texts. Our pre-training model achieves new state-of-the-art results in 10 VL understanding tasks and 2 more novel text-to-visual generation tasks. For example, we outperform SOTA models with relative increases of 40.4% R@1 in zero-shot MSR-VTT text-to-video retrieval task and 55.4% in high-resolution dataset LSMDC. The learned VL embedding is also effective in generating visually pleasing and semantically relevant results in text-to-visual editing and super-resolution tasks.

📄 PDF Abstract BibTeX arXiv:2111.10337

Code (1)

microsoft/xpretrain 공식 구현 pytorch

Tasks

RetrievalSuper-ResolutionText to Video RetrievalVideo RetrievalVocal Bursts Intensity PredictionZero-Shot Video Retrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

GazeLLM: Multimodal LLMs incorporating Human Visual Attention

2025-03-31 · Jun Rekimoto

Large Language Models (LLMs) are advancing into Multimodal LLMs (MLLMs), capable of processing image, audio, and video as well as text. Combining first-person video, MLLMs show promising potential for understanding human…

Breaking the Encoder Barrier for Seamless Video-Language Understanding

2025-03-24 · Handong Li, Yiyuan Zhang, Longteng Guo, Xiangyu Yue 외

Most Video-Large Language Models (Video-LLMs) adopt an encoder-decoder framework, where a vision encoder extracts frame-wise features for processing by a language model. However, this approach incurs high computational c…

DecoderLanguage ModelingLanguage ModellingRepresentation Learning+1

A Survey on Super Resolution for video Enhancement Using GAN

2023-12-27 · Ankush Maity, Roshan Pious, Sourabh Kumar Lenka, Vishal Choudhary 외

This compilation of various research paper highlights provides a comprehensive overview of recent developments in super-resolution image and video using deep learning algorithms such as Generative Adversarial Networks. T…

SSIMSuper-ResolutionSurveyVideo Enhancement+1

LOVE-R1: Advancing Long Video Understanding with an Adaptive Zoom-in Mechanism via Multi-Step Reasoning

2025-09-29 · Shenghao Fu, Qize Yang, Yuan-Ming Li, Xihan Wei 외 arxiv

Long video understanding is still challenging for recent Large Video-Language Models (LVLMs) due to the conflict between long-form temporal understanding and detailed spatial perception. LVLMs with a uniform frame sampli…

HiVLP: Hierarchical Interactive Video-Language Pre-Training

2023-01-01 · ICCV 2023 1 · Bin Shao, Jianzhuang Liu, Renjing Pei, Songcen Xu 외

Video-Language Pre-training (VLP) has become one of the most popular research topics in deep learning. However, compared to image-language pre-training, VLP has lagged far behind due to the lack of large amounts of v…

RetrievalSelf-Supervised LearningText RetrievalVideo Captioning+2