paper-with-me

홈 › Papers

AdaScale: Towards Real-time Video Object Detection Using Adaptive Scaling

2019-02-08 · Ting-Wu Chin, Ruizhou Ding, Diana Marculescu

In vision-enabled autonomous systems such as robots and autonomous cars, video object detection plays a crucial role, and both its speed and accuracy are important factors to provide reliable operation. The key insight we show in this paper is that speed and accuracy are not necessarily a trade-off when it comes to image scaling. Our results show that re-scaling the image to a lower resolution will sometimes produce better accuracy. Based on this observation, we propose a novel approach, dubbed AdaScale, which adaptively selects the input image scale that improves both accuracy and speed for video object detection. To this end, our results on ImageNet VID and mini YouTube-BoundingBoxes datasets demonstrate 1.3 points and 2.7 points mAP improvement with 1.6x and 1.8x speedup, respectively. Additionally, we improve state-of-the-art video acceleration work by an extra 1.25x speedup with slightly better mAP on ImageNet VID dataset.

📄 PDF Abstract BibTeX arXiv:1902.02910

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionVideo Object Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

AdaScale SGD: A User-Friendly Algorithm for Distributed Training

2020-07-09 · ICML 2020 1 · Tyler B. Johnson, Pulkit Agrawal, Haijie Gu, Carlos Guestrin

When using large-batch training to speed up stochastic gradient descent, learning rates must adapt to new batch sizes in order to maximize speed-ups and preserve model quality. Re-tuning learning rates is resource intens…

image-classificationImage ClassificationMachine Translationobject-detection+4

AdaScale SGD: A Scale-Invariant Algorithm for Distributed Training

2019-09-25 · Tyler B. Johnson, Pulkit Agrawal, Haijie Gu, Carlos Guestrin

When using distributed training to speed up stochastic gradient descent, learning rates must adapt to new scales in order to maintain training effectiveness. Re-tuning these parameters is resource intensive, while fixed …

image-classificationImage ClassificationMachine Translationobject-detection+4

ApproxDet: Content and Contention-Aware Approximate Object Detection for Mobiles

2020-10-21 · ran Xu, Chen-Lin Zhang, Pengcheng Wang, Jayoung Lee 외

Advanced video analytic systems, including scene classification and object detection, have seen widespread success in various domains such as smart cities and autonomous transportation. With an ever-growing number of pow…

Objectobject-detectionObject DetectionObject Tracking+3

AdaSCALE: Adaptive Scaling for OOD Detection

2025-03-11 · Sudarshan Regmi

The ability of the deep learning model to recognize when a sample falls outside its learned distribution is critical for safe and reliable deployment. Recent state-of-the-art out-of-distribution (OOD) detection methods l…

Out of Distribution (OOD) Detection

AdaScale: Dynamic Context-aware DNN Scaling via Automated Adaptation Loop on Mobile Devices

2024-12-01 · Yuzhan Wang, Sicong Liu, Bin Guo, Boqi Zhang 외

Deep learning is reshaping mobile applications, with a growing trend of deploying deep neural networks (DNNs) directly to mobile and embedded devices to address real-time performance and privacy. To accommodate local res…