Feature Inversion
Strategy
We’ll give a feature vector for an image in any layer, we want to generate an image that
- Gives similar feature vector at the same layer
- “looks natural” (This can be done by regularization)
Mathematical Expression
Explanation:
- : Feature vector of new image
- : Given feature vector
- : Compute distance between two feature vector
- : Total variation regularizer (encourages spatial smoothness)
Example
This example gives us the images generated when we use feature vectors from different depth
We can see feature vectors from deeper layers get rid of more features of the original image
