paper-with-me

Papers

DeepCut: Joint Subset Partition and Labeling for Multi Person Pose Estimation

2015-11-20 · CVPR 2016 6 · Leonid Pishchulin, Eldar Insafutdinov, Siyu Tang, Bjoern Andres, Mykhaylo Andriluka, Peter Gehler, Bernt Schiele

This paper considers the task of articulated human pose estimation of multiple people in real world images. We propose an approach that jointly solves the tasks of detection and pose estimation: it infers the number of persons in a scene, identifies occluded body parts, and disambiguates body parts between people in close proximity of each other. This joint formulation is in contrast to previous strategies, that address the problem by first detecting people and subsequently estimating their body pose. We propose a partitioning and labeling formulation of a set of body-part hypotheses generated with CNN-based part detectors. Our formulation, an instance of an integer linear program, implicitly performs non-maximum suppression on the set of part candidates and groups them to form configurations of body parts respecting geometric and appearance constraints. Experiments on four different datasets demonstrate state-of-the-art results for both single person and multi person pose estimation. Models and code available at http://pose.mpi-inf.mpg.de.

📄 PDF Abstract BibTeX arXiv:1511.06645

Code (4)

eldar/deepcut
eldar/deepcut-cnn
gsoykan/comp541_term_project tf
gsoykan/deepercut-replication tf

Tasks

Multi-Person Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

Bounded Expectation of Label Assignment: Dataset Annotation by Supervised Splitting with Bias-Reduction Techniques

2019-06-17 · Alyssa Herbst, Bert Huang

Annotating large unlabeled datasets can be a major bottleneck for machine learning applications. We introduce a scheme for inferring labels of unlabeled data at a fraction of the cost of labeling the entire dataset. Our …

Active LearningClustering

DeepCut: Object Segmentation from Bounding Box Annotations using Convolutional Neural Networks

2016-05-25 · Martin Rajchl, Matthew C. H. Lee, Ozan Oktay, Konstantinos Kamnitsas 외

In this paper, we propose DeepCut, a method to obtain pixelwise object segmentations given an image dataset labelled with bounding box annotations. It extends the approach of the well-known GrabCut method to include mach…

ObjectSemantic Segmentation

Joint Semantic Instance Segmentation on Graphs with the Semantic Mutex Watershed

2020-08-01 · ECCV 2020 8 · Steffen Wolf, Yuyan Li, Constantin Pape, Alberto Bailoni 외

Semantic instance segmentation is the task of simultaneously partitioning an image into distinct segments while associating each pixel with a class label. In commonly used pipelines, segmentation and label assignment are…

graph partitioningInstance SegmentationSegmentationSemantic Segmentation+1

The Semantic Mutex Watershed for Efficient Bottom-Up Semantic Instance Segmentation

2019-12-29 · Steffen Wolf, Yuyan Li, Constantin Pape, Alberto Bailoni 외

Semantic instance segmentation is the task of simultaneously partitioning an image into distinct segments while associating each pixel with a class label. In commonly used pipelines, segmentation and label assignment are…

graph partitioningInstance SegmentationSegmentationSemantic Segmentation+1

A Neural Markovian Multiresolution Image Labeling Algorithm

2018-03-20 · John Mashford, Brad Lane, Vic Ciesielski, Felix Lipkin

This paper describes the results of formally evaluating the MCV (Markov concurrent vision) image labeling algorithm which is a (semi-) hierarchical algorithm commencing with a partition made up of single pixel regions an…

image-classificationImage ClassificationImage SegmentationSemantic Segmentation