paper-with-me

Papers

Joint COCO and Mapillary Workshop at ICCV 2019 Keypoint Detection Challenge Track Technical Report: Distribution-Aware Coordinate Representation for Human Pose Estimation

2020-03-13 · Hanbin Dai, Liangbo Zhou, Feng Zhang, Zhengyu Zhang, Hong Hu, Xiatian Zhu, Mao Ye

In this paper, we focus on the coordinate representation in human pose estimation. While being the standard choice, heatmap based representation has not been systematically investigated. We found that the process of coordinate decoding (i.e. transforming the predicted heatmaps to the coordinates) is surprisingly significant for human pose estimation performance, which nevertheless was not recognised before. In light of the discovered importance, we further probe the design limitations of the standard coordinate decoding method and propose a principled distribution-aware decoding method. Meanwhile, we improve the standard coordinate encoding process (i.e. transforming ground-truth coordinates to heatmaps) by generating accurate heatmap distributions for unbiased model training. Taking them together, we formulate a novel Distribution-Aware coordinate Representation for Keypoint (DARK) method. Serving as a model-agnostic plug-in, DARK significantly improves the performance of a variety of state-of-the-art human pose estimation models. Extensive experiments show that DARK yields the best results on COCO keypoint detection challenge, validating the usefulness and effectiveness of our novel coordinate representation idea. The project page containing more details is at https://ilovepose.github.io/coco

📄 PDF Abstract BibTeX arXiv:2003.07232

Code (0)

등록된 구현이 없습니다.

Tasks

Keypoint DetectionPose Estimation

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Joint COCO and Mapillary Workshop at ICCV 2019: COCO Instance Segmentation Challenge Track

2020-10-06 · Zeming Li, Yuchen Ma, Yukang Chen, Xiangyu Zhang 외

In this report, we present our object detection/instance segmentation system, MegDetV2, which works in a two-pass fashion, first to detect instances then to obtain segmentation. Our baseline detector is mainly built on a…

Instance Segmentationobject-detectionObject DetectionSegmentation+1

Panoptic Segmentation with a Joint Semantic and Instance Segmentation Network

2018-09-06 · CoRR 2019 2 · Daan de Geus, Panagiotis Meletis, Gijs Dubbelman

We present a single network method for panoptic segmentation. This method combines the predictions from a jointly trained semantic and instance segmentation network using heuristics. Joint training is the first step towa…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

OpenSUN3D: 1st Workshop Challenge on Open-Vocabulary 3D Scene Understanding

2024-02-23 · Francis Engelmann, Ayca Takmaz, Jonas Schult, Elisabetta Fedele 외

This report provides an overview of the challenge hosted at the OpenSUN3D Workshop on Open-Vocabulary 3D Scene Understanding held in conjunction with ICCV 2023. The goal of this workshop series is to provide a platform f…

Scene Understanding

MegLoc: A Robust and Accurate Visual Localization Pipeline

2021-11-25 · Shuxue Peng, Zihang He, Haotian Zhang, Ran Yan 외

In this paper, we present a visual localization pipeline, namely MegLoc, for robust and accurate 6-DoF pose estimation under varying scenarios, including indoor and outdoor scenes, different time across a day, different …

Autonomous DrivingPose EstimationVisual Localization

Human Keypoint Detection by Progressive Context Refinement

2019-10-27 · Jing Zhang, Zhe Chen, DaCheng Tao

Human keypoint detection from a single image is very challenging due to occlusion, blur, illumination and scale variance of person instances. In this paper, we find that context information plays an important role in add…

Human DetectionKeypoint DetectionMulti-Task Learning