A function is invariant to a transformation if:
For example when training an object classifier, it should produce the same outputs, regardless of whether the image has been flipped, rotated, warped, …
Types of invariances:
1 min read
A function f(x) is invariant to a transformation t(x) if:
f(t(x))=f(x)For example when training an object classifier, it should produce the same outputs, regardless of whether the image has been flipped, rotated, warped, …
Types of invariances: