ML-Driven Approaches to Combat Medicare Fraud: Advances in Class Imbalance Solutions, Feature Engineering, Adaptive Learning, and Business Impact
Dorsa Farahmandazad, Kasra Danesh

TL;DR
This paper explores machine learning techniques, especially Random Forest with SMOTE and feature engineering, to improve Medicare fraud detection amidst challenges like class imbalance and evolving fraud patterns.
Contribution
It introduces an effective ML framework combining resampling, feature selection, and adaptive learning for Medicare fraud detection, demonstrating superior performance over other models.
Findings
Random Forest achieved 98.8% validation accuracy.
SMOTE and feature engineering significantly improved detection performance.
Adaptive learning methods are crucial for evolving fraud patterns.
Abstract
Medicare fraud poses a substantial challenge to healthcare systems, resulting in significant financial losses and undermining the quality of care provided to legitimate beneficiaries. This study investigates the use of machine learning (ML) to enhance Medicare fraud detection, addressing key challenges such as class imbalance, high-dimensional data, and evolving fraud patterns. A dataset comprising inpatient claims, outpatient claims, and beneficiary details was used to train and evaluate five ML models: Random Forest, KNN, LDA, Decision Tree, and AdaBoost. Data preprocessing techniques included resampling SMOTE method to address the class imbalance, feature selection for dimensionality reduction, and aggregation of diagnostic and procedural codes. Random Forest emerged as the best-performing model, achieving a training accuracy of 99.2% and validation accuracy of 98.8%, and F1-score…
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
TopicsImbalanced Data Classification Techniques · Financial Distress and Bankruptcy Prediction
MethodsSynthetic Minority Over-sampling Technique. · Feature Selection · Linear Discriminant Analysis
