Landmark detection

Source: Wikipedia, the free encyclopedia.

In

medical images
.

Applications

Navigation

Facial landmarks

Finding facial landmarks is an important step in facial identification of people in an image. Facial landmarks can also be used to extract information about mood and intention of the person.

holistic methods, constrained local model methods, and regression-based methods.[2]

Holistic methods are pre-progammed with statistical information on face shape and landmark location coefficients. The classic holistic method is the

nonlinear optimization methods such as the Gauss–Newton algorithm. This algorithm is very slow but better ones have been proposed such as the project out inverse compositional (POIC) algorithm and the simultaneous inverse compositional (SIC) algorithm.[5] Learning-based fitting methods use machine learning techniques to predict the facial coefficients. These can use linear regression, nonlinear regression and other fitting methods.[6] In general, the analytic fitting methods are more accurate and do not need training, while the learning-based fitting methods are faster, but need to be trained.[7] Other extensions to the basic AAM method analyse wavelets in the image rather than pixel intensity. This helps with fitting unseen parts of the face which basic AAM finds troublesome.[8]

Medical images

Cephalometry

Fashion

The purpose of landmark detection in fashion images is for classification purposes. This aids in the retrieval of images with specified features from a database or general search. An example of a fashion landmark is the location of the hemline of a dress. Fashion landmark detection is particularly difficult due to the extreme deformation that can occur in clothing.[9]

Some classical methods of feature detection such as scale-invariant feature transform have been used in the past. However, it is now more common to use deep learning methods. This has been helped along enormously by the publication of a number of large fashion datasets that can be used for training.[10] These methods include regression-based models, constraint-based models, and attentive models.[11] The particular problems of fashion landmark detection (deformation) have led to pose estimation models which detect and take into account the pose of the model wearing the clothes.[12]

Methods

There are several

Deep Learning algorithms, but evolutionary algorithms such as particle swarm optimization
can also be useful to perform this task.

Deep Learning

Deep learning has had a significant impact on autonomous facial landmark detection by enabling more accurate and efficient detection of landmarks in real-world photos.

Convolutional Neural Networks
(CNNs), have revolutionized landmark detection by allowing computers to learn the features from large datasets of images. By training a CNN on a dataset of images with labeled facial landmarks, the algorithm can learn to detect these landmarks in new images with high accuracy even when they appear in different lighting conditions, at different angles, or in partially occluded views.

In particular, solutions based on this approach have achieved

GPUs and found its usage within augmented reality applications.[14]

Evolutionary algorithm

Evolutionary algorithms at the training stage try to learn the method of correct determination of landmarks. This phase is an iterative process and, accordingly, is performed in several iterations. As a result of the completion of the last iteration, a system will be obtained that can correctly determine the landmark with a certain accuracy. In the particle swarm optimization method, there are particles that search for landmarks, and each of them uses a certain formula in each iteration to optimize landmark detection.[15]

References

  1. ^ Wu & Ji, p. 115.
  2. ^ Wu & Ji, p. 116.
  3. ^ Wu & Ji, p. 116.
  4. ^ Wu & Ji, p. 117.
  5. ^ Wu & Ji, p. 118.
  6. ^ Wu & Ji, p. 118.
  7. ^ Wu & Ji, p. 119.
  8. ^ Wu & Ji, p. 119.
  9. ^ Zhang, Zhang & Du, p. 1.
  10. ^ Zhang, Zhang & Du, p. 1.
  11. ^ Zhang, Zhang & Du, pp. 1–4.
  12. ^ Zhang, Zhang & Du, p. 2.
  13. ^ Wu & Ji
  14. ].
  15. .

Bibliography