paper-with-me

Papers

When VLAD met Hilbert

2015-07-30 · CVPR 2016 6 · Mehrtash Harandi, Mathieu Salzmann, Fatih Porikli

Vectors of Locally Aggregated Descriptors (VLAD) have emerged as powerful image/video representations that compete with or even outperform state-of-the-art approaches on many challenging visual recognition tasks. In this paper, we address two fundamental limitations of VLAD: its requirement for the local descriptors to have vector form and its restriction to linear classifiers due to its high-dimensionality. To this end, we introduce a kernelized version of VLAD. This not only lets us inherently exploit more sophisticated classification schemes, but also enables us to efficiently aggregate non-vector descriptors (e.g., tensors) in the VLAD framework. Furthermore, we propose three approximate formulations that allow us to accelerate the coding process while still benefiting from the properties of kernel VLAD. Our experiments demonstrate the effectiveness of our approach at handling manifold-valued data, such as covariance descriptors, on several classification tasks. Our results also evidence the benefits of our nonlinear VLAD descriptors against the linear ones in Euclidean space using several standard benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1507.08373

Code (0)

등록된 구현이 없습니다.

Tasks

General Classification

Similar Papers 제목 키워드 기반

VLAD3: Encoding Dynamics of Deep Features for Action Recognition

2016-06-01 · CVPR 2016 6 · Yingwei Li, Weixin Li, Vijay Mahadevan, Nuno Vasconcelos

Previous approaches to action recognition with deep features tend to process video frames only within a small temporal region, and do not model long-range dynamic information explicitly. However, such information is impo…

Action RecognitionTemporal Action Localization

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