Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatial Transformer Network

Spatial Transformer Network (STN) that learns and transforms input data to improve geometric invariance.

We build our STN by building a localization net (CNN) which regresses thet transformation parameters, followed by a grid generator which computes the sampling grid (Sequential NN), and finally the sampler which uses the parameters of the transformation and applies it to the image

STN Architecture

As our base model, we implement a 3-layer CNN, and our core model incorporates both the STN and base CNN model. On forward passes, the input is first passed through the STN and the output is then fed into the base CNN.

After training on MNIST, we obtain the example results:

STN on MNIST results

References

About

Spatial Transformer Network that learns and transforms data to improve geometric invariance

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages