paper-with-me

홈 › Papers

DiffKendall: A Novel Approach for Few-Shot Learning with Differentiable Kendall's Rank Correlation

2023-07-28 · NeurIPS 2023 11

Few-shot learning aims to adapt models trained on the base dataset to novel tasks where the categories were not seen by the model before. This often leads to a relatively uniform distribution of feature values across channels on novel classes, posing challenges in determining channel importance for novel tasks. Standard few-shot learning methods employ geometric similarity metrics such as cosine similarity and negative Euclidean distance to gauge the semantic relatedness between two features. However, features with high geometric similarities may carry distinct semantics, especially in the context of few-shot learning. In this paper, we demonstrate that the importance ranking of feature channels is a more reliable indicator for few-shot learning than geometric similarity metrics. We observe that replacing the geometric similarity metric with Kendall's rank correlation only during inference is able to improve the performance of few-shot learning across a wide range of methods and datasets with different domains. Furthermore, we propose a carefully designed differentiable loss for meta-training to address the non-differentiability issue of Kendall's rank correlation. By replacing geometric similarity with differentiable Kendall's rank correlation, our method can integrate with numerous existing few-shot approaches and is ready for integrating with future state-of-the-art methods that rely on geometric similarity metrics. Extensive experiments validate the efficacy of the rank-correlation-based approach, showcasing a significant improvement in few-shot learning.

📄 PDF Abstract BibTeX arXiv:2307.15317

Code (1)

kaipengm2/DiffKendall 공식 구현 pytorch

Tasks

Few-Shot Image ClassificationFew-Shot Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

ParZC: Parametric Zero-Cost Proxies for Efficient NAS

2024-02-03 · Peijie Dong, Lujun Li, Xinglin Pan, Zimian Wei 외

Recent advancements in Zero-shot Neural Architecture Search (NAS) highlight the efficacy of zero-cost proxies in various NAS benchmarks. Several studies propose the automated design of zero-cost proxies to achieve SOTA p…

Neural Architecture Search

Exploiting the Relationship Between Kendall's Rank Correlation and Cosine Similarity for Attribution Protection

2022-05-15 · Fan Wang, Adams Wai-Kin Kong

Model attributions are important in deep neural networks as they aid practitioners in understanding the models, but recent studies reveal that attributions can be easily perturbed by adding imperceptible noise to the inp…

Adversarial Robustness

Standardization of Weighted Ranking Correlation Coefficients

2025-04-11 · Pierangelo Lombardo

A relevant problem in statistics is defining the correlation of two rankings of a list of items. Kendall's tau and Spearman's rho are two well established correlation coefficients, characterized by a symmetric form that …

Kendall Correlation Coefficients for Portfolio Optimization

2024-10-22 · Tomas Espana, Victor Le Coz, Matteo Smerlak

Markowitz's optimal portfolio relies on the accurate estimation of correlations between asset returns, a difficult problem when the number of observations is not much larger than the number of assets. Using powerful resu…

Portfolio Optimization

Statistical analysis of latent generalized correlation matrix estimation in transelliptical distribution

2013-05-29 · Fang Han, Han Liu

Correlation matrices play a key role in many multivariate methods (e.g., graphical model estimation and factor analysis). The current state-of-the-art in estimating large correlation matrices focuses on the use of Pearso…