PolarMask
PolarMask implements single-shot, anchor-free instance segmentation by predicting object contours in polar coordinates to unify mask prediction and bounding box estimation.
Key Features:
- Polar Coordinate Representation: Predicts object contours in polar coordinates to unify instance segmentation and object detection into a single framework.
- Anchor-Box Free Architecture: Eliminates anchor boxes from the pipeline to simplify the model architecture.
- Soft Polar Centerness: Implements a polar centerness scoring module to improve the quality of center example sampling.
- Polar IoU Loss: Uses a polar IoU loss module to optimize polar contour regression.
- Fully Convolutional Design: Employs a fully convolutional network architecture for integration with off-the-shelf detectors.
- Refined Feature Pyramid: Incorporates a Refined Feature Pyramid to enhance multi-scale feature representation.
Scientific Applications:
- COCO benchmark: Demonstrates competitive instance segmentation results on the COCO dataset.
- Text detection: Achieves state-of-the-art performance in text detection tasks using polar contour representation.
- Cell segmentation: Sets new benchmarks in cell segmentation tasks via polar-based mask prediction.
- Medical imaging: Applicable to medical imaging tasks that require precise instance segmentation.
- Autonomous driving: Applicable to perception tasks in autonomous driving requiring instance-level masks.
- Document analysis: Applicable to document analysis tasks that benefit from accurate instance segmentation.
Methodology:
Predicts object contours in polar coordinates using a fully convolutional, anchor-free network with Soft Polar Centerness and Polar IoU loss modules and a Refined Feature Pyramid.
Topics
Details
- License:
- Apache-2.0
- Tool Type:
- command-line tool
- Programming Languages:
- Python
- Added:
- 11/22/2021
- Last Updated:
- 11/22/2021
Operations
Publications
Xie E, Wang W, Ding M, Zhang R, Luo P. PolarMask++: Enhanced Polar Representation for Single-Shot Instance Segmentation and Beyond. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2022;44(9):5385-5400. doi:10.1109/tpami.2021.3080324. PMID:33989151.