Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Unified Transformer Framework for Group-based Segmentation: Co-Segmentation, Co-Saliency Detection and Video Salient Object Detection

About

Humans tend to mine objects by learning from a group of images or several frames of video since we live in a dynamic world. In the computer vision area, many researches focus on co-segmentation (CoS), co-saliency detection (CoSD) and video salient object detection (VSOD) to discover the co-occurrent objects. However, previous approaches design different networks on these similar tasks separately, and they are difficult to apply to each other, which lowers the upper bound of the transferability of deep learning frameworks. Besides, they fail to take full advantage of the cues among inter- and intra-feature within a group of images. In this paper, we introduce a unified framework to tackle these issues, term as UFO (Unified Framework for Co-Object Segmentation). Specifically, we first introduce a transformer block, which views the image feature as a patch token and then captures their long-range dependencies through the self-attention mechanism. This can help the network to excavate the patch structured similarities among the relevant objects. Furthermore, we propose an intra-MLP learning module to produce self-mask to enhance the network to avoid partial activation. Extensive experiments on four CoS benchmarks (PASCAL, iCoseg, Internet and MSRC), three CoSD benchmarks (Cosal2015, CoSOD3k, and CocA) and four VSOD benchmarks (DAVIS16, FBMS, ViSal and SegV2) show that our method outperforms other state-of-the-arts on three different tasks in both accuracy and speed by using the same network architecture , which can reach 140 FPS in real-time.

Yukun Su, Jingliang Deng, Ruizhou Sun, Guosheng Lin, Qingyao Wu• 2022

Related benchmarks

TaskDatasetResultRank
Video Salient Object DetectionViSal
MAE0.011
42
Co-Saliency DetectionCoSOD3k (test)
Fmax0.797
41
Video Salient Object DetectionDAVIS 16 (val)
MAE1.5
39
Video Salient Object DetectionFBMS
F-beta Score (Fβ)0.89
31
Video Salient Object DetectionFBMS (test)
F-score88.8
30
Co-Salient Object DetectionCoCA (test)
Fmax0.5681
28
Co-Salient Object DetectionCoSal 2015 (test)
Sm85.78
23
Video Salient Object DetectionSeg V2
Sm89.9
18
Co-Saliency DetectionCoSal 2015 (test)
Emax90.6
18
Video Salient Object DetectionDAVIS '16
MAE0.015
17
Showing 10 of 21 rows

Other info

Code

Follow for update