Related Experiment Video
Updated: Nov 27, 2025

A Psychophysics Paradigm for the Collection and Analysis of Similarity Judgments
Published on: March 1, 2022
A Novel Model on Reinforce K-Means Using Location Division Model and Outlier of Initial Value for Lowering Data Cost
Se-Hoon Jung1, Hansung Lee2, Jun-Ho Huh3
1School of Creative Convergence, Andong National University, Andong 36729, Korea.
This study introduces a new K-means algorithm that improves initial centroid selection to reduce costs and outlier errors in data clustering. The enhanced method cuts execution costs by 13-14% and reduces outliers by 60%.
Area of Science:
- Computer Science
- Data Science
- Machine Learning
Background:
- Semi-structured and unstructured data analysis often involves challenges with outliers and noise.
- The K-means algorithm, a popular clustering method, suffers from issues with initial centroid selection, leading to biased results and higher costs.
- Outliers can significantly impact cluster accuracy and lead to misclassification.
Purpose of the Study:
- To address the limitations of the K-means algorithm concerning initial centroid selection.
- To propose a novel K-means algorithm that reduces computational costs and improves accuracy in handling outliers.
- To minimize error rates associated with outliers in data clustering.
Main Methods:
- Developed a new K-means algorithm focusing on improved initial centroid selection strategies.
- Implemented an initial center point approach based on space division and outlier identification.
- Utilized an improved algorithm for space division and distance measurement to minimize outlier impact.
Main Results:
- Reduced clustering calculation costs by approximately 13-14% compared to existing methods.
- Demonstrated a significant reduction in the frequency and impact of outliers.
- Achieved a reduction of outliers by about 60% and a lower effectiveness index.
Conclusions:
- The proposed K-means algorithm offers a more efficient and accurate approach to clustering data with outliers.
- The method effectively lowers execution costs and enhances data classification by optimizing initial centroid selection.
- This research contributes to more robust data analysis techniques for complex datasets.
Related Concept Videos
Outliers and Influential Points
What Are Outliers?
The z score is used to find outliers or unusual values. It should be noted that any values beyond -2 and +2 are...
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation
On...
Quantifying and Rejecting Outliers: The Grubbs Test
Midrange
Simply put, the midrange is half of the data set’s range. Similar to the mean, the midrange is sensitive to the extreme values and hence the prospective outliers. However, unlike the mean, the midrange is not sensitive to all the values of the data set that lie in the middle. Thus, it is prone to...
Detection of Gross Error: The Q Test
