paper-with-me

홈 › Papers

Co-Salient Object Detection with Semantic-Level Consensus Extraction and Dispersion

2023-09-14 · Peiran Xu, Yadong Mu

Given a group of images, co-salient object detection (CoSOD) aims to highlight the common salient object in each image. There are two factors closely related to the success of this task, namely consensus extraction, and the dispersion of consensus to each image. Most previous works represent the group consensus using local features, while we instead utilize a hierarchical Transformer module for extracting semantic-level consensus. Therefore, it can obtain a more comprehensive representation of the common object category, and exclude interference from other objects that share local similarities with the target object. In addition, we propose a Transformer-based dispersion module that takes into account the variation of the co-salient object in different scenes. It distributes the consensus to the image feature maps in an image-specific way while making full use of interactions within the group. These two modules are integrated with a ViT encoder and an FPN-like decoder to form an end-to-end trainable network, without additional branch and auxiliary loss. The proposed method is evaluated on three commonly used CoSOD datasets and achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2309.07753

Code (0)

등록된 구현이 없습니다.

Tasks

Co-Salient Object DetectionDecoderObjectobject-detectionObject DetectionSalient Object Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

GCoNet+: A Stronger Group Collaborative Co-Salient Object Detector

2022-05-30 · Peng Zheng, Huazhu Fu, Deng-Ping Fan, Qi Fan 외

In this paper, we present a novel end-to-end group collaborative learning network, termed GCoNet+, which can effectively and efficiently (250 fps) identify co-salient objects in natural scenes. The proposed GCoNet+ achie…

Co-Salient Object DetectionObjectobject-detectionObject Detection+2

Gradient-Induced Co-Saliency Detection

2020-04-28 · ECCV 2020 8 · Zhao Zhang, Wenda Jin, Jun Xu, Ming-Ming Cheng

Co-saliency detection (Co-SOD) aims to segment the common salient foreground in a group of relevant images. In this paper, inspired by human behavior, we propose a gradient-induced co-saliency detection (GICD) method. We…

Co-Salient Object DetectionSaliency Detection

Memory-aided Contrastive Consensus Learning for Co-salient Object Detection

2023-02-28 · Peng Zheng, Jie Qin, Shuo Wang, Tian-Zhu Xiang 외

Co-Salient Object Detection (CoSOD) aims at detecting common salient objects within a group of relevant source images. Most of the latest works employ the attention mechanism for finding common objects. To achieve accura…

Co-Salient Object Detectionobject-detectionObject DetectionSalient Object Detection

Rethinking of the Image Salient Object Detection: Object-level Semantic Saliency Re-ranking First, Pixel-wise Saliency Refinement Latter

2020-08-10 · Zhen-Yu Wu, Shuai Li, Chenglizhao Chen, Aimin Hao 외

The real human attention is an interactive activity between our visual system and our brain, using both low-level visual stimulus and high-level semantic information. Previous image salient object detection (SOD) works c…

Objectobject-detectionObject DetectionRe-Ranking+2

Marine Saliency Segmenter: Object-Focused Conditional Diffusion with Region-Level Semantic Knowledge Distillation

2025-04-03 · Laibin Chang, Yunke Wang, Jiaxing Huang, Longxiang Deng 외

Marine Saliency Segmentation (MSS) plays a pivotal role in various vision-based marine exploration tasks. However, existing marine segmentation techniques face the dilemma of object mislocalization and imprecise boundari…

Knowledge DistillationSegmentationWord Similarity