1 / 19

Point Set Representation for Object Detection and Beyond

This presentation introduces RepPoints, a novel object representation that utilizes adaptive sample points instead of traditional bounding boxes. RepPoints offer greater flexibility in encoding object semantics and enable more accurate localization and feature extraction. The presentation also discusses the advantages of RepPoints over bounding boxes, its applications, and future directions.

jmamie
Download Presentation

Point Set Representation for Object Detection and Beyond

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Point Set Representation forObjectDetectionandBeyond PresentedbyZeYang

  2. Objectdetection • The pipeline of multi-stage object detection

  3. Bounding box regression Why bounding box? • Bounding box is convenient to annotate with little ambiguity. • Almost all image feature extractors, both before and in the deep learning era, are based on an input patch in the grid form. Thus, it is convenient to use the bounding box representation to facilitate feature extraction.

  4. Bounding box regression Limitations • Coarse object feature extraction. • Unabletotackleirregularobject(likeroad) • It would perform badly when we need to regress object localization with large distance to the initial representation (need dense anchors) • Scale difference between ∆x, ∆y and ∆w, ∆h, where usually different loss weights on them are required to be tuned for optimal performance.

  5. RepPoints: Point Set Representation for Object Detection

  6. Representative points • A new representation for object. A RepPointsis defined as a set of adaptive sample points. The adaptive nature makes this new object representation more flexible than the bounding box representation in encoding the semantics-related object information.

  7. Representative points • Convert reppoints to bounding box For a RepPoints, we can perform pre-defined function to transform RepPointsinto pseudo-box so that the bounding box supervision can be imposed. • Min-max function: Min-max operation over both axes are performed to acquire rectangular box • Moment-based function. The mean value and the second-order moment of the deformable box is used to estimate the center points and the scale of rectangular box, where the scale is multiplied by globally shared learnable multipliers.

  8. Representative points • Bounding box refinement • RepPoints refinement

  9. Representative points • RepPointsDetector (RPDet)

  10. Representative points • RepPointsDetector (RPDet) Center point initialization: center point as the initial representation of objects, leading to our anchor free object detector. The use of RepPoints: the learning RepPointsis driven by: 1) the corner distance loss between the induced pseudo boxand the ground-truth bounding box; 2) the object recognition loss of the subsequent stage. Unified design across stages: without the need of RPN, NMS, ROI-Pooling…

  11. Representative points • Ablation on objects representation

  12. Representative points • Ablation on anchor free design

  13. Representative points • Ablation on transform functions.

  14. Representative points • Comparison with Deformable RoI Pooling The RepPointstarget at both representing the fine-grained localization of objects as well as extracting semantic aligned object features, deformable RoI pooling is mainly driven by the recognition target. Actually, deformable RoI pooling cannot learn the accurate localization of objects.

  15. Representative points • State-of-the-art Comparison

  16. Representative points • Visualization

  17. Conclusion • In this paper, we propose a new object representation: representative points. Our work takes a new step towards learning the natural object representation. Exploiting dense point sets as the RepPointsand extending this representation beyond detection remain to be interesting future directions.

  18. Future direction • Box-free objection recognition tasks: multi-person pose estimation, instance segmentation … • Correspondence from video: use flow or image augmentation to learn dense correspondence. • Better representation: combine the merits from masks (finer / denser representation) and key-points (the points are semantic meaningful) • End-to-end Tracking. • …

  19. Thanks for your attending!

More Related