paper-with-me

홈 › Papers

AutoAD: Movie Description in Context

2023-03-29 · CVPR 2023 1 · Tengda Han, Max Bain, Arsha Nagrani, Gül Varol, Weidi Xie, Andrew Zisserman

The objective of this paper is an automatic Audio Description (AD) model that ingests movies and outputs AD in text form. Generating high-quality movie AD is challenging due to the dependency of the descriptions on context, and the limited amount of training data available. In this work, we leverage the power of pretrained foundation models, such as GPT and CLIP, and only train a mapping network that bridges the two models for visually-conditioned text generation. In order to obtain high-quality AD, we make the following four contributions: (i) we incorporate context from the movie clip, AD from previous clips, as well as the subtitles; (ii) we address the lack of training data by pretraining on large-scale datasets, where visual or contextual information is unavailable, e.g. text-only AD without movies or visual captioning datasets without context; (iii) we improve on the currently available AD datasets, by removing label noise in the MAD dataset, and adding character naming information; and (iv) we obtain strong results on the movie AD task compared with previous methods.

📄 PDF Abstract BibTeX arXiv:2303.16899

Code (1)

Soldelli/MAD 공식 구현 pytorch

Tasks

Image CaptioningText Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

AutoAD-Zero: A Training-Free Framework for Zero-Shot Audio Description

2024-07-22 · Junyu Xie, Tengda Han, Max Bain, Arsha Nagrani 외

Our objective is to generate Audio Descriptions (ADs) for both movies and TV series in a training-free manner. We use the power of off-the-shelf Visual-Language Models (VLMs) and Large Language Models (LLMs), and develop…

Sentence

AutoAD II: The Sequel -- Who, When, and What in Movie Audio Description

2023-10-10 · Tengda Han, Max Bain, Arsha Nagrani, Gül Varol 외

Audio Description (AD) is the task of generating descriptions of visual content, at suitable time intervals, for the benefit of visually impaired audiences. For movies, this presents notable challenges -- AD must occur o…

Language ModellingText Generation

AutoAD II: The Sequel - Who, When, and What in Movie Audio Description

2023-01-01 · ICCV 2023 1 · Tengda Han, Max Bain, Arsha Nagrani, Gul Varol 외

Audio Description (AD) is the task of generating descriptions of visual content, at suitable time intervals, for the benefit of visually impaired audiences. For movies, this presents notable challenges -- AD must occ…

Language ModellingText Generation

AutoAD III: The Prequel -- Back to the Pixels

2024-04-22 · Tengda Han, Max Bain, Arsha Nagrani, Gül Varol 외

Generating Audio Description (AD) for movies is a challenging task that requires fine-grained visual understanding and an awareness of the characters and their names. Currently, visual language models for AD generation a…

AutoAD III: The Prequel - Back to the Pixels

2024-01-01 · CVPR 2024 1 · Tengda Han, Max Bain, Arsha Nagrani, Gül Varol 외

Generating Audio Description (AD) for movies is a challenging task that requires fine-grained visual understanding and an awareness of the characters and their names. Currently visual language models for AD generatio…