paper-with-me

홈 › Papers

Propheter: Prophetic Teacher Guided Long-Tailed Distribution Learning

2023-04-09 · Wenxiang Xu, Yongcheng Jing, Linyun Zhou, Wenqi Huang, Lechao Cheng, Zunlei Feng, Mingli Song

The problem of deep long-tailed learning, a prevalent challenge in the realm of generic visual recognition, persists in a multitude of real-world applications. To tackle the heavily-skewed dataset issue in long-tailed classification, prior efforts have sought to augment existing deep models with the elaborate class-balancing strategies, such as class rebalancing, data augmentation, and module improvement. Despite the encouraging performance, the limited class knowledge of the tailed classes in the training dataset still bottlenecks the performance of the existing deep models. In this paper, we propose an innovative long-tailed learning paradigm that breaks the bottleneck by guiding the learning of deep networks with external prior knowledge. This is specifically achieved by devising an elaborated `prophetic'' teacher, termed as Propheter'', that aims to learn the potential class distributions. The target long-tailed prediction model is then optimized under the instruction of the well-trained `Propheter'', such that the distributions of different classes are as distinguishable as possible from each other. Experiments on eight long-tailed benchmarks across three architectures demonstrate that the proposed prophetic paradigm acts as a promising solution to the challenge of limited class knowledge in long-tailed datasets. The developed code is publicly available at \url{https://github.com/tcmyxc/propheter}.

📄 PDF Abstract BibTeX arXiv:2304.04135

Code (1)

tcmyxc/propheter 공식 구현 pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Self-Prophetic Decoding to Unlock Visual Search in LVLMs

2026-05-27 · Zhendong He, Qiyuan Dai, Guanbin Li, Liang Lin 외 arxiv

Large Vision-Language Models (LVLMs) are rapidly evolving toward true multimodal reasoning, with visual search representing a concrete instantiation of the thinking-with-images paradigm. However, LVLM visual search faces…

Multimodal Reasoning

Class-Balanced Distillation for Long-Tailed Visual Recognition

2021-04-12 · Ahmet Iscen, André Araujo, Boqing Gong, Cordelia Schmid

Real-world imagery is often characterized by a significant imbalance of the number of images per class, leading to long-tailed distributions. An effective and simple approach to long-tailed visual recognition is to learn…

Image ClassificationKnowledge DistillationLong-tail Learning

Propheticus: Generalizable Machine Learning Framework

2018-09-06 · João R. Campos, Marco Vieira, Ernesto Costa

Due to recent technological developments, Machine Learning (ML), a subfield of Artificial Intelligence (AI), has been successfully used to process and extract knowledge from a variety of complex problems. However, a thor…

BIG-bench Machine Learning

Social Network Analysis of Hadith Narrators from Sahih Bukhari

2021-02-03 · Tanvir Alam, Jens Schneider

The ahadith, prophetic traditions for the Muslims around the world, are narrations originating from the sayings and the deeds of Prophet Muhammad (pbuh). They are considered one of the fundamental sources of Islamic legi…

Balanced Knowledge Distillation for Long-tailed Learning

2021-04-21 · Shaoyu Zhang, Chen Chen, Xiyuan Hu, Silong Peng

Deep models trained on long-tailed datasets exhibit unsatisfactory performance on tail classes. Existing methods usually modify the classification loss to increase the learning focus on tail classes, which unexpectedly s…

Knowledge Distillation