نوع مقاله : مقاله علمی
نویسندگان
گروه علوم کامپیوتر، دانشکده ریاضی و علوم کامپیوتر، دانشگاه صنعتی امیرکبیر (پلی تکنیک تهران)، تهران، ایران.
چکیده
پیشینه و اهداف: خوشهبندی یکی از روشهای اساسی در دادهکاوی و یادگیری ماشین است که برای تقسیم مجموعهای از دادهها به زیرمجموعههای همگن به کار میرود. روشهای مختلفی برای انجام خوشهبندی وجود دارد که هریک نقاط قوت و ضعف خاص خود را دارند. یکی از چالشهای اصلی در خوشهبندی، یافتن تعداد خوشههای بهینه و تخصیص بهینة دادهها به این خوشههاست. الگوریتم ژنتیک، بهعنوان روش بهینهسازی مبتنی بر تکامل طبیعی، توانایی بالایی در حل مسائل پیچیده و جستوجوی فضای جوابهای بزرگ دارد و میتواند بهعنوان یک ابزار مؤثر در خوشهبندی به کار رود. هدف این مقاله، بررسی کارایی و دقت الگوریتم ژنتیک در کلاسبندی دادهها و مقایسة آن با روشهای سنتی خوشهبندی برای کلاسبندی است. بهمنظور ارزیابی عملکرد این الگوریتم، چندین مجموعه داده بیمه استفاده شده و نتایج بهدستآمده با معیارهای مختلفی مانند دقت تحلیل میشوند. همچنین، پارامترهای مختلف الگوریتم ژنتیک بررسیشده و تأثیر آنها بر عملکرد نهایی الگوریتم مطالعه میشود تا بهینهترین تنظیمات برای کلاسبندی دادهها تعیین شود.
روششناسی: در این پژوهش، بهمنظور تشکیل کروموزومها، ابتدا تعداد خوشهها مشخص شد. با توجه به اینکه هر مرکز خوشه به اندازة تعداد ویژگیهای مجموعه داده دارای ویژگی بود، طول هر کروموزوم بهصورت حاصلضرب تعداد خوشهها در تعداد ویژگیها تعیین شد. برای فرایندهایCrossover ،Mutation و Survival از روشهای نوین و متنوعی بهره گرفته شد. همچنین، معیار ارزیابی مشابه الگوریتم K-means انتخاب شد تا عملکرد خوشهبندی بهینهسازی شود. این رویکرد نوآورانه به بهبود دقت و کارایی فرایند کلاسبندی منجر شد.
یافتهها: با اعمال روش توضیحدادهشده در این مقاله برای تشخیص تقلب در ۳ مجموعه دادة بیمه، به نتایج جالب توجهی با 12% بهبود در F1 و 10% افزایش دقت در مجموعه دادة اول، 1% بهبود F1 و دقت در مجموعه دادة دوم و در نهایت نیز 1% بهبود در F1 و 2% بهبود در دقت مجموعه دادة سوم نسبت به روشK-means و سایر روشها حاصل شده است. با توجه به ۲ کلاس بودن دادهها در این مجموعه دادهها، مسئله بهازای ۲ خوشه با استفاده از الگوریتم حل شده و بهترین برچسب برای هر خوشه با توجه به برچسبهای واقعی دادگان انتخاب شده و نتیجه بهصورت نتایج حاصل از مسائل دستهبندی ارائه شده است، همچنین بهبود چشمگیری در معیارهایی همچون ARI و سایر معیارهای ارزیابی خوشهبندی حاصل شده و پیشرفت چشمگیری نسبت به الگوریتم ژنتیک عادی نیز حاصل شده است.
نتیجهگیری: الگوریتم ژنتیک قابلیت حل مسائل پیچیده و بدون راهحل قطعی را دارد و میتواند در خوشهبندی دادهها عملکرد بهتری نسبت به روشهای سنتی مانندK-means داشته باشد. این رویکرد با ترکیب احتمالات و تصادفی بودن، امکان بررسی نقاط بیشتر بهعنوان مراکز خوشه و بهبود عملکرد خوشهبندی را فراهم میکند. نتایج نشان میدهد که این روش در برخی موارد بهتر از روشهای معروف عمل میکند و ساختار مناسبی برای خوشهبندی دادهها ارائه میدهد.
کلیدواژهها
موضوعات
عنوان مقاله [English]
Detecting car insurance fraud using improved clustering with genetic algorithm
نویسندگان [English]
- Behnam Yousefimehr
- Mehdi Ghatee
- Sina Moradi
- Yasamin Tafakor
- Sajed Tavakoli
Department of Computer Science, Faculty of Mathematics and Computer Science, Amirkabir University of Technology (Tehran Ploytechnic), Tehran, Iran.
چکیده [English]
BACKGROUND AND OBJECTIVES: Clustering is one of the basic techniques in data mining and machine learning, which is used to divide a set of data into homogeneous subsets. There are different methods for clustering, each of which has its own strengths and weaknesses. One of the main challenges in clustering is finding the optimal number of clusters and optimal allocation of data to these clusters. Genetic algorithm, as an optimization method based on natural evolution, has a high ability to solve complex problems and search for large solution spaces and can be used as an effective tool in clustering. The purpose of this article is to investigate the efficiency and accuracy of genetic algorithm in data classification and compare it with traditional clustering methods for classification. In order to evaluate the performance of this algorithm, several insurance data sets are used and the obtained results are analyzed with different criteria such as accuracy. Also, different parameters of the genetic algorithm are examined and their effects on the final performance of the algorithm are studied in order to determine the most optimal settings for data classification.
METHODS: In this research, to form chromosomes, at first, the number of clusters was determined. Considering that each cluster center had as many features as the number of features in the data set, the length of each chromosome was determined by multiplying the number of clusters by the number of features. New and diverse methods were used for Crossover, Mutation and Survival processes. Also, the evaluation criterion similar to the K-means algorithm was chosen to optimize the clustering performance. This innovative approach led to improving the accuracy and efficiency of the classification process.
FINDINGS: By applying the method described in this article to three insurance data sets for fraud detection, we have interesting results with 12% improvement in F1 and 10% increase in accuracy in the first data set, 1% improvement in F1 and 1% improvement in accuracy in the first data set. Second and finally, 1% improvement in F1 and 2% improvement in the accuracy of the third data set compared to the K-means method and other methods have been achieved. Due to the 2-mode data in this data set, the problem is solved for two clusters using the algorithm and the best label for each cluster is selected according to the real labels of the data and the result is presented as the results of classification problems. Additionally, significant improvements in metrics such as ARI and other clustering evaluation criteria have been achieved, and remarkable progress has been made compared to the standard genetic algorithm.
CONCLUSION: Genetic Algorithm is able to solve complex problems without definite solution and can perform better in data clustering than traditional methods such as K-means. By combining probabilities and randomness, this approach provides the possibility to examine more points as cluster centers and improve clustering performance. The results show that this method works better than the famous methods in some cases and provides a suitable structure for data clustering.
کلیدواژهها [English]
- Artificial intelligence
- Car insurance
- Clustering
- Fraud detection
- Genetic algorithm
نامه به سردبیر
سردبیر نشریه پژوهشنامه بیمه، هرگونه پیشنهاد و انتقاد دیگر نویسندگان و خوانندگان را در خصوص نقد و بررسی این مقاله مندرج در سامانه نشریه را ظرف مدت 3 ماه از تاریخ انتشار آنلاین مقاله در سامانه و قبل از انتشار چاپی نشریه، به منظور اصلاح و نظردهی امکان پذیر نموده است.، البته این نقد در مورد تحقیقات اصلی مقاله نمی باشد.
توجه به موارد ذیل پیش از ارسال نامه به سردبیر لازم است در نظر گرفته شود:
[1] نامه هایی که شامل گزارش آماری، واقعیت ها، تحقیقات یا نظریه پردازی ها هستند، لازم است همراه با منابع معتبر و مناسب همراه باشد، اگرچه ارسال بیش از زمان 3 نامه توصیه نمی گردد.
[2] نامه هایی که بجای انتقاد سازنده به ایده های تحقیق، مشتمل بر حملات شخصی به نویسنده باشند، توجه و چاپ نمی شود.
[3] نامه ها نباید بیش از 300 کلمه باشد.
[4] نویسندگان نامه لازم است در ابتدای نامه تمایل یا عدم تمایل خود را نسبت به چاپ نظریه ارسالی نسبت به یک مقاله خاص اعلام نمایند.
[5] به نامه های ناشناس ترتیب اثر داده نمی شود.
[6] شهر، کشور و محل سکونت نویسندگان نامه باید در نامه مشخص باشد.
[7] به منظور شفافیت بیشتر و محدودیت حجم نامه، ویرایش بر روی آن انجام می پذیرد.
ارسال نظر در مورد این مقاله