paper-with-me

Papers

Mask-Attention-Free Transformer for 3D Instance Segmentation

2023-09-04 · ICCV 2023 1 · Xin Lai, Yuhui Yuan, Ruihang Chu, Yukang Chen, Han Hu, Jiaya Jia

Recently, transformer-based methods have dominated 3D instance segmentation, where mask attention is commonly involved. Specifically, object queries are guided by the initial instance masks in the first cross-attention, and then iteratively refine themselves in a similar manner. However, we observe that the mask-attention pipeline usually leads to slow convergence due to low-recall initial instance masks. Therefore, we abandon the mask attention design and resort to an auxiliary center regression task instead. Through center regression, we effectively overcome the low-recall issue and perform cross-attention by imposing positional prior. To reach this goal, we develop a series of position-aware designs. First, we learn a spatial distribution of 3D locations as the initial position queries. They spread over the 3D space densely, and thus can easily capture the objects in a scene with a high recall. Moreover, we present relative position encoding for the cross-attention and iterative refinement for more accurate position queries. Experiments show that our approach converges 4x faster than existing work, sets a new state of the art on ScanNetv2 3D instance segmentation benchmark, and also demonstrates superior performance across various datasets. Code and models are available at https://github.com/dvlab-research/Mask-Attention-Free-Transformer.

📄 PDF Abstract BibTeX arXiv:2309.01692

Code (1)

dvlab-research/mask-attention-free-transformer 공식 구현 pytorch

Tasks

3D Instance SegmentationInstance SegmentationPositionregressionSemantic Segmentation

Similar Papers 제목 키워드 기반

Masked-attention Mask Transformer for Universal Image Segmentation

2021-12-02 · CVPR 2022 1 · Bowen Cheng, Ishan Misra, Alexander G. Schwing, Alexander Kirillov 외

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 f…

2D Semantic SegmentationImage SegmentationInstance SegmentationPanoptic Segmentation+3

SpaCeFormer: Fast Proposal-Free Open-Vocabulary 3D Instance Segmentation

2026-04-22 · Chris Choy, Junha Lee, Chunghyun Park, Minsu Cho 외 arxiv

Open-vocabulary 3D instance segmentation is a core capability for robotics and AR/VR, but prior methods trade one bottleneck for another: multi-stage 2D+3D pipelines aggregate foundation-model outputs at hundreds of seco…

3D Instance Segmentation

CenterMask: Real-Time Anchor-Free Instance Segmentation

2020-06-01 · CVPR 2020 6 · Youngwan Lee, Jongyoul Park

We propose a simple yet efficient anchor-free instance segmentation, called CenterMask, that adds a novel spatial attention-guided mask (SAG-Mask) branch to anchor-free one stage object detector (FCOS) in the same vein w…

Instance SegmentationReal-time Instance SegmentationSegmentationSemantic Segmentation

CenterMask : Real-Time Anchor-Free Instance Segmentation

2019-11-15 · arXiv 2019 11 · Youngwan Lee, Jongyoul Park

We propose a simple yet efficient anchor-free instance segmentation, called CenterMask, that adds a novel spatial attention-guided mask (SAG-Mask) branch to anchor-free one stage object detector (FCOS) in the same vein w…

Instance SegmentationObject DetectionPanoptic SegmentationReal-time Instance Segmentation+4

MATIS: Masked-Attention Transformers for Surgical Instrument Segmentation

2023-03-16 · Nicolás Ayobi, Alejandra Pérez-Rondón, Santiago Rodríguez, Pablo Arbeláez

We propose Masked-Attention Transformers for Surgical Instrument Segmentation (MATIS), a two-stage, fully transformer-based method that leverages modern pixel-wise attention mechanisms for instrument segmentation. MATIS …

Segmentation