A genetic algorithm tunes diffusion parameters for content-based image retrieval faster than grid search, random search, and particle swarm optimization, with equal or better accuracy.
An Efficient Approximate kNN Graph Method for Diffusion on Image Retrieval
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
The application of the diffusion in many computer vision and artificial intelligence projects has been shown to give excellent improvements in performance. One of the main bottlenecks of this technique is the quadratic growth of the kNN graph size due to the high-quantity of new connections between nodes in the graph, resulting in long computation times. Several strategies have been proposed to address this, but none are effective and efficient. Our novel technique, based on LSH projections, obtains the same performance as the exact kNN graph after diffusion, but in less time (approximately 18 times faster on a dataset of a hundred thousand images). The proposed method was validated and compared with other state-of-the-art on several public image datasets, including Oxford5k, Paris6k, and Oxford105k.
fields
cs.CV 1years
2019 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Genetic Algorithms for the Optimization of Diffusion Parameters in Content-Based Image Retrieval
A genetic algorithm tunes diffusion parameters for content-based image retrieval faster than grid search, random search, and particle swarm optimization, with equal or better accuracy.