Thursday, 22 January 2026, 11:53 AM
Site: learnonline
Course: Cyber Engineering Knowledge Base (MC29746 (27492))
Glossary: Artificial intelligence (including machine learning which includes deep learning)
I
Picture of Yee Wei Law

Invariance and equivariance

by Yee Wei Law - Monday, 6 January 2025, 3:50 PM
 

A function of an input is invariant to a transformation if

In other words, function in invariant to transformation if produces the same output regardless of the output of [Pri23, §10.1].

For example, an image classifier should be invariant to geometric transformations of an image.

A function of an input is equivariant or covariant to a transformation if

In other words, function is equivariant or covariant to transformation if the output of changes in the same way under as the input[Pri23, §10.1].

For example, when an input image is geometrically transformed in some way, the output of an image segmentation algorithm should be transformed in the same way.

References

[Pri23] S. J. Prince, Understanding Deep Learning, MIT Press, 2023. Available at http://udlbook.com.