Related Experiment Video
Updated: Jun 6, 2025

08:05
Design and Analysis for Fall Detection System Simplification
Published on: April 6, 2020
10.6K
BalancerGNN: Balancer Graph Neural Networks for imbalanced datasets: A case study on fraud detection
Mallika Boyapati1, Ramazan Aygun2
1School of Data Science and Analytics, Kennesaw State University, Kennesaw, 30144, GA, USA.
Summary
This study introduces BalancerGNN, a novel framework for fraud detection on imbalanced datasets. It enhances graph neural network (GNN) performance by improving node construction and graph building for better identification of fraudulent activities.
Area of Science:
- Machine Learning
- Data Science
- Graph Neural Networks
Background:
- Fraud detection on imbalanced datasets is challenging due to model bias towards majority classes.
- Data imbalance negatively impacts graph construction, a critical step for Graph Neural Networks (GNNs).
Purpose of the Study:
- To introduce the BalancerGNN framework to effectively handle imbalanced datasets in fraud detection.
- To demonstrate the framework's superiority over existing methods in identifying fraudulent cases.
Main Methods:
- Developed a three-component framework: node construction (Graph-based Variable Clustering and Encoder-Decoder based Dimensionality Reduction), balanced neighbor sampling for graph construction, and GNN training with balanced batches and a custom loss function.
- Utilized transformer-based techniques for feature representation and dimensionality reduction.
- Employed balanced training batches and a multi-component loss function for GNN training.
Main Results:
- BalancerGNN achieved high sensitivity rates (72.87%–81.23%) and accuracy (73.99%–94.28%) across Medicare, Equifax, IEEE, and auto insurance fraud datasets.
- The framework consistently outperformed other methods in identifying fraud cases.
- Node construction and balanced neighbor sampling were highlighted as crucial for performance.
Conclusions:
- BalancerGNN effectively addresses the challenges of fraud detection in imbalanced datasets.
- The proposed methods for node construction, graph representation, and neighbor sampling significantly enhance GNN performance for fraud detection.
- The framework shows strong potential for real-world fraud detection applications.
Related Concept Videos
Types of Skewness
11.4K
If the frequency distribution of a data set is more inclined towards smaller or larger values, the distribution is said to be skewed. If data values are skewed to the right, then the distribution is called positively skewed. Conversely, if the plot is skewed to the left, the distribution is called negatively skewed.
For instance, in the middle of a pandemic, the geographical distribution of vaccine coverage may be positively skewed towards populations in the global north countries. However,...
For instance, in the middle of a pandemic, the geographical distribution of vaccine coverage may be positively skewed towards populations in the global north countries. However,...
11.4K
Weighted Mean
4.9K
While taking the arithmetic, geometric, or harmonic mean of a sample data set, equal importance is assigned to all the data points. However, all the values may not always be equally important in some data sets. An intrinsic bias might make it more important to give more weightage to specific values over others.
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
For example, consider the number of goals scored in the matches of a tournament. While computing the average number of goals scored in the tournament, it may be more important to...
4.9K
Aggregates Classification
305
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
305
Bias
3.7K
Bias refers to any tendency that prevents a question from being considered unprejudiced. In research, bias occurs when one outcome or answer is selected or encouraged over others in sampling or testing. Bias can occur during any research phase, including study design, data collection, analysis, and publication.
In statistics, a sampling bias is created when a sample is collected from a population, and some members of the population are not as likely to be chosen as others (remember, each member...
In statistics, a sampling bias is created when a sample is collected from a population, and some members of the population are not as likely to be chosen as others (remember, each member...
3.7K
Multiple Bar Graph
5.1K
As the name suggests, a multiple bar graph is the same as a bar graph but has multiple bars to depict relationships between different data values. One can include as many parameters as possible. However, each parameter must have the same unit of measurement.
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
5.1K
Regression Toward the Mean
6.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K

