paper-with-me

홈 › Papers

Simple Training Strategies and Model Scaling for Object Detection

2021-06-30 · Xianzhi Du, Barret Zoph, Wei-Chih Hung, Tsung-Yi Lin

The speed-accuracy Pareto curve of object detection systems have advanced through a combination of better model architectures, training and inference methods. In this paper, we methodically evaluate a variety of these techniques to understand where most of the improvements in modern detection systems come from. We benchmark these improvements on the vanilla ResNet-FPN backbone with RetinaNet and RCNN detectors. The vanilla detectors are improved by 7.7% in accuracy while being 30% faster in speed. We further provide simple scaling strategies to generate family of models that form two Pareto curves, named RetinaNet-RS and Cascade RCNN-RS. These simple rescaled detectors explore the speed-accuracy trade-off between the one-stage RetinaNet detectors and two-stage RCNN detectors. Our largest Cascade RCNN-RS models achieve 52.9% AP with a ResNet152-FPN backbone and 53.6% with a SpineNet143L backbone. Finally, we show the ResNet architecture, with three minor architectural changes, outperforms EfficientNet as the backbone for object detection and instance segmentation systems.

📄 PDF Abstract BibTeX arXiv:2107.00057

Code (1)

tensorflow/tpu 공식 구현 tf

Tasks

Instance SegmentationObjectobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
FPN 설명 없음
Xavier Initialization Xavier Initialization, or Glorot Initialization, is an initialization scheme for neural networks. Biases are initialized be 0 and the weights $W\_{ij}$ at each layer are…
ResNet-D ResNet-D is a modification on the ResNet architecture that utilises an [average…
SiLU Sigmoid Linear Units, or SiLUs, are activation functions for neural networks. The activation of the SiLU is computed by the sigmoid function multiplied by its input, or…
RetinaNet-RS 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Simple Open-Vocabulary Object Detection with Vision Transformers

2022-05-12 · Matthias Minderer, Alexey Gritsenko, Austin Stone, Maxim Neumann 외

Combining simple architectures with large-scale pre-training has led to massive improvements in image classification. For object detection, pre-training and scaling approaches are less well established, especially in the…

Described Object Detectionimage-classificationImage ClassificationObject+4

HD-OOD3D: Supervised and Unsupervised Out-of-Distribution object detection in LiDAR data

2024-10-31 · Louis Soum-Fontez, Jean-Emmanuel Deschaud, François Goulette

Autonomous systems rely on accurate 3D object detection from LiDAR data, yet most detectors are limited to a predefined set of known classes, making them vulnerable to unexpected out-of-distribution (OOD) objects. In thi…

3D Object DetectionObjectobject-detectionObject Detection+1

Revisiting 3D ResNets for Video Recognition

2021-09-03 · Xianzhi Du, Yeqing Li, Yin Cui, Rui Qian 외

A recent work from Bello shows that training and scaling strategies may be more significant than model architectures for visual recognition. This short note studies effective training and scaling strategies for video rec…

Action ClassificationContrastive LearningVideo Recognition

Revisiting ResNets: Improved Training and Scaling Strategies

2021-03-13 · NeurIPS 2021 12 · Irwan Bello, William Fedus, Xianzhi Du, Ekin D. Cubuk 외

Novel computer vision architectures monopolize the spotlight, but the impact of the model architecture is often conflated with simultaneous changes to training methodology and scaling strategies. Our work revisits the ca…

Action ClassificationDocument Image ClassificationImage ClassificationSemantic Object Interaction Classification+1

An Investigation on Hardware-Aware Vision Transformer Scaling

2021-09-29 · Chaojian Li, KyungMin Kim, Bichen Wu, Peizhao Zhang 외

Vision Transformer (ViT) has demonstrated promising performance in various computer vision tasks, and recently attracted a lot of research attention. Many recent works have focused on proposing new architectures to impro…

GPUimage-classificationImage Classificationobject-detection+2