probml / rebayes

Recursive Bayesian Estimation (Sequential / Online Inference)
MIT License
55 stars 5 forks source link

rotating MNIST #11

Closed murphyk closed 1 year ago

murphyk commented 1 year ago

The paper below uses a CNN with target ouputs $[max(0, α), max(0, −α)]$. and uses L1 loss. They can predict orientation of natural images to within 3 degrees if the input is rotated within -30..30 degrees.

P. Fischer, A. Dosovitskiy, and T. Brox, “Image Orientation Estimation with Convolutional Networks,” in German Conference on Pattern Recognition, 2015, pp. 368–378, doi: 10.1007/978-3-319-24947-6_30 [Online]. Available: https://lmb.informatik.uni-freiburg.de/Publications/2015/FDB15/image_orientation.pdf

Other links

murphyk commented 1 year ago

Also try classification as a task (with the same input data)