paper-with-me

홈 › Papers

FAST OBJECT LOCALIZATION VIA SENSITIVITY ANALYSIS

2019-05-01 · ICLR 2019 5 · Mohammad K. Ebrahimpour, David C. Noelle

Deep Convolutional Neural Networks (CNNs) have been repeatedly shown to perform well on image classification tasks, successfully recognizing a broad array of objects when given sufficient training data. Methods for object localization, however, are still in need of substantial improvement. Common approaches to this problem involve the use of a sliding window, sometimes at multiple scales, providing input to a deep CNN trained to classify the contents of the window. In general, these approaches are time consuming, requiring many classification calculations. In this paper, we offer a fundamentally different approach to the localization of recognized objects in images. Our method is predicated on the idea that a deep CNN capable of recognizing an object must implicitly contain knowledge about object location in its connection weights. We provide a simple method to interpret classifier weights in the context of individual classified images. This method involves the calculation of the derivative of network generated activation patterns, such as the activation of output class label units, with regard to each in- put pixel, performing a sensitivity analysis that identifies the pixels that, in a local sense, have the greatest influence on internal representations and object recognition. These derivatives can be efficiently computed using a single backward pass through the deep CNN classifier, producing a sensitivity map of the image. We demonstrate that a simple linear mapping can be learned from sensitivity maps to bounding box coordinates, localizing the recognized object. Our experimental results, using real-world data sets for which ground truth localization information is known, reveal competitive accuracy from our fast technique.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationObjectObject LocalizationObject RecognitionSensitivity

Similar Papers 제목 키워드 기반

Amortizing Causal Sensitivity Analysis via Prior Data-Fitted Networks

2026-05-11 · Emil Javurek, Dennis Frauen, Marie Brockschmidt, Jonas Schweisthal 외 arxiv

Causal sensitivity analysis aims to provide bounds for causal effect estimates in the presence of unobserved confounding. However, existing methods for causal sensitivity analysis are per-instance procedures, meaning tha…

A Comprehensive Study of Image Classification Model Sensitivity to Foregrounds, Backgrounds, and Visual Attributes

2022-01-26 · CVPR 2022 1 · Mazda Moayeri, Phillip Pope, Yogesh Balaji, Soheil Feizi

While datasets with single-label supervision have propelled rapid advances in image classification, additional annotations are necessary in order to quantitatively assess how models make predictions. To this end, for a s…

image-classificationImage ClassificationSensitivity

Rethinking Classification and Localization for Object Detection

2019-04-13 · CVPR 2020 6 · Yue Wu, Yinpeng Chen, Lu Yuan, Zicheng Liu 외

Two head structures (i.e. fully connected head and convolution head) have been widely used in R-CNN based detectors for classification and localization tasks. However, there is a lack of understanding of how does these t…

ClassificationGeneral ClassificationObjectobject-detection+1

Fast and Blind Speech Copy-Move Detection and Localization in Noise

2023-02-15 · Dong Yang, Mingle Liu, Muyong Cao

Copy-move forgery on speech (CMF), coupled with post-processing techniques, presents a great challenge to the forensic detection and localization of tampered areas. Most of the existing CMF detection approaches necessita…

Computational EfficiencyDynamic Time Warping

Object detection via a multi-region & semantic segmentation-aware CNN model

2015-05-07 · Spyros Gidaris, Nikos Komodakis

We propose an object detection system that relies on a multi-region deep convolutional neural network (CNN) that also encodes semantic segmentation-aware features. The resulting CNN-based representation aims at capturing…

Objectobject-detectionObject DetectionObject Localization+2