Co-Salient Object Detection

21 papers with code • 4 benchmarks • 2 datasets

Co-Salient Object Detection is a computational problem that aims at highlighting the common and salient foreground regions (or objects) in an image group. Please also refer to the online benchmark: http://dpfan.net/cosod3k/

( Image credit: Taking a Deeper Look at Co-Salient Object Detection, CVPR2020 )

Self-supervised co-salient object detection via feature correspondence at multiple scales

sourachakra/scosparc 17 Mar 2024

Extensive experiments on three CoSOD benchmark datasets show that our self-supervised model outperforms the corresponding state-of-the-art models by a huge margin (e. g. on the CoCA dataset, our model has a 13. 7% F-measure gain over the SOTA unsupervised CoSOD model).

0
17 Mar 2024

Towards Open-World Co-Salient Object Detection with Generative Uncertainty-aware Group Selective Exchange-Masking

wuyang98/CoSOD 16 Oct 2023

To simultaneously consider the uncertainty introduced by irrelevant images and the consensus features of the remaining relevant images in the group, we designed a latent variable generator branch and CoSOD transformer branch.

6
16 Oct 2023

Zero-Shot Co-salient Object Detection Framework

hkxiao/zs-cosod 11 Sep 2023

Despite recent advancements in deep learning models, these models still rely on training with well-annotated CoSOD datasets.

4
11 Sep 2023

Advancing Referring Expression Segmentation Beyond Single Image

shikras/d-cube ICCV 2023

To overcome this limitation, we propose a more realistic and general setting, named Group-wise Referring Expression Segmentation (GRES), which expands RES to a collection of related images, allowing the described objects to be present in a subset of input images.

91
21 May 2023

Discriminative Co-Saliency and Background Mining Transformer for Co-Salient Object Detection

dragonlee258079/DMT CVPR 2023

Then, we use two types of pre-defined tokens to mine co-saliency and background information via our proposed contrast-induced pixel-to-token correlation and co-saliency token-to-token correlation modules.

15
30 Apr 2023

Co-Salient Object Detection with Co-Representation Purification

zzy816/corp 14 Mar 2023

Such irrelevant information in the co-representation interferes with its locating of co-salient objects.

15
14 Mar 2023

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

zhengpeng7/birefnet 28 Feb 2023

To learn better group consensus, we propose the Group Consensus Aggregation Module (GCAM) to abstract the common features of each image group; meanwhile, to make the consensus representation more discriminative, we introduce the Memory-based Contrastive Module (MCM), which saves and updates the consensus of images from different groups in a queue of memories.

153
28 Feb 2023

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

zhengpeng7/birefnet 30 May 2022

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.

153
30 May 2022

Global-and-Local Collaborative Learning for Co-Salient Object Detection

2023-MindSpore-4/Code4 19 Apr 2022

In this paper, we propose a global-and-local collaborative learning architecture, which includes a global correspondence modeling (GCM) and a local correspondence modeling (LCM) to capture comprehensive inter-image corresponding relationship among different images from the global and local perspectives.

2
19 Apr 2022

Democracy Does Matter: Comprehensive Feature Mining for Co-Salient Object Detection

siyueyu/dcfm CVPR 2022

To achieve this, we design a democratic prototype generation module to generate democratic response maps, covering sufficient co-salient regions and thereby involving more shared attributes of co-salient objects.

28
11 Mar 2022