paper-with-me

홈 › Papers

Towards Rotation Invariance in Object Detection

2021-09-28 · ICCV 2021 10 · Agastya Kalra, Guy Stoppi, Bradley Brown, Rishav Agarwal, Achuta Kadambi

Rotation augmentations generally improve a model's invariance/equivariance to rotation - except in object detection. In object detection the shape is not known, therefore rotation creates a label ambiguity. We show that the de-facto method for bounding box label rotation, the Largest Box Method, creates very large labels, leading to poor performance and in many cases worse performance than using no rotation at all. We propose a new method of rotation augmentation that can be implemented in a few lines of code. First, we create a differentiable approximation of label accuracy and show that axis-aligning the bounding box around an ellipse is optimal. We then introduce Rotation Uncertainty (RU) Loss, allowing the model to adapt to the uncertainty of the labels. On five different datasets (including COCO, PascalVOC, and Transparent Object Bin Picking), this approach improves the rotational invariance of both one-stage and two-stage architectures when measured with AP, AP50, and AP75. The code is available at https://github.com/akasha-imaging/ICCV2021.

📄 PDF Abstract BibTeX arXiv:2109.13488

Code (1)

akasha-imaging/iccv2021 공식 구현 tf

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Real-Time, Highly Accurate Robotic Grasp Detection using Fully Convolutional Neural Network with Rotation Ensemble Module

2018-12-19 · Dongwon Park, Yonghyeok Seo, Se Young Chun

Rotation invariance has been an important topic in computer vision tasks. Ideally, robot grasp detection should be rotation-invariant. However, rotation-invariance in robotic grasp detection has been only recently studie…

Face DetectionRobotic Grasping

Rotation Invariance Neural Network

2017-06-17 · Shiyuan Li

Rotation invariance and translation invariance have great values in image recognition tasks. In this paper, we bring a new architecture in convolutional neural network (CNN) named cyclic convolutional layer to achieve ro…

One-Shot LearningPositionTranslation

Evaluating 3D Shape Analysis Methods for Robustness to Rotation Invariance

2023-05-29 · Supriya Gadi Patil, Angel X. Chang, Manolis Savva

This paper analyzes the robustness of recent 3D shape descriptors to SO(3) rotations, something that is fundamental to shape modeling. Specifically, we formulate the task of rotated 3D object instance detection. To do so…

3D geometry

RRL:Regional Rotation Layer in Convolutional Neural Networks

2022-02-25 · Zongbo Hao, Tao Zhang, Mingwang Chen, Kaixu Zhou

Convolutional Neural Networks (CNNs) perform very well in image classification and object detection in recent years, but even the most advanced models have limited rotation invariance. Known solutions include the enhance…

Astronomyimage-classificationImage Classificationobject-detection+1

RIDE: Boosting 3D Object Detection for LiDAR Point Clouds via Rotation-Invariant Analysis

2024-08-28 · Zhaoxuan Wang, Xu Han, Hongxin Liu, Xianzhi Li

The rotation robustness property has drawn much attention to point cloud analysis, whereas it still poses a critical challenge in 3D object detection. When subjected to arbitrary rotation, most existing detectors fail to…

3D Object Detectionobject-detectionObject Detection