paper-with-me

Papers

Auto-Encoding Twin-Bottleneck Hashing

2020-02-27 · CVPR 2020 6 · Yuming Shen, Jie Qin, Jiaxin Chen, Mengyang Yu, Li Liu, Fan Zhu, Fumin Shen, Ling Shao

Conventional unsupervised hashing methods usually take advantage of similarity graphs, which are either pre-computed in the high-dimensional space or obtained from random anchor points. On the one hand, existing methods uncouple the procedures of hash function learning and graph construction. On the other hand, graphs empirically built upon original data could introduce biased prior knowledge of data relevance, leading to sub-optimal retrieval performance. In this paper, we tackle the above problems by proposing an efficient and adaptive code-driven graph, which is updated by decoding in the context of an auto-encoder. Specifically, we introduce into our framework twin bottlenecks (i.e., latent variables) that exchange crucial information collaboratively. One bottleneck (i.e., binary codes) conveys the high-level intrinsic data structure captured by the code-driven graph to the other (i.e., continuous variables for low-level detail information), which in turn propagates the updated network feedback for the encoder to learn more discriminative binary codes. The auto-encoding learning objective literally rewards the code-driven graph to learn an optimal encoder. Moreover, the proposed model can be simply optimized by gradient descent without violating the binary constraints. Experiments on benchmarked datasets clearly show the superiority of our framework over the state-of-the-art hashing methods. Our source code can be found at https://github.com/ymcidence/TBH.

📄 PDF Abstract BibTeX arXiv:2002.11930

Code (2)

ymcidence/TBH 공식 구현 tf
wallace-chen/tbh tf

Tasks

graph constructionRetrieval

Similar Papers 제목 키워드 기반

Supervised Auto-Encoding Twin-Bottleneck Hashing

2023-06-19 · Yuan Chen, Stéphane Marchand-Maillet

Deep hashing has shown to be a complexity-efficient solution for the Approximate Nearest Neighbor search problem in high dimensional space. Many methods usually build the loss function from pairwise or triplet data point…

Deep HashingTriplet

HashEncoding: Autoencoding with Multiscale Coordinate Hashing

2022-11-29 · Lukas Zhornyak, Zhengjie Xu, Haoran Tang, Jianbo Shi

We present HashEncoding, a novel autoencoding architecture that leverages a non-parametric multiscale coordinate hash function to facilitate a per-pixel decoder without convolutions. By leveraging the space-folding behav…

DecoderOptical Flow Estimation

Deep Ordinal Hashing with Spatial Attention

2018-05-07 · Lu Jin, Xiangbo Shu, Kai Li, Zechao Li 외

Hashing has attracted increasing research attentions in recent years due to its high efficiency of computation and storage in image retrieval. Recent works have demonstrated the superiority of simultaneous feature repres…

Deep HashingImage RetrievalRetrieval

Unsupervised Hashing with Contrastive Information Bottleneck

2021-05-13 · Zexuan Qiu, Qinliang Su, Zijing Ou, Jianxing Yu 외

Many unsupervised hashing methods are implicitly established on the idea of reconstructing the input data, which basically encourages the hashing codes to retain as much information of original data as possible. However,…

Contrastive Learning

Gradient Augmented Information Retrieval with Autoencoders and Semantic Hashing

2018-03-12 · Sean Billings

This paper will explore the use of autoencoders for semantic hashing in the context of Information Retrieval. This paper will summarize how to efficiently train an autoencoder in order to create meaningful and low-dimens…

Information RetrievalRetrieval