Papers › Learning Modulated Loss for Rotated Object Detection

Learning Modulated Loss for Rotated Object Detection

19 Nov 2019arXiv:1911.08299archive 2025-07-28

Wen Qian, Xue Yang, Silong Peng, Yue Guo, Junchi Yan

Popular rotated detection methods usually use five parameters (coordinates of the central point, width, height, and rotation angle) to describe the rotated bounding box and l1-loss as the loss function. In this paper, we argue that the aforementioned integration can cause training instability and performance degeneration, due to the loss discontinuity resulted from the inherent periodicity of angles and the associated sudden exchange of width and height. This problem is further pronounced given the regression inconsistency among five parameters with different measurement units. We refer to the above issues as rotation sensitivity error (RSE) and propose a modulated rotation loss to dismiss the loss discontinuity. Our new loss is combined with the eight-parameter regression to further solve the problem of inconsistent parameter regression. Experiments show the state-of-art performances of our method on the public aerial image benchmark DOTA and UCAS-AOD. Its generalization abilities are also verified on ICDAR2015, HRSC2016, and FDDB. Qualitative improvements can be seen in Fig 1, and the source code will be released with the publication of the paper.

PaperPDFCodeCode Syntology ran

In Syntology 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="1911.08299")

Code

Syntology Ran 0 of 13 code samples harvested from 1 repository linked to this paper; 13 have no recorded run.

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

Mrqianduoduo/RSDet-8P-4R mentioned on GitHubtfApache-2.0 report
kawshik8/DL-project mentioned on GitHubpytorch 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

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

13unverified

Licence: 0 of the 13 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 Mrqianduoduo/RSDet-8P-4R. “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.

XceptionModel Mrqianduoduo/RSDet-8P-4R/libs/networks/xception.bak.py community (archive-listed) unverified Apache-2.0 (permissive) · cd5c59c480f8b497 · report
bbox_transform Mrqianduoduo/RSDet-8P-4R/libs/box_utils/bbox_transform.py community (archive-listed) unverified Apache-2.0 (permissive) · d2d339a252ba46a7 · report
bbox_transform_inv Mrqianduoduo/RSDet-8P-4R/libs/box_utils/bbox_transform.py community (archive-listed) unverified Apache-2.0 (permissive) · 41aa50153cd73204 · report
enum_ratios Mrqianduoduo/RSDet-8P-4R/libs/box_utils/anchor_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 07832d24c2b725e2 · report
enum_scales Mrqianduoduo/RSDet-8P-4R/libs/box_utils/anchor_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · d7d04d0980025fa0 · report
focal_loss Mrqianduoduo/RSDet-8P-4R/libs/losses/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · e57f95591345ae49 · report
focal_loss_ Mrqianduoduo/RSDet-8P-4R/libs/losses/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · 33ffc6daf73c0d55 · report
norm Mrqianduoduo/RSDet-8P-4R/libs/networks/opts.py community (archive-listed) unverified Apache-2.0 (permissive) · a4a6ff951a014092 · report
rbbox_transform_inv Mrqianduoduo/RSDet-8P-4R/libs/box_utils/bbox_transform.py community (archive-listed) unverified Apache-2.0 (permissive) · 33ffa5657fe69075 · report
reduced_kernel_size_for_small_input Mrqianduoduo/RSDet-8P-4R/libs/networks/xception.bak.py community (archive-listed) unverified Apache-2.0 (permissive) · 1d0c0051ecdfaf14 · report
relu_separable_bn_block Mrqianduoduo/RSDet-8P-4R/libs/networks/xception.bak.py community (archive-listed) unverified Apache-2.0 (permissive) · 23789094dc8fdfdd · report
relu_separable_bn_block Mrqianduoduo/RSDet-8P-4R/libs/networks/xception.py community (archive-listed) unverified Apache-2.0 (permissive) · 46be84834b582dd8 · report
smooth_l1_loss_rcnn Mrqianduoduo/RSDet-8P-4R/libs/losses/losses.py community (archive-listed) unverified Apache-2.0 (permissive) · 9ce96a058bfde15b · report

Tasks

ObjectObject DetectionObject Detection In Aerial Imagesobject-detectionregression

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Object Detection In Aerial Images DOTA RSDet mAP 74.10% #49 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.

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