Skip to content

akasha-imaging/ICCV2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Towards Rotation Invariance in Object Detection - ICCV 2021

Authors: Agastya Kalra, Guy Stoppi, Bradley Brown, Rishav Agarwal, Achuta Kadambi

Links: paper / supplement / video

image

Our Rotation Augmentation (blue) vs Previous Rotation Augmentation (red):

ellipse largest_crop

We propose a mathematically sound rotation augmentation scheme in object detection that leads to better rotation invariance/equivariance that can be implemented in a few lines of code.

Results

image

image

image

image

Code:

Here we provide the optimization code for maximizing expected IoU and deriving the ellipse using tensorflow and gradient descent in the optimization.ipynb file. For the RU Loss and Ellipse method we provide pseudo-code here and will be making pull requests soon.

Ellipse Rotation:

image

RU Loss:

image

How it works?

Existing repos all use the largest box approach to rotating a bounding box, but this causes oversized boxes. We optimize for expected IoU and find that an ellipse shape image

We then add a Rotation Uncertainty loss that allows the model to adapt the uncertain rotated label. image

License (MIT):

"Copyright 2021 Boston Polarimetrics, Inc. (dba Akasha Imaging)

"Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."

Citations:

If you find this work useful, please cite the paper as follows:

@inproceedings{kalra2021rotation,
      title={Towards Rotation Invariance in Object Detection}, 
      author={Agastya Kalra and Guy Stoppi and Bradley Brown and Rishav Agarwal and Achuta Kadambi},
      journal={2021 IEEE/CVF International Conference on Computer Vision (ICCV)},
      year={2021}
}

About

Our ICCV Submission materials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published