SOTAVerified

High-Resolution Representations for Labeling Pixels and Regions

2019-04-09Code Available1· sign in to hype

Ke Sun, Yang Zhao, Borui Jiang, Tianheng Cheng, Bin Xiao, Dong Liu, Yadong Mu, Xinggang Wang, Wenyu Liu, Jingdong Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

High-resolution representation learning plays an essential role in many vision problems, e.g., pose estimation and semantic segmentation. The high-resolution network (HRNet)~SunXLW19, recently developed for human pose estimation, maintains high-resolution representations through the whole process by connecting high-to-low resolution convolutions in parallel and produces strong high-resolution representations by repeatedly conducting fusions across parallel convolutions. In this paper, we conduct a further study on high-resolution representations by introducing a simple yet effective modification and apply it to a wide range of vision tasks. We augment the high-resolution representation by aggregating the (upsampled) representations from all the parallel convolutions rather than only the representation from the high-resolution convolution as done in~SunXLW19. This simple modification leads to stronger representations, evidenced by superior results. We show top results in semantic segmentation on Cityscapes, LIP, and PASCAL Context, and facial landmark detection on AFLW, COFW, 300W, and WFLW. In addition, we build a multi-level representation from the high-resolution representation and apply it to the Faster R-CNN object detection framework and the extended frameworks. The proposed approach achieves superior results to existing single-model networks on COCO object detection. The code and models have been publicly available at https://github.com/HRNet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ADE20KHRNetV2Validation mIoU43.2Unverified
ADE20K valHRNetV2 (HRNetV2-W48)mIoU42.99Unverified
Cityscapes testHRNet (HRNetV2-W48)Mean IoU (class)81.6Unverified
LIP valHRNetV2 (HRNetV2-W48)mIoU55.9Unverified

Reproductions