paper-with-me

홈 › Papers

VidLanKD: Improving Language Understanding via Video-Distilled Knowledge Transfer

2021-07-06 · NeurIPS 2021 12 · Zineng Tang, Jaemin Cho, Hao Tan, Mohit Bansal

Since visual perception can give rich information beyond text descriptions for world understanding, there has been increasing interest in leveraging visual grounding for language learning. Recently, vokenization (Tan and Bansal, 2020) has attracted attention by using the predictions of a text-to-image retrieval model as labels for language model supervision. Despite its success, the method suffers from approximation error of using finite image labels and the lack of vocabulary diversity of a small image-text dataset. To overcome these limitations, we present VidLanKD, a video-language knowledge distillation method for improving language understanding. We train a multi-modal teacher model on a video-text dataset, and then transfer its knowledge to a student language model with a text dataset. To avoid approximation error, we propose to use different knowledge distillation objectives. In addition, the use of a large-scale video-text dataset helps learn diverse and richer vocabularies. In our experiments, VidLanKD achieves consistent improvements over text-only language models and vokenization models, on several downstream language understanding tasks including GLUE, SQuAD, and SWAG. We also demonstrate the improved world knowledge, physical reasoning, and temporal reasoning capabilities of our model by evaluating on the GLUE-diagnostics, PIQA, and TRACIE datasets. Lastly, we present comprehensive ablation studies as well as visualizations of the learned text-to-video grounding results of our teacher and student language models. Our code and models are available at: https://github.com/zinengtang/VidLanKD

📄 PDF Abstract BibTeX arXiv:2107.02681

Code (1)

zinengtang/VidLanKD 공식 구현 pytorch

Tasks

Image RetrievalKnowledge DistillationLanguage ModelingLanguage ModellingRetrievalTransfer LearningVideo GroundingVisual GroundingWorld Knowledge

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Vokenization Vokenization is an approach for extrapolating multimodal alignments to language-only data by contextually mapping language tokens to their related images ("vokens") by…

Similar Papers 제목 키워드 기반

Video-Oasis: Rethinking Evaluation of Video Understanding

2026-07-02 · Geuntaek Lim, Sungjune Park, Jaeyun Lee, Inwoong Lee 외 hf

The inherent complexity of video understanding makes it difficult to determine whether Video-LLM benchmark performance stems from visual perception, linguistic reasoning, or knowledge priors. While many benchmarks have e…

Robustly Optimized and Distilled Training for Natural Language Understanding

2021-03-16 · Haytham ElFadeel, Stan Peshterliev

In this paper, we explore multi-task learning (MTL) as a second pretraining step to learn enhanced universal language representation for transformer language models. We use the MTL enhanced representation across several …

Knowledge DistillationMachine Reading ComprehensionMulti-Task LearningNatural Language Inference+2

Effectiveness of Chain-of-Thought in Distilling Reasoning Capability from Large Language Models

2025-11-07 · Cong-Thanh Do, Rama Doddipatla, Kate Knill arxiv

Chain-of-Thought (CoT) prompting is a widely used method to improve the reasoning capability of Large Language Models (LLMs). More recently, CoT has been leveraged in Knowledge Distillation (KD) to transfer reasoning cap…

Knowledge Distillation

Distilled Feature Fields Enable Few-Shot Language-Guided Manipulation

2023-07-27 · William Shen, Ge Yang, Alan Yu, Jansen Wong 외

Self-supervised and language-supervised image models contain rich knowledge of the world that is important for generalization. Many robotic tasks, however, require a detailed understanding of 3D geometry, which is often …

3D geometryFew-Shot LearningLanguage ModelingLanguage Modelling

MatchLM2Lite: A Scalable MLLM-to-Lite Framework for Reproduced Content Identification

2026-06-10 · Xiaotian Fan, Hiok Hian Ong, David Yuchen Wang, Zirui Zhu 외 arxiv

Content moderation is critical for online video platforms to ensure content safety, protect creators, and sustain positive user experiences. Beyond filtering harmful content, platforms must guarantee content authenticity…

Knowledge DistillationRecommendation Systems