howardyclo / papernotes

My personal notes and surveys on DL, CV and NLP papers.
128 stars 6 forks source link

CornerNet: Detecting Objects as Paired Keypoints #50

Open howardyclo opened 5 years ago

howardyclo commented 5 years ago

Metadata

howardyclo commented 5 years ago

Summary

Contribution

Drawback of Using Anchor Boxes in Traditional One-stage Detector

How Does CornerNet Work?

How Does Corner Pooling Work?

How Is Corner Pooling Used in CornerNet?

Losses

  1. Corner detection loss:
  2. Corner offset loss:
  3. Grouping corner loss:
  4. Note: they use 0.1 to weight this 2 loss terms, since set to 1 for both leads to poor performance.

Ablation Study

  1. Corner pooling
  2. Reducing penalty to negative locations
  3. Error analysis

Comparisons with State-of-the-art Detectors