paper-with-me

홈 › Papers

PackDet: Packed Long-Head Object Detector

2020-08-01 · ECCV 2020 8 · Kun Ding, Guojin He, Huxiang Gu, Zisha Zhong, Shiming Xiang, Chunhong Pan

State-of-the-art object detectors exploit multi-branch structure and predict objects at several different scales, although substantially boosted accuracy is acquired, low efficiency is inevitable as fragmented structure is hardware unfriendly. To solve this issue, we propose a packing operator (PackOp) to combine all head branches together at spatial. Packed features are computationally more efficient and allow to use cross-head group normalization (GN) at handy, leading to notable accuracy improvement against the common head-separate GN. All of these are only at the cost of less than 5.7% relative increase on runtime memory and introduction of a few noisy training samples, however, whose side-effects could be diminished by good packing patterns design. With PackOp, we propose a new anchor-free one-stage detector, PackDet, which features a single deeper/longer but narrower head compared to the existing methods: multiple shallow but wide heads. Our best models on COCO test-dev achieve better speed-accuracy balance: 35.1%, 42.3%, 44.0%, 47.4% AP with 22.6, 16.9, 12.4, 4.7 FPS using MobileNet-v2, ResNet-50, ResNet-101, and ResNeXt-101-DCN backbone, respectively. Codes will be released.

📄 PDF Abstract BibTeX

Code (1)

kding1225/PackDet 공식 구현 pytorch

Tasks

Object

Similar Papers 제목 키워드 기반

Benchmark for Generic Product Detection: A Low Data Baseline for Dense Object Detection

2019-12-19 · Srikrishna Varadarajan, Sonaal Kant, Muktabh Mayank Srivastava

Object detection in densely packed scenes is a new area where standard object detectors fail to train well. Dense object detectors like RetinaNet trained on large and dense datasets show great performance. We train a sta…

Data AugmentationDense Object DetectionObjectobject-detection+1

Scene-level Pose Estimation for Multiple Instances of Densely Packed Objects

2019-10-11 · Chaitanya Mitash, Bowen Wen, Kostas Bekris, Abdeslam Boularias

This paper introduces key machine learning operations that allow the realization of robust, joint 6D pose estimation of multiple instances of objects either densely packed or in unstructured piles from RGB-D data. The fi…

6D Pose EstimationPose Estimation

Precise Detection in Densely Packed Scenes

2019-04-01 · CVPR 2019 6 · Eran Goldman, Roei Herzig, Aviv Eisenschtat, Oria Ratzon 외

Man-made scenes can be densely packed, containing numerous objects, often identical, positioned in close proximity. We show that precise object detection in such scenes remains a challenging frontier even for state-of-th…

Dense Object DetectionObjectobject-detectionObject Detection

A Solution to Product detection in Densely Packed Scenes

2020-07-23 · Tianze Rong, Yanjia Zhu, Hongxiang Cai, Yichao Xiong

This work is a solution to densely packed scenes dataset SKU-110k. Our work is modified from Cascade R-CNN. To solve the problem, we proposed a random crop strategy to ensure both the sampling rate and input scale is rel…

Dense Object Detection

CellMamba: Adaptive Mamba for Accurate and Efficient Cell Detection

2025-12-25 · Ruochen Liu, Yi Tian, Jiahao Wang, Hongbin Liu 외 arxiv

Cell detection in pathological images presents unique challenges due to densely packed objects, subtle inter-class differences, and severe background clutter. In this paper, we propose CellMamba, a lightweight and accura…

Cell Detection