paper-with-me

Papers

Characterizing Generalization under Out-Of-Distribution Shifts in Deep Metric Learning

2021-07-20 · NeurIPS 2021 12 · Timo Milbich, Karsten Roth, Samarth Sinha, Ludwig Schmidt, Marzyeh Ghassemi, Björn Ommer

Deep Metric Learning (DML) aims to find representations suitable for zero-shot transfer to a priori unknown test distributions. However, common evaluation protocols only test a single, fixed data split in which train and test classes are assigned randomly. More realistic evaluations should consider a broad spectrum of distribution shifts with potentially varying degree and difficulty. In this work, we systematically construct train-test splits of increasing difficulty and present the ooDML benchmark to characterize generalization under out-of-distribution shifts in DML. ooDML is designed to probe the generalization performance on much more challenging, diverse train-to-test distribution shifts. Based on our new benchmark, we conduct a thorough empirical analysis of state-of-the-art DML methods. We find that while generalization tends to consistently degrade with difficulty, some methods are better at retaining performance as the distribution shift increases. Finally, we propose few-shot DML as an efficient way to consistently improve generalization in response to unknown test shifts presented in ooDML. Code available here: https://github.com/CompVis/Characterizing_Generalization_in_DML.

📄 PDF Abstract BibTeX arXiv:2107.09562

Code (2)

Confusezius/Characterizing_Generalization_in_DeepMetricLearning 공식 구현 pytorch
compvis/characterizing_generalization_in_dml 공식 구현 pytorch

Tasks

Metric Learning

Similar Papers 제목 키워드 기반

Robust Domain Generalization under Divergent Marginal and Conditional Distributions

2026-02-02 · Jewon Yeom, Kyubyung Chae, Hyunggyu Lim, Yoonna Oh 외 arxiv

Domain generalization (DG) aims to learn predictive models that can generalize to unseen domains. Most existing DG approaches focus on learning domain-invariant representations under the assumption of conditional distrib…

Domain Generalization

Tree Mover's Distance: Bridging Graph Metrics and Stability of Graph Neural Networks

2022-10-04 · Ching-Yao Chuang, Stefanie Jegelka

Understanding generalization and robustness of machine learning models fundamentally relies on assuming an appropriate metric on the data space. Identifying such a metric is particularly challenging for non-Euclidean dat…

Graph Classification

A Survey on Evaluation of Out-of-Distribution Generalization

2024-03-04 · Han Yu, Jiashuo Liu, Xingxuan Zhang, Jiayun Wu 외

Machine learning models, while progressively advanced, rely heavily on the IID assumption, which is often unfulfilled in practice due to inevitable distribution shifts. This renders them susceptible and untrustworthy for…

Out-of-Distribution GeneralizationSurvey

SPDIM: Source-Free Unsupervised Conditional and Label Shift Adaptation in EEG

2024-10-26 · Shanglin Li, Motoaki Kawanabe, Reinmar J. Kobler

The non-stationary nature of electroencephalography (EEG) introduces distribution shifts across domains (e.g., days and subjects), posing a significant challenge to EEG-based neurotechnology generalization. Without label…

Brain Computer InterfaceDomain AdaptationEEGEEG based sleep staging+2

Test-Time Augmentation for Tabular-to-Image Classifiers under Distribution Shifts

2026-08-04 · Malena Loza, Felipe Grijalva, Eva Milara, Luis Bote-Curiel 외 arxiv

Tabular-to-image methods that convert tabular data into visual representations have emerged as a novel paradigm for leveraging the high performance of deep learning models. Despite their advantages, the robustness of the…

Image Classification