paper-with-me

홈 › Papers

Sampling Equivariant Self-attention Networks for Object Detection in Aerial Images

2021-11-05 · Guo-Ye Yang, Xiang-Li Li, Ralph R. Martin, Shi-Min Hu

Objects in aerial images have greater variations in scale and orientation than in typical images, so detection is more difficult. Convolutional neural networks use a variety of frequency- and orientation-specific kernels to identify objects subject to different transformations; these require many parameters. Sampling equivariant networks can adjust sampling from input feature maps according to the transformation of the object, allowing a kernel to extract features of an object under different transformations. Doing so requires fewer parameters, and makes the network more suitable for representing deformable objects, like those in aerial images. However, methods like deformable convolutional networks can only provide sampling equivariance under certain circumstances, because of the locations used for sampling. We propose sampling equivariant self-attention networks which consider self-attention restricted to a local image patch as convolution sampling with masks instead of locations, and design a transformation embedding module to further improve the equivariant sampling ability. We also use a novel randomized normalization module to tackle overfitting due to limited aerial image data. We show that our model (i) provides significantly better sampling equivariance than existing methods, without additional supervision, (ii) provides improved classification on ImageNet, and (iii) achieves state-of-the-art results on the DOTA dataset, without increased computation.

📄 PDF Abstract BibTeX arXiv:2111.03420

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionObject Detection In Aerial Images

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

ReAFFPN: Rotation-equivariant Attention Feature Fusion Pyramid Networks for Aerial Object Detection

2022-10-17 · Chongyu Sun, Yang Xu, Zebin Wu, Zhihui Wei

This paper proposes a Rotation-equivariant Attention Feature Fusion Pyramid Networks for Aerial Object Detection named ReAFFPN. ReAFFPN aims at improving the effect of rotation-equivariant features fusion between adjacen…

object-detectionObject Detection

Vanilla Group Equivariant Vision Transformer: Simple and Effective

2026-02-08 · Jiahong Fu, Qi Xie, Deyu Meng, Zongben Xu arxiv

Incorporating symmetry priors as inductive biases to design equivariant Vision Transformers (ViTs) has emerged as a promising avenue for enhancing their performance. However, existing equivariant ViTs often struggle to b…

Measuring the Impact of Rotation Equivariance on Aerial Object Detection

2025-07-14 · Xiuyu Wu, Xinhao Wang, Xiubin Zhu, Lan Yang 외 arxiv

Due to the arbitrary orientation of objects in aerial images, rotation equivariance is a critical property for aerial object detectors. However, recent studies on rotation-equivariant aerial object detection remain scarc…

Data AugmentationObject Detection

Group Equivariant BEV for 3D Object Detection

2023-04-26 · Hongwei Liu, Jian Yang, Jianfeng Zhang, Dongheng Shao 외

Recently, 3D object detection has attracted significant attention and achieved continuous improvement in real road scenarios. The environmental information is collected from a single sensor or multi-sensor fusion to dete…

3D Object DetectionObjectobject-detectionObject Detection+1

SE(3)-Transformers: 3D Roto-Translation Equivariant Attention Networks

2020-06-18 · NeurIPS 2020 12 · Fabian B. Fuchs, Daniel E. Worrall, Volker Fischer, Max Welling

We introduce the SE(3)-Transformer, a variant of the self-attention module for 3D point clouds and graphs, which is equivariant under continuous 3D roto-translations. Equivariance is important to ensure stable and predic…

Translation