paper-with-me

홈 › Papers

Predicting Visual Features from Text for Image and Video Caption Retrieval

2017-09-05 · Jianfeng Dong, Xirong Li, Cees G. M. Snoek

This paper strives to find amidst a set of sentences the one best describing the content of a given image or video. Different from existing works, which rely on a joint subspace for their image and video caption retrieval, we propose to do so in a visual space exclusively. Apart from this conceptual novelty, we contribute \emph{Word2VisualVec}, a deep neural network architecture that learns to predict a visual feature representation from textual input. Example captions are encoded into a textual embedding based on multi-scale sentence vectorization and further transferred into a deep visual feature of choice via a simple multi-layer perceptron. We further generalize Word2VisualVec for video caption retrieval, by predicting from text both 3-D convolutional neural network features as well as a visual-audio representation. Experiments on Flickr8k, Flickr30k, the Microsoft Video Description dataset and the very recent NIST TrecVid challenge for video caption retrieval detail Word2VisualVec's properties, its benefit over textual embeddings, the potential for multimodal query composition and its state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:1709.01362

Code (1)

danieljf24/w2vv 공식 구현 tf

Tasks

RetrievalSentenceVideo Description

Similar Papers 제목 키워드 기반

Revisiting Feature Prediction for Learning Visual Representations from Video

2024-02-15 · arXiv preprint 2024 2 · Adrien Bardes, Quentin Garrido, Jean Ponce, Xinlei Chen 외

This paper explores feature prediction as a stand-alone objective for unsupervised learning from video and introduces V-JEPA, a collection of vision models trained solely using a feature prediction objective, without the…

Prediction

Predicting Actions to Help Predict Translations

2019-08-05 · Zixiu Wu, Julia Ive, Josiah Wang, Pranava Madhyastha 외

We address the task of text translation on the How2 dataset using a state of the art transformer-based multimodal approach. The question we ask ourselves is whether visual features can support the translation process, in…

Translation

Predicting Salient Face in Multiple-Face Videos

2017-07-01 · CVPR 2017 7 · Yufan Liu, Songyang Zhang, Mai Xu, Xuming He

Although the recent success of convolutional neural network (CNN) advances state-of-the-art saliency prediction in static images, few work has addressed the problem of predicting attention in videos. On the other hand, w…

Saliency Prediction

Feature Re-Learning with Data Augmentation for Video Relevance Prediction

2020-04-08 · Jianfeng Dong, Xun Wang, Leimin Zhang, Chaoxi Xu 외

Predicting the relevance between two given videos with respect to their visual content is a key component for content-based video recommendation and retrieval. Thanks to the increasing availability of pre-trained image a…

Data AugmentationRetrievalTriplet

VisReflect: Latent Visual Reflection for Fine-Grained Perception in Long Visual Context

2026-06-29 · Xiaoqian Shen, Mohamed Elhoseiny arxiv

Large Vision Language Models (LVLMs) have achieved remarkable success on vision-language tasks, yet fine-grained perception over high-resolution images and long-context videos remains challenging. As the number of visual…