paper-with-me

홈 › Papers

Harnessing Hierarchical Label Distribution Variations in Test Agnostic Long-tail Recognition

2024-05-13 · Zhiyong Yang, Qianqian Xu, Zitai Wang, Sicong Li, Boyu Han, Shilong Bao, Xiaochun Cao, Qingming Huang

This paper explores test-agnostic long-tail recognition, a challenging long-tail task where the test label distributions are unknown and arbitrarily imbalanced. We argue that the variation in these distributions can be broken down hierarchically into global and local levels. The global ones reflect a broad range of diversity, while the local ones typically arise from milder changes, often focused on a particular neighbor. Traditional methods predominantly use a Mixture-of-Expert (MoE) approach, targeting a few fixed test label distributions that exhibit substantial global variations. However, the local variations are left unconsidered. To address this issue, we propose a new MoE strategy, $\mathsf{DirMixE}$, which assigns experts to different Dirichlet meta-distributions of the label distribution, each targeting a specific aspect of local variations. Additionally, the diversity among these Dirichlet meta-distributions inherently captures global variations. This dual-level approach also leads to a more stable objective function, allowing us to sample different test distributions better to quantify the mean and variance of performance outcomes. Theoretically, we show that our proposed objective benefits from enhanced generalization by virtue of the variance-based regularization. Comprehensive experiments across multiple benchmarks confirm the effectiveness of $\mathsf{DirMixE}$. The code is available at \url{https://github.com/scongl/DirMixE}.

📄 PDF Abstract BibTeX arXiv:2405.07780

Code (1)

scongl/dirmixe 공식 구현 pytorch

Tasks

DiversityImage ClassificationLong-tail LearningTest Agnostic Long-Tailed Learning

Methods 이 논문이 사용한 방법론

MoE 설명 없음

Similar Papers 제목 키워드 기반

Personalizing Gesture Recognition Using Hierarchical Bayesian Neural Networks

2017-07-01 · CVPR 2017 7 · Ajjen Joshi, Soumya Ghosh, Margrit Betke, Stan Sclaroff 외

Building robust classifiers trained on data susceptible to group or subject-specific variations is a challenging pattern recognition problem. We develop hierarchical Bayesian neural networks to capture subject-specific v…

Active LearningGesture Recognition

HAL3D: Hierarchical Active Learning for Fine-Grained 3D Part Labeling

2023-01-25 · ICCV 2023 1 · Fenggen Yu, Yiming Qian, Francisca Gil-Ureta, Brian Jackson 외

We present the first active learning tool for fine-grained 3D part labeling, a problem which challenges even the most advanced deep learning (DL) methods due to the significant structural variations among the small and i…

Active Learning

Deep Transfer Metric Learning

2015-06-01 · CVPR 2015 6 · Junlin Hu, Jiwen Lu, Yap-Peng Tan

Conventional metric learning methods usually assume that the training and test samples are captured in similar scenarios so that their distributions are assumed to be the same. This assumption doesn't hold in many real v…

Face VerificationMetric LearningPerson Re-Identification

Neo: Generalizing Confusion Matrix Visualization to Hierarchical and Multi-Output Labels

2021-10-24 · Jochen Görtler, Fred Hohman, Dominik Moritz, Kanit Wongsuphasawat 외

The confusion matrix, a ubiquitous visualization for helping people evaluate machine learning models, is a tabular layout that compares predicted class labels against actual class labels over all data instances. We condu…

BIG-bench Machine Learning

Accounting for Variations in Speech Emotion Recognition with Nonparametric Hierarchical Neural Network

2021-09-09 · Lance Ying, Amrit Romana, Emily Mower Provost

In recent years, deep-learning-based speech emotion recognition models have outperformed classical machine learning models. Previously, neural network designs, such as Multitask Learning, have accounted for variations in…

ClusteringCross-corpusEmotion RecognitionNonparametric Clustering+1