Related Experiment Video
Updated: Mar 29, 2026

06:48
A Multimodal Wide-Field Fourier-Transform Raman Microscope
Published on: December 30, 2025
750
Accelerating Fuzzy-C Means Using an Estimated Subsample Size
Jonathon K Parker1, Lawrence O Hall1
1Department of Computer Science and Engineering, University of South Florida, Tampa, FL 33620, USA.
Summary
New algorithms GOFCM and MSERFCM accelerate Fuzzy c-Means (FCM) clustering using statistical subsample size estimation. They offer significant speedups while maintaining high-quality data partitions, improving upon existing methods.
Area of Science:
- Computer Science
- Data Mining
- Machine Learning
Background:
- Fuzzy c-Means (FCM) clustering is often accelerated using random data sampling.
- Existing methods lack statistical rigor in subsample size estimation, impacting speed and partition quality.
- The influence of subsample size on accelerated clustering performance is not well-understood.
Purpose of the Study:
- Introduce two novel accelerated Fuzzy c-Means (FCM) algorithms: GOFCM and MSERFCM.
- Incorporate a statistical method for estimating subsample size in accelerated clustering.
- Develop and evaluate a new, general stopping criterion for accelerated clustering algorithms.
Main Methods:
- Developed GOFCM, a progressive sampling variant of SPFCM, using statistical subsample size estimation.
- Developed MSERFCM, an improved initialization variant of rseFCM, with statistical subsample size estimation.
- Introduced a novel stopping criterion applicable to various accelerated clustering algorithms.
Main Results:
- GOFCM achieved 4-47x speedup over FCM, outperforming SPFCM on six datasets with partitions within 1% of FCM.
- MSERFCM achieved 5-26x speedup over FCM, producing partitions within 3% of FCM across all datasets.
- The new stopping criterion effectively accelerated SPFCM, yielding partitions comparable to FCM.
Conclusions:
- GOFCM and MSERFCM provide significant speedups for Fuzzy c-Means clustering while preserving partition accuracy.
- Statistical subsample size estimation is crucial for optimizing accelerated clustering performance.
- The novel stopping criterion enhances the efficiency of accelerated clustering methods.
Related Concept Videos
Upsampling
696
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
696
Sample Size Calculation
6.9K
Knowledge of the sample size is the first requirement to conduct random sampling or an experiment. The sample size is the total number of units, observations, or groups (in some cases) used to get the data to estimate a population parameter. As the name suggests, the sample size is that of the sample drawn from the population and differs from the population size.
The sample size for the given experiment or sampling effort is fundamental to any study design. Sample size decides the number of...
The sample size for the given experiment or sampling effort is fundamental to any study design. Sample size decides the number of...
6.9K
Linear Approximation in Frequency Domain
432
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
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....
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....
432
Aliasing
778
Accurate signal sampling and reconstruction are crucial in various signal-processing applications. A time-domain signal's spectrum can be revealed using its Fourier transform. When this signal is sampled at a specific frequency, it results in multiple scaled replicas of the original spectrum in the frequency domain. The spacing of these replicas is determined by the sampling frequency.
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
If the sampling frequency is below the Nyquist rate, these replicas overlap, preventing the original...
778
Downsampling
777
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
777
Linear Approximation in Time Domain
406
Nonlinear systems often require sophisticated approaches for accurate modeling and analysis, with state-space representation being particularly effective. This method is especially useful for systems where variables and parameters vary with time or operating conditions, such as in a simple pendulum or a translational mechanical system with nonlinear springs.
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
For a simple pendulum with a mass evenly distributed along its length and the center of mass located at half the pendulum's length,...
406
