Online Visual Vocabulary Pruning Using Pairwise Constraints
Abstract
Given a pair of images represented using bag-of-visual-words and a label corresponding to whether the images are “related”(must-link constraint) or “unrelated” (cannot-link constraint), we address the problem of selecting a subset of visual words that are salient in explaining the relation between the image pair. In particular, a subset of features is selected such that the distance computed using these features satisfies the given pairwise constraints. An efficient online feature selection algorithm is presented based on the dual-gradient descent approach. Side information in the form of pair-wise constraints is incorporated into the feature selection stage, providing the user with flexibility to use an unsupervised or semi-supervised algorithm at a later stage. Correlated subsets of visual words, usually resulting from hierarchical quantization process (called groups), are exploited to select a significantly smaller vocabulary. A group-LASSO regularizer is used to drive as many feature weights to zero as possible. We evaluate the quality of the pruned vocabulary by clustering the data using the resulting feature subset. Experiments on PASCAL VOC 2007 dataset using 5000 visual keywords, resulted in around 80% reduction in the number of keywords, with little or no loss in performance.
Cite
Text
Mallapragada et al. "Online Visual Vocabulary Pruning Using Pairwise Constraints." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540062Markdown
[Mallapragada et al. "Online Visual Vocabulary Pruning Using Pairwise Constraints." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/mallapragada2010cvpr-online/) doi:10.1109/CVPR.2010.5540062BibTeX
@inproceedings{mallapragada2010cvpr-online,
title = {{Online Visual Vocabulary Pruning Using Pairwise Constraints}},
author = {Mallapragada, Pavan Kumar and Jin, Rong and Jain, Anil K.},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2010},
pages = {3073-3080},
doi = {10.1109/CVPR.2010.5540062},
url = {https://mlanthology.org/cvpr/2010/mallapragada2010cvpr-online/}
}