paper-with-me

Papers

CornerNet: Detecting Objects as Paired Keypoints

2018-08-03 · ECCV 2018 9 · Hei Law, Jia Deng

We propose CornerNet, a new approach to object detection where we detect an object bounding box as a pair of keypoints, the top-left corner and the bottom-right corner, using a single convolution neural network. By detecting objects as paired keypoints, we eliminate the need for designing a set of anchor boxes commonly used in prior single-stage detectors. In addition to our novel formulation, we introduce corner pooling, a new type of pooling layer that helps the network better localize corners. Experiments show that CornerNet achieves a 42.2% AP on MS COCO, outperforming all existing one-stage detectors.

📄 PDF Abstract BibTeX arXiv:1808.01244

Code (5)

princeton-vl/CornerNet 공식 구현 pytorch
PaddlePaddle/PaddleDetection paddle
egeonat/MS-CornerNet pytorch
gau-nernst/CenterNet pytorch
open-mmlab/mmdetection pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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…
Residual Connection 설명 없음
Hourglass Module 설명 없음
Stacked Hourglass Network Stacked Hourglass Networks are a type of convolutional neural network for pose estimation. They are based on the successive steps of pooling and upsampling that are done to…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
Step Decay 설명 없음

Similar Papers 제목 키워드 기반

Pair DETR: Contrastive Learning Speeds Up DETR Training

2022-10-29 · Seyed Mehdi Iranmanesh, Xiaotong Chen, Kuo-Chin Lien

The DETR object detection approach applies the transformer encoder and decoder architecture to detect objects and achieves promising performance. In this paper, we present a simple approach to address the main problem of…

Contrastive LearningDecoderobject-detectionObject Detection+2

CornerNet-Lite: Efficient Keypoint Based Object Detection

2019-04-18 · Hei Law, Yun Teng, Olga Russakovsky, Jia Deng

Keypoint-based methods are a relatively new paradigm in object detection, eliminating the need for anchor boxes and offering a simplified detection framework. Keypoint-based CornerNet achieves state of the art accuracy a…

Objectobject-detectionObject DetectionReal-Time Object Detection

Unsupervised Keypoint Learning for Guiding Class-Conditional Video Prediction

2019-10-04 · NeurIPS 2019 12 · Yunji Kim, Seonghyeon Nam, In Cho, Seon Joo Kim

We propose a deep video prediction model conditioned on a single image and an action class. To generate future frames, we first detect keypoints of a moving object and predict future motion as a sequence of keypoints. Th…

PredictionVideo Prediction

Skeleton Merger: an Unsupervised Aligned Keypoint Detector

2021-03-19 · CVPR 2021 1 · Ruoxi Shi, Zhengrong Xue, Yang You, Cewu Lu

Detecting aligned 3D keypoints is essential under many scenarios such as object tracking, shape retrieval and robotics. However, it is generally hard to prepare a high-quality dataset for all types of objects due to the …

DecoderObject TrackingRetrieval

Unsupervised Learning of 3D Semantic Keypoints with Mutual Reconstruction

2022-03-19 · Haocheng Yuan, Chen Zhao, Shichao Fan, Jiaxi Jiang 외

Semantic 3D keypoints are category-level semantic consistent points on 3D objects. Detecting 3D semantic keypoints is a foundation for a number of 3D vision tasks but remains challenging, due to the ambiguity of semantic…