CVNEApr 9, 2018

Composing photomosaic images using clustering based evolutionary programming

arXiv:1804.02827v15 citations
Originality Incremental advance
AI Analysis

This work addresses the need for efficient and visually appealing photomosaic generation, particularly for commercial applications, but it is incremental as it builds on existing evolutionary approaches.

The paper tackles the photomosaic composition problem by proposing a clustering-based evolutionary programming algorithm to optimize image matching under constraints, and it reports that the algorithm outperforms state-of-the-art methods in experiments.

Photomosaic images are a type of images consisting of various tiny images. A complete form can be seen clearly by viewing it from a long distance. Small tiny images which replace blocks of the original image can be seen clearly by viewing it from a short distance. In the past, many algorithms have been proposed trying to automatically compose photomosaic images. Most of these algorithms are designed with greedy algorithms to match the blocks with the tiny images. To obtain a better visual sense and satisfy some commercial requirements, a constraint that a tiny image should not be repeatedly used many times is usually added. With the constraint, the photomosaic problem becomes a combinatorial optimization problem. Evolutionary algorithms imitating the process of natural selection are popular and powerful in combinatorial optimization problems. However, little work has been done on applying evolutionary algorithms to photomosaic problem. In this paper, we present an algorithm called clustering based evolutionary programming to deal with the problem. We give prior knowledge to the optimization algorithm which makes the optimization process converges faster. In our experiment, the proposed algorithm is compared with the state of the art algorithms and software. The results indicate that our algorithm performs the best.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes