Image Rotation Angle Estimation: Comparing Circular-Aware Methods
Maximilian Woehrer

TL;DR
This paper systematically compares circular-aware methods for image rotation angle estimation, finding probabilistic approaches like circular Gaussian distribution to be most robust and accurate across various architectures.
Contribution
It provides a comprehensive evaluation of five circular-aware rotation estimation methods across multiple architectures, highlighting the robustness of probabilistic approaches.
Findings
Probabilistic methods, especially circular Gaussian distribution, are most robust.
Classification-based methods perform best on well-matched backbones but are less stable.
Achieved state-of-the-art accuracy on COCO datasets with improved MAE scores.
Abstract
Automatic image rotation estimation is a key preprocessing step in many vision pipelines. This task is challenging because angles have circular topology, creating boundary discontinuities that hinder standard regression methods. We present a comprehensive study of five circular-aware methods for global orientation estimation: direct angle regression with circular loss, classification via angular binning, unit-vector regression, phase-shifting coder, and circular Gaussian distribution. Using transfer learning from ImageNet-pretrained models, we systematically evaluate these methods across sixteen modern architectures by adapting their output heads for rotation-specific predictions. Our results show that probabilistic methods, particularly the circular Gaussian distribution, are the most robust across architectures, while classification achieves the best accuracy on well-matched backbones…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Image and Video Retrieval Techniques · Medical Image Segmentation Techniques
