Mask Transfiner for High-Quality Instance Segmentation
Two-stage and query-based instance segmentation methods have achieved remarkable results. However, their segmented masks are still very coarse. In this paper, we present Mask Transfiner for high-quality and efficient instance segmentation. Instead of operating on regular dense tensors, our Mask Transfiner decomposes and represents the image regions as a quadtree. Our transformer-based approach only processes detected error-prone tree nodes and self-corrects their errors in parallel. While these sparse pixels only constitute a small proportion of the total number, they are critical to the final mask quality. This allows Mask Transfiner to predict highly accurate instance masks, at a low computational cost. Extensive experiments demonstrate that Mask Transfiner outperforms current instance segmentation methods on three popular benchmarks, significantly improving both two-stage and query-based frameworks by a large margin of +3.0 mask AP on COCO and BDD100K, and +6.6 boundary AP on Cityscapes. Our code and trained models will be available at http://vis.xyz/pub/transfiner.
Code (1)
Tasks
Instance SegmentationSegmentationSemantic SegmentationVocal Bursts Intensity PredictionSimilar Papers 제목 키워드 기반
Video Mask Transfiner for High-Quality Video Instance Segmentation
While Video Instance Segmentation (VIS) has seen rapid progress, current approaches struggle to predict high-quality masks with accurate boundary details. Moreover, the predicted segmentations often fluctuate over time, …
Instance SegmentationSemantic SegmentationVideo Instance SegmentationVocal Bursts Intensity PredictionMARS: Mask Attention Refinement with Sequential Quadtree Nodes for Car Damage Instance Segmentation
Evaluating car damages from misfortune is critical to the car insurance industry. However, the accuracy is still insufficient for real-world applications since the deep learning network is not designed for car damage ima…
Instance SegmentationSegmentationSemantic SegmentationMask Scoring R-CNN
Letting a deep network be aware of the quality of its own predictions is an interesting yet important problem. In the task of instance segmentation, the confidence of instance classification is used as mask quality score…
General ClassificationInstance SegmentationSegmentationSemantic SegmentationBoxSeg: Quality-Aware and Peer-Assisted Learning for Box-supervised Instance Segmentation
Box-supervised instance segmentation methods aim to achieve instance segmentation with only box annotations. Recent methods have demonstrated the effectiveness of acquiring high-quality pseudo masks under the teacher-stu…
Box-supervised Instance SegmentationInstance SegmentationSemantic SegmentationUnsupervised Instance Segmentation with Superpixels
Instance segmentation is essential for numerous computer vision applications, including robotics, human-computer interaction, and autonomous driving. Currently, popular models bring impressive performance in instance seg…
Unsupervised Instance SegmentationAutonomous DrivingObject Detection