paper-with-me

홈 › Papers

Deep Reinforcement Learning for Imbalanced Classification

2019-01-05 · Enlu Lin, Qiong Chen, Xiaoming Qi

Data in real-world application often exhibit skewed class distribution which poses an intense challenge for machine learning. Conventional classification algorithms are not effective in the case of imbalanced data distribution, and may fail when the data distribution is highly imbalanced. To address this issue, we propose a general imbalanced classification model based on deep reinforcement learning. We formulate the classification problem as a sequential decision-making process and solve it by deep Q-learning network. The agent performs a classification action on one sample at each time step, and the environment evaluates the classification action and returns a reward to the agent. The reward from minority class sample is larger so the agent is more sensitive to the minority class. The agent finally finds an optimal classification policy in imbalanced data under the guidance of specific reward function and beneficial learning environment. Experiments show that our proposed model outperforms the other imbalanced classification algorithms, and it can identify more minority samples and has great classification performance.

📄 PDF Abstract BibTeX arXiv:1901.01379

Code (3)

linenus/DRL-For-imbalanced-Classification 공식 구현 tf
Denbergvanthijs/imbDRL tf
Montherapy/Deep-reinforcement-learning-for-multi-class-imbalanced-classification tf

Tasks

ClassificationDecision MakingDeep Reinforcement LearningGeneral Classificationimbalanced classificationQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Deep Reinforcement Learning for Multi-class Imbalanced Training

2022-05-24 · Jenny Yang, Rasheed el-Bouri, Odhran O'Donoghue, Alexander S. Lachapelle 외

With the rapid growth of memory and computing power, datasets are becoming increasingly complex and imbalanced. This is especially severe in the context of clinical data, where there may be one rare event for many cases …

Deep Reinforcement Learningimbalanced classificationQ-Learningreinforcement-learning+2

Unsupervised Reinforcement Adaptation for Class-Imbalanced TextClassification

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Unsupervised domain adaptation (UDA) augment model performance with only accessible annotations from the source domain and unlabeled data from the target domain. Existing state-of-the-art UDA models learn domain-invarian…

Domain Adaptationreinforcement-learningReinforcement Learning (RL)text-classification+2

Unsupervised Reinforcement Adaptation for Class-Imbalanced Text Classification

2022-05-26 · *SEM (NAACL) 2022 7 · Yuexin Wu, Xiaolei Huang

Class imbalance naturally exists when train and test models in different domains. Unsupervised domain adaptation (UDA) augments model performance with only accessible annotations from the source domain and unlabeled data…

ClassificationDomain Adaptationreinforcement-learningReinforcement Learning (RL)+3

Scope Loss for Imbalanced Classification and RL Exploration

2023-08-08 · Hasham Burhani, Xiao Qi Shi, Jonathan Jaegerman, Daniel Balicki

We demonstrate equivalence between the reinforcement learning problem and the supervised classification problem. We consequently equate the exploration exploitation trade-off in reinforcement learning to the dataset imba…

Classificationimbalanced classificationreinforcement-learningReinforcement Learning

GraphMixup: Improving Class-Imbalanced Node Classification on Graphs by Self-supervised Context Prediction

2021-06-21 · Lirong Wu, Haitao Lin, Zhangyang Gao, Cheng Tan 외

Recent years have witnessed great success in handling node classification tasks with Graph Neural Networks (GNNs). However, most existing GNNs are based on the assumption that node samples for different classes are balan…

Node Classification