paper-with-me

Papers

ObjectBox: From Centers to Boxes for Anchor-Free Object Detection

2022-07-14 · Mohsen Zand, Ali Etemad, Michael Greenspan

We present ObjectBox, a novel single-stage anchor-free and highly generalizable object detection approach. As opposed to both existing anchor-based and anchor-free detectors, which are more biased toward specific object scales in their label assignments, we use only object center locations as positive samples and treat all objects equally in different feature levels regardless of the objects' sizes or shapes. Specifically, our label assignment strategy considers the object center locations as shape- and size-agnostic anchors in an anchor-free fashion, and allows learning to occur at all scales for every object. To support this, we define new regression targets as the distances from two corners of the center cell location to the four sides of the bounding box. Moreover, to handle scale-variant objects, we propose a tailored IoU loss to deal with boxes with different sizes. As a result, our proposed object detector does not need any dataset-dependent hyperparameters to be tuned across datasets. We evaluate our method on MS-COCO 2017 and PASCAL VOC 2012 datasets, and compare our results to state-of-the-art methods. We observe that ObjectBox performs favorably in comparison to prior works. Furthermore, we perform rigorous ablation experiments to evaluate different components of our method. Our code is available at: https://github.com/MohsenZand/ObjectBox.

📄 PDF Abstract BibTeX arXiv:2207.06985

Code (1)

mohsenzand/objectbox 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

MidNet: An Anchor-and-Angle-Free Detector for Oriented Ship Detection in Aerial Images

2021-11-22 · Feng Jie, Yuping Liang, Junpeng Zhang, Xiangrong Zhang 외

Ship detection in aerial images remains an active yet challenging task due to arbitrary object orientation and complex background from a bird's-eye perspective. Most of the existing methods rely on angular prediction or …

Object

Ocean: Object-aware Anchor-free Tracking

2020-06-18 · ECCV 2020 8 · Zhipeng Zhang, Houwen Peng, Jianlong Fu, Bing Li 외

Anchor-based Siamese trackers have achieved remarkable advancements in accuracy, yet the further improvement is restricted by the lagged tracking robustness. We find the underlying reason is that the regression network i…

ObjectVideo Object TrackingVisual Object Tracking

YOLO-OB: An improved anchor-free real-time multiscale colon polyp detector in colonoscopy

2023-12-14 · Xiao Yang, Enmin Song, Guangzhi Ma, Yunfeng Zhu 외

Colon cancer is expected to become the second leading cause of cancer death in the United States in 2023. Although colonoscopy is one of the most effective methods for early prevention of colon cancer, up to 30% of polyp…

Double-Dot Network for Antipodal Grasp Detection

2021-08-03 · Yao Wang, Yangtao Zheng, Boyang Gao, Di Huang

This paper proposes a new deep learning approach to antipodal grasp detection, named Double-Dot Network (DD-Net). It follows the recent anchor-free object detection framework, which does not depend on empirically pre-set…

object-detectionObject Detection

FCOS: A simple and strong anchor-free object detector

2020-06-14 · Zhi Tian, Chunhua Shen, Hao Chen, Tong He

In computer vision, object detection is one of most important tasks, which underpins a few instance-level recognition tasks and many downstream applications. Recently one-stage methods have gained much attention over two…

ObjectObject DetectionSemantic Segmentation