Embarrassingly Simple Binary Representation Learning
Yuming Shen, Jie Qin, Jiaxin Chen, Li Liu, Fan Zhu

TL;DR
This paper introduces a straightforward binary representation learning method using a simple classification model with minimal additional components, effectively capturing data semantics and outperforming complex existing methods on large-scale benchmarks.
Contribution
It demonstrates that a simple classification-based approach with binary constraints can achieve state-of-the-art results without complex optimization or auxiliary models.
Findings
Outperforms state-of-the-art methods on CIFAR-10, NUS-WIDE, and ImageNet.
Uses a simple model with two fully-connected layers and binary constraints.
Effectively captures data semantics with minimal components.
Abstract
Recent binary representation learning models usually require sophisticated binary optimization, similarity measure or even generative models as auxiliaries. However, one may wonder whether these non-trivial components are needed to formulate practical and effective hashing models. In this paper, we answer the above question by proposing an embarrassingly simple approach to binary representation learning. With a simple classification objective, our model only incorporates two additional fully-connected layers onto the top of an arbitrary backbone network, whilst complying with the binary constraints during training. The proposed model lower-bounds the Information Bottleneck (IB) between data samples and their semantics, and can be related to many recent `learning to hash' paradigms. We show that, when properly designed, even such a simple network can generate effective binary codes, by…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
