Misplaced Pages

Evolutionary image processing

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

This is an old revision of this page, as edited by Arjayay (talk | contribs) at 20:13, 3 January 2025 (Duplicate word removed + Sp). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Revision as of 20:13, 3 January 2025 by Arjayay (talk | contribs) (Duplicate word removed + Sp)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Part of a series on the
Evolutionary algorithm
Genetic algorithm (GA)
Genetic programming (GP)
Differential evolution
Evolution strategy
Evolutionary programming
Related topics

Evolutionary image processing (EIP) is a sub-area of digital image processing. Evolutionary algorithms (EA) are used to optimize and solve various image processing problems. Evolutionary image processing thus represents the combination of evolutionary optimization and digital image processing. EAs have been used for several decades in computer science to optimize various problems. The application in image processing, on the other hand, is still a relatively new field of research. This is primarily due to the technological development of computer systems, as EIP is a relatively computationally intensive process. Evolutionary computer vision (ECV) is an application of EIP for computer vision. It has been shown that genetic programming (GP) as a subclass of EAs is particularly useful for image processing.

Genetic programming for image processing

In evolutionary image processing, genetic programming optimizes the arrangement of different image-processing operators for specific outputs or task performance. In particular, GP has been used for developing accurate classifiers for object detection, classification of medical images, and optical character recognition. GP has multiple advantages in case of image processing. They include:

  1. The GP output is a program or a collection of programs in the form of mathematical expressions, which are easy to interpret after simplification and conversion to normal notation.
  2. The GP needs considerable time for evolution of GP based classifiers. However, the resulting GP tree needs very short execution time in the testing.
  3. GP fitness function is flexible and can be adapted according to the problem to be solved.

The disadvantages of GP for image processing include:

  1. Computational cost for for evolution of GP based classifiers is very high.
  2. A large dataset is required for the training.
  3. Due to their stochastic nature, a solution is not guaranteed.

See also

References

  1. Proceedings / 22. Workshop Computational Intelligence: Dortmund, 6 - 7. Dezember 2012. Karlsruhe: KIT Scientific Publishing. 2012. ISBN 9783866449176.
  2. Ebner, Marc (2010). "Evolving Object Detectors with a GPU Accelerated Vision System". Evolvable Systems: From Biology to Hardware. Springer: 109–120. doi:10.1007/978-3-642-15323-5_10.
  3. ^ Khan, Asifullah; Qureshi, Aqsa Saeed; Wahab, Noorul; Hussain, Mutawarra; Hamza, Muhammad Yousaf (2021). "A recent survey on the applications of genetic programming in image processing". Computational Intelligence. 37 (4): 1745–1778. doi:10.1111/coin.12459. ISSN 1467-8640.
Evolutionary computation
Main Topics
Algorithms
Related techniques
Metaheuristic methods
Related topics
Journals
Computer vision
Categories
Technologies
Applications
3D reconstruction
Main category
Categories:
Evolutionary image processing Add topic