paper-with-me

홈 › Papers

Unsupervised Representation Learning for Binary Networks by Joint Classifier Learning

2021-10-17 · CVPR 2022 1 · Dahyun Kim, Jonghyun Choi

Self-supervised learning is a promising unsupervised learning framework that has achieved success with large floating point networks. But such networks are not readily deployable to edge devices. To accelerate deployment of models with the benefit of unsupervised representation learning to such resource limited devices for various downstream tasks, we propose a self-supervised learning method for binary networks that uses a moving target network. In particular, we propose to jointly train a randomly initialized classifier, attached to a pretrained floating point feature extractor, with a binary network. Additionally, we propose a feature similarity loss, a dynamic loss balancing and modified multi-stage training to further improve the accuracy, and call our method BURN. Our empirical validations over five downstream tasks using seven datasets show that BURN outperforms self-supervised baselines for binary networks and sometimes outperforms supervised pretraining. Code is availabe at https://github.com/naver-ai/burn.

📄 PDF Abstract BibTeX arXiv:2110.08851

Code (1)

naver-ai/burn 공식 구현 pytorch

Tasks

Representation LearningSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Shuffle and Learn: Minimizing Mutual Information for Unsupervised Hashing

2020-11-20 · Fangrui Liu, Zheng Liu

Unsupervised binary representation allows fast data retrieval without any annotations, enabling practical application like fast person re-identification and multimedia retrieval. It is argued that conflicts in binary spa…

Image RetrievalPerson Re-IdentificationRetrieval

Simultaneous Feature Aggregating and Hashing for Compact Binary Code Learning

2019-04-24 · Thanh-Toan Do, Khoa Le, Tuan Hoang, Huu Le 외

Representing images by compact hash codes is an attractive approach for large-scale content-based image retrieval. In most state-of-the-art hashing-based image retrieval systems, for each image, local descriptors are fir…

Content-Based Image RetrievalImage RetrievalRetrieval

Multi-Modal Mutual Information Maximization: A Novel Approach for Unsupervised Deep Cross-Modal Hashing

2021-12-13 · Tuan Hoang, Thanh-Toan Do, Tam V. Nguyen, Ngai-Man Cheung

In this paper, we adopt the maximizing mutual information (MI) approach to tackle the problem of unsupervised learning of binary hash codes for efficient cross-modal retrieval. We proposed a novel method, dubbed Cross-Mo…

Cross-Modal RetrievalRetrieval

Confusion Matrices and Accuracy Statistics for Binary Classifiers Using Unlabeled Data: The Diagnostic Test Approach

2022-08-26 · Richard Evans

Medical researchers have solved the problem of estimating the sensitivity and specificity of binary medical diagnostic tests without gold standard tests for comparison. That problem is the same as estimating confusion ma…

DiagnosticSensitivitySpecificity

Multi-Classification using One-versus-One Deep Learning Strategy with Joint Probability Estimates

2023-06-16 · Anthony Hei-Long Chan, Raymond HonFu Chan, Lingjia Dai

The One-versus-One (OvO) strategy is an approach of multi-classification models which focuses on training binary classifiers between each pair of classes. While the OvO strategy takes advantage of balanced training data,…

Classification