Concept

Single-Shot Multibox Detection Model

The single-shot multibox detection (SSD) model is a multiscale object detection framework that operates in a single forward pass. It primarily consists of a base network followed by a sequence of multiscale feature map blocks. The architecture generates varying numbers of anchor boxes at different sizes across these blocks, and detects varying-size objects by simultaneously predicting the classes and spatial offsets of these anchor boxes.

Image 0

0

1

Updated 2026-05-20

Tags

Data Science

D2L

Dive into Deep Learning @ D2L