A Hybrid Approach to Clustering in Big Data
IEEE Transactions on Cybernetics
|October 7, 2015
Summary
A new big data clustering algorithm, clusiVAT, excels in accuracy and speed. It outperforms k-means variants and CURE, accurately identifying clusters without initialization issues.
Area of Science:
- Data Science
- Machine Learning
- Big Data Analytics
Background:
- Clustering big data is a significant challenge in data science.
- Existing algorithms like k-means and CURE have limitations, including initialization sensitivity and computational cost.
Purpose of the Study:
- Introduce and evaluate the novel clusiVAT algorithm for big data clustering.
- Compare clusiVAT's performance against established clustering methods.
Main Methods:
- clusiVAT employs data sampling, visual distance matrix analysis, and nearest prototype rule for non-iterative label extension.
- Comparison algorithms include k-means, single pass k-means, online k-means, and Clustering Using REpresentatives (CURE).
Main Results:
- clusiVAT demonstrates superior accuracy, recovering 97% of ground truth labels on the KDD-99 cup dataset.
- clusiVAT is significantly faster than other methods, processing 4.3 million samples in 76 seconds.
- k-means variants showed numerous failures due to initialization issues.
Conclusions:
- clusiVAT offers a robust, efficient, and accurate solution for big data clustering.
- The algorithm's independence from initialization makes it more reliable than k-means.
- clusiVAT surpasses CURE in speed while maintaining high accuracy.
Related Concept Videos
Cluster Sampling Method
15.6K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
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...
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...
15.6K
Hybrid Zones
22.6K
Hybrid zones are narrow regions where two closely related species interact, mate, and produce hybrids. Relative to either parent species, hybrids may possess distinct phenotypic or genetic differences that impact their survival and reproductive success. The genetic variances introduced by hybridization influence species diversity and speciation processes within the hybrid zone.
22.6K
Sampling Plans
1.3K
Sampling is a crucial step in analytical chemistry, allowing researchers to collect representative data from a large population. Common sampling methods include random, judgmental, systematic, stratified, and cluster sampling.
Random sampling is a method where each member of the population has an equal chance of being selected for the sample. It involves selecting individuals randomly, often using random number generators or lottery-type methods. For example, when analyzing the properties of a...
Random sampling is a method where each member of the population has an equal chance of being selected for the sample. It involves selecting individuals randomly, often using random number generators or lottery-type methods. For example, when analyzing the properties of a...
1.3K
Evolutionary Relationships through Genome Comparisons
7.2K
Genome comparison is one of the excellent ways to interpret the evolutionary relationships between organisms. The basic principle of genome comparison is that if two species share a common feature, it is likely encoded by the DNA sequence conserved between both species. The advent of genome sequencing technologies in the late 20th century enabled scientists to understand the concept of conservation of domains between species and helped them to deduce evolutionary relationships across diverse...
7.2K
Mass Spectrometry: Complex Analysis
2.1K
Mass spectrometry is an important technique for the identification of pure compounds. However, it has some limitations for the analysis of complex mixtures, often due to excessive fragmentation making the spectrum too complicated to decipher. Mass spectrometry can be combined with suitable separation methods in sequence, forming hyphenated methods, which are useful in the analysis of complex mixtures.
GC–MS is a powerful hyphenated method commonly used in forensics and environmental...
GC–MS is a powerful hyphenated method commonly used in forensics and environmental...
2.1K
Model Approaches for Pharmacokinetic Data: Distributed Parameter Models
311
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
311


