paper-with-me

홈 › Papers

Empirical Similarity for Absent Data Generation in Imbalanced Classification

2015-08-05 · Arash Pourhabib

When the training data in a two-class classification problem is overwhelmed by one class, most classification techniques fail to correctly identify the data points belonging to the underrepresented class. We propose Similarity-based Imbalanced Classification (SBIC) that learns patterns in the training data based on an empirical similarity function. To take the imbalanced structure of the training data into account, SBIC utilizes the concept of absent data, i.e. data from the minority class which can help better find the boundary between the two classes. SBIC simultaneously optimizes the weights of the empirical similarity function and finds the locations of absent data points. As such, SBIC uses an embedded mechanism for synthetic data generation which does not modify the training dataset, but alters the algorithm to suit imbalanced datasets. Therefore, SBIC uses the ideas of both major schools of thoughts in imbalanced classification: Like cost-sensitive approaches SBIC operates on an algorithm level to handle imbalanced structures; and similar to synthetic data generation approaches, it utilizes the properties of unobserved data points from the minority class. The application of SBIC to imbalanced datasets suggests it is comparable to, and in some cases outperforms, other commonly used classification techniques for imbalanced datasets.

📄 PDF Abstract BibTeX arXiv:1508.01235

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimbalanced classificationSynthetic Data Generation

Similar Papers 제목 키워드 기반

Neural Keyphrase Generation: Analysis and Evaluation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Keyphrase generation aims at generating topical phrases from a given text either by copying from the original text (present keyphrases) or by producing new keyphrases (absent keyphrases) that capture the semantic meaning…

DecoderKeyphrase GenerationSemantic SimilaritySemantic Textual Similarity

Neural Keyphrase Generation: Analysis and Evaluation

2023-04-27 · Tuhin Kundu, Jishnu Ray Chowdhury, Cornelia Caragea

Keyphrase generation aims at generating topical phrases from a given text either by copying from the original text (present keyphrases) or by producing new keyphrases (absent keyphrases) that capture the semantic meaning…

DecoderKeyphrase GenerationSemantic SimilaritySemantic Textual Similarity

CompDiff: Hierarchical Compositional Diffusion for Fair and Zero-Shot Intersectional Medical Image Generation

2026-03-17 · Mahmoud Ibrahim, Bart Elen, Chang Sun, Gokhan Ertaylan 외 arxiv

Generative models are increasingly used to augment medical imaging datasets for fairer AI, yet a key assumption often goes unexamined: that generators produce equally high-quality images across demographic groups. Models…

Medical Image Generation

Metric Learning from Imbalanced Data

2019-09-04 · Léo Gautheron, Emilie Morvant, Amaury Habrard, Marc Sebban

A key element of any machine learning algorithm is the use of a function that measures the dis/similarity between data points. Given a task, such a function can be optimized with a metric learning algorithm. Although thi…

BIG-bench Machine LearningMetric Learning

Synthetic ECG Signal Generation Using Generative Neural Networks

2021-12-05 · Edmond Adib, Fatemeh Afghah, John J. Prevost

Electrocardiogram (ECG) datasets tend to be highly imbalanced due to the scarcity of abnormal cases. Additionally, the use of real patients' ECGs is highly regulated due to privacy issues. Therefore, there is always a ne…

Dynamic Time WarpingGenerative Adversarial Network