paper-with-me

Papers

Balancing Knowledge Distillation for Imbalance Learning with Bilevel Optimization

2026-05-18 · Anh B. H. Nguyen, Ba Tho Phan, Viet Cuong Ta arxiv

Knowledge distillation transfers knowledge from a high capacity teacher to a compact student using a mixture of hard and soft losses. On imbalanced data, a fixed weighting between hard and soft losses becomes brittle the learning process. Recent studies try to reweight these components in long-tailed settings. However, most of these methods do not adapt weights at the sample-wise level and do not take into account the students behavior during training. To address this, we propose BiKD -- a bilevel framework that dynamically balances hard and soft losses for each sample. We employ a weight generation network that produces adaptive per-sample weights, guided by a small balanced validation set. The student is now trained with an unconstrained combination of weighted hard and soft losses, allowing the student to relax both terms. We further propose a multi-step SGD strategy to optimize the weight model more accurately and efficiently. Experiments on long-tailed CIFAR-10/100 show that our approach surpasses recent balanced distillation methods across imbalance factors.

📄 PDF Abstract BibTeX arXiv:2605.17839

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationBilevel Optimization

Similar Papers 제목 키워드 기반

A Bilevel Optimization Framework for Imbalanced Data Classification

2024-10-15 · Karen Medlin, Sven Leyffer, Krishnan Raghavan

Data rebalancing techniques, including oversampling and undersampling, are a common approach to addressing the challenges of imbalanced data. To tackle unresolved problems related to both oversampling and undersampling, …

Bilevel OptimizationClassification

MoKD: Multi-Task Optimization for Knowledge Distillation

2025-05-13 · Zeeshan Hayder, Ali Cheraghian, Lars Petersson, Mehrtash Harandi

Compact models can be effectively trained through Knowledge Distillation (KD), a technique that transfers knowledge from larger, high-performing teacher models. Two key challenges in Knowledge Distillation (KD) are: 1) b…

image-classificationImage ClassificationKnowledge Distillationobject-detection+2

Rebalancing Multi-Label Class-Incremental Learning

2024-08-22 · Kaile Du, Yifan Zhou, Fan Lyu, Yuyang Li 외

Multi-label class-incremental learning (MLCIL) is essential for real-world multi-label applications, allowing models to learn new labels while retaining previously learned knowledge continuously. However, recent MLCIL ap…

class-incremental learningClass Incremental LearningIncremental LearningKnowledge Distillation

HBO: Hierarchical Balancing Optimization for Fine-Tuning Large Language Models

2025-05-18 · Weixuan Wang, Minghao Wu, Barry Haddow, Alexandra Birch

Fine-tuning large language models (LLMs) on a mixture of diverse datasets poses challenges due to data imbalance and heterogeneity. Existing methods often address these issues across datasets (globally) but overlook the …

Bilevel Optimization

Handling Imbalanced Classification Problems With Support Vector Machines via Evolutionary Bilevel Optimization

2022-04-21 · Alejandro Rosales-Pérez, Salvador García, Francisco Herrera

Support vector machines (SVMs) are popular learning algorithms to deal with binary classification problems. They traditionally assume equal misclassification costs for each class; however, real-world problems may have an…

Bilevel OptimizationBinary ClassificationClassificationimbalanced classification