Scale-space axioms

From HandWiki

In image processing and computer vision, a scale space framework can be used to represent an image as a family of gradually smoothed images. This framework is very general and a variety of scale space representations exist. A typical approach for choosing a particular type of scale space representation is to establish a set of scale-space axioms, describing basic properties of the desired scale-space representation and often chosen so as to make the representation useful in practical applications. Once established, the axioms narrow the possible scale-space representations to a smaller class, typically with only a few free parameters.

A set of standard scale space axioms, discussed below, leads to the linear Gaussian scale-space, which is the most common type of scale space used in image processing and computer vision.

Scale space axioms for the linear scale-space representation

The linear scale space representation [math]\displaystyle{ L(x, y, t) = (T_t f)(x, y) = g(x, y, t)*f(x, y) }[/math] of signal [math]\displaystyle{ f(x, y) }[/math] obtained by smoothing with the Gaussian kernel [math]\displaystyle{ g(x, y, t) }[/math] satisfies a number of properties 'scale-space axioms' that make it a special form of multi-scale representation:

linearity
[math]\displaystyle{ T_t(a f + b h) = a T_t f + b T_t h }[/math]
where [math]\displaystyle{ f }[/math] and [math]\displaystyle{ h }[/math] are signals while [math]\displaystyle{ a }[/math] and [math]\displaystyle{ b }[/math] are constants,
shift invariance
[math]\displaystyle{ T_t S_{(\Delta x, \Delta_y)} f = S_{(\Delta x, \Delta_y)} T_t f }[/math]
where [math]\displaystyle{ S_{(\Delta x, \Delta_y)} }[/math] denotes the shift (translation) operator [math]\displaystyle{ (S_{(\Delta x, \Delta_y)} f)(x, y) = f(x-\Delta x, y - \Delta y) }[/math]
semi-group structure
[math]\displaystyle{ g(x, y, t_1) * g(x, y, t_2) = g(x, y, t_1 + t_2) }[/math]
with the associated cascade smoothing property
[math]\displaystyle{ L(x, y, t_2) = g(x, y, t_2 - t_1) * L(x, y, t_1) }[/math]
existence of an infinitesimal generator [math]\displaystyle{ A }[/math]
[math]\displaystyle{ \partial_t L(x, y, t) = (A L)(x, y, t) }[/math]
non-creation of local extrema (zero-crossings) in one dimension,
non-enhancement of local extrema in any number of dimensions
[math]\displaystyle{ \partial_t L(x, y, t) \leq 0 }[/math] at spatial maxima and [math]\displaystyle{ \partial_t L(x, y, t) \geq 0 }[/math] at spatial minima,
rotational symmetry
[math]\displaystyle{ g(x, y, t) = h(x^2+y^2, t) }[/math] for some function [math]\displaystyle{ h }[/math],
scale invariance
[math]\displaystyle{ \hat{g}(\omega_x, \omega_y, t) = \hat{h}(\frac{\omega_x}{\varphi(t)}, \frac{\omega_x}{\varphi(t)}) }[/math]
for some functions [math]\displaystyle{ \varphi }[/math] and [math]\displaystyle{ \hat{h} }[/math] where [math]\displaystyle{ \hat{g} }[/math] denotes the Fourier transform of [math]\displaystyle{ g }[/math],
positivity
[math]\displaystyle{ g(x, y, t) \geq 0 }[/math],
normalization
[math]\displaystyle{ \int_{x=-\infty}^{\infty} \int_{y=-\infty}^{\infty} g(x, y, t) \, dx \, dy = 1 }[/math].

In fact, it can be shown that the Gaussian kernel is a unique choice given several different combinations of subsets of these scale-space axioms:[1][2][3][4][5][6][7][8][9][10][11] most of the axioms (linearity, shift-invariance, semigroup) correspond to scaling being a semigroup of shift-invariant linear operator, which is satisfied by a number of families integral transforms, while "non-creation of local extrema"[4] for one-dimensional signals or "non-enhancement of local extrema"[4][7][10] for higher-dimensional signals are the crucial axioms which relate scale-spaces to smoothing (formally, parabolic partial differential equations), and hence select for the Gaussian.

The Gaussian kernel is also separable in Cartesian coordinates, i.e. [math]\displaystyle{ g(x, y, t) = g(x, t) \, g(y, t) }[/math]. Separability is, however, not counted as a scale-space axiom, since it is a coordinate dependent property related to issues of implementation. In addition, the requirement of separability in combination with rotational symmetry per se fixates the smoothing kernel to be a Gaussian.

There exists a generalization of the Gaussian scale-space theory to more general affine and spatio-temporal scale-spaces.[10][11] In addition to variabilities over scale, which original scale-space theory was designed to handle, this generalized scale-space theory also comprises other types of variabilities, including image deformations caused by viewing variations, approximated by local affine transformations, and relative motions between objects in the world and the observer, approximated by local Galilean transformations. In this theory, rotational symmetry is not imposed as a necessary scale-space axiom and is instead replaced by requirements of affine and/or Galilean covariance. The generalized scale-space theory leads to predictions about receptive field profiles in good qualitative agreement with receptive field profiles measured by cell recordings in biological vision.[12][13][14]

In the computer vision, image processing and signal processing literature there are many other multi-scale approaches, using wavelets and a variety of other kernels, that do not exploit or require the same requirements as scale space descriptions do; please see the article on related multi-scale approaches. There has also been work on discrete scale-space concepts that carry the scale-space properties over to the discrete domain; see the article on scale space implementation for examples and references.

See also

References

  1. Koenderink, Jan J. (August 1984). "The structure of images". Biological Cybernetics 50 (5): 363–370. doi:10.1007/bf00336961. PMID 6477978. 
  2. Babaud, Jean; Witkin, Andrew P.; Baudin, Michel; Duda, Richard O. (1986). "Uniqueness of the Gaussian Kernel for Scale-Space Filtering". IEEE Transactions on Pattern Analysis and Machine Intelligence 8 (1): 26–33. doi:10.1109/TPAMI.1986.4767749. PMID 21869320. http://portal.acm.org/citation.cfm?id=11298&dl=GUIDE&coll=GUIDE. 
  3. Yuille, Alan L.; Poggio, Tomaso A. (1986). "Scaling Theorems for Zero Crossings". IEEE Transactions on Pattern Analysis and Machine Intelligence 8 (1): 15–25. doi:10.1109/TPAMI.1986.4767748. PMID 21869319. http://portal.acm.org/citation.cfm?id=11297&dl=ACM&coll=ACM. 
  4. 4.0 4.1 4.2 Lindeberg, T. (1990). "Scale-space for discrete signals". IEEE Transactions on Pattern Analysis and Machine Intelligence 12 (3): 234–254. doi:10.1109/34.49051. http://kth.diva-portal.org/smash/record.jsf?pid=diva2%3A472968&dswid=-7386. 
  5. Lindeberg, Tony, Scale-Space Theory in Computer Vision, Kluwer, 1994,
  6. Pauwels, E.J.; Van Gool, L.J.; Fiddelaers, P.; Moons, T. (1995). "An extended class of scale-invariant and recursive scale space filters". IEEE Transactions on Pattern Analysis and Machine Intelligence 17 (7): 691–701. doi:10.1109/34.391411. http://portal.acm.org/citation.cfm?coll=GUIDE&dl=GUIDE&id=628701. 
  7. 7.0 7.1 Lindeberg, Tony (May 1996). "On the axiomatic foundations of linear scale-space: Combining semi-group structure with causality vs. scale invariance". in Sporring, J.. Gaussian Scale-Space Theory: Proc. PhD School on Scale-Space Theory. Copenhagen, Denmark: Kluwer Academic Publishers. pp. 75–98. urn:nbn:se:kth:diva-40221. http://kth.diva-portal.org/smash/record.jsf?pid=diva2%3A456533&dswid=8345. 
  8. Florack, Luc, Image Structure, Kluwer Academic Publishers, 1997.
  9. Weickert, Joachim; Ishikawa, Seiji; Imiya, Atsushi (1999). "Linear Scale-Space has First been Proposed in Japan". Journal of Mathematical Imaging and Vision 10 (3): 237–252. doi:10.1023/A:1008344623873. http://portal.acm.org/citation.cfm?id=607668&dl=ACM&coll=ACM. 
  10. 10.0 10.1 10.2 Lindeberg, Tony (2011). "Generalized Gaussian Scale-Space Axiomatics Comprising Linear Scale-Space, Affine Scale-Space and Spatio-Temporal Scale-Space". Journal of Mathematical Imaging and Vision 40: 36–81. doi:10.1007/s10851-010-0242-2. http://kth.diva-portal.org/smash/record.jsf?pid=diva2%3A440633&dswid=3892. 
  11. 11.0 11.1 Lindeberg, Tony (2013). Generalized Axiomatic Scale-Space Theory. Advances in Imaging and Electron Physics. 178. pp. 1–96. doi:10.1016/B978-0-12-407701-0.00001-7. ISBN 9780124077010. https://dx.doi.org/10.1016/B978-0-12-407701-0.00001-7. 
  12. Lindeberg, Tony (2013). "A computational theory of visual receptive fields". Biological Cybernetics 107 (6): 589–635. doi:10.1007/s00422-013-0569-z. PMID 24197240. PMC 3840297. https://dx.doi.org/10.1007/s00422-013-0569-z. 
  13. Lindeberg, Tony (2013). "Invariance of visual operations at the level of receptive fields". PLOS ONE 8 (7): e66990. doi:10.1371/journal.pone.0066990. PMID 23894283. Bibcode2013PLoSO...866990L. 
  14. Lindeberg, Tony (2021). "Normative theory of visual receptive fields". Heliyon 7 (1): e05897. doi:10.1016/j.heliyon.2021.e05897. PMID 33521348. PMC 7820928. Bibcode2021Heliy...705897L. https://doi.org/10.1016/j.heliyon.2021.e05897.