Deep Reinforcement Learning for Imbalanced Classification
Enlu Lin, Qiong Chen, Xiaoming Qi

TL;DR
This paper introduces a deep reinforcement learning approach to imbalanced classification, formulating it as a sequential decision process solved by deep Q-learning, which improves minority class detection.
Contribution
The paper presents a novel deep reinforcement learning model for imbalanced classification, using a reward-guided sequential decision process to enhance minority class recognition.
Findings
Outperforms existing imbalanced classification algorithms.
More effective in identifying minority class samples.
Achieves superior overall classification performance.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImbalanced Data Classification Techniques · Financial Distress and Bankruptcy Prediction · Artificial Intelligence in Healthcare
MethodsDense Connections · Convolution · Deep Q-Network · Q-Learning
