paper-with-me

Papers

Backtracking Spatial Pyramid Pooling (SPP)-based Image Classifier for Weakly Supervised Top-down Salient Object Detection

2016-11-16 · Hisham Cholakkal, Jubin Johnson, Deepu Rajan

Top-down saliency models produce a probability map that peaks at target locations specified by a task/goal such as object detection. They are usually trained in a fully supervised setting involving pixel-level annotations of objects. We propose a weakly supervised top-down saliency framework using only binary labels that indicate the presence/absence of an object in an image. First, the probabilistic contribution of each image region to the confidence of a CNN-based image classifier is computed through a backtracking strategy to produce top-down saliency. From a set of saliency maps of an image produced by fast bottom-up saliency approaches, we select the best saliency map suitable for the top-down task. The selected bottom-up saliency map is combined with the top-down saliency map. Features having high combined saliency are used to train a linear SVM classifier to estimate feature saliency. This is integrated with combined saliency and further refined through a multi-scale superpixel-averaging of saliency map. We evaluate the performance of the proposed weakly supervised topdown saliency and achieve comparable performance with fully supervised approaches. Experiments are carried out on seven challenging datasets and quantitative results are compared with 40 closely related approaches across 4 different applications.

📄 PDF Abstract BibTeX arXiv:1611.05345

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject DetectionRGB Salient Object DetectionSalient Object Detection

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Face Image Classification by Pooling Raw Features

2014-06-26 · Fumin Shen, Chunhua Shen, Heng Tao Shen

We propose a very simple, efficient yet surprisingly effective feature extraction method for face recognition (about 20 lines of Matlab code), which is mainly inspired by spatial pyramid pooling in generic image classifi…

ClassificationFace RecognitionGeneral Classificationimage-classification+1

Improving Spatial Codification in Semantic Segmentation

2015-05-27 · Carles Ventura, Xavier Giró-i-Nieto, Verónica Vilaplana, Kevin McGuinness 외

This paper explores novel approaches for improving the spatial codification for the pooling of local descriptors to solve the semantic segmentation problem. We propose to partition the image into three regions for each o…

ObjectSegmentationSemantic Segmentation

Ask the Image: Supervised Pooling to Preserve Feature Locality

2014-06-01 · CVPR 2014 6 · Sean Ryan Fanello, Nicoletta Noceti, Carlo Ciliberto, Giorgio Metta 외

In this paper we propose a weighted supervised pooling method for visual recognition systems. We combine a standard Spatial Pyramid Representation which is commonly adopted to encode spatial information, with an appropri…

Face Identification with Second-Order Pooling

2014-06-26 · Fumin Shen, Chunhua Shen, Heng Tao Shen

Automatic face recognition has received significant performance improvement by developing specialised facial image representations. On the other hand, generic object recognition has rarely been applied to the face recogn…

Face IdentificationFace Recognitionimage-classificationImage Classification+3

Dual-View Pyramid Pooling in Deep Neural Networks for Improved Medical Image Classification and Confidence Calibration

2024-08-06 · Xiaoqing Zhang, Qiushi Nie, Zunjie Xiao, Jilu Zhao 외

Spatial pooling (SP) and cross-channel pooling (CCP) operators have been applied to aggregate spatial features and pixel-wise features from feature maps in deep neural networks (DNNs), respectively. Their main goal is to…

Classificationimage-classificationImage ClassificationMedical Image Classification