Some properties of images are stable under transformations.
Invariance
A function of an image is invariant to a transformation if:
such that its output changes in the same way under the transformation as the input. Networks for image classification should be invariant to geometric transformations of the same image. The network should identify an image as containing the same object, even if it has been translated, rotated, flipped, or warped.
Equivariance
A function is equivariant or covariant to a transformation if
such that its output changes in the same way under the transformation as the input. Networks for per-pixel segmentation should be equivariant to geometric transformations. If the images is translated, rotated, or flipped, the network should identify an image as containing the same object, even if it has been translated, rotated, flipped, or warped.
