Litcius/Paper detail

Approx-SMOTE: Fast SMOTE for Big Data on Apache Spark

Mario Juez-Gil, Álvar Arnaiz‐González, Juan J. Rodríguez, Carlos López Nozal, César García‐Osorio

2021Neurocomputing38 citationsDOIOpen Access PDF

Abstract

One of the main goals of Big Data research, is to find new data mining methods that are able to process large amounts of data in acceptable times. In Big Data classification, as in traditional classification, class imbalance is a common problem that must be addressed, in the case of Big Data also looking for a solution that can be applied in an acceptable execution time. In this paper we present Approx-SMOTE, a parallel implementation of the SMOTE algorithm for the Apache Spark framework. The key difference with the original SMOTE, besides parallelism, is that it uses an approximated version of k-Nearest Neighbor which makes it highly scalable. Although an implementation of SMOTE for Big Data already exists (SMOTE-BD), it uses an exact Nearest Neighbor search, which does not make it entirely scalable. Approx-SMOTE on the other hand is able to achieve up to 30 times faster run times without sacrificing the improved classification performance offered by the original SMOTE.

Topics & Concepts

SPARK (programming language)Computer scienceScalabilityBig dataApproxKey (lock)Data miningProcess (computing)k-nearest neighbors algorithmClass (philosophy)Machine learningArtificial intelligenceDatabaseOperating systemProgramming languageImbalanced Data Classification TechniquesMachine Learning and Data ClassificationData Mining Algorithms and Applications