Papers › Learning RoI Transformer for Detecting Oriented Objects in Aerial Images

Learning RoI Transformer for Detecting Oriented Objects in Aerial Images

1 Dec 2018arXiv:1812.00155archive 2025-07-28

Jian Ding, Nan Xue, Yang Long, Gui-Song Xia, Qikai Lu

Object detection in aerial images is an active yet challenging task in computer vision because of the birdview perspective, the highly complex backgrounds, and the variant appearances of objects. Especially when detecting densely packed objects in aerial images, methods relying on horizontal proposals for common object detection often introduce mismatches between the Region of Interests (RoIs) and objects. This leads to the common misalignment between the final object classification confidence and localization accuracy. Although rotated anchors have been used to tackle this problem, the design of them always multiplies the number of anchors and dramatically increases the computational complexity. In this paper, we propose a RoI Transformer to address these problems. More precisely, to improve the quality of region proposals, we first designed a Rotated RoI (RRoI) learner to transform a Horizontal Region of Interest (HRoI) into a Rotated Region of Interest (RRoI). Based on the RRoIs, we then proposed a Rotated Position Sensitive RoI Align (RPS-RoI-Align) module to extract rotation-invariant features from them for boosting subsequent classification and regression. Our RoI Transformer is with light weight and can be easily embedded into detectors for oriented object detection. A simple implementation of the RoI Transformer has achieved state-of-the-art performances on two common and challenging aerial datasets, i.e., DOTA and HRSC2016, with a neglectable reduction to detection speed. Our RoI Transformer exceeds the deformable Position Sensitive RoI pooling when oriented bounding-box annotations are available. Extensive experiments have also validated the flexibility and effectiveness of our RoI Transformer. The results demonstrate that it can be easily integrated with other detector architectures and significantly improve the performances.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1812.00155")

Code

Syntology Ran 5 of 11 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 3 ran · fixture could not drive it.

By repository: community (archive-listed): 11 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dingjiansw101/RoITransformer_DOTA mentioned on GitHubmxnetMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 5 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
3ran · fixture could not drive it
6unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from dingjiansw101/RoITransformer_DOTA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cal_line_length dingjiansw101/RoITransformer_DOTA/dota_kit/ImgSplit.py community (archive-listed) ran · our draft was wrong fingerprinted MIT recorded; this copy not marked cleared · pointer only · 334c71c1848e108a · report
choose_best_pointorder_fit_another dingjiansw101/RoITransformer_DOTA/dota_kit/ImgSplit.py community (archive-listed) ran · fixture could not drive it MIT recorded; this copy not marked cleared · pointer only · 787051d64e55a326 · report
parse_gt dingjiansw101/RoITransformer_DOTA/dota_kit/dota_evaluation_task1.py community (archive-listed) ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 0f59174083876439 · report
py_cpu_nms dingjiansw101/RoITransformer_DOTA/dota_kit/ResultMerge.py community (archive-listed) ran · fixture could not drive it MIT recorded; this copy not marked cleared · pointer only · 5502a789c2da0e5e · report
voc_ap dingjiansw101/RoITransformer_DOTA/dota_kit/dota_evaluation_task1.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT recorded; this copy not marked cleared · pointer only · 95c31c78be42f723 · report
GetFileFromThisRootDir dingjiansw101/RoITransformer_DOTA/dota_kit/dota_utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · dd71e1e52b5d28fb · report
TuplePoly2Poly dingjiansw101/RoITransformer_DOTA/dota_kit/dota_utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 2b316d21aea8f5d2 · report
custombasename dingjiansw101/RoITransformer_DOTA/dota_kit/dota_utils.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 7d7ac32f4cdc59c0 · report
iou_poly dingjiansw101/RoITransformer_DOTA/dota_kit/polyiou.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 187d78f33372a950 · report
parse_gt dingjiansw101/RoITransformer_DOTA/dota_kit/dota_evaluation_task2.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 8e139e53cdf13750 · report
voc_eval dingjiansw101/RoITransformer_DOTA/dota_kit/dota_evaluation_task2.py community (archive-listed) unverified MIT recorded; this copy not marked cleared · pointer only · 4e5a4521cdd33b64 · report

Tasks

General ClassificationObjectObject DetectionObject Detection In Aerial ImagesOriented Object Detectionobject-detection

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Object Detection In Aerial Images DOTA RoI Transformer mAP 69.56% #54 of 58 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerReLUResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections