paper-with-me

홈 › Papers

All About VLAD

2013-06-01 · CVPR 2013 6 · Relja Arandjelovic, Andrew Zisserman

The objective of this paper is large scale object instance retrieval, given a query image. A starting point of such systems is feature detection and description, for example using SIFT. The focus of this paper, however, is towards very large scale retrieval where, due to storage requirements, very compact image descriptors are required and no information about the original SIFT descriptors can be accessed directly at run time. We start from VLAD, the state-of-the art compact descriptor introduced by J??gou et al. [8] for this purpose, and make three novel contributions: first, we show that a simple change to the normalization method significantly improves retrieval performance; second, we show that vocabulary adaptation can substantially alleviate problems caused when images are added to the dataset after initial vocabulary learning. These two methods set a new stateof-the-art over all benchmarks investigated here for both mid-dimensional (20k-D to 30k-D) and small (128-D) descriptors. Our third contribution is a multiple spatial VLAD representation, MultiVLAD, that allows the retrieval and localization of objects that only extend over a small part of an image (again without requiring use of the original image SIFT descriptors).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AllRetrieval

Similar Papers 제목 키워드 기반

More About VLAD: A Leap From Euclidean to Riemannian Manifolds

2015-06-01 · CVPR 2015 6 · Masoud Faraki, Mehrtash T. Harandi, Fatih Porikli

This paper takes a step forward in image and video coding by extending the well-known Vector of Locally Aggregated Descriptors (VLAD) onto an extensive space of curved Riemannian manifolds. We provide a comprehensive mat…

ClassificationFace RecognitionGeneral ClassificationScene Recognition

Multiple VLAD encoding of CNNs for image classification

2017-06-30 · Qing Li, Qiang Peng, Chuan Yan

Despite the effectiveness of convolutional neural networks (CNNs) especially in image classification tasks, the effect of convolution features on learned representations is still limited. It mostly focuses on the salient…

ClassificationGeneral Classificationimage-classificationImage Classification

Towards Good Practices for Action Video Encoding

2014-06-01 · CVPR 2014 6 · Jianxin Wu, Yu Zhang, Weiyao Lin

High dimensional representations such as VLAD or FV have shown excellent accuracy in action recognition. This paper shows that a proper encoding built upon VLAD can achieve further accuracy boost with only negligible com…

Action RecognitionTemporal Action Localization

Geometric VLAD for Large Scale Image Search

2014-03-15 · Zixuan Wang, Wei Di, Anurag Bhardwaj, Vignesh Jagadeesh 외

We present a novel compact image descriptor for large scale image search. Our proposed descriptor - Geometric VLAD (gVLAD) is an extension of VLAD (Vector of Locally Aggregated Descriptors) that incorporates weak geometr…

ClusteringImage RetrievalRetrieval

NeXtVLAD: An Efficient Neural Network to Aggregate Frame-level Features for Large-scale Video Classification

2018-11-12 · Rongcheng Lin, Jing Xiao, Jianping Fan

This paper introduces a fast and efficient network architecture, NeXtVLAD, to aggregate frame-level features into a compact feature vector for large-scale video classification. Briefly speaking, the basic idea is to deco…

Efficient Neural NetworkGeneral ClassificationVideo ClassificationVideo Understanding