paper-with-me

홈 › Papers

Identity-Aware Multi-Sentence Video Description

2020-08-22 · ECCV 2020 8 · Jae Sung Park, Trevor Darrell, Anna Rohrbach

Standard video and movie description tasks abstract away from person identities, thus failing to link identities across sentences. We propose a multi-sentence Identity-Aware Video Description task, which overcomes this limitation and requires to re-identify persons locally within a set of consecutive clips. We introduce an auxiliary task of Fill-in the Identity, that aims to predict persons' IDs consistently within a set of clips, when the video descriptions are given. Our proposed approach to this task leverages a Transformer architecture allowing for coherent joint prediction of multiple IDs. One of the key components is a gender-aware textual representation as well an additional gender prediction objective in the main model. This auxiliary task allows us to propose a two-stage approach to Identity-Aware Video Description. We first generate multi-sentence video descriptions, and then apply our Fill-in the Identity model to establish links between the predicted person entities. To be able to tackle both tasks, we augment the Large Scale Movie Description Challenge (LSMDC) benchmark with new annotations suited for our problem statement. Experiments show that our proposed Fill-in the Identity model is superior to several baselines and recent works, and allows us to generate descriptions with locally re-identified people.

📄 PDF Abstract BibTeX arXiv:2008.09791

Code (1)

jamespark3922/lsmdc-fillin 공식 구현 pytorch

Tasks

Gender PredictionSentenceVideo Description

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
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…
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…
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…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Player-Centric Multimodal Prompt Generation for Large Language Model Based Identity-Aware Basketball Video Captioning

2025-07-27 · Zeyu Xi, Haoying Sun, Yaofei Wu, Junchi Yan 외 arxiv

Existing sports video captioning methods often focus on the action yet overlook player identities, limiting their applicability. Although some methods integrate extra information to generate identity-aware descriptions, …

Information ExtractionVideo Captioning

Identity-Aware Textual-Visual Matching with Latent Co-attention

2017-08-07 · ICCV 2017 10 · Shuang Li, Tong Xiao, Hongsheng Li, Wei Yang 외

Textual-visual matching aims at measuring similarities between sentence descriptions and images. Most existing methods tackle this problem without effectively utilizing identity-level annotations. In this paper, we propo…

SentenceText based Person Retrieval

Identity-Preserving Text-to-Video Generation via Training-Free Prompt, Image, and Guidance Enhancement

2025-09-01 · Jiayi Gao, Changcheng Hua, Qingchao Chen, Yuxin Peng 외 arxiv

Identity-preserving text-to-video (IPT2V) generation creates videos faithful to both a reference subject image and a text prompt. While fine-tuning large pretrained video diffusion models on ID-matched data achieves stat…

Text-to-Video GenerationImage Enhancement

VideoGen-of-Thought: Step-by-step generating multi-shot video with minimal manual intervention

2025-03-19 · Mingzhe Zheng, Yongqi Xu, Haojian Huang, Xuran Ma 외

Current video generation models excel at short clips but fail to produce cohesive multi-shot narratives due to disjointed visual dynamics and fractured storylines. Existing solutions either rely on extensive manual scrip…

Video Generation

Coherent Multi-Sentence Video Description with Variable Level of Detail

2014-03-24 · Anna Senina, Marcus Rohrbach, Wei Qiu, Annemarie Friedrich 외

Humans can easily describe what they see in a coherent way and at varying level of detail. However, existing approaches for automatic video description are mainly focused on single sentence generation and produce descrip…

SentenceVideo Description