Abstract
Imbalanced data refers to a problem in machine learning where there exists unequal distribution of instances for each classes. Performing a classification task on such data can often turn bias in favour of the majority class. The bias gets multiplied in cases of high dimensional data. To settle this problem, there exists many real-world data mining techniques like over-sampling and under-sampling, which can reduce the Data Imbalance. Synthetic Minority Oversampling Technique (SMOTe) provided one such state-of-the-art and popular solution to tackle class imbalancing, even on high-dimensional data platform. In this work, a novel and consistent oversampling algorithm has been proposed that can further enhance the performance of classification, especially on binary imbalanced datasets. It has been named as NMOTe (Navo Minority Oversampling Technique), an upgraded and superior alternative to the existing techniques. A critical analysis and comprehensive overview on the literature has been done to get a deeper insight into the problem statements and nurturing the need to obtain the most optimal solution. The performance of NMOTe on some standard datasets has been established in this work to get a statistical understanding on why it has edged the existing state-of-the-art to become the most robust technique for solving the two-class data imbalance problem.
References
- Wing, Jeannette M. ”Computational thinking.” Communications of the ACM 49.3 (2006): 33-35
- Bennett, Kristin P., and Emilio Parrado-Hern´andez. ”The interplay of optimization and machine learning research.” Journal of Machine Learning Research 7.Jul (2006): 1265-1281.
- Xu, R., Chen, T., Xia, Y., Lu, Q., Liu, B., Wang, X.: Word embedding composition for data imbalances in sentiment and emotion classification. Cogn. Comput. 7(2), 226–240 (2015)
- Munkhdalai, T., Namsrai, O.-E., Ryu, K.H.: Self-training in significance space of support vectors for imbalanced biomedical event data. BMC Bioinform. 16(S–7), S6 (2015)
- Razakarivony, S., Jurie, F.: Vehicle detection in aerial imagery: a small target detection benchmark. J. Vis. Commun. Image Represent. 34, 187–203 (2016)
- Ramentol, E., Gondres, I., Lajes, S., Bello, R., Caballero, Y., Cornelis, C., Herrera, F.: Fuzzy-rough imbalanced learning for the diagnosis of high voltage circuit breaker mainte- nance: the SMOTE-FRST-2T algorithm. Eng. Appl. AI 48, 134–139 (2016)
- Japkowicz, N. (2001). Concept-learning in the presence of between-class and within-class imbalances. In Proceedings of the Canadian Conference on AI 2001 (pp. 67–77).
- Japkowicz, N. (2003). Class imbalance: Are we focusing on the right issue. In Proc. of 2nd Workshop on Learning from Imbalanced Data Sets (ICML) (pp. 17–23).
- Prati, R.C., Batista, G., Monard, M.C. (2004). Learning with class skews and small dis- juncts. In Proc. of SBIA’04 (pp. 296–306)., Garcia, V., Sanchez, J., Mollineda, R. (2007)
- Garc´ıa, Vicente, Jose S´anchez, and Ramon Mollineda. ”An empirical study of the behavior of classifiers on imbalanced and overlapped data sets.” Iberoamerican Congress on Pattern Recognition. Springer, Berlin, Heidelberg, 2007.
- Napiera-la, Krystyna, Jerzy Stefanowski, and Szymon Wilk. ”Learning from imbalanced data in presence of noisy and borderline examples.” International Conference on Rough Sets and Current Trends in Computing. Springer, Berlin, Heidelberg, 2010.
- X.Y. Liu, J. Wu, and Z.H. Zhou, “Exploratory Under Sampling for Class Imbalance Learn- ing,” Proc. Int’l Conf. Data Mining, pp. 965- 969, 2006.
- H. He and E.A. Garcia, “Learning from Imbalanced Data,” IEEE Trans. Knowledge Data Eng., vol. 21, no. 9, pp. 1263-1284, Sept. 2009.
- B. Settles and M. Craven, “An analysis of active learning strategies for sequence labeling tasks,” in Proc. Conf. Empirical Methods NaturalLang. Process. (EMNLP), Oct. 2008, pp. 1070–1079.
- Chawla, Nitesh V., et al. ”SMOTE: synthetic minority over-sampling technique.” Journal of artificial intelligence research 16 (2002): 321-357.
- Han, Hui, Wen-Yuan Wang, and Bing-Huan Mao. ”Borderline-SMOTE: a new over- sampling method in imbalanced data sets learning.” International Conference on Intelligent Computing. Springer, Berlin, Heidelberg, 2005.
- Chawla, Nitesh V., et al. ”SMOTEBoost: Improving prediction of the minority class in boosting.” European conference on principles of data mining and knowledge discovery. Springer, Berlin, Heidelberg, 2003.
- Dong, Yanjie, and Xuehua Wang. ”A new over-sampling approach: random-SMOTE for learning from imbalanced data sets.” International Conference on Knowledge Science, Engi- neering and Management. Springer, Berlin, Heidelberg, 2011.
- Zheng, Zhuoyuan, Yunpeng Cai, and Ye Li. ”Oversampling method for imbalanced clas- sification.” Computing and Informatics 34.5 (2016): 1017-1037.
- Ertekin, S¸eyda. ”Adaptive oversampling for imbalanced data classification.” Information Sciences and Systems 2013. Springer, Cham, 2013. 261-269.
- Chen, Sheng, Haibo He, and Edwardo A. Garcia. ”RAMOBoost: ranked minority over- sampling in boosting.” IEEE Transactions on Neural Networks 21.10 (2010): 1624-1642.
- Seiffert, Chris, et al. ”RUSBoost: A hybrid approach to alleviating class imbalance.” IEEE Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans 40.1 (2010): 185-197.
- Li, Jia, Hui Li, and Jun-Ling Yu. ”Application of random-SMOTE on imbalanced data mining.” Business Intelligence and Financial Engineering (BIFE), 2011 Fourth International Conference on. IEEE, 2011.
- Wang, Boyu, and Joelle Pineau. ”Online bagging and boosting for imbalanced data streams.” IEEE Transactions on Knowledge Data Engineering 1 (2016): 1-1.
- Blagus, Rok, and Lara Lusa. ”Evaluation of smote for high-dimensional class-imbalanced microarray data.” Machine learning and applications (icmla), 2012 11th international con- ference on. Vol. 2. IEEE, 2012.
- Wang, Shuo, Leandro L. Minku, and Xin Yao. ”Resampling-based ensemble methods for online class imbalance learning.” IEEE Transactions on Knowledge and Data Engineering 27.5 (2015): 1356-1368.
- https://archive.ics.uci.edu/ml/datasets/Adult
- https://www.transtats.bts.gov/
- go.arcadiadata.com/rs/627-XIL-022/images/airline-id.csv
- Chakrabarty, Navoneel, and Sanket Biswas. ”A Statistical Approach to Adult Census Income Level Prediction.” 2018 International Conference on Advances in Computing, Communication Control and Networking (ICACCCN). IEEE, 2018.
- Chakrabarty, Navoneel, et al. ”Flight Arrival Delay Prediction Using Gradient Boosting Classifier.” Emerging Technologies in Data Mining and Information Security. Springer, Singapore, 2019. 651-659.
