Yuki Asano, Christian Rupprecht, James Thewlis, Laura Hanu
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.
| Repository | Role | Ran |
|---|---|---|
| unitaryai/VTC | — | 2 of 2 |
| Function | Status | Where 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") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
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.
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.