SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2210.10820 · ECCV · 2022

VTC: Improving Video-Text Retrieval with User Comments

Yuki Asano, Christian Rupprecht, James Thewlis, Laura Hanu

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
unitaryai/VTC — 2 of 2
FunctionStatusWhere it lives
attn Ran unitaryai/VTC/model/timesformer_clip.py
pointer only (licence: NONE) · get_code("544c604bc4f58d28")
multi_head_attention_space Ran unitaryai/VTC/model/timesformer_clip.py
pointer only (licence: NONE) · get_code("4eab1328b9ff1e72")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Multi-modal retrieval is an important problem for many applications, such as recommendation and search. Current benchmarks and even datasets are often manually constructed and consist of mostly clean samples where all modalities are well-correlated with the content. Thus, current video-text retrieval literature largely focuses on video titles or audio transcripts, while ignoring user comments, since users often tend to discuss topics only vaguely related to the video. Despite the ubiquity of user comments online, there is currently no multi-modal representation learning datasets that includes comments. In this paper, we a) introduce a new dataset of videos, titles and comments; b) present an attention-based mechanism that allows the model to learn from sometimes irrelevant data such as comments; c) show that by using comments, our method is able to learn better, more contextualised, representations for image, video and audio representations. Project page: https://unitaryai.github. io/vtc-paper.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2210.10820")
get_code_for_paper("2210.10820")
have("2210.10820")

Connect an agent — have() is free.