paper-with-me

Papers

SAPD:Soft Anchor-Point Detector

2019-11-27 · arXiv 2019 11 · Chenchen Zhu, Fangyi Chen, Zhiqiang Shen, Marios Savvides

Recently, anchor-free detectors have shown great potential to outperform anchor-based detectors in terms of both accuracy and speed. In this work, we aim at finding a new balance of speed and accuracy for anchor-free detectors. Two questions are studied: 1) how to make the anchor-free detection head better? 2) how to utilize the power of feature pyramid better? We identify attention bias and feature selection as the main issues for these two questions respectively. We propose to address these issues with a novel training strategy that has two soften optimization techniques, i.e. soft-weighted anchor points and soft-selected pyramid levels. To evaluate the effectiveness, we train a single-stage anchor-free detector called Soft Anchor-Point Detector (SAPD). Experiments show that our concise SAPD pushes the envelope of speed/accuracy trade-off to a new level, outperforming recent state-of-the-art anchor-based and anchor-free, single-stage and multi-stage detectors. Without bells and whistles, our best model can achieve a single-model single-scale AP of 47.4% on COCO. Our fastest version can run up to 5x faster than other detectors with comparable accuracy.

📄 PDF Abstract BibTeX

Code (1)

xuannianz/SAPD tf

Tasks

feature selectionObject 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…
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Soft Anchor-Point Object Detection

2019-11-27 · ECCV 2020 8 · Chenchen Zhu, Fangyi Chen, Zhiqiang Shen, Marios Savvides

Recently, anchor-free detection methods have been through great progress. The major two families, anchor-point detection and key-point detection, are at opposite edges of the speed-accuracy trade-off, with anchor-point d…

Dense Object Detectionfeature selectionObjectobject-detection+1

A Variance-Reduced Stochastic Accelerated Primal Dual Algorithm

2022-02-19 · Bugra Can, Mert Gurbuzbalaban, Necdet Serhat Aybat

In this work, we consider strongly convex strongly concave (SCSC) saddle point (SP) problems $\min_{x\in\mathbb{R}^{d_x}}\max_{y\in\mathbb{R}^{d_y}}f(x,y)$ where $f$ is $L$-smooth, $f(.,y)$ is $\mu$-strongly convex for e…

RepPoints: Point Set Representation for Object Detection

2019-04-25 · ICCV 2019 10 · Ze Yang, Shaohui Liu, Han Hu, Li-Wei Wang 외

Modern object detectors rely heavily on rectangular bounding boxes, such as anchors, proposals and the final predictions, to represent objects at various recognition stages. The bounding box is convenient to use but prov…

Objectobject-detectionObject Detection

PolarNet: Learning to Optimize Polar Keypoints for Keypoint Based Object Detection

2021-01-01 · ICLR 2021 1 · Wu Xiongwei, Doyen Sahoo, Steven Hoi

A variety of anchor-free object detectors have been actively proposed as possible alternatives to the mainstream anchor-based detectors that often rely on complicated design of anchor boxes. Despite achieving promising p…

object-detectionObject Detection

LapNet : Automatic Balanced Loss and Optimal Assignment for Real-Time Dense Object Detection

2019-11-04 · Florian Chabot, Quoc-Cuong Pham, Mohamed Chaouch

Real-time single-stage object detectors based on deep learning still remain less accurate than more complex ones. The trade-off between model performance and computational speed is a major challenge. In this paper, we pr…

Dense Object DetectionObjectobject-detectionObject Detection+1