HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Foundation Model Assisted Weakly Supervised Semantic Segmentation

Xiaobo Yang Xiaojin Gong

Foundation Model Assisted Weakly Supervised Semantic Segmentation

Abstract

This work aims to leverage pre-trained foundation models, such as contrastive language-image pre-training (CLIP) and segment anything model (SAM), to address weakly supervised semantic segmentation (WSSS) using image-level labels. To this end, we propose a coarse-to-fine framework based on CLIP and SAM for generating high-quality segmentation seeds. Specifically, we construct an image classification task and a seed segmentation task, which are jointly performed by CLIP with frozen weights and two sets of learnable task-specific prompts. A SAM-based seeding (SAMS) module is designed and applied to each task to produce either coarse or fine seed maps. Moreover, we design a multi-label contrastive loss supervised by image-level labels and a CAM activation loss supervised by the generated coarse seed map. These losses are used to learn the prompts, which are the only parts need to be learned in our framework. Once the prompts are learned, we input each image along with the learned segmentation-specific prompts into CLIP and the SAMS module to produce high-quality segmentation seeds. These seeds serve as pseudo labels to train an off-the-shelf segmentation network like other two-stage WSSS methods. Experiments show that our method achieves the state-of-the-art performance on PASCAL VOC 2012 and competitive results on MS COCO 2014. Code is available at https://github.com/HAL-42/FMA-WSSS.git.

Code Repositories

HAL-42/FMA-WSSS
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
weakly-supervised-semantic-segmentation-onFMA-WSSS (Swin-L)
Mean IoU: 82.6
weakly-supervised-semantic-segmentation-on-1FMA-WSSS (Swin-L)
Mean IoU: 81.6
weakly-supervised-semantic-segmentation-on-14FMA-WSSS
Mean IoU: 80.4
weakly-supervised-semantic-segmentation-on-4FMA-WSSS (Swin-L)
mIoU: 55.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Foundation Model Assisted Weakly Supervised Semantic Segmentation | Papers | HyperAI