paper-with-me

홈 › Papers

Diversity-boosted Generalization-Specialization Balancing for Zero-shot Learning

2022-01-06 · Yun Li, Zhe Liu, Xiaojun Chang, Julian McAuley, Lina Yao

Zero-Shot Learning (ZSL) aims to transfer classification capability from seen to unseen classes. Recent methods have proved that generalization and specialization are two essential abilities to achieve good performance in ZSL. However, focusing on only one of the abilities may result in models that are either too general with degraded classification ability or too specialized to generalize to unseen classes. In this paper, we propose an end-to-end network, termed as BGSNet, which equips and balances generalization and specialization abilities at the instance and dataset level. Specifically, BGSNet consists of two branches: the Generalization Network (GNet), which applies episodic meta-learning to learn generalized knowledge, and the Balanced Specialization Network (BSNet), which adopts multiple attentive extractors to extract discriminative features and achieve instance-level balance. A novel self-adjusted diversity loss is designed to optimize BSNet with redundancy reduced and diversity boosted. We further propose a differentiable dataset-level balance and update the weights in a linear annealing schedule to simulate network pruning and thus obtain the optimal structure for BSNet with dataset-level balance achieved. Experiments on four benchmark datasets demonstrate our model's effectiveness. Sufficient component ablations prove the necessity of integrating and balancing generalization and specialization abilities.

📄 PDF Abstract BibTeX arXiv:2201.01961

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMeta-LearningNetwork PruningZero-Shot Learning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Boosted Zero-Shot Learning with Semantic Correlation Regularization

2017-07-25 · Te Pi, Xi Li, Zhongfei, Zhang

We study zero-shot learning (ZSL) as a transfer learning problem, and focus on the two key aspects of ZSL, model effectiveness and model adaptation. For effective modeling, we adopt the boosting strategy to learn a zero-…

Model SelectionTransfer Learningzero-shot-classificationZero-Shot Learning

Hierarchical Mixture-of-Experts with Two-Stage Optimization

2026-05-08 · Gleb Molodtsov, Alexander Miasnikov, Aleksandr Beznosikov arxiv

Sparse Mixture-of-Experts (MoE) models scale capacity by routing each token to a small subset of experts. However, their routers exhibit a fundamental trade-off: strong load balancing can suppress expert specialization, …

Breaking the mold: The challenge of large scale MARL specialization

2024-10-03 · Stefan Juang, Hugh Cao, Arielle Zhou, Ruochen Liu 외

In multi-agent learning, the predominant approach focuses on generalization, often neglecting the optimization of individual agents. This emphasis on generalization limits the ability of agents to utilize their unique st…

Diversity

The Myth of Expert Specialization in MoEs: Why Routing Reflects Geometry, Not Necessarily Domain Expertise

2026-04-10 · Xi Wang, Soufiane Hayou, Eric Nalisnick arxiv

Mixture of Experts (MoEs) are now ubiquitous in large language models, yet the mechanisms behind their "expert specialization" remain poorly understood. We show that, since MoE routers are linear maps, hidden state simil…

Synergistic Intra- and Cross-Layer Regularization Losses for MoE Expert Specialization

2026-02-15 · Rizhen Hu, Yuan Cao, Boao Kong, Mou Sun 외 arxiv

Sparse Mixture-of-Experts (MoE) models scale Transformers efficiently but suffer from expert overlap -- redundant representations across experts and routing ambiguity, resulting in severely underutilized model capacity. …