CenterNet is a one-stage object detector that detects each object as a triplet, rather than a pair, of keypoints. It utilizes two customized modules named cascade corner pooling and center pooling, which play the roles of enriching information collected by both top-left and bottom-right corners and providing more recognizable information at the central regions, respectively. The intuition is that, if a predicted bounding box has a high IoU with the ground-truth box, then the probability that the center keypoint in its central region is predicted as the same class is high, and vice versa. Thus, during inference, after a proposal is generated as a pair of corner keypoints, we determine if the proposal is indeed an object by checking if there is a center keypoint of the same class falling within its central region.
Source: CenterNet: Keypoint Triplets for Object DetectionTASK | PAPERS | SHARE |
---|---|---|
Object Detection | 9 | 42.86% |
Pose Estimation | 2 | 9.52% |
Domain Adaptation | 1 | 4.76% |
Unsupervised Domain Adaptation | 1 | 4.76% |
Keypoint Detection | 1 | 4.76% |
Active Learning | 1 | 4.76% |
3D Shape Classification | 1 | 4.76% |
Instance Segmentation | 1 | 4.76% |
Semantic Segmentation | 1 | 4.76% |
COMPONENT | TYPE |
|
---|---|---|
![]() |
Pooling Operations | |
![]() |
Pooling Operations |