Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

CLIP Guided UNet for Smoke Segmentation

View through CrossRef
Smoke segmentation aims to classify pixels with the smoke label, which is a downstream task of semantic segmentation. Convolutional neural networks (CNNs) have made great progresses in semantic segmentation. UNet is a widely used CNN-based semantic segmentation model. However, the conventional CNNs are inherently limited to local receptive fields that only provide short-range contextual information. Pretrained Vision-Language Models (VLMs) such as CLIP have learned rich semantics from web-scale image-text pairs. Inspired by this, we propose a novel CLIP guided UNet framework (CGUnet) for smoke segmentation, which merits the global and rich context of CLIP and the precise localization of UNet. Specifically, we design a CLIP guided cross attention (CGCA) module, in which the CLIP feature is used as the query, and the visual features of UNet as the Key and the Value. We conduct experiments on two public smoke segmentation datasets. Our method achieves SOTA results on both datasets, outperforming other methods.
Title: CLIP Guided UNet for Smoke Segmentation
Description:
Smoke segmentation aims to classify pixels with the smoke label, which is a downstream task of semantic segmentation.
Convolutional neural networks (CNNs) have made great progresses in semantic segmentation.
UNet is a widely used CNN-based semantic segmentation model.
However, the conventional CNNs are inherently limited to local receptive fields that only provide short-range contextual information.
Pretrained Vision-Language Models (VLMs) such as CLIP have learned rich semantics from web-scale image-text pairs.
Inspired by this, we propose a novel CLIP guided UNet framework (CGUnet) for smoke segmentation, which merits the global and rich context of CLIP and the precise localization of UNet.
Specifically, we design a CLIP guided cross attention (CGCA) module, in which the CLIP feature is used as the query, and the visual features of UNet as the Key and the Value.
We conduct experiments on two public smoke segmentation datasets.
Our method achieves SOTA results on both datasets, outperforming other methods.

Related Results

VM-UNet++ research on crack image segmentation based on improved VM-UNet
VM-UNet++ research on crack image segmentation based on improved VM-UNet
Abstract Cracks are common defects in physical structures, and if not detected and addressed in a timely manner, they can pose a severe threat to the overall safety of th...
Optimizing colorectal cancer segmentation with MobileViT-UNet and multi-criteria decision analysis
Optimizing colorectal cancer segmentation with MobileViT-UNet and multi-criteria decision analysis
Colorectal cancer represents a significant health challenge as one of the deadliest forms of malignancy. Manual examination methods are subjective, leading to inconsistent interpre...
Smoke Object Segmentation and the Dynamic Growth Feature Model for Video-Based Smoke Detection Systems
Smoke Object Segmentation and the Dynamic Growth Feature Model for Video-Based Smoke Detection Systems
This article concerns smoke detection in the early stages of a fire. Using the computer-aided system, the efficient and early detection of smoke may stop a massive fire incident. W...
Enhancing Brain Tumor Segmentation with Transformer-Based Models: A Study on the BraTS 2020 Dataset
Enhancing Brain Tumor Segmentation with Transformer-Based Models: A Study on the BraTS 2020 Dataset
Abstract Accurate segmentation of brain tumors from medical images is crucial for clin- ical diagnosis, treatment planning, and patient outcome prediction. While the UNet a...
3D S-UNET an Efficient Architecture for 3 Dimensional Segmentation of Brain Tumors on MRI Images
3D S-UNET an Efficient Architecture for 3 Dimensional Segmentation of Brain Tumors on MRI Images
One of the deadliest diseases worldwide is brain tumors. In identifying brain tumors, experts perform a subjective analysis that requires considerable time. Previous research has d...
Optimizing Neural Network Architecture for Medical Image Segmentation Using Monte Carlo Tree Search
Optimizing Neural Network Architecture for Medical Image Segmentation Using Monte Carlo Tree Search
This paper proposes a novel medical image segmentation framework, MNAS-Unet, which combines Monte Carlo Tree Search (MCTS) and Neural Architecture Search (NAS). MNAS-Unet dynamical...
Implementation level indicators of public facilities in Surabaya to smoke-free area regulation
Implementation level indicators of public facilities in Surabaya to smoke-free area regulation
Background and purpose: The regulation of smoke-free area in Surabaya was adopted since 2008 and amended in 2019. Hotel, restaurants, and cafes are smokefree dedicated area under t...
VCP-CLIP+: Stabilizing and Optimizing VCP-CLIP with Minimal Architectural Changes
VCP-CLIP+: Stabilizing and Optimizing VCP-CLIP with Minimal Architectural Changes
Zero-shot anomaly segmentation (ZSAS) has significantly advanced with the emergence of vision–language models such as CLIP. Among recent approaches for ZSAS, VCP-CLIP introduced vi...

Back to Top