paper-with-me

Papers

ScratchDet: Training Single-Shot Object Detectors from Scratch

2018-10-19 · CVPR 2019 6 · Rui Zhu, Shifeng Zhang, Xiaobo Wang, Longyin Wen, Hailin Shi, Liefeng Bo, Tao Mei

Current state-of-the-art object objectors are fine-tuned from the off-the-shelf networks pretrained on large-scale classification dataset ImageNet, which incurs some additional problems: 1) The classification and detection have different degrees of sensitivity to translation, resulting in the learning objective bias; 2) The architecture is limited by the classification network, leading to the inconvenience of modification. To cope with these problems, training detectors from scratch is a feasible solution. However, the detectors trained from scratch generally perform worse than the pretrained ones, even suffer from the convergence issue in training. In this paper, we explore to train object detectors from scratch robustly. By analysing the previous work on optimization landscape, we find that one of the overlooked points in current trained-from-scratch detector is the BatchNorm. Resorting to the stable and predictable gradient brought by BatchNorm, detectors can be trained from scratch stably while keeping the favourable performance independent to the network architecture. Taking this advantage, we are able to explore various types of networks for object detection, without suffering from the poor convergence. By extensive experiments and analyses on downsampling factor, we propose the Root-ResNet backbone network, which makes full use of the information from original images. Our ScratchDet achieves the state-of-the-art accuracy on PASCAL VOC 2007, 2012 and MS COCO among all the train-from-scratch detectors and even performs better than several one-stage pretrained methods. Codes will be made publicly available at https://github.com/KimSoybean/ScratchDet.

📄 PDF Abstract BibTeX arXiv:1810.08425

Code (1)

KimSoybean/ScratchDet 공식 구현 pytorch

Tasks

General ClassificationObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Exploring the Vulnerability of Single Shot Module in Object Detectors via Imperceptible Background Patches

2018-09-16 · Yuezun Li, Xiao Bian, Ming-Ching Chang, Siwei Lyu

Recent works succeeded to generate adversarial perturbations on the entire image or the object of interests to corrupt CNN based object detectors. In this paper, we focus on exploring the vulnerability of the Single Shot…

ObjectRegion Proposal

SS3D: Single Shot 3D Object Detector

2020-04-30 · Aniket Limaye, Manu Mathew, Soyeb Nagori, Pramod Kumar Swami 외

Single stage deep learning algorithm for 2D object detection was made popular by Single Shot MultiBox Detector (SSD) and it was heavily adopted in several embedded applications. PointPillars is a state of the art 3D obje…

2D Object Detection3D Object DetectionObjectobject-detection+2

NETNet: Neighbor Erasing and Transferring Network for Better Single Shot Object Detection

2020-01-18 · CVPR 2020 6 · Yazhao Li, Yanwei Pang, Jianbing Shen, Jiale Cao 외

Due to the advantages of real-time detection and improved performance, single-shot detectors have gained great attention recently. To solve the complex scale variations, single-shot detectors make scale-aware predictions…

Objectobject-detectionObject Detection

LipSSD: Lipschitz-Constrained Single-Shot Detection for Adversarially Robust Object Detection

2026-07-06 · Vincent Lébé, Yannick Prudent, Corentin Friedrich, Thomas Massena 외 arxiv

Object detectors have many applications in safety-critical systems, but they are known to be sensitive to worst-case perturbations such as adversarial attacks, which limits their applicability in real-world scenarios. Co…

Robust Object DetectionAdversarial Robustness

SMOT: Single-Shot Multi Object Tracking

2020-10-30 · Wei Li, Yuanjun Xiong, Shuo Yang, Siqi Deng 외

We present single-shot multi-object tracker (SMOT), a new tracking framework that converts any single-shot detector (SSD) model into an online multiple object tracker, which emphasizes simultaneously detecting and tracki…

Multi-Object TrackingObjectObject Tracking