paper-with-me

홈 › Papers

Skew-Probabilistic Neural Networks for Learning from Imbalanced Data

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

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, impeding accurate predictions for the minority class. This paper introduces an imbalanced data-oriented classifier using probabilistic neural networks (PNN) with a skew-normal kernel function to address this major challenge. PNN is known for providing probabilistic outputs, enabling quantification of prediction confidence, interpretability, and the ability to handle limited data. By leveraging the skew-normal distribution, which offers increased flexibility, particularly for imbalanced and non-symmetric data, our proposed Skew-Probabilistic Neural Networks (SkewPNN) can better represent underlying class densities. Hyperparameter fine-tuning is imperative to optimize the performance of the proposed approach on imbalanced datasets. To this end, we employ a population-based heuristic algorithm, the Bat optimization algorithm, to explore the hyperparameter space effectively. We also prove the statistical consistency of the density estimates, suggesting that the true distribution will be approached smoothly as the sample size increases. Theoretical analysis of the computational complexity of the proposed SkewPNN and BA-SkewPNN is also provided. Numerical simulations have been conducted on different synthetic datasets, comparing various benchmark-imbalanced learners. Real-data analysis on several datasets shows that SkewPNN and BA-SkewPNN substantially outperform most state-of-the-art machine-learning methods for both balanced and imbalanced datasets (binary and multi-class categories) in most experimental settings.

📄 PDF Abstract BibTeX arXiv:2312.05878

Code (1)

7shraddha/skewpnn 공식 구현

Similar Papers 제목 키워드 기반

Comparative Analysis of Data Preprocessing Methods, Feature Selection Techniques and Machine Learning Models for Improved Classification and Regression Performance on Imbalanced Genetic Data

2024-02-22 · Arshmeet Kaur, Morteza Sarmadi

Rapid advancements in genome sequencing have led to the collection of vast amounts of genomics data. Researchers may be interested in using machine learning models on such data to predict the pathogenicity or clinical si…

feature selectionModel Selectionregression

A Skew-Sensitive Evaluation Framework for Imbalanced Data Classification

2020-10-12 · Min Du, Nesime Tatbul, Brian Rivers, Akhilesh Kumar Gupta 외

Class distribution skews in imbalanced datasets may lead to models with prediction bias towards majority classes, making fair assessment of classifiers a challenging task. Metrics such as Balanced Accuracy are commonly u…

ClassificationGeneral Classification

AxelSMOTE: An Agent-Based Oversampling Algorithm for Imbalanced Classification

2025-09-08 · Sukumar Kishanthan, Asela Hevapathige arxiv

Class imbalance in machine learning poses a significant challenge, as skewed datasets often hinder performance on minority classes. Traditional oversampling techniques, which are commonly used to alleviate class imbalanc…

Computational Efficiency

HypUC: Hyperfine Uncertainty Calibration with Gradient-boosted Corrections for Reliable Regression on Imbalanced Electrocardiograms

2023-11-23 · Uddeshya Upadhyay, Sairam Bade, Arjun Puranik, Shahir Asfahan 외

The automated analysis of medical time series, such as the electrocardiogram (ECG), electroencephalogram (EEG), pulse oximetry, etc, has the potential to serve as a valuable tool for diagnostic decisions, allowing for re…

DiagnosticEEGElectroencephalogram (EEG)regression+1

Probabilistic Federated Prompt-Tuning with Non-IID and Imbalanced Data

2025-02-27 · Pei-Yau Weng, Minh Hoang, Lam M. Nguyen, My T. Thai 외

Fine-tuning pre-trained models is a popular approach in machine learning for solving complex tasks with moderate data. However, fine-tuning the entire pre-trained model is ineffective in federated data scenarios where lo…

Federated Learning