paper-with-me

Papers

VRFP: On-the-fly Video Retrieval using Web Images and Fast Fisher Vector Products

2015-12-10 · Xintong Han, Bharat Singh, Vlad I. Morariu, Larry S. Davis

VRFP is a real-time video retrieval framework based on short text input queries, which obtains weakly labeled training images from the web after the query is known. The retrieved web images representing the query and each database video are treated as unordered collections of images, and each collection is represented using a single Fisher Vector built on CNN features. Our experiments show that a Fisher Vector is robust to noise present in web images and compares favorably in terms of accuracy to other standard representations. While a Fisher Vector can be constructed efficiently for a new query, matching against the test set is slow due to its high dimensionality. To perform matching in real-time, we present a lossless algorithm that accelerates the inner product computation between high dimensional Fisher Vectors. We prove that the expected number of multiplications required decreases quadratically with the sparsity of Fisher Vectors. We are not only able to construct and apply query models in real-time, but with the help of a simple re-ranking scheme, we also outperform state-of-the-art automatic retrieval methods by a significant margin on TRECVID MED13 (3.5%), MED14 (1.3%) and CCV datasets (5.2%). We also provide a direct comparison on standard datasets between two different paradigms for automatic video retrieval - zero-shot learning and on-the-fly retrieval.

📄 PDF Abstract BibTeX arXiv:1512.03384

Code (0)

등록된 구현이 없습니다.

Tasks

Re-RankingRetrievalVideo RetrievalZero-Shot Learning

Similar Papers 제목 키워드 기반

GPU-FV: Realtime Fisher Vector and Its Applications in Video Monitoring

2016-04-12 · Wenying Ma, Liangliang Cao, Lei Yu, Guoping Long 외

Fisher vector has been widely used in many multimedia retrieval and visual recognition applications with good performance. However, the computation complexity prevents its usage in real-time video monitoring. In this wor…

CPUGPURetrieval

Faster gaze prediction with dense networks and Fisher pruning

2018-01-17 · Twitter 2018 1 · Lucas Theis, Iryna Korshunova, Alykhan Tejani, Ferenc Huszár

Predicting human fixations from images has recently seen large improvements by leveraging deep representations which were pretrained for object recognition. However, as we show in this paper, these networks are highly ov…

Gaze EstimationGaze PredictionKnowledge DistillationObject Recognition+2

Fast proxy centers for Jeffreys centroids: The Jeffreys-Fisher-Rao and the inductive Gauss-Bregman centers

2024-10-18 · Frank Nielsen

The symmetric Kullback-Leibler centroid also called the Jeffreys centroid of a set of mutually absolutely continuous probability distributions on a measure space provides a notion of centrality which has proven useful in…

Information Retrieval

Siamese Network of Deep Fisher-Vector Descriptors for Image Retrieval

2017-02-01 · Eng-Jon Ong, Sameed Husain, Miroslaw Bober

This paper addresses the problem of large scale image retrieval, with the aim of accurately ranking the similarity of a large number of images to a given query image. To achieve this, we propose a novel Siamese network. …

Image RetrievalRetrieval

Image Retrieval with Fisher Vectors of Binary Features

2016-09-27 · Yusuke Uchida, Shigeyuki Sakazawa, Shin'ichi Satoh

Recently, the Fisher vector representation of local features has attracted much attention because of its effectiveness in both image classification and image retrieval. Another trend in the area of image retrieval is the…

ClassificationGeneral Classificationimage-classificationImage Classification+2