CVMar 27, 2024

CosalPure: Learning Concept from Group Images for Robust Co-Saliency Detection

arXiv:2403.18554v25 citationsh-index: 29CVPR
AI Analysis

This addresses a robustness problem for computer vision applications using CoSOD, but it is incremental as it builds on existing CoSOD methods and adversarial defense techniques.

The paper tackles the vulnerability of co-salient object detection (CoSOD) methods to adversarial perturbations by proposing CosalPure, a framework that learns the concept of co-salient objects from group images and uses it to purify adversarial inputs, resulting in significant robustness enhancement against various attack patterns.

Co-salient object detection (CoSOD) aims to identify the common and salient (usually in the foreground) regions across a given group of images. Although achieving significant progress, state-of-the-art CoSODs could be easily affected by some adversarial perturbations, leading to substantial accuracy reduction. The adversarial perturbations can mislead CoSODs but do not change the high-level semantic information (e.g., concept) of the co-salient objects. In this paper, we propose a novel robustness enhancement framework by first learning the concept of the co-salient objects based on the input group images and then leveraging this concept to purify adversarial perturbations, which are subsequently fed to CoSODs for robustness enhancement. Specifically, we propose CosalPure containing two modules, i.e., group-image concept learning and concept-guided diffusion purification. For the first module, we adopt a pre-trained text-to-image diffusion model to learn the concept of co-salient objects within group images where the learned concept is robust to adversarial examples. For the second module, we map the adversarial image to the latent space and then perform diffusion generation by embedding the learned concept into the noise prediction function as an extra condition. Our method can effectively alleviate the influence of the SOTA adversarial attack containing different adversarial patterns, including exposure and noise. The extensive results demonstrate that our method could enhance the robustness of CoSODs significantly.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes