paper-with-me

홈 › Papers

Embedding Transfer with Label Relaxation for Improved Metric Learning

2021-03-27 · CVPR 2021 1 · Sungyeon Kim, Dongwon Kim, Minsu Cho, Suha Kwak

This paper presents a novel method for embedding transfer, a task of transferring knowledge of a learned embedding model to another. Our method exploits pairwise similarities between samples in the source embedding space as the knowledge, and transfers them through a loss used for learning target embedding models. To this end, we design a new loss called relaxed contrastive loss, which employs the pairwise similarities as relaxed labels for inter-sample relations. Our loss provides a rich supervisory signal beyond class equivalence, enables more important pairs to contribute more to training, and imposes no restriction on manifolds of target embedding spaces. Experiments on metric learning benchmarks demonstrate that our method largely improves performance, or reduces sizes and output dimensions of target models effectively. We further show that it can be also used to enhance quality of self-supervised representation and performance of classification models. In all the experiments, our method clearly outperforms existing embedding transfer techniques.

📄 PDF Abstract BibTeX arXiv:2103.14908

Code (2)

tjddus9597/LabelRelaxation-CVPR21 pytorch
tjddus9597/Proxy-Anchor-CVPR2020 pytorch

Tasks

Knowledge DistillationMetric Learning

Similar Papers 제목 키워드 기반

Improved Linear Embeddings via Lagrange Duality

2017-11-30 · Kshiteej Sheth, Dinesh Garg, Anirban Dasgupta

Near isometric orthogonal embeddings to lower dimensions are a fundamental tool in data science and machine learning. In this paper, we present the construction of such embeddings that minimizes the maximum distortion fo…

Clustering, Hamming Embedding, Generalized LSH and the Max Norm

2014-05-13 · Behnam Neyshabur, Yury Makarychev, Nathan Srebro

We study the convex relaxation of clustering and hamming embedding, focusing on the asymmetric case (co-clustering and asymmetric hamming embedding), understanding their relationship to LSH as studied by (Charikar 2002) …

Clustering

Robustness Guarantees for Credal Bayesian Networks via Constraint Relaxation over Probabilistic Circuits

2022-05-11 · Hjalmar Wijk, Benjie Wang, Marta Kwiatkowska

In many domains, worst-case guarantees on the performance (e.g., prediction accuracy) of a decision function subject to distributional shifts and uncertainty about the environment are crucial. In this work we develop a m…

Convex and Scalable Weakly Labeled SVMs

2013-03-06 · Yu-Feng Li, Ivor W. Tsang, James T. Kwok, Zhi-Hua Zhou

In this paper, we study the problem of learning from weakly labeled data, where labels of the training examples are incomplete. This includes, for example, (i) semi-supervised learning where labels are partially known; (…

ClusteringInformation RetrievalRetrieval

Adapted Deep Embeddings: A Synthesis of Methods for k-Shot Inductive Transfer Learning

2018-12-01 · NeurIPS 2018 12 · Tyler Scott, Karl Ridgeway, Michael C. Mozer

The focus in machine learning has branched beyond training classifiers on a single task to investigating how previously acquired knowledge in a source domain can be leveraged to facilitate learning in a related target do…

Few-Shot LearningMetric LearningTransfer Learning