Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Explicit Visual Prompting for Low-Level Structure Segmentations

About

We consider the generic problem of detecting low-level structures in images, which includes segmenting the manipulated parts, identifying out-of-focus pixels, separating shadow regions, and detecting concealed objects. Whereas each such topic has been typically addressed with a domain-specific solution, we show that a unified approach performs well across all of them. We take inspiration from the widely-used pre-training and then prompt tuning protocols in NLP and propose a new visual prompting model, named Explicit Visual Prompting (EVP). Different from the previous visual prompting which is typically a dataset-level implicit embedding, our key insight is to enforce the tunable parameters focusing on the explicit visual content from each individual image, i.e., the features from frozen patch embeddings and the input's high-frequency components. The proposed EVP significantly outperforms other parameter-efficient tuning protocols under the same amount of tunable parameters (5.7% extra trainable parameters of each task). EVP also achieves state-of-the-art performances on diverse low-level structure segmentation tasks compared to task-specific solutions. Our code is available at: https://github.com/NiFangBaAGe/Explicit-Visual-Prompt.

Weihuang Liu, Xi Shen, Chi-Man Pun, Xiaodong Cun• 2023

Related benchmarks

TaskDatasetResultRank
Camouflaged Object DetectionCOD10K
S-measure (S_alpha)0.843
178
Salient Object DetectionDUT-OMRON (test)
MAE0.046
92
Image Manipulation LocalizationNIST16
F1 Score77.6
75
Image Manipulation LocalizationCoverage
F1 Score50.97
49
Salient Object DetectionECSSD 1,000 images (test)
MAE0.027
48
Salient Object DetectionHKU-IS 4,447 images (test)
MAE0.023
42
Image Manipulation LocalizationColumbia
F1 Score93.89
42
Co-Saliency DetectionCoSOD3k (test)
Fmax0.813
41
Camouflaged Object DetectionCAMO
M Score0.059
37
Image Manipulation LocalizationCASIA v1
F1 Score50
36
Showing 10 of 19 rows

Other info

Code

Follow for update