paper-with-me

홈 › Papers

Mask Transfiner for High-Quality Instance Segmentation

2021-11-26 · CVPR 2022 1 · Lei Ke, Martin Danelljan, Xia Li, Yu-Wing Tai, Chi-Keung Tang, Fisher Yu

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.

📄 PDF Abstract BibTeX arXiv:2111.13673

Code (1)

SysCV/transfiner 공식 구현 pytorch

Tasks

Instance SegmentationSegmentationSemantic SegmentationVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Video Mask Transfiner for High-Quality Video Instance Segmentation

2022-07-28 · Lei Ke, Henghui Ding, Martin Danelljan, Yu-Wing Tai 외

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 Prediction

MARS: Mask Attention Refinement with Sequential Quadtree Nodes for Car Damage Instance Segmentation

2023-05-01 · Teerapong Panboonyuen, Naphat Nithisopa, Panin Pienroj, Laphonchai Jirachuphun 외

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 Segmentation

Mask Scoring R-CNN

2019-03-01 · CVPR 2019 6 · Zhaojin Huang, Lichao Huang, Yongchao Gong, Chang Huang 외

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 Segmentation

BoxSeg: Quality-Aware and Peer-Assisted Learning for Box-supervised Instance Segmentation

2025-04-07 · Jinxiang Lai, Wenlong Wu, Jiawei Zhan, Jian Li 외

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 Segmentation

Unsupervised Instance Segmentation with Superpixels

2025-09-03 · Cuong Manh Hoang arxiv

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