The Missing Point in Vision Transformers for Universal Image Segmentation
Sajjad Shahabodini, Mobina Mansoori, Farnoush Bayatmakou, Jamshid Abouei, Konstantinos N. Plataniotis, Arash Mohammadi

TL;DR
This paper introduces ViT-P, a two-stage vision transformer-based framework for universal image segmentation that decouples mask proposal and classification, improving accuracy and reducing annotation costs.
Contribution
The paper proposes ViT-P, a novel two-stage segmentation framework that integrates pre-trained vision transformers without modification, and leverages coarse annotations to enhance classification.
Findings
Achieves state-of-the-art PQ of 54.0 on ADE20K
Attains 87.4 mIoU on Cityscapes
Demonstrates effective use of coarse annotations
Abstract
Image segmentation remains a challenging task in computer vision, demanding robust mask generation and precise classification. Recent mask-based approaches yield high-quality masks by capturing global context. However, accurately classifying these masks, especially in the presence of ambiguous boundaries and imbalanced class distributions, remains an open challenge. In this work, we introduce ViT-P, a novel two-stage segmentation framework that decouples mask generation from classification. The first stage employs a proposal generator to produce class-agnostic mask proposals, while the second stage utilizes a point-based classification model built on the Vision Transformer (ViT) to refine predictions by focusing on mask central points. ViT-P serves as a pre-training-free adapter, allowing the integration of various pre-trained vision transformers without modifying their architecture,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIndustrial Vision Systems and Defect Detection · CCD and CMOS Imaging Sensors · Image Processing Techniques and Applications
MethodsVision Transformer · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Residual Connection · Label Smoothing · Dropout · Byte Pair Encoding · Adam · Dense Connections
