paper-with-me

Papers

Saliency Pattern Detection by Ranking Structured Trees

2017-10-01 · ICCV 2017 10 · Lei Zhu, Haibin Ling, Jin Wu, Huiping Deng, Jin Liu

In this paper we propose a new salient object detection method via structured label prediction. By learning appearance features in rectangular regions, our structural region representation encodes the local saliency distribution with a matrix of binary labels. We show that the linear combination of structured labels can well model the saliency distribution in local regions. Representing region saliency with structured labels has two advantages: 1) it connects the label assignment of all enclosed pixels, which produces a smooth saliency prediction; and 2) regular-shaped nature of structured labels enables well definition of traditional cues such as regional properties and center surround contrast, and these cues help to build meaningful and informative saliency measures. To measure the consistency between a structured label and the corresponding saliency distribution, we further propose an adaptive label ranking algorithm using proposals that are generated by a CNN model. Finally, we introduce a K-NN enhanced graph representation for saliency propagation, which is more favorable for our task than the widely-used adjacent-graph-based ones. Experimental results demonstrate the effectiveness of our proposed method on six popular benchmarks compared with state-of-the-art approaches.

📄 PDF Abstract BibTeX

Code (1)

zhulei2016/RST-saliency 공식 구현

Tasks

object-detectionObject DetectionRGB Salient Object DetectionSaliency PredictionSalient Object Detection

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…

Similar Papers 제목 키워드 기반

Space-Time Tree Ensemble for Action Recognition

2015-06-01 · CVPR 2015 6 · Shugao Ma, Leonid Sigal, Stan Sclaroff

Human actions are, inherently, structured patterns of body movements. We explore ensembles of hierarchical spatio-temporal trees, discovered directly from training data, to model these structures for action recognition. …

Action RecognitionClusteringTemporal Action Localization

Robust Saliency Detection via Regularized Random Walks Ranking

2015-06-01 · CVPR 2015 6 · Changyang Li, Yuchen Yuan, Weidong Cai, Yong Xia 외

In the field of saliency detection, many graph-based algorithms heavily depend on the accuracy of the pre-processed superpixel segmentation, which leads to significant sacrifice of detail information from the input image…

Saliency Detection

Detection of Common Subtrees with Identical Label Distribution

2023-07-24 · Romain Azaïs, Florian Ingels

Frequent pattern mining is a relevant method to analyse structured data, like sequences, trees or graphs. It consists in identifying characteristic substructures of a dataset. This paper deals with a new type of patterns…

A Deep Learning Framework for Visual Attention Prediction and Analysis of News Interfaces

2025-03-21 · Matthew Kenely, Dylan Seychell, Carl James Debono, Chris Porter

News outlets' competition for attention in news interfaces has highlighted the need for demographically-aware saliency prediction models. Despite recent advancements in saliency detection applied to user interfaces (UI),…

Saliency DetectionSaliency PredictionSaliency 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