paper-with-me

Papers

A Multi-scale Multiple Instance Video Description Network

2015-05-21 · Huijuan Xu, Subhashini Venugopalan, Vasili Ramanishka, Marcus Rohrbach, Kate Saenko

Generating natural language descriptions for in-the-wild videos is a challenging task. Most state-of-the-art methods for solving this problem borrow existing deep convolutional neural network (CNN) architectures (AlexNet, GoogLeNet) to extract a visual representation of the input video. However, these deep CNN architectures are designed for single-label centered-positioned object classification. While they generate strong semantic features, they have no inherent structure allowing them to detect multiple objects of different sizes and locations in the frame. Our paper tries to solve this problem by integrating the base CNN into several fully convolutional neural networks (FCNs) to form a multi-scale network that handles multiple receptive field sizes in the original image. FCNs, previously applied to image segmentation, can generate class heat-maps efficiently compared to sliding window mechanisms, and can easily handle multiple scales. To further handle the ambiguity over multiple objects and locations, we incorporate the Multiple Instance Learning mechanism (MIL) to consider objects in different positions and at different scales simultaneously. We integrate our multi-scale multi-instance architecture with a sequence-to-sequence recurrent neural network to generate sentence descriptions based on the visual representation. Ours is the first end-to-end trainable architecture that is capable of multi-scale region processing. Evaluation on a Youtube video dataset shows the advantage of our approach compared to the original single-scale whole frame CNN model. Our flexible and efficient architecture can potentially be extended to support other video processing tasks.

📄 PDF Abstract BibTeX arXiv:1505.05914

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationMultiple Instance LearningSemantic SegmentationSentenceVideo Description

Similar Papers 제목 키워드 기반

HTML: Hybrid Temporal-scale Multimodal Learning Framework for Referring Video Object Segmentation

2023-01-01 · ICCV 2023 1 · Mingfei Han, Yali Wang, Zhihui Li, Lina Yao 외

Referring Video Object Segmentation (RVOS) is to segment the object instance from a given video, according to the textual description of this object. However, in the open world, the object descriptions are often dive…

multimodal interactionObjectReferring Video Object SegmentationSemantic Segmentation+2

InstAP: Instance-Aware Vision-Language Pre-Train for Spatial-Temporal Understanding

2026-04-09 · Ashutosh Kumar, Rajat Saini, Jingjing Pan, Mustafa Erdogan 외 arxiv

Current vision-language pre-training (VLP) paradigms excel at global scene understanding but struggle with instance-level reasoning due to global-only supervision. We introduce InstAP, an Instance-Aware Pre-training fram…

Scene Understanding

Multimodal Visual Concept Learning with Weakly Supervised Techniques

2017-12-03 · CVPR 2018 6 · Giorgos Bouritsas, Petros Koutras, Athanasia Zlatintsi, Petros Maragos

Despite the availability of a huge amount of video data accompanied by descriptive texts, it is not always easy to exploit the information contained in natural language in order to automatically recognize video concepts.…

Action RecognitionDescriptiveMultiple Instance LearningSemantic Similarity+2

Learning to Track Instance from Single Nature Language Description

2026-05-08 · Yaozong Zheng, Bineng Zhong, Qihua Liang, Shuimu Zeng 외 arxiv

How to achieve vision-language (VL) tracking using natural language descriptions from a video sequence \textbf{without relying on any bounding-box ground truth}? In this work, we achieve this goal by tackling \textit{sel…

Self-Supervised Learning

Attentive Sequence to Sequence Translation for Localizing Clips of Interest by Natural Language Descriptions

2018-08-27 · Ke Ning, Linchao Zhu, Ming Cai, Yi Yang 외

We propose a novel attentive sequence to sequence translator (ASST) for clip localization in videos by natural language descriptions. We make two contributions. First, we propose a bi-directional Recurrent Neural Network…

TranslationVideo Description