paper-with-me

Papers

Vectors of Locally Aggregated Centers for Compact Video Representation

2015-09-13 · Alhabib Abbas, Nikos Deligiannis, Yiannis Andreopoulos

We propose a novel vector aggregation technique for compact video representation, with application in accurate similarity detection within large video datasets. The current state-of-the-art in visual search is formed by the vector of locally aggregated descriptors (VLAD) of Jegou et. al. VLAD generates compact video representations based on scale-invariant feature transform (SIFT) vectors (extracted per frame) and local feature centers computed over a training set. With the aim to increase robustness to visual distortions, we propose a new approach that operates at a coarser level in the feature representation. We create vectors of locally aggregated centers (VLAC) by first clustering SIFT features to obtain local feature centers (LFCs) and then encoding the latter with respect to given centers of local feature centers (CLFCs), extracted from a training set. The sum-of-differences between the LFCs and the CLFCs are aggregated to generate an extremely-compact video description used for accurate video segment similarity detection. Experimentation using a video dataset, comprising more than 1000 minutes of content from the Open Video Project, shows that VLAC obtains substantial gains in terms of mean Average Precision (mAP) against VLAD and the hyper-pooling method of Douze et. al., under the same compaction factor and the same set of distortions.

📄 PDF Abstract BibTeX arXiv:1509.03844

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringVideo Description

Similar Papers 제목 키워드 기반

Spatio-Temporal Vector of Locally Max Pooled Features for Action Recognition in Videos

2017-07-01 · CVPR 2017 7 · Ionut Cosmin Duta, Bogdan Ionescu, Kiyoharu Aizawa, Nicu Sebe

We introduce Spatio-Temporal Vector of Locally Max Pooled Features (ST-VLMPF), a super vector-based encoding method specifically designed for local deep features encoding. The proposed method addresses an important prob…

Action RecognitionAction Recognition In VideosTemporal Action LocalizationVideo Understanding

ScaleVLAD: Improving Multimodal Sentiment Analysis via Multi-Scale Fusion of Locally Descriptors

2021-12-02 · Huaishao Luo, Lei Ji, Yanyong Huang, Bin Wang 외

Fusion technique is a key research topic in multimodal sentiment analysis. The recent attention-based fusion demonstrates advances over simple operation-based fusion. However, these fusion works adopt single-scale, i.e.,…

Multimodal Sentiment AnalysisSentiment Analysis

Dynamically Encoded Actions Based on Spacetime Saliency

2015-06-01 · CVPR 2015 6 · Christoph Feichtenhofer, Axel Pinz, Richard P. Wildes

Human actions typically occur over a well localized extent in both space and time. Similarly, as typically captured in video, human actions have small spatiotemporal support in image space. This paper capitalizes on thes…

Action RecognitionTemporal Action Localization

T2VLAD: Global-Local Sequence Alignment for Text-Video Retrieval

2021-04-20 · CVPR 2021 1 · Xiaohan Wang, Linchao Zhu, Yi Yang

Text-video retrieval is a challenging task that aims to search relevant video contents based on natural language descriptions. The key to this problem is to measure text-video similarities in a joint embedding space. How…

RetrievalVideo Retrieval

Using Apache Lucene to Search Vector of Locally Aggregated Descriptors

2016-04-19 · Giuseppe Amato, Paolo Bolettieri, Fabrizio Falchi, Claudio Gennaro 외

Surrogate Text Representation (STR) is a profitable solution to efficient similarity search on metric space using conventional text search engines, such as Apache Lucene. This technique is based on comparing the permutat…