paper-with-me

Papers

A Kernel Classification Framework for Metric Learning

2013-09-23 · Faqiang Wang, WangMeng Zuo, Lei Zhang, Deyu Meng, David Zhang

Learning a distance metric from the given training samples plays a crucial role in many machine learning tasks, and various models and optimization algorithms have been proposed in the past decade. In this paper, we generalize several state-of-the-art metric learning methods, such as large margin nearest neighbor (LMNN) and information theoretic metric learning (ITML), into a kernel classification framework. First, doublets and triplets are constructed from the training samples, and a family of degree-2 polynomial kernel functions are proposed for pairs of doublets or triplets. Then, a kernel classification framework is established, which can not only generalize many popular metric learning methods such as LMNN and ITML, but also suggest new metric learning methods, which can be efficiently implemented, interestingly, by using the standard support vector machine (SVM) solvers. Two novel metric learning methods, namely doublet-SVM and triplet-SVM, are then developed under the proposed framework. Experimental results show that doublet-SVM and triplet-SVM achieve competitive classification accuracies with state-of-the-art metric learning methods such as ITML and LMNN but with significantly less training time.

📄 PDF Abstract BibTeX arXiv:1309.5823

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationMetric LearningTriplet

Similar Papers 제목 키워드 기반

Learning with Asymmetric Kernels: Least Squares and Feature Interpretation

2022-02-03 · Mingzhen He, Fan He, Lei Shi, Xiaolin Huang 외

Asymmetric kernels naturally exist in real life, e.g., for conditional probability and directed graphs. However, most of the existing kernel-based learning methods require kernels to be symmetric, which prevents the use …

A new trigonometric kernel function for support vector machine

2022-10-16 · Sajad Fathi Hafshejani, Zahra Moberfard

In the last few years, various types of machine learning algorithms, such as Support Vector Machine (SVM), Support Vector Regression (SVR), and Non-negative Matrix Factorization (NMF) have been introduced. The kernel app…

Classification

Bayesian Nonparametric Kernel-Learning

2015-06-29 · Junier Oliva, Avinava Dubey, Andrew G. Wilson, Barnabas Poczos 외

Kernel methods are ubiquitous tools in machine learning. However, there is often little reason for the common practice of selecting a kernel a priori. Even if a universal approximating kernel is selected, the quality of …

Rethinking Kernel Methods for Node Representation Learning on Graphs

2019-10-06 · NeurIPS 2019 12 · Yu Tian, Long Zhao, Xi Peng, Dimitris N. Metaxas

Graph kernels are kernel methods measuring graph similarity and serve as a standard tool for graph classification. However, the use of kernel methods for node classification, which is a related problem to graph represent…

ClassificationGeneral ClassificationGraph ClassificationGraph Representation Learning+4

Inductive Regularized Learning of Kernel Functions

2010-12-01 · NeurIPS 2010 12 · Prateek Jain, Brian Kulis, Inderjit S. Dhillon

In this paper we consider the fundamental problem of semi-supervised kernel function learning. We propose a general regularized framework for learning a kernel matrix, and then demonstrate an equivalence between our prop…

Dimensionality ReductionGeneral ClassificationMetric Learning