Nearest Neighbor Search for Relevance Feedback

Abstract

We introduce the problem of repetitive nearest neighbor search in relevance feedback and propose an efficient search scheme for high dimensional feature spaces. Relevance feedback learning is a popular scheme used in content based image and video retrieval to support high-level concept queries. The paper addresses those scenarios in which a similarity or distance matrix is updated during each iteration of the relevance feedback search and a new set of nearest neighbors is computed. This repetitive nearest neighbor computation in high dimensional feature spaces is expensive, particularly when the number of items in the data set is large. In this context, we suggest a search algorithm that supports relevance feedback for the general quadratic distance metric. The scheme exploits correlations between two consecutive nearest neighbor sets thus significantly reducing the overall search complexity. Detailed experimental results are provided using 60 dimensional texture feature dataset.

Cite

Text

Tesic and Manjunath. "Nearest Neighbor Search for Relevance Feedback." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003. doi:10.1109/CVPR.2003.1211527

Markdown

[Tesic and Manjunath. "Nearest Neighbor Search for Relevance Feedback." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2003.](https://mlanthology.org/cvpr/2003/tesic2003cvpr-nearest/) doi:10.1109/CVPR.2003.1211527

BibTeX

@inproceedings{tesic2003cvpr-nearest,
  title     = {{Nearest Neighbor Search for Relevance Feedback}},
  author    = {Tesic, Jelena and Manjunath, B. S.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2003},
  pages     = {643-648},
  doi       = {10.1109/CVPR.2003.1211527},
  url       = {https://mlanthology.org/cvpr/2003/tesic2003cvpr-nearest/}
}