paper-with-me

Papers

Learning a metric for class-conditional KNN

2016-07-11 · Daniel Jiwoong Im, Graham W. Taylor

Naive Bayes Nearest Neighbour (NBNN) is a simple and effective framework which addresses many of the pitfalls of K-Nearest Neighbour (KNN) classification. It has yielded competitive results on several computer vision benchmarks. Its central tenet is that during NN search, a query is not compared to every example in a database, ignoring class information. Instead, NN searches are performed within each class, generating a score per class. A key problem with NN techniques, including NBNN, is that they fail when the data representation does not capture perceptual (e.g.~class-based) similarity. NBNN circumvents this by using independent engineered descriptors (e.g.~SIFT). To extend its applicability outside of image-based domains, we propose to learn a metric which captures perceptual similarity. Similar to how Neighbourhood Components Analysis optimizes a differentiable form of KNN classification, we propose "Class Conditional" metric learning (CCML), which optimizes a soft form of the NBNN selection rule. Typical metric learning algorithms learn either a global or local metric. However, our proposed method can be adjusted to a particular level of locality by tuning a single parameter. An empirical evaluation on classification and retrieval tasks demonstrates that our proposed method clearly outperforms existing learned distance metrics across a variety of image and non-image datasets.

📄 PDF Abstract BibTeX arXiv:1607.03050

Code (1)

jiwoongim/CCML 공식 구현

Tasks

ClassificationGeneral ClassificationMetric LearningRetrieval

Similar Papers 제목 키워드 기반

Evaluation Metrics for Conditional Image Generation

2020-04-26 · Yaniv Benny, Tomer Galanti, Sagie Benaim, Lior Wolf

We present two new metrics for evaluating generative models in the class-conditional image generation setting. These metrics are obtained by generalizing the two most popular unconditional metrics: the Inception Score (I…

Conditional Image GenerationImage Generation

Conditional Coverage Diagnostics for Conformal Prediction

2025-12-12 · Sacha Braun, David Holzmüller, Michael I. Jordan, Francis Bach arxiv

Evaluating conditional coverage remains one of the most persistent challenges in assessing the reliability of predictive systems. Although conformal methods can give guarantees on marginal coverage, no method can guarant…

Conditional Bures Metric for Domain Adaptation

2021-07-31 · CVPR 2021 1 · You-Wei Luo, Chuan-Xian Ren

As a vital problem in classification-oriented transfer, unsupervised domain adaptation (UDA) has attracted widespread attention in recent years. Previous UDA methods assume the marginal distributions of different domains…

Domain AdaptationTransfer LearningUnsupervised Domain Adaptation

Conditional Frechet Inception Distance

2021-03-21 · Michael Soloveitchik, Tzvi Diskin, Efrat Morin, Ami Wiesel

We consider distance functions between conditional distributions. We focus on the Wasserstein metric and its Gaussian case known as the Frechet Inception Distance (FID). We develop conditional versions of these metrics, …

Hyperspectral Image Classification with Deep Metric Learning and Conditional Random Field

2019-03-04 · Yi Liang, Xin Zhao, Alan J. X. Guo, Fei Zhu

To improve the classification performance in the context of hyperspectral image processing, many works have been developed based on two common strategies, namely the spatial-spectral information integration and the utili…

General ClassificationHyperspectral Image Classificationimage-classificationImage Classification+3