Question 10
Which statement is most accurate?
Two-stage detectors optimize a single joint loss function for classification and localization, whereas single-stage uses decoupled losses.
Single-stage detectors rely on selective search for region generation, whereas two-stage detectors use a dedicated sub-network.
Two-stage detectors typically generate proposals then classify/refine; single- stage predicts boxes/classes densely.
Two-stage detectors process the entire image in one pass, while single-stage detectors evaluate crops sequentially.