paper-with-me

Papers

A Hybrid Approach for Binary Classification of Imbalanced Data

2022-07-06 · Hsin-Han Tsai, Ta-Wei Yang, Wai-Man Wong, Cheng-Fu Chou

Binary classification with an imbalanced dataset is challenging. Models tend to consider all samples as belonging to the majority class. Although existing solutions such as sampling methods, cost-sensitive methods, and ensemble learning methods improve the poor accuracy of the minority class, these methods are limited by overfitting problems or cost parameters that are difficult to decide. We propose HADR, a hybrid approach with dimension reduction that consists of data block construction, dimentionality reduction, and ensemble learning with deep neural network classifiers. We evaluate the performance on eight imbalanced public datasets in terms of recall, G-mean, and AUC. The results show that our model outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2207.02738

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassificationDimensionality ReductionEnsemble Learning

Similar Papers 제목 키워드 기반

Imbalance-XGBoost: Leveraging Weighted and Focal Losses for Binary Label-Imbalanced Classification with XGBoost

2019-08-05 · Chen Wang, Chengyuan Deng, Suzhen Wang

The paper presents Imbalance-XGBoost, a Python package that combines the powerful XGBoost software with weighted and focal losses to tackle binary label-imbalanced classification tasks. Though a small-scale program in te…

Binary ClassificationClassificationGeneral Classificationimbalanced classification

Kernel-Free Universum Quadratic Surface Twin Support Vector Machines for Imbalanced Data

2024-12-02 · Hossein Moosaei, Milan Hladík, Ahmad Mousavi, Zheming Gao 외

Binary classification tasks with imbalanced classes pose significant challenges in machine learning. Traditional classifiers often struggle to accurately capture the characteristics of the minority class, resulting in bi…

Binary ClassificationClassificationimbalanced classification

A binary PSO based ensemble under-sampling model for rebalancing imbalanced training data

2025-01-31 · Jinyan Li, Yaoyang Wu, Simon Fong, Antonio J. Tallón-Ballesteros 외

Ensemble technique and under-sampling technique are both effective tools used for imbalanced dataset classification problems. In this paper, a novel ensemble method combining the advantages of both ensemble learning for …

Ensemble Learningimbalanced classification

HSCNN: A Hybrid-Siamese Convolutional Neural Network for Extremely Imbalanced Multi-label Text Classification

2020-11-01 · EMNLP 2020 11 · Wenshuo Yang, Jiyi Li, Fumiyo Fukumoto, Yanming Ye

The data imbalance problem is a crucial issue for the multi-label text classification. Some existing works tackle it by proposing imbalanced loss objectives instead of the vanilla cross-entropy loss, but their performanc…

General ClassificationMulti Label Text ClassificationMulti-Label Text ClassificationSpectral Reconstruction+2

A Tale of Two Classes: Adapting Supervised Contrastive Learning to Binary Imbalanced Datasets

2025-01-01 · CVPR 2025 1 · David Mildenberger, Paul Hager, Daniel Rueckert, Martin J. Menten

Supervised contrastive learning (SupCon) has proven to be a powerful alternative to the standard cross-entropy loss for classification of multi-class balanced datasets. However, it struggles to learn well-conditioned…

Contrastive LearningMedical Diagnosis