HOME

TheInfoList



OR:

In
image registration Image registration is the process of transforming different sets of data into one coordinate system. Data may be multiple photographs, data from different sensors, times, depths, or viewpoints. It is used in computer vision, medical imaging, mili ...
, inverse consistency measures the consistency of mappings between images produced by a
registration Register or registration may refer to: Arts entertainment, and media Music * Register (music), the relative "height" or range of a note, melody, part, instrument, etc. * ''Register'', a 2017 album by Travis Miller * Registration (organ), the ...
algorithm. The inverse consistency error, introduced by Christiansen and Johnson in 2001, quantifies the distance between the composition of the mappings from each image to the other, produced by the registration procedure, and the
identity function Graph of the identity function on the real numbers In mathematics, an identity function, also called an identity relation, identity map or identity transformation, is a function that always returns the value that was used as its argument, unc ...
, and is used as a regularisation constraint in the
loss function In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "co ...
of many registration algorithms to enforce consistent mappings.Christiansen and Johnson (2001) Inverse consistency is necessary for good image registration but it is not sufficient, since a mapping can be perfectly consistent but not register the images at all.Rohlfing (2012)


Definition

Image registration is the process of establishing a common coordinate system between two images, and given two
image An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimensio ...
s : \begin I_1: \Omega_1 \to \mathbb \\ I_2: \Omega_2 \to \mathbb \end registering a source image I_1 to a target image I_2 consists of determining a transformation f_1: \Omega_2 \to \Omega_1 that maps points from the target space to the source space.The transformation goes in this direction in order to allow resampling the source image in target space. An ideal registration algorithm should not be sensitive to which image in the pair is used as source or target, and the registration operator should be antisymmetric such that the mappings : \begin f_1: \Omega_2 \to \Omega_1 \\ f_2: \Omega_1 \to \Omega_2 \end produced when registering I_1 to I_2 and I_2 to I_1 respectively should be the
inverse Inverse or invert may refer to: Science and mathematics * Inverse (logic), a type of conditional sentence which is an immediate inference made from another conditional sentence * Additive inverse (negation), the inverse of a number that, when ad ...
of each other, i.e. f_2 = f_1^ and f_1 = f_2^ or, equivalently, f_2 \circ f_1 = \operatorname_ and f_1 \circ f_2 = \operatorname_, where \circ denotes the
function composition In mathematics, function composition is an operation that takes two functions and , and produces a function such that . In this operation, the function is applied to the result of applying the function to . That is, the functions and ...
operator.Bender and Tomé (2009)Leow et al. (2005) Real algorithms are not perfect, and when swapping the role of source and target image in a registration problem the so obtained transformations are not the inverse of each other. Inverse consistency can be enforced by adding to the
loss function In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "co ...
of the registration a symmetric regularisation term that penalises inconsistent transformationsChristiansen and Johnson (2001) : \int_ \left\Vert f_2(f_1(x)) - x \right\Vert^2 \mathrmx + \int_ \left\Vert f_1(f_2(x)) - x \right\Vert^2 \mathrmx . Inverse consistency can be used as a quality metric to evaluate image registration results. The inverse consistency error (ICE) measures the distance between the composition of the two transforms and the identity function, and it can be formulated in terms of both average (ICE_a) or maximum (ICE_m) over a
region of interest A region of interest (often abbreviated ROI) is a sample within a data set identified for a particular purpose. The concept of a ROI is commonly used in many application areas. For example, in medical imaging, the boundaries of a tumor may be de ...
\Omega of the image:Beg and Khan (2007) : \begin ICE_a &= \frac \int_ \left\Vert f_2(f_1(x)) - x \right\Vert \mathrmx \\ ICE_m &= \max_ \left\Vert f_2(f_1(x)) - x \right\Vert . \end While inverse consistency is a necessary property of good registration algorithms, inverse consistency error alone is not a sufficient metric to evaluate the quality of image registration results, since a perfectly consistent mapping, with no other constraint, may be not even close to correctly register a pair of images.


References

* * * * * * * * {{cite journal, title=Image similarity and tissue overlaps as surrogates for image registration accuracy: widely used but unreliable, year=2012, journal=IEEE Transactions on Medical Imaging, volume=31, pages=153–163, issue=2, publisher=IEEE, last1=Rohlfing, first1=Torsten, doi=10.1109/TMI.2011.2163944, pmid=21827972, pmc=3274625


External links


Inverse consistency error
Computer vision