paper-with-me

Papers

Superensemble Classifier for Improving Predictions in Imbalanced Datasets

2018-10-25 · Tanujit Chakraborty, Ashis Kumar Chakraborty

Learning from an imbalanced dataset is a tricky proposition. Because these datasets are biased towards one class, most existing classifiers tend not to perform well on minority class examples. Conventional classifiers usually aim to optimize the overall accuracy without considering the relative distribution of each class. This article presents a superensemble classifier, to tackle and improve predictions in imbalanced classification problems, that maps Hellinger distance decision trees (HDDT) into radial basis function network (RBFN) framework. Regularity conditions for universal consistency and the idea of parameter optimization of the proposed model are provided. The proposed distribution-free model can be applied for feature selection cum imbalanced classification problems. We have also provided enough numerical evidence using various real-life data sets to assess the performance of the proposed model. Its effectiveness and competitiveness with respect to different state-of-the-art models are shown.

📄 PDF Abstract BibTeX arXiv:1810.11317

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionGeneral Classificationimbalanced classification

Similar Papers 제목 키워드 기반

Is augmentation effective to improve prediction in imbalanced text datasets?

2023-04-20 · Gabriel O. Assunção, Rafael Izbicki, Marcos O. Prates

Imbalanced datasets present a significant challenge for machine learning models, often leading to biased predictions. To address this issue, data augmentation techniques are widely used in natural language processing (NL…

Data Augmentation

Prototypical Classifier for Robust Class-Imbalanced Learning

2021-10-22 · Tong Wei, Jiang-Xin Shi, Yu-Feng Li, Min-Ling Zhang

Deep neural networks have been shown to be very powerful methods for many supervised learning tasks. However, they can also easily overfit to training set biases, i.e., label noise and class imbalance. While both learnin…

Learning with noisy labels

Skew-Probabilistic Neural Networks for Learning from Imbalanced Data

2023-12-10 · Shraddha M. Naik, Tanujit Chakraborty, Madhurima Panja, Abdenour Hadid 외

Real-world datasets often exhibit imbalanced data distribution, where certain class levels are severely underrepresented. In such cases, traditional pattern classifiers have shown a bias towards the majority class, imped…

Deep Imbalanced Regression via Hierarchical Classification Adjustment

2023-10-26 · CVPR 2024 1 · Haipeng Xiong, Angela Yao

Regression tasks in computer vision, such as age estimation or counting, are often formulated into classification by quantizing the target space into classes. Yet real-world data is often imbalanced -- the majority of tr…

Age EstimationClassificationCrowd CountingDeep imbalanced regression+3

Class-Imbalanced Complementary-Label Learning via Weighted Loss

2022-09-28 · Meng Wei, Yong Zhou, Zhongnian Li, Xinzheng Xu

Complementary-label learning (CLL) is widely used in weakly supervised classification, but it faces a significant challenge in real-world datasets when confronted with class-imbalanced training samples. In such scenarios…

Multi-class ClassificationWeakly Supervised Classification