paper-with-me

홈 › Papers

FS-BAN: Born-Again Networks for Domain Generalization Few-Shot Classification

2022-08-23 · Yunqing Zhao, Ngai-Man Cheung

Conventional Few-shot classification (FSC) aims to recognize samples from novel classes given limited labeled data. Recently, domain generalization FSC (DG-FSC) has been proposed with the goal to recognize novel class samples from unseen domains. DG-FSC poses considerable challenges to many models due to the domain shift between base classes (used in training) and novel classes (encountered in evaluation). In this work, we make two novel contributions to tackle DG-FSC. Our first contribution is to propose Born-Again Network (BAN) episodic training and comprehensively investigate its effectiveness for DG-FSC. As a specific form of knowledge distillation, BAN has been shown to achieve improved generalization in conventional supervised classification with a closed-set setup. This improved generalization motivates us to study BAN for DG-FSC, and we show that BAN is promising to address the domain shift encountered in DG-FSC. Building on the encouraging findings, our second (major) contribution is to propose Few-Shot BAN (FS-BAN), a novel BAN approach for DG-FSC. Our proposed FS-BAN includes novel multi-task learning objectives: Mutual Regularization, Mismatched Teacher, and Meta-Control Temperature, each of these is specifically designed to overcome central and unique challenges in DG-FSC, namely overfitting and domain discrepancy. We analyze different design choices of these techniques. We conduct comprehensive quantitative and qualitative analysis and evaluation over six datasets and three baseline models. The results suggest that our proposed FS-BAN consistently improves the generalization performance of baseline models and achieves state-of-the-art accuracy for DG-FSC. Project Page: https://yunqing-me.github.io/Born-Again-FS/.

📄 PDF Abstract BibTeX arXiv:2208.10930

Code (1)

yunqing-me/Born-Again-FS 공식 구현 pytorch

Tasks

Domain GeneralizationKnowledge DistillationMulti-Task Learning

Similar Papers 제목 키워드 기반

Predicting Pulmonary Hypertension in Newborns: A Multi-view VAE Approach

2025-07-14 · Lucas Erlacher, Samuel Ruipérez-Campillo, Holger Michel, Sven Wellmann 외 arxiv

Pulmonary hypertension (PH) in newborns is a critical condition characterized by elevated pressure in the pulmonary arteries, leading to right ventricular strain and heart failure. While right heart catheterization (RHC)…

Improving Cross-domain Few-shot Classification with Multilayer Perceptron

2023-12-15 · Shuanghao Bai, Wanqi Zhou, Zhirong Luan, Donglin Wang 외

Cross-domain few-shot classification (CDFSC) is a challenging and tough task due to the significant distribution discrepancies across different domains. To address this challenge, many approaches aim to learn transferabl…

ClassificationCross-Domain Few-Shotimage-classificationImage Classification+1

A Closer Look at Few-shot Classification

2019-04-08 · ICLR 2019 5 · Wei-Yu Chen, Yen-Cheng Liu, Zsolt Kira, Yu-Chiang Frank Wang 외

Few-shot classification aims to learn a classifier to recognize unseen classes during training with limited labeled examples. While significant progress has been made, the growing complexity of network designs, meta-lear…

Domain GeneralizationFew-Shot LearningGeneral Classification

Technical report on label-informed logit redistribution for better domain generalization in low-shot classification with foundation models

2025-01-29 · Behraj Khan, Tahir Syed

Confidence calibration is an emerging challenge in real-world decision systems based on foundations models when used for downstream vision classification tasks. Due to various reasons exposed, logit scores on the CLIP he…

Domain GeneralizationPrompt Learning

Born-Again Tree Ensembles

2020-03-24 · ICML 2020 1 · Thibaut Vidal, Toni Pacheco, Maximilian Schiffer

The use of machine learning algorithms in finance, medicine, and criminal justice can deeply impact human lives. As a consequence, research into interpretable machine learning has rapidly grown in an attempt to better co…

BIG-bench Machine LearningInterpretable Machine Learning