paper-with-me

Papers

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

2023-04-30 · CVPR 2023 1 · Long Li, Junwei Han, Ni Zhang, Nian Liu, Salman Khan, Hisham Cholakkal, Rao Muhammad Anwer, Fahad Shahbaz Khan

Most previous co-salient object detection works mainly focus on extracting co-salient cues via mining the consistency relations across images while ignoring explicit exploration of background regions. In this paper, we propose a Discriminative co-saliency and background Mining Transformer framework (DMT) based on several economical multi-grained correlation modules to explicitly mine both co-saliency and background information and effectively model their discrimination. Specifically, we first propose a region-to-region correlation module for introducing inter-image relations to pixel-wise segmentation features while maintaining computational efficiency. 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. We also design a token-guided feature refinement module to enhance the discriminability of the segmentation features under the guidance of the learned tokens. We perform iterative mutual promotion for the segmentation feature extraction and token construction. Experimental results on three benchmark datasets demonstrate the effectiveness of our proposed method. The source code is available at: https://github.com/dragonlee258079/DMT.

📄 PDF Abstract BibTeX arXiv:2305.00514

Code (1)

dragonlee258079/DMT 공식 구현 pytorch

Tasks

Computational EfficiencyCo-Salient Object Detectionobject-detectionObject DetectionSalient Object DetectionSegmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…

Similar Papers 제목 키워드 기반

Salient Object Detection: A Discriminative Regional Feature Integration Approach

2014-10-22 · CVPR 2013 6 · Huaizu Jiang, Zejian yuan, Ming-Ming Cheng, Yihong Gong 외

Salient object detection has been attracting a lot of interest, and recently various heuristic computational models have been designed. In this paper, we formulate saliency map computation as a regression problem. Our me…

Image SegmentationObjectobject-detectionObject Detection+3

ORSIFlow: Saliency-Guided Rectified Flow for Optical Remote Sensing Salient Object Detection

2026-03-30 · Haojing Chen, Zhihang Liu, Yutong Li, Tao Tan 외 arxiv

Optical Remote Sensing Image Salient Object Detection (ORSI-SOD) remains challenging due to complex backgrounds, low contrast, irregular object shapes, and large variations in object scale. Existing discriminative method…

Salient Object Detection

Saliency Detection with Spaces of Background-based Distribution

2016-03-17 · Tong Zhao, Lin Li, Xinghao Ding, Yue Huang 외

In this letter, an effective image saliency detection method is proposed by constructing some novel spaces to model the background and redefine the distance of the salient patches away from the background. Concretely, gi…

Saliency Detection

Unsupervised Salient Instance Detection

2024-01-01 · CVPR 2024 1 · Xin Tian, Ke Xu, Rynson Lau

The significant amount of manual efforts in annotating pixel-level labels has triggered the advancement of unsupervised saliency learning. However without supervision signals state-of-the-art methods can only infer r…

Exploring Reciprocal Attention for Salient Object Detection by Cooperative Learning

2019-09-18 · Changqun Xia, Jia Li, Jinming Su, Yonghong Tian

Typically, objects with the same semantics are not always prominent in images containing different backgrounds. Motivated by this observation that accurately salient object detection is related to both foreground and bac…

Multi-Task Learningobject-detectionObject DetectionRGB Salient Object Detection+1