paper-with-me

Papers

Instance-Level Relative Saliency Ranking with Graph Reasoning

2021-07-08 · Nian Liu, Long Li, Wangbo Zhao, Junwei Han, Ling Shao

Conventional salient object detection models cannot differentiate the importance of different salient objects. Recently, two works have been proposed to detect saliency ranking by assigning different degrees of saliency to different objects. However, one of these models cannot differentiate object instances and the other focuses more on sequential attention shift order inference. In this paper, we investigate a practical problem setting that requires simultaneously segment salient instances and infer their relative saliency rank order. We present a novel unified model as the first end-to-end solution, where an improved Mask R-CNN is first used to segment salient instances and a saliency ranking branch is then added to infer the relative saliency. For relative saliency ranking, we build a new graph reasoning module by combining four graphs to incorporate the instance interaction relation, local contrast, global contrast, and a high-level semantic prior, respectively. A novel loss function is also proposed to effectively train the saliency ranking branch. Besides, a new dataset and an evaluation metric are proposed for this task, aiming at pushing forward this field of research. Finally, experimental results demonstrate that our proposed model is more effective than previous methods. We also show an example of its practical usage on adaptive image retargeting.

📄 PDF Abstract BibTeX arXiv:2107.03824

Code (0)

등록된 구현이 없습니다.

Tasks

Image Retargetingobject-detectionObject DetectionSaliency RankingSalient Object Detection

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Partitioned Saliency Ranking with Dense Pyramid Transformers

2023-08-01 · Chengxiao Sun, Yan Xu, Jialun Pei, Haopeng Fang 외

In recent years, saliency ranking has emerged as a challenging task focusing on assessing the degree of saliency at instance-level. Being subjective, even humans struggle to identify the precise order of all salient inst…

Saliency Ranking

Rethinking Object Saliency Ranking: A Novel Whole-flow Processing Paradigm

2023-12-06 · Mengke Song, Linfeng Li, Dunquan Wu, Wenfeng Song 외

Existing salient object detection methods are capable of predicting binary maps that highlight visually salient regions. However, these methods are limited in their ability to differentiate the relative importance of mul…

object-detectionObject DetectionSaliency RankingSalient Object Detection

Salient Object Ranking with Position-Preserved Attention

2021-06-09 · ICCV 2021 10 · Hao Fang, Daoxin Zhang, Yi Zhang, Minghao Chen 외

Instance segmentation can detect where the objects are in an image, but hard to understand the relationship between them. We pay attention to a typical relationship, relative saliency. A closely related task, salient obj…

Image CroppingInstance SegmentationMulti-Task LearningObject+5

Domain Separation Graph Neural Networks for Saliency Object Ranking

2024-01-01 · CVPR 2024 1 · Zijian Wu, Jun Lu, Jing Han, Lianfa Bai 외

Saliency object ranking (SOR) has attracted significant attention recently. Previous methods usually failed to explicitly explore the saliency degree-related relationships between objects. In this paper we propose a …

Graph Neural Network

Relative Saliency and Ranking: Models, Metrics, Data, and Benchmarks

2018-10-03 · Mahmoud Kalash, Md Amirul Islam, Neil D. B. Bruce

Salient object detection is a problem that has been considered in detail and \textcolor{black}{many solutions have been proposed}. In this paper, we argue that work to date has addressed a problem that is relatively ill-…

Objectobject-detectionObject DetectionRGB Salient Object Detection+1