paper-with-me

Papers

Deep Over-sampling Framework for Classifying Imbalanced Data

2017-04-25 · Shin Ando, Chun-Yuan Huang

Class imbalance is a challenging issue in practical classification problems for deep learning models as well as traditional models. Traditionally successful countermeasures such as synthetic over-sampling have had limited success with complex, structured data handled by deep learning models. In this paper, we propose Deep Over-sampling (DOS), a framework for extending the synthetic over-sampling method to exploit the deep feature space acquired by a convolutional neural network (CNN). Its key feature is an explicit, supervised representation learning, for which the training data presents each raw input sample with a synthetic embedding target in the deep feature space, which is sampled from the linear subspace of in-class neighbors. We implement an iterative process of training the CNN and updating the targets, which induces smaller in-class variance among the embeddings, to increase the discriminative power of the deep representation. We present an empirical study using public benchmarks, which shows that the DOS framework not only counteracts class imbalance better than the existing method, but also improves the performance of the CNN in the standard, balanced settings.

📄 PDF Abstract BibTeX arXiv:1704.07515

Code (1)

m-zayan/DOS-Framework-PyTorch pytorch

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

CUSBoost: Cluster-based Under-sampling with Boosting for Imbalanced Classification

2017-12-12 · Farshid Rayhan, Sajid Ahmed, Asif Mahbub, Md. Rafsan Jani 외

Class imbalance classification is a challenging research problem in data mining and machine learning, as most of the real-life datasets are often imbalanced in nature. Existing learning algorithms maximise the classifica…

ClusteringEnsemble LearningGeneral Classificationimbalanced classification

OSTSC: Over Sampling for Time Series Classification in R

2017-11-27 · Matthew Dixon, Diego Klabjan, Lan Wei

The OSTSC package is a powerful oversampling approach for classifying univariant, but multinomial time series data in R. This article provides a brief overview of the oversampling methodology implemented by the package. …

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1

SMOTE: Synthetic Minority Over-sampling Technique

2011-06-09 · N. V. Chawla, K. W. Bowyer, L. O. Hall, W. P. Kegelmeyer

An approach to the construction of classifiers from imbalanced datasets is described. A dataset is imbalanced if the classification categories are not approximately equally represented. Often real-world data sets are pre…

Latent Vector Expansion using Autoencoder for Anomaly Detection

2022-01-05 · UJu Gim, YeongHyeon Park

Deep learning methods can classify various unstructured data such as images, language, and voice as input data. As the task of classifying anomalies becomes more important in the real world, various methods exist for cla…

Anomaly DetectionDeep Learning

A Novel Hybrid Sampling Framework for Imbalanced Learning

2022-08-20 · Asif Newaz, Farhan Shahriyar Haq

Class imbalance is a frequently occurring scenario in classification tasks. Learning from imbalanced data poses a major challenge, which has instigated a lot of research in this area. Data preprocessing using sampling te…

Ensemble LearningRobust classification