LGCVOCMLJan 21, 2015

Optimizing affinity-based binary hashing using auxiliary coordinates

arXiv:1501.05352v29 citations
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in efficient image retrieval systems, offering an incremental improvement over prior methods by optimizing hash functions and binary codes jointly.

The paper tackles the suboptimal training of supervised binary hashing for fast image retrieval by proposing a joint optimization framework using auxiliary coordinates, which improves hash function quality without significant slowdown, as demonstrated experimentally on various datasets.

In supervised binary hashing, one wants to learn a function that maps a high-dimensional feature vector to a vector of binary codes, for application to fast image retrieval. This typically results in a difficult optimization problem, nonconvex and nonsmooth, because of the discrete variables involved. Much work has simply relaxed the problem during training, solving a continuous optimization, and truncating the codes a posteriori. This gives reasonable results but is quite suboptimal. Recent work has tried to optimize the objective directly over the binary codes and achieved better results, but the hash function was still learned a posteriori, which remains suboptimal. We propose a general framework for learning hash functions using affinity-based loss functions that uses auxiliary coordinates. This closes the loop and optimizes jointly over the hash functions and the binary codes so that they gradually match each other. The resulting algorithm can be seen as a corrected, iterated version of the procedure of optimizing first over the codes and then learning the hash function. Compared to this, our optimization is guaranteed to obtain better hash functions while being not much slower, as demonstrated experimentally in various supervised datasets. In addition, our framework facilitates the design of optimization algorithms for arbitrary types of loss and hash functions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes