paper-with-me

Papers

Tiny-DSOD: Lightweight Object Detection for Resource-Restricted Usages

2018-07-29 · Yuxi Li, Jiuwei Li, Weiyao Lin, Jianguo Li

Object detection has made great progress in the past few years along with the development of deep learning. However, most current object detection methods are resource hungry, which hinders their wide deployment to many resource restricted usages such as usages on always-on devices, battery-powered low-end devices, etc. This paper considers the resource and accuracy trade-off for resource-restricted usages during designing the whole object detection framework. Based on the deeply supervised object detection (DSOD) framework, we propose Tiny-DSOD dedicating to resource-restricted usages. Tiny-DSOD introduces two innovative and ultra-efficient architecture blocks: depthwise dense block (DDB) based backbone and depthwise feature-pyramid-network (D-FPN) based front-end. We conduct extensive experiments on three famous benchmarks (PASCAL VOC 2007, KITTI, and COCO), and compare Tiny-DSOD to the state-of-the-art ultra-efficient object detection solutions such as Tiny-YOLO, MobileNet-SSD (v1 & v2), SqueezeDet, Pelee, etc. Results show that Tiny-DSOD outperforms these solutions in all the three metrics (parameter-size, FLOPs, accuracy) in each comparison. For instance, Tiny-DSOD achieves 72.1% mAP with only 0.95M parameters and 1.06B FLOPs, which is by far the state-of-the-arts result with such a low resource requirement.

📄 PDF Abstract BibTeX arXiv:1807.11013

Code (1)

lyxok1/Tiny-DSOD

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

DSOD: Learning Deeply Supervised Object Detectors from Scratch

2017-08-03 · ICCV 2017 10 · Zhiqiang Shen, Zhuang Liu, Jianguo Li, Yu-Gang Jiang 외

We present Deeply Supervised Object Detector (DSOD), a framework that can learn object detectors from scratch. State-of-the-art object objectors rely heavily on the off-the-shelf networks pre-trained on large-scale class…

General ClassificationObjectobject-detectionObject Detection

Object Detection from Scratch with Deep Supervision

2018-09-25 · Zhiqiang Shen, Zhuang Liu, Jianguo Li, Yu-Gang Jiang 외

We propose Deeply Supervised Object Detectors (DSOD), an object detection framework that can be trained from scratch. Recent advances in object detection heavily depend on the off-the-shelf models pre-trained on large-sc…

General ClassificationObjectobject-detectionObject Detection

Improving Object Detection from Scratch via Gated Feature Reuse

2017-12-04 · Zhiqiang Shen, Honghui Shi, Jiahui Yu, Hai Phan 외

In this paper, we present a simple and parameter-efficient drop-in module for one-stage object detectors like SSD when learning from scratch (i.e., without pre-trained models). We call our module GFR (Gated Feature Reuse…

Objectobject-detectionObject DetectionPrediction

FedSODA: Federated Fine-tuning of LLMs via Similarity Group Pruning and Orchestrated Distillation Alignment

2025-08-18 · Manning Zhu, Songtao Guo, Pengzhan Zhou, Yansong Ning 외 arxiv

Federated fine-tuning (FFT) of large language models (LLMs) has recently emerged as a promising solution to enable domain-specific adaptation while preserving data privacy. Despite its benefits, FFT on resource-constrain…

Towards Unbiased Source-Free Object Detection via Vision Foundation Models

2026-01-19 · Zhi Cai, Yingjie Gao, Yanan Zhang, Xinzhu Ma 외 arxiv

Source-Free Object Detection (SFOD) has garnered much attention in recent years by eliminating the need of source-domain data in cross-domain tasks, but existing SFOD methods suffer from the Source Bias problem, i.e. the…

Object Detection