CVLGIVSep 2, 2019

Training-Time-Friendly Network for Real-Time Object Detection

arXiv:1909.00700v398 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of high computational costs for researchers and practitioners in computer vision by offering a more efficient detector, though it is incremental in optimizing existing designs.

The paper tackles the challenge of balancing training time, inference speed, and accuracy in real-time object detection by proposing TTFNet, which reduces training time by more than seven times compared to previous detectors while maintaining state-of-the-art performance on MS COCO.

Modern object detectors can rarely achieve short training time, fast inference speed, and high accuracy at the same time. To strike a balance among them, we propose the Training-Time-Friendly Network (TTFNet). In this work, we start with light-head, single-stage, and anchor-free designs, which enable fast inference speed. Then, we focus on shortening training time. We notice that encoding more training samples from annotated boxes plays a similar role as increasing batch size, which helps enlarge the learning rate and accelerate the training process. To this end, we introduce a novel approach using Gaussian kernels to encode training samples. Besides, we design the initiative sample weights for better information utilization. Experiments on MS COCO show that our TTFNet has great advantages in balancing training time, inference speed, and accuracy. It has reduced training time by more than seven times compared to previous real-time detectors while maintaining state-of-the-art performances. In addition, our super-fast version of TTFNet-18 and TTFNet-53 can outperform SSD300 and YOLOv3 by less than one-tenth of their training time, respectively. The code has been made available at \url{https://github.com/ZJULearning/ttfnet}.

Code Implementations6 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes