paper-with-me

Papers

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

2022-03-09 · Yukun Su, Jingliang Deng, Ruizhou Sun, Guosheng Lin, Qingyao Wu

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.

📄 PDF Abstract BibTeX arXiv:2203.04708

Code (1)

suyukun666/UFO 공식 구현 pytorch

Tasks

Co-Salient Object Detectionobject-detectionObject DetectionSaliency DetectionSalient Object DetectionSemantic SegmentationVideo Salient Object Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

PUPS: Point Cloud Unified Panoptic Segmentation

2023-02-13 · Shihao Su, Jianyun Xu, Huanyu Wang, Zhenwei Miao 외

Point cloud panoptic segmentation is a challenging task that seeks a holistic solution for both semantic and instance segmentation to predict groupings of coherent points. Previous approaches treat semantic and instance …

DecoderInstance SegmentationPanoptic SegmentationSegmentation+1

OneFormer3D: One Transformer for Unified Point Cloud Segmentation

2023-11-24 · CVPR 2024 1 · Maxim Kolodiazhnyi, Anna Vorontsova, Anton Konushin, Danila Rukhovich

Semantic, instance, and panoptic segmentation of 3D point clouds have been addressed using task-specific models of distinct design. Thereby, the similarity of all segmentation tasks and the implicit relationship between …

3D Instance Segmentation3D Object Detection3D Semantic SegmentationDecoder+4

Seg4Diff: Unveiling Open-Vocabulary Segmentation in Text-to-Image Diffusion Transformers

2025-09-22 · Chaehyun Kim, Heeseong Shin, Eunbeen Hong, Heeji Yoon 외 arxiv

Text-to-image diffusion models excel at translating language prompts into photorealistic images by implicitly grounding textual concepts through their cross-modal attention mechanisms. Recent multi-modal diffusion transf…

Semantic SegmentationImage Generation

SOIT: Segmenting Objects with Instance-Aware Transformers

2021-12-21 · Xiaodong Yu, Dahu Shi, Xing Wei, Ye Ren 외

This paper presents an end-to-end instance segmentation framework, termed SOIT, that Segments Objects with Instance-aware Transformers. Inspired by DETR \cite{carion2020end}, our method views instance segmentation as a d…

Instance SegmentationSegmentationSemantic Segmentation

Transformer-Based Visual Segmentation: A Survey

2023-04-19 · Xiangtai Li, Henghui Ding, Haobo Yuan, Wenwei Zhang 외

Visual segmentation seeks to partition images, video frames, or point clouds into multiple segments or groups. This technique has numerous real-world applications, such as autonomous driving, image editing, robot sensing…

Autonomous DrivingPoint Cloud SegmentationSegmentationSurvey