paper-with-me

홈 › Papers

Three Heads Are Better Than One: Complementary Experts for Long-Tailed Semi-supervised Learning

2023-12-25 · Chengcheng Ma, Ismail Elezi, Jiankang Deng, WeiMing Dong, Changsheng Xu

We address the challenging problem of Long-Tailed Semi-Supervised Learning (LTSSL) where labeled data exhibit imbalanced class distribution and unlabeled data follow an unknown distribution. Unlike in balanced SSL, the generated pseudo-labels are skewed towards head classes, intensifying the training bias. Such a phenomenon is even amplified as more unlabeled data will be mislabeled as head classes when the class distribution of labeled and unlabeled datasets are mismatched. To solve this problem, we propose a novel method named ComPlementary Experts (CPE). Specifically, we train multiple experts to model various class distributions, each of them yielding high-quality pseudo-labels within one form of class distribution. Besides, we introduce Classwise Batch Normalization for CPE to avoid performance degradation caused by feature distribution mismatch between head and non-head classes. CPE achieves state-of-the-art performances on CIFAR-10-LT, CIFAR-100-LT, and STL-10-LT dataset benchmarks. For instance, on CIFAR-10-LT, CPE improves test accuracy by over 2.22% compared to baselines. Code is available at https://github.com/machengcheng2016/CPE-LTSSL.

📄 PDF Abstract BibTeX arXiv:2312.15702

Code (1)

machengcheng2016/cpe-ltssl 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
CPE CPE is an effective collaborative metric learning to effectively address the problem of sparse and insufficient preference supervision from the margin distribution point-of-view.

Similar Papers 제목 키워드 기반

A Mixture of $h-1$ Heads is Better than $h$ Heads

2020-05-13 · Hao Peng, Roy Schwartz, Dianqi Li, Noah A. Smith

Multi-head attentive neural architectures have achieved state-of-the-art results on a variety of natural language processing tasks. Evidence has shown that they are overparameterized; attention heads can be pruned withou…

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts+1

A Mixture of h - 1 Heads is Better than h Heads

2020-07-01 · ACL 2020 6 · Hao Peng, Roy Schwartz, Dianqi Li, Noah A. Smith

Multi-head attentive neural architectures have achieved state-of-the-art results on a variety of natural language processing tasks. Evidence has shown that they are overparameterized; attention heads can be pruned withou…

Language ModelingLanguage ModellingMachine TranslationMixture-of-Experts+1

SHMoAReg: Spark Deformable Image Registration via Spatial Heterogeneous Mixture of Experts and Attention Heads

2025-09-24 · Yuxi Zheng, Jianhui Feng, Tianran Li, Marius Staring 외 arxiv

Encoder-Decoder architectures are widely used in deep learning-based Deformable Image Registration (DIR), where the encoder extracts multi-scale features and the decoder predicts deformation fields by recovering spatial …

Image Registration

Multiple Heads are Better than One: Mixture of Modality Knowledge Experts for Entity Representation Learning

2024-05-27 · Yichi Zhang, Zhuo Chen, Lingbing Guo, Yajing Xu 외

Learning high-quality multi-modal entity representations is an important goal of multi-modal knowledge graph (MMKG) representation learning, which can enhance reasoning tasks within the MMKGs, such as MMKG completion (MM…

Knowledge Graph CompletionKnowledge GraphsMulti-modal Knowledge GraphRelation+1

Mixture of Thoughts: Learning to Aggregate What Experts Think, Not Just What They Say

2025-09-25 · Jacob Fein-Ashley, Dhruv Parikh, Rajgopal Kannan, Viktor Prasanna arxiv

Open-source Large Language Models (LLMs) increasingly specialize by domain (e.g., math, code, general reasoning), motivating systems that leverage complementary strengths across models. Prior multi-LLM approaches either …