CVLGJul 1, 2019

One Network for Multi-Domains: Domain Adaptive Hashing with Intersectant Generative Adversarial Network

arXiv:1907.00612v118 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of adapting hash functions to new domains with distributional differences, which is incremental as it builds on existing domain adaptation and hashing methods.

The paper tackles the problem of domain adaptation for hashing by proposing an end-to-end framework that generates discriminative hash codes and classifies target domain images, showing superior performance on four benchmark datasets for object recognition and image retrieval.

With the recent explosive increase of digital data, image recognition and retrieval become a critical practical application. Hashing is an effective solution to this problem, due to its low storage requirement and high query speed. However, most of past works focus on hashing in a single (source) domain. Thus, the learned hash function may not adapt well in a new (target) domain that has a large distributional difference with the source domain. In this paper, we explore an end-to-end domain adaptive learning framework that simultaneously and precisely generates discriminative hash codes and classifies target domain images. Our method encodes two domains images into a semantic common space, followed by two independent generative adversarial networks arming at crosswise reconstructing two domains' images, reducing domain disparity and improving alignment in the shared space. We evaluate our framework on {four} public benchmark datasets, all of which show that our method is superior to the other state-of-the-art methods on the tasks of object recognition and image retrieval.

Code Implementations1 repo
Foundations

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

Your Notes