A Unified Transformer Framework for Group-based Segmentation: Co-Segmentation, Co-Saliency Detection and Video Salient Object Detection
Yukun Su, Jingliang Deng, Ruizhou Sun, Guosheng Lin, Qingyao Wu

TL;DR
This paper introduces a unified transformer-based framework that effectively handles co-segmentation, co-saliency detection, and video salient object detection, outperforming previous methods in accuracy and speed across multiple benchmarks.
Contribution
The paper proposes a novel unified transformer framework with intra-MLP learning for multiple group-based segmentation tasks, enhancing transferability and efficiency.
Findings
Outperforms state-of-the-art methods on multiple benchmarks.
Achieves real-time processing at 140 FPS.
Effectively captures long-range dependencies and inter/intra-feature cues.
Abstract
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…
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
TopicsVisual Attention and Saliency Detection · Advanced Neural Network Applications · Image and Video Quality Assessment
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
