paper-with-me

Papers

DLBD: A Self-Supervised Direct-Learned Binary Descriptor

2023-01-01 · CVPR 2023 1 · Bin Xiao, Yang Hu, Bo Liu, Xiuli Bi, Weisheng Li, Xinbo Gao

For learning-based binary descriptors, the binarization process has not been well addressed. The reason is that the binarization blocks gradient back-propagation. Existing learning-based binary descriptors learn real-valued output, and then it is converted to binary descriptors by their proposed binarization processes. Since their binarization processes are not a component of the network, the learning-based binary descriptor cannot fully utilize the advances of deep learning. To solve this issue, we propose a model-agnostic plugin binary transformation layer (BTL), making the network directly generate binary descriptors. Then, we present the first self-supervised, direct-learned binary descriptor, dubbed DLBD. Furthermore, we propose ultra-wide temperature-scaled cross-entropy loss to adjust the distribution of learned descriptors in a larger range. Experiments demonstrate that the proposed BTL can substitute the previous binarization process. Our proposed DLBD outperforms SOTA on different tasks such as image retrieval and classification.

📄 PDF Abstract BibTeX

Code (1)

cqupt-cv/dlbd 공식 구현 pytorch

Tasks

BinarizationImage RetrievalRetrieval

Similar Papers 제목 키워드 기반

Self-Supervised Video Hashing via Bidirectional Transformers

2021-06-19 · CVPR 2021 1 · Shuyan Li, Xiu Li, Jiwen Lu, Jie zhou

Most existing unsupervised video hashing methods are built on unidirectional models with less reliable training objectives, which underuse the correlations among frames and the similarity structure between videos. To…

DecoderRetrievalVideo Retrieval

Self-Supervised Learning as Discrete Communication

2026-02-10 · Kawtar Zaher, Ilyass Moummad, Olivier Buisson, Alexis Joly arxiv

Most self-supervised learning (SSL) methods learn continuous visual representations by aligning different views of the same input, offering limited control over how information is structured across representation dimensi…

Self-Supervised LearningImage Classification

Multi-Label Self-Supervised Learning with Scene Images

2023-08-07 · ICCV 2023 1 · Ke Zhu, Minghao Fu, Jianxin Wu

Self-supervised learning (SSL) methods targeting scene images have seen a rapid growth recently, and they mostly rely on either a dedicated dense matching mechanism or a costly unsupervised object discovery module. This …

Contrastive LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONObject Discovery+1

Self-supervised Remote Sensing Images Change Detection at Pixel-level

2021-05-18 · Yuxing Chen, Lorenzo Bruzzone

Deep learning techniques have achieved great success in remote sensing image change detection. Most of them are supervised techniques, which usually require large amounts of training data and are limited to a particular …

Change DetectionContrastive LearningQuantization

NeuDep: Neural Binary Memory Dependence Analysis

2022-10-04 · Kexin Pei, Dongdong She, Michael Wang, Scott Geng 외

Determining whether multiple instructions can access the same memory location is a critical task in binary analysis. It is challenging as statically computing precise alias information is undecidable in theory. The probl…