paper-with-me

Papers

Visual Word Selection without Re-Coding and Re-Pooling

2014-07-23 · Fatih Cakir, Stan Sclaroff

The Bag-of-Words (BoW) representation is widely used in computer vision. The size of the codebook impacts the time and space complexity of the applications that use BoW. Thus, given a training set for a particular computer vision task, a key problem is pruning a large codebook to select only a subset of visual words. Evaluating possible selections of words to be included in the pruned codebook can be computationally prohibitive; in a brute-force scheme, evaluating each pruned codebook requires re-coding of all features extracted from training images to words in the candidate codebook and then re-pooling the words to obtain a representation of each image, e.g., histogram of visual word frequencies. In this paper, a method is proposed that selects and evaluates a subset of words from an initially large codebook, without the need for re-coding or re-pooling. Formulations are proposed for two commonly-used schemes: hard and soft (kernel) coding of visual words with average-pooling. The effectiveness of these formulations is evaluated on the 15 Scenes and Caltech 10 benchmarks.

📄 PDF Abstract BibTeX arXiv:1407.6174

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generalized Max Pooling

2014-06-02 · CVPR 2014 6 · Naila Murray, Florent Perronnin

State-of-the-art patch-based image representations involve a pooling operation that aggregates statistics computed from local descriptors. Standard pooling operations include sum- and max-pooling. Sum-pooling lacks discr…

image-classificationImage Classification

Building Sequential Inference Models for End-to-End Response Selection

2018-12-03 · Jia-Chen Gu, Zhen-Hua Ling, Yu-Ping Ruan, Quan Liu

This paper presents an end-to-end response selection model for Track 1 of the 7th Dialogue System Technology Challenges (DSTC7). This task focuses on selecting the correct next utterance from a set of candidates given a …

Conversational Response SelectionDescriptiveWord Embeddings

Active Vision for Deep Visual Learning: A Unified Pooling Framework

2022-10-10 · journal 2022 10 · Nan Guo、 Ke Gu、Junfei Qiao、Hantao Liu

Convolutional neural networks (CNNs) can be generally regarded as learning-based visual systems for computer vision tasks. By imitating the operating mechanism of the human visual system (HVS), CNNs can even achieve bett…

Weakly-Supervised Semantic Segmentation with Visual Words Learning and Hybrid Pooling

2022-02-10 · Lixiang Ru, Bo Du, Yibing Zhan, Chen Wu

Weakly-Supervised Semantic Segmentation (WSSS) methods with image-level labels generally train a classification network to generate the Class Activation Maps (CAMs) as the initial coarse segmentation labels. However, cur…

ClassificationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

Bags of Local Convolutional Features for Scalable Instance Search

2016-04-15 · Eva Mohedano, Amaia Salvador, Kevin McGuinness, Ferran Marques 외

This work proposes a simple instance retrieval pipeline based on encoding the convolutional features of CNN using the bag of words aggregation scheme (BoW). Assigning each local array of activations in a convolutional la…

Instance SearchRerankingRetrieval