paper-with-me

Papers

Bottom-up Object Detection by Grouping Extreme and Center Points

2019-01-23 · CVPR 2019 6 · Xingyi Zhou, Jiacheng Zhuo, Philipp Krähenbühl

With the advent of deep learning, object detection drifted from a bottom-up to a top-down recognition problem. State of the art algorithms enumerate a near-exhaustive list of object locations and classify each into: object or not. In this paper, we show that bottom-up approaches still perform competitively. We detect four extreme points (top-most, left-most, bottom-most, right-most) and one center point of objects using a standard keypoint estimation network. We group the five keypoints into a bounding box if they are geometrically aligned. Object detection is then a purely appearance-based keypoint estimation problem, without region classification or implicit feature learning. The proposed method performs on-par with the state-of-the-art region based detection methods, with a bounding box AP of 43.2% on COCO test-dev. In addition, our estimated extreme points directly span a coarse octagonal mask, with a COCO Mask AP of 18.9%, much better than the Mask AP of vanilla bounding boxes. Extreme point guided segmentation further improves this to 34.6% Mask AP.

📄 PDF Abstract BibTeX arXiv:1901.08043

Code (2)

xingyizhou/ExtremeNet 공식 구현 pytorch
DataXujing/ExtremeNet-Pytorch pytorch

Tasks

Keypoint EstimationObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Kaiming Initialization 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Dilated Convolution 설명 없음
Bitcoin Customer Service Number +1-833-534-1729 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Achieving Competitive Play Through Bottom-Up Approach in Semantic Segmentation

2021-02-28 · E. Pryzant, Q. Deng, B. Mei, E. Shrestha

With the renaissance of neural networks, object detection has slowly shifted from a bottom-up recognition problem to a top-down approach. Best in class algorithms enumerate a near-complete list of objects and classify ea…

Objectobject-detectionObject DetectionObject Recognition+1

Objects as Extreme Points

2021-04-29 · Yang Yang, Min Li, Bo Meng, Zihao Huang 외

Object detection can be regarded as a pixel clustering task, and its boundary is determined by four extreme points (leftmost, top, rightmost, and bottom). However, most studies focus on the center or corner points of the…

ClusteringObjectobject-detectionObject Detection

Differentiable Hierarchical Graph Grouping for Multi-Person Pose Estimation

2020-07-23 · ECCV 2020 8 · Sheng Jin, Wentao Liu, Enze Xie, Wenhai Wang 외

Multi-person pose estimation is challenging because it localizes body keypoints for multiple persons simultaneously. Previous methods can be divided into two streams, i.e. top-down and bottom-up methods. The top-down met…

2D Human Pose EstimationClusteringGraph ClusteringGraph Neural Network+4

3D Objectness Estimation via Bottom-up Regret Grouping

2019-12-05 · Zelin Ye, Yan Hao, Liang Xu, Rui Zhu 외

3D objectness estimation, namely discovering semantic objects from 3D scene, is a challenging and significant task in 3D understanding. In this paper, we propose a 3D objectness method working in a bottom-up manner. Begi…

CenterNet++ for Object Detection

2022-04-18 · Kaiwen Duan, Song Bai, Lingxi Xie, Honggang Qi 외

There are two mainstreams for object detection: top-down and bottom-up. The state-of-the-art approaches mostly belong to the first category. In this paper, we demonstrate that the bottom-up approaches are as competitive …

Objectobject-detectionObject DetectionTriplet