# Pairwise Teacher-Student Network for Semi-Supervised Hashing

**Authors:** Shifeng Zhang, Jianmin Li, Bo Zhang

arXiv: 1902.00643 · 2019-02-05

## TL;DR

This paper introduces a teacher-student semi-supervised hashing framework that leverages pairwise information from a teacher network to improve data retrieval accuracy, especially on complex datasets with limited labeled pairs.

## Contribution

It proposes a novel teacher-student approach for semi-supervised hashing that outperforms existing methods and addresses limitations of graph-based structures for complex data.

## Key findings

- Achieves significant improvements over supervised baselines.
- Outperforms state-of-the-art semi-supervised hashing methods.
- Effective on large-scale complex datasets.

## Abstract

Hashing method maps similar high-dimensional data to binary hashcodes with smaller hamming distance, and it has received broad attention due to its low storage cost and fast retrieval speed. Pairwise similarity is easily obtained and widely used for retrieval, and most supervised hashing algorithms are carefully designed for the pairwise supervisions. As labeling all data pairs is difficult, semi-supervised hashing is proposed which aims at learning efficient codes with limited labeled pairs and abundant unlabeled ones. Existing methods build graphs to capture the structure of dataset, but they are not working well for complex data as the graph is built based on the data representations and determining the representations of complex data is difficult. In this paper, we propose a novel teacher-student semi-supervised hashing framework in which the student is trained with the pairwise information produced by the teacher network. The network follows the smoothness assumption, which achieves consistent distances for similar data pairs so that the retrieval results are similar for neighborhood queries. Experiments on large-scale datasets show that the proposed method reaches impressive gain over the supervised baselines and is superior to state-of-the-art semi-supervised hashing methods.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.00643/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1902.00643/full.md

## References

35 references — full list in the complete paper: https://tomesphere.com/paper/1902.00643/full.md

---
Source: https://tomesphere.com/paper/1902.00643