CVJun 5, 2015

Sentence Directed Video Object Codetection

arXiv:1506.02059v21 citations
Originality Incremental advance
AI Analysis

This addresses the problem of detecting less salient objects in videos for computer vision applications, though it is incremental as it builds on existing codetection methods.

The paper tackles video object codetection by using sentences as weak semantic constraints to detect small or medium-sized objects, achieving average IoU scores of 0.423 on a new dataset and 0.373 on an existing one.

We tackle the problem of video object codetection by leveraging the weak semantic constraint implied by sentences that describe the video content. Unlike most existing work that focuses on codetecting large objects which are usually salient both in size and appearance, we can codetect objects that are small or medium sized. Our method assumes no human pose or depth information such as is required by the most recent state-of-the-art method. We employ weak semantic constraint on the codetection process by pairing the video with sentences. Although the semantic information is usually simple and weak, it can greatly boost the performance of our codetection framework by reducing the search space of the hypothesized object detections. Our experiment demonstrates an average IoU score of 0.423 on a new challenging dataset which contains 15 object classes and 150 videos with 12,509 frames in total, and an average IoU score of 0.373 on a subset of an existing dataset, originally intended for activity recognition, which contains 5 object classes and 75 videos with 8,854 frames in total.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes