Methods › Computer Vision › One-Stage Object Detection Models › RetinaNet
RetinaNet
Introduced by Tsung-Yi Lin et al. in Focal Loss for Dense Object Detection
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
RetinaNet is a one-stage object detection model that utilizes a focal loss function to address class imbalance during training. Focal loss applies a modulating term to the cross entropy loss in order to focus learning on hard negative examples. RetinaNet is a single, unified network composed of a backbone network and two task-specific subnetworks. The backbone is responsible for computing a convolutional feature map over an entire input image and is an off-the-shelf convolutional network. The first subnet performs convolutional object classification on the backbone's output; the second subnet performs convolutional bounding box regression. The two subnetworks feature a simple design that the authors propose specifically for one-stage, dense detection.
We can see the motivation for focal loss by comparing with two-stage object detectors. Here class imbalance is addressed by a two-stage cascade and sampling heuristics. The proposal stage (e.g., Selective Search, EdgeBoxes, DeepMask, RPN) rapidly narrows down the number of candidate object locations to a small number (e.g., 1-2k), filtering out most background samples. In the second classification stage, sampling heuristics, such as a fixed foreground-to-background ratio, or online hard example mining (OHEM), are performed to maintain a manageable balance between foreground and background.
In contrast, a one-stage detector must process a much larger set of candidate object locations regularly sampled across an image. To tackle this, RetinaNet uses a focal loss function, a dynamically scaled cross entropy loss, where the scaling factor decays to zero as confidence in the correct class increases. Intuitively, this scaling factor can automatically down-weight the contribution of easy examples during training and rapidly focus the model on hard examples.
Formally, the Focal Loss adds a factor (1 - pₜ)^γ to the standard cross entropy criterion. Setting γ>0 reduces the relative loss for well-classified examples (pₜ>.5), putting more focus on hard, misclassified examples. Here there is tunable focusing parameter γ≥0.
FL(pₜ) = - (1 - pₜ)^γ log(pₜ)
Papers archive 2025-07-28
30 shown of 209, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
PaniCar: Securing the Perception of Advanced Driving Assistance Systems Against Emergency Vehicle Lighting 8 May 2025 · 0 repositories · arXiv:2505.05183
-
Class Imbalance Correction for Improved Universal Lesion Detection and Tagging in CT 8 Apr 2025 · 0 repositories · arXiv:2504.05591
-
Fast-COS: A Fast One-Stage Object Detector Based on Reparameterized Attention Vision Transformer for Autonomous Driving 11 Feb 2025 · 0 repositories · arXiv:2502.07417
-
Dual Scale-aware Adaptive Masked Knowledge Distillation for Object Detection 13 Jan 2025 · 0 repositories · arXiv:2501.07101
-
Detection of Body Packs in Abdominal CT scans Through Artificial Intelligence 26 Dec 2024 · 1 repository
-
Distortion-Aware Adversarial Attacks on Bounding Boxes of Object Detectors 25 Dec 2024 · 1 repository · arXiv:2412.18815
-
EMOv2: Pushing 5M Vision Model Frontier 9 Dec 2024 · 1 repository · arXiv:2412.06674
-
Psych-Occlusion: Using Visual Psychophysics for Aerial Detection of Occluded Persons during Search and Rescue 7 Dec 2024 · 1 repository · arXiv:2412.05553
-
One-Stage-TFS: Thai One-Stage Fingerspelling Dataset for Fingerspelling Recognition Frameworks 5 Nov 2024 · 0 repositories · arXiv:2411.02768
-
Explicitly Modeling Pre-Cortical Vision with a Neuro-Inspired Front-End Improves CNN Robustness 25 Sep 2024 · 1 repository · arXiv:2409.16838
-
LithoHoD: A Litho Simulator-Powered Framework for IC Layout Hotspot Detection 16 Sep 2024 · 0 repositories · arXiv:2409.10021
-
On Feasibility of Intent Obfuscating Attacks 22 Jul 2024 · 1 repository · arXiv:2408.02674
-
FAD-SAR: A Novel Fishing Activity Detection System via Synthetic Aperture Radar Images Based on Deep Learning Method 28 Apr 2024 · 0 repositories · arXiv:2404.18245
-
FlightScope: An Experimental Comparative Review of Aircraft Detection Algorithms in Satellite Imagery 3 Apr 2024 · 1 repository · arXiv:2404.02877
-
Investigation of the Impact of Synthetic Training Data in the Industrial Application of Terminal Strip Object Detection 6 Mar 2024 · 0 repositories · arXiv:2403.04809
-
A Safety-Adapted Loss for Pedestrian Detection in Automated Driving 5 Feb 2024 · 0 repositories · arXiv:2402.02986
-
pLitterStreet: Street Level Plastic Litter Detection and Mapping 26 Jan 2024 · 1 repository · arXiv:2401.14719
-
DyRA: Portable Dynamic Resolution Adjustment Network for Existing Detectors 28 Nov 2023 · 2 repositories · arXiv:2311.17098
-
P2RBox: Point Prompt Oriented Object Detection with SAM 22 Nov 2023 · 0 repositories · arXiv:2311.13128
-
Anchor-Intermediate Detector: Decoupling and Coupling Bounding Boxes for Accurate Object Detection 9 Oct 2023 · 1 repository · arXiv:2310.05666
-
HalluciDet: Hallucinating RGB Modality for Person Detection Through Privileged Information 7 Oct 2023 · 1 repository · arXiv:2310.04662
-
AI-Dentify: Deep learning for proximal caries detection on bitewing x-ray -- HUNT4 Oral Health Study 30 Sep 2023 · 0 repositories · arXiv:2310.00354
-
UniHead: Unifying Multi-Perception for Detection Heads 23 Sep 2023 · 1 repository · arXiv:2309.13242
-
DMKD: Improving Feature-based Knowledge Distillation for Object Detection Via Dual Masking Augmentation 6 Sep 2023 · 0 repositories · arXiv:2309.02719
-
Learning Lightweight Object Detectors via Multi-Teacher Progressive Distillation 17 Aug 2023 · 0 repositories · arXiv:2308.09105
-
AlignDet: Aligning Pre-training and Fine-tuning in Object Detection 20 Jul 2023 · 1 repository · arXiv:2307.11077Syntology ran 2 of 2 samples · 0 unverified
-
DeepScribe: Localization and Classification of Elamite Cuneiform Signs Via Deep Learning 2 Jun 2023 · 1 repository · arXiv:2306.01268
-
Deep-learning Assisted Detection and Quantification of (oo)cysts of Giardia and Cryptosporidium on Smartphone Microscopy Images 11 Apr 2023 · 1 repository · arXiv:2304.05339
-
Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images 25 Mar 2023 · 1 repository · arXiv:2303.14488Syntology ran 3 of 6 samples · 3 unverified
-
Adaptive Rotated Convolution for Rotated Object Detection 14 Mar 2023 · 1 repository · arXiv:2303.07820Syntology ran 3 of 3 samples · 0 unverified
Tasks archive 2025-07-28
20 shown of 153 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
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