iCost: A Novel Instance Complexity Based Cost-Sensitive Learning Framework
Asif Newaz, Asif Ur Rahman Adib, Taskeed Jabid

TL;DR
This paper introduces iCost, a cost-sensitive learning framework that accounts for individual instance difficulty levels in imbalanced datasets, leading to improved classification performance.
Contribution
The study proposes a novel approach that categorizes minority-class instances by difficulty and adjusts penalties accordingly, enhancing traditional cost-sensitive methods.
Findings
Significant performance improvement over traditional methods
Effective handling of class imbalance in diverse datasets
Better classification accuracy for minority classes
Abstract
Class imbalance in data presents significant challenges for classification tasks. It is fairly common and requires careful handling to obtain desirable performance. Traditional classification algorithms become biased toward the majority class. One way to alleviate the scenario is to make the classifiers cost-sensitive. This is achieved by assigning a higher misclassification cost to minority-class instances. One issue with this implementation is that all the minority-class instances are treated equally, and assigned with the same penalty value. However, the learning difficulties of all the instances are not the same. Instances that are located in the overlapping region or near the decision boundary are harder to classify, whereas those further away are easier. Without taking into consideration the instance complexity and naively weighting all the minority-class samples uniformly,…
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 · Electricity Theft Detection Techniques · Artificial Intelligence in Healthcare
