Local Naive Bayes Nearest Neighbor for Image Classification
Sancho McCann, David G. Lowe

TL;DR
This paper introduces Local Naive Bayes Nearest Neighbor (NBNN), an improved image classification method that enhances accuracy and scalability by focusing on local neighborhoods, achieving significant speed-ups and outperforming previous NBNN approaches.
Contribution
The paper proposes a novel local NBNN algorithm that merges reference data for faster search and better accuracy, and provides the first direct comparison with spatial pyramid methods.
Findings
Increased classification accuracy over previous NBNN methods.
Run time grows logarithmically with the number of classes, enabling scalability.
Achieves 100x speed-up on Caltech 256 dataset.
Abstract
We present Local Naive Bayes Nearest Neighbor, an improvement to the NBNN image classification algorithm that increases classification accuracy and improves its ability to scale to large numbers of object classes. The key observation is that only the classes represented in the local neighborhood of a descriptor contribute significantly and reliably to their posterior probability estimates. Instead of maintaining a separate search structure for each class, we merge all of the reference data together into one search structure, allowing quick identification of a descriptor's local neighborhood. We show an increase in classification accuracy when we ignore adjustments to the more distant classes and show that the run time grows with the log of the number of classes rather than linearly in the number of classes as did the original. This gives a 100 times speed-up over the original method on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Remote-Sensing Image Classification · Domain Adaptation and Few-Shot Learning
