An Instance Selection Algorithm for Big Data in High imbalanced datasets based on LSH
Germ\'an E. Melo-Acosta, Freddy Duitama-Mu\~noz, Juli\'an D., Arias-Londo\~no

TL;DR
This paper introduces three scalable instance selection methods based on Locality Sensitive Hashing (LSH) for handling large, highly imbalanced datasets in machine learning, improving model performance significantly.
Contribution
It proposes novel LSH-based instance selection algorithms tailored for big and imbalanced datasets, implemented in Apache Spark for scalability.
Findings
Improved geometric mean performance by 5-19%.
Effective handling of large, imbalanced datasets.
Scalable algorithms suitable for big data environments.
Abstract
Training of Machine Learning (ML) models in real contexts often deals with big data sets and high-class imbalance samples where the class of interest is unrepresented (minority class). Practical solutions using classical ML models address the problem of large data sets using parallel/distributed implementations of training algorithms, approximate model-based solutions, or applying instance selection (IS) algorithms to eliminate redundant information. However, the combined problem of big and high imbalanced datasets has been less addressed. This work proposes three new methods for IS to be able to deal with large and imbalanced data sets. The proposed methods use Locality Sensitive Hashing (LSH) as a base clustering technique, and then three different sampling methods are applied on top of the clusters (or buckets) generated by LSH. The algorithms were developed in the Apache Spark…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Artificial Intelligence in Healthcare
MethodsBalanced Selection
