paper-with-me

홈 › Papers

Cost Sensitive Learning of Deep Feature Representations from Imbalanced Data

2015-08-14 · Salman H. Khan, Munawar Hayat, Mohammed Bennamoun, Ferdous Sohel, Roberto Togneri

Class imbalance is a common problem in the case of real-world object detection and classification tasks. Data of some classes is abundant making them an over-represented majority, and data of other classes is scarce, making them an under-represented minority. This imbalance makes it challenging for a classifier to appropriately learn the discriminating boundaries of the majority and minority classes. In this work, we propose a cost sensitive deep neural network which can automatically learn robust feature representations for both the majority and minority classes. During training, our learning procedure jointly optimizes the class dependent costs and the neural network parameters. The proposed approach is applicable to both binary and multi-class problems without any modification. Moreover, as opposed to data level approaches, we do not alter the original data distribution which results in a lower computational cost during the training process. We report the results of our experiments on six major image classification datasets and show that the proposed approach significantly outperforms the baseline algorithms. Comparisons with popular data sampling techniques and cost sensitive classifiers demonstrate the superior performance of our proposed method.

📄 PDF Abstract BibTeX arXiv:1508.03422

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Cost-Sensitive Feature Selection by Optimizing F-Measures

2019-04-04 · Meng Liu, Chang Xu, Yong Luo, Chao Xu 외

Feature selection is beneficial for improving the performance of general machine learning tasks by extracting an informative subset from the high-dimensional features. Conventional feature selection methods usually ignor…

feature selection

Cost-Sensitive Convolution based Neural Networks for Imbalanced Time-Series Classification

2018-01-13 · Yue Geng, Xinyu Luo

Some deep convolutional neural networks were proposed for time-series classification and class imbalanced problems. However, those models performed degraded and even failed to recognize the minority class of an imbalance…

Deep LearningGeneral ClassificationTemporal SequencesTime Series+2

A Cost-Sensitive Deep Belief Network for Imbalanced Classification

2018-04-28 · Chong Zhang, Kay Chen Tan, Haizhou Li, Geok Soon Hong

Imbalanced data with a skewed class distribution are common in many real-world applications. Deep Belief Network (DBN) is a machine learning technique that is effective in classification tasks. However, conventional DBN …

ClassificationFault DiagnosisGeneral Classificationimbalanced classification

A Descriptive Study of Variable Discretization and Cost-Sensitive Logistic Regression on Imbalanced Credit Data

2018-12-28 · Lili Zhang, Herman Ray, Jennifer Priestley, Soon Tan

Training classification models on imbalanced data tends to result in bias towards the majority class. In this paper, we demonstrate how variable discretization and cost-sensitive logistic regression help mitigate this bi…

Descriptiveregression

Understanding CNN Fragility When Learning With Imbalanced Data

2022-10-17 · Damien Dablain, Kristen N. Jacobson, Colin Bellinger, Mark Roberts 외

Convolutional neural networks (CNNs) have achieved impressive results on imbalanced image data, but they still have difficulty generalizing to minority classes and their decisions are difficult to interpret. These proble…