paper-with-me

Papers

Efficient Object Localization Using Convolutional Networks

2014-11-16 · CVPR 2015 6 · Jonathan Tompson, Ross Goroshin, Arjun Jain, Yann Lecun, Christopher Bregler

Recent state-of-the-art performance on human-body pose estimation has been achieved with Deep Convolutional Networks (ConvNets). Traditional ConvNet architectures include pooling and sub-sampling layers which reduce computational requirements, introduce invariance and prevent over-training. These benefits of pooling come at the cost of reduced localization accuracy. We introduce a novel architecture which includes an efficient `position refinement' model that is trained to estimate the joint offset location within a small region of the image. This refinement model is jointly trained in cascade with a state-of-the-art ConvNet model to achieve improved accuracy in human joint location estimation. We show that the variance of our detector approaches the variance of human annotations on the FLIC dataset and outperforms all existing approaches on the MPII-human-pose dataset.

📄 PDF Abstract BibTeX arXiv:1411.4280

Code (2)

cmu-enyac/Renofeation pytorch
yukitsuji/chainer_function

Tasks

ObjectObject LocalizationPose EstimationPosition

Methods 이 논문이 사용한 방법론

SpatialDropout SpatialDropout is a type of dropout for convolutional networks. For a given…

Similar Papers 제목 키워드 기반

Convolutional STN for Weakly Supervised Object Localization

2019-12-03 · Akhil Meethal, Marco Pedersoli, Soufiane Belharbi, Eric Granger

Weakly supervised object localization is a challenging task in which the object of interest should be localized while learning its appearance. State-of-the-art methods recycle the architecture of a standard CNN by using …

ObjectObject LocalizationWeakly-Supervised Object Localization

Weakly Supervised Localization using Deep Feature Maps

2016-03-01 · Archith J. Bency, Heesung Kwon, Hyungtae Lee, S. Karthikeyan 외

Object localization is an important computer vision problem with a variety of applications. The lack of large scale object-level annotations and the relative abundance of image-level labels makes a compelling case for we…

General ClassificationObjectObject LocalizationObject Recognition+1

Multi-scale discriminative Region Discovery for Weakly-Supervised Object Localization

2019-09-24 · Pei Lv, Haiyu Yu, Junxiao Xue, Junjin Cheng 외

Localizing objects with weak supervision in an image is a key problem of the research in computer vision community. Many existing Weakly-Supervised Object Localization (WSOL) approaches tackle this problem by estimating …

Object LocalizationWeakly-Supervised Object Localization

Active query-driven visual search using probabilistic bisection and convolutional neural networks

2018-06-28 · Athanasios Tsiligkaridis, Theodoros Tsiligkaridis

We present a novel efficient object detection and localization framework based on the probabilistic bisection algorithm. A Convolutional Neural Network (CNN) is trained and used as a noisy oracle that provides answers to…

Objectobject-detectionObject Detection

Multiscale Vision Transformer With Deep Clustering-Guided Refinement for Weakly Supervised Object Localization

2023-12-15 · David Kim, Sinhae Cha, Byeongkeun Kang

This work addresses the task of weakly-supervised object localization. The goal is to learn object localization using only image-level class labels, which are much easier to obtain compared to bounding box annotations. T…

ClusteringDeep ClusteringObjectObject Localization+1