| Literature DB >> 23956737 |
Abstract
Differential evolution algorithm (DE) is one of the novel stochastic optimization methods. It has a better performance in the problem of the color image quantization, but it is difficult to set the parameters of DE for users. This paper proposes a color image quantization algorithm based on self-adaptive DE. In the proposed algorithm, a self-adaptive mechanic is used to automatically adjust the parameters of DE during the evolution, and a mixed mechanic of DE and K-means is applied to strengthen the local search. The numerical experimental results, on a set of commonly used test images, show that the proposed algorithm is a practicable quantization method and is more competitive than K-means and particle swarm algorithm (PSO) for the color image quantization.Entities:
Mesh:
Year: 2013 PMID: 23956737 PMCID: PMC3727189 DOI: 10.1155/2013/231916
Source DB: PubMed Journal: Comput Intell Neurosci
Pseudocode 1The pseudocode of the SaDE-CIQ.
Figure 1Test images.
Figure 2The quantized images obtained by SaDE-CIQ, K-means, and PSO-CIQ.
The MSEs resulting from SaDE-CIQ and PSO-CIQ.
| Alg. | Peppers | Baboon | Lena | Airplane | ||||
|---|---|---|---|---|---|---|---|---|
| min | max | min | max | min | max | min | max | |
| SaDE-CIQ | 17.4682 | 18.7266 | 22.7496 | 23.3382 | 12.9709 | 13.8055 | 8.2482 | 8.9740 |
|
| 18.1086 | 21.2676 | 22.9532 | 24.9563 | 15.6401 | 19.1314 | 9.1141 | 10.4430 |
| PSO-CIQ | 36.3436 | 40.9532 | 35.8892 | 41.9940 | 29.6644 | 34.5867 | 21.3540 | 24.3200 |
Figure 3The average MSE variations with the number of iterations of SaDE-CIQ and PSO-CIQ.