paper-with-me

홈 › Papers

Novelty Detection for Election Fraud: A Case Study with Agent-Based Simulation Data

2022-11-29 · Khurram Yamin, Nima Jadali, Dima Nazzal, Yao Xie

In this paper, we propose a robust election simulation model and independently developed election anomaly detection algorithm that demonstrates the simulation's utility. The simulation generates artificial elections with similar properties and trends as elections from the real world, while giving users control and knowledge over all the important components of the elections. We generate a clean election results dataset without fraud as well as datasets with varying degrees of fraud. We then measure how well the algorithm is able to successfully detect the level of fraud present. The algorithm determines how similar actual election results are as compared to the predicted results from polling and a regression model of other regions that have similar demographics. We use k-means to partition electoral regions into clusters such that demographic homogeneity is maximized among clusters. We then use a novelty detection algorithm implemented as a one-class Support Vector Machine where the clean data is provided in the form of polling predictions and regression predictions. The regression predictions are built from the actual data in such a way that the data supervises itself. We show both the effectiveness of the simulation technique and the machine learning model in its success in identifying fraudulent regions.

📄 PDF Abstract BibTeX arXiv:2211.16023

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionNovelty Detectionregression

Similar Papers 제목 키워드 기반

A comparative evaluation of novelty detection algorithms for discrete sequences

2019-02-28 · Rémi Domingues, Pietro Michiardi, Jérémie Barlet, Maurizio Filippone

The identification of anomalies in temporal data is a core component of numerous research areas such as intrusion detection, fault prevention, genomics and fraud detection. This article provides an experimental compariso…

Fraud DetectionIntrusion DetectionNovelty Detection

Bridging Cognitive Neuroscience and Graph Intelligence: Hippocampus-Inspired Multi-View Hypergraph Learning for Web Finance Fraud

2026-01-16 · Rongkun Cui, Nana Zhang, Kun Zhu, Qi Zhang arxiv

Online financial services constitute an essential component of contemporary web ecosystems, yet their openness introduces substantial exposure to fraud that harms vulnerable users and weakens trust in digital finance. Su…

Fraud Detection

Probabilistic Modeling for Novelty Detection with Applications to Fraud Identification

2019-03-05 · Rémi Domingues

Novelty detection is the unsupervised problem of identifying anomalies in test data which significantly differ from the training set. Novelty detection is one of the classic challenges in Machine Learning and a core comp…

DecoderFraud DetectionGaussian ProcessesIntrusion Detection+2

Instance-Level Explanations for Fraud Detection: A Case Study

2018-06-19 · Dennis Collaris, Leo M. Vink, Jarke J. van Wijk

Fraud detection is a difficult problem that can benefit from predictive modeling. However, the verification of a prediction is challenging; for a single insurance policy, the model only provides a prediction score. We pr…

Fraud DetectionPrediction

Comparing and Combining Lexicase Selection and Novelty Search

2019-05-22 · Lia Jundt, Thomas Helmuth

Lexicase selection and novelty search, two parent selection methods used in evolutionary computation, emphasize exploring widely in the search space more than traditional methods such as tournament selection. However, le…

DiversityProgram Synthesis