Related Experiment Video
Updated: Jun 3, 2025

Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
Published on: July 5, 2024
GQEO: Nearest neighbor graph-based generalized quadrilateral element oversampling for class-imbalance problem
Qi Dai1, Longhui Wang1, Jing Zhang1
1College of Science, North China University of Science and Technology, Tangshan, 063210, China.
Abstract:
The class imbalance problem is one of the difficult factors affecting the performance of traditional classifiers. The oversampling technique is the most common way to solve the class imbalance problem. They alleviate the performance impact of the class imbalance problem on traditional machine learning by augmenting minority instance feature representation. However, many SMOTE-based oversampling techniques perform linear interpolation on the line segment between the anchor instance and its nearest neighbor. This type of method only uses local information and ignores the impact of the global neighborhood relationship on the anchor instance. Therefore, inspired by finite element interpolation, a novel generalized quadrilateral element oversampling technique (GQEO) based on k-nearest neighbor graphs is proposed. First, GQEO uses the k-nearest neighbor to search the global neighbor relationship and build the global neighbor relationship graph. Then, the global neighbor graph is searched for nodes forming generalized quadrilateral elements, using planar quadrilaterals as constraints. Finally, in generalized quadrilateral elements, we use one-dimensional shape functions to synthesize minority instances in quadrilateral elements. Experimental results on 30 imbalanced datasets show that GQEO can alleviate the impact of the class imbalance problem and prevent noise from participating in the synthesis process. GQEO obtains competitive results compared to state-of-the-art oversampling techniques that consider minority noises.
More Related Videos
Related Concept Videos
Upsampling
Cluster Sampling Method
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Linear Approximation in Frequency Domain
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear....
Downsampling
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
Stratified Sampling Method
To choose a stratified sample, divide the population into groups called strata and then take a...
Routh-Hurwitz Criterion II
The first scenario occurs when a singular zero appears in the first column of the Routh table. This situation creates a division by zero issues. To resolve this, a small positive or negative number, denoted as epsilon (∈), is substituted for the zero. The stability analysis proceeds by assuming a sign for ∈. If ∈ is positive, any sign change in the first...

