CVAug 21, 2023

Spatial Transform Decoupling for Oriented Object Detection

arXiv:2308.10561v257 citationsh-index: 54Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of rotation-sensitive object detection in computer vision, offering a novel method for improving performance in domains like aerial imagery, though it appears incremental as it builds on existing ViT frameworks.

The paper tackles oriented object detection with Vision Transformers by proposing Spatial Transform Decoupling (STD), which decouples bounding box predictions into separate branches for position, size, and angle, achieving state-of-the-art results of 82.24% mAP on DOTA-v1.0 and 98.55% mAP on HRSC2016.

Vision Transformers (ViTs) have achieved remarkable success in computer vision tasks. However, their potential in rotation-sensitive scenarios has not been fully explored, and this limitation may be inherently attributed to the lack of spatial invariance in the data-forwarding process. In this study, we present a novel approach, termed Spatial Transform Decoupling (STD), providing a simple-yet-effective solution for oriented object detection with ViTs. Built upon stacked ViT blocks, STD utilizes separate network branches to predict the position, size, and angle of bounding boxes, effectively harnessing the spatial transform potential of ViTs in a divide-and-conquer fashion. Moreover, by aggregating cascaded activation masks (CAMs) computed upon the regressed parameters, STD gradually enhances features within regions of interest (RoIs), which complements the self-attention mechanism. Without bells and whistles, STD achieves state-of-the-art performance on the benchmark datasets including DOTA-v1.0 (82.24% mAP) and HRSC2016 (98.55% mAP), which demonstrates the effectiveness of the proposed method. Source code is available at https://github.com/yuhongtian17/Spatial-Transform-Decoupling.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes