paper-with-me

홈 › Papers

GiraffeDet: A Heavy-Neck Paradigm for Object Detection

2022-02-09 · ICLR 2022 4 · Yiqi Jiang, Zhiyu Tan, Junyan Wang, Xiuyu Sun, Ming Lin, Hao Li

In conventional object detection frameworks, a backbone body inherited from image recognition models extracts deep latent features and then a neck module fuses these latent features to capture information at different scales. As the resolution in object detection is much larger than in image recognition, the computational cost of the backbone often dominates the total inference cost. This heavy-backbone design paradigm is mostly due to the historical legacy when transferring image recognition models to object detection rather than an end-to-end optimized design for object detection. In this work, we show that such paradigm indeed leads to sub-optimal object detection models. To this end, we propose a novel heavy-neck paradigm, GiraffeDet, a giraffe-like network for efficient object detection. The GiraffeDet uses an extremely lightweight backbone and a very deep and large neck module which encourages dense information exchange among different spatial scales as well as different levels of latent semantics simultaneously. This design paradigm allows detectors to process the high-level semantic information and low-level spatial information at the same priority even in the early stage of the network, making it more effective in detection tasks. Numerical evaluations on multiple popular object detection benchmarks show that GiraffeDet consistently outperforms previous SOTA models across a wide spectrum of resource constraints. The source code is available at https://github.com/jyqi/GiraffeDet.

📄 PDF Abstract BibTeX arXiv:2202.04256

Code (2)

damo-cv/GiraffeDet 공식 구현 pytorch
jyqi/giraffedet 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Tracking-by-Counting: Using Network Flows on Crowd Density Maps for Tracking Multiple Targets

2020-07-18 · Weihong Ren, Xinchao Wang, Jiandong Tian, Yandong Tang 외

State-of-the-art multi-object tracking~(MOT) methods follow the tracking-by-detection paradigm, where object trajectories are obtained by associating per-frame outputs of object detectors. In crowded scenes, however, det…

Cell TrackingMulti-Object TrackingObjectObject Tracking

Co-training for On-board Deep Object Detection

2020-08-12 · Gabriel Villalonga, Antonio M. Lopez

Providing ground truth supervision to train visual models has been a bottleneck over the years, exacerbated by domain shifts which degenerate the performance of such models. This was the case when visual tasks relied on …

Domain AdaptationObjectobject-detectionObject Detection

DAMO-YOLO : A Report on Real-Time Object Detection Design

2022-11-23 · Xianzhe Xu, Yiqi Jiang, Weihua Chen, Yilun Huang 외

In this report, we present a fast and accurate object detection method dubbed DAMO-YOLO, which achieves higher performance than the state-of-the-art YOLO series. DAMO-YOLO is extended from YOLO with some new technologies…

CPUNeural Architecture Searchobject-detectionObject Detection+1

When W4A4 Breaks Camouflaged Object Detection: Token-Group Dual-Constraint Activation Quantization

2026-04-18 · Tianqi Li, Wenyu Fang, Xin He, Xue Geng 외 arxiv

Camouflaged object detection (COD) segments objects that intentionally blend with the background, so predictions depend on subtle texture and boundary cues. COD is often needed under tight on-device memory and latency bu…

Object Detection

DEYO: DETR with YOLO for End-to-End Object Detection

2024-02-26 · Haodong Ouyang

The training paradigm of DETRs is heavily contingent upon pre-training their backbone on the ImageNet dataset. However, the limited supervisory signals provided by the image classification task and one-to-one matching st…

DecoderGPUimage-classificationImage Classification+2