Skip to main content
QUICK REVIEW

[論文レビュー] Masked-attention Mask Transformer for Universal Image Segmentation

Bowen Cheng, Ishan Misra|arXiv (Cornell University)|Dec 2, 2021
Advanced Neural Network Applications参考文献 57被引用数 127
ひとこと要約

Mask2Formerは、パノプティック、インスタンス、セマンティックのタスクで、複数のデータセットにおいて専門モデルを上回るマスク付き注意を使用するユニバーサルな画像分割アーキテクチャです。トレーニング効率も向上します。

ABSTRACT

Image segmentation is about grouping pixels with different semantics, e.g., category or instance membership, where each choice of semantics defines a task. While only the semantics of each task differ, current research focuses on designing specialized architectures for each task. We present Masked-attention Mask Transformer (Mask2Former), a new architecture capable of addressing any image segmentation task (panoptic, instance or semantic). Its key components include masked attention, which extracts localized features by constraining cross-attention within predicted mask regions. In addition to reducing the research effort by at least three times, it outperforms the best specialized architectures by a significant margin on four popular datasets. Most notably, Mask2Former sets a new state-of-the-art for panoptic segmentation (57.8 PQ on COCO), instance segmentation (50.1 AP on COCO) and semantic segmentation (57.7 mIoU on ADE20K).

研究の動機と目的

  • Motivate a universal segmentation architecture that can handle panoptic, instance, and semantic tasks with a single design.
  • Eliminate fragmentation by showing a single model can perform well across multiple segmentation tasks.
  • Improve training efficiency and accessibility for universal segmentation without sacrificing accuracy.
  • Demonstrate that masked attention and multi-scale high-resolution features enhance convergence and performance.
  • Provide ablations to understand which components drive gains across tasks.

提案手法

  • Introduce a meta architecture with a backbone, pixel decoder, and Transformer decoder operating on mask queries.
  • Replace standard cross-attention with masked attention that attends only within predicted mask regions.
  • Use a multi-scale high-resolution feature strategy to better segment small objects.
  • Apply optimization changes: reorder self- and cross-attention, make query features learnable, and remove dropout.
  • Reduce training memory by computing mask loss on a limited set of randomly sampled points.

実験結果

リサーチクエスチョン

  • RQ1Can a single architecture achieve state-of-the-art performance across panoptic, instance, and semantic segmentation?
  • RQ2Do masked attention and high-resolution multi-scale features speed up training and improve accuracy?
  • RQ3What optimization and training strategies enable practical training of universal segmentation models?
  • RQ4How does Mask2Former compare to specialized and other universal architectures across common datasets?
  • RQ5Is the approach robust across diverse backbones and datasets?

主な発見

  • Mask2Former achieves state-of-the-art or on-par performance on panoptic, instance, and semantic segmentation across multiple datasets.
  • It sets a new state-of-the-art: 57.8 PQ on COCO panoptic, 50.1 AP on COCO instance, and 57.7 mIoU on ADE20K semantic segmentation using the same architecture.
  • Masked attention substantially improves performance and convergence compared to standard cross-attention.
  • High-resolution multi-scale features significantly boost small-object segmentation, with an efficient multi-scale strategy reducing FLOPs.
  • Training efficiency improved through learnable queries, removal of dropout, and sampling-based mask loss, reducing memory while maintaining accuracy.

より良い研究を、今すぐ始めましょう

論文の読解から最終レビューまで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。