Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

High-Resolution Representations for Labeling Pixels and Regions

About

High-resolution representation learning plays an essential role in many vision problems, e.g., pose estimation and semantic segmentation. The high-resolution network (HRNet)~\cite{SunXLW19}, recently developed for human pose estimation, maintains high-resolution representations through the whole process by connecting high-to-low resolution convolutions in \emph{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~\cite{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, $300$W, 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 \url{https://github.com/HRNet}.

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

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU43.2
2731
Object DetectionCOCO (test-dev)
mAP43.7
1195
Semantic segmentationCityscapes (test)
mIoU81.9
1145
Semantic segmentationCityscapes (val)
mIoU48
572
Semantic segmentationCamVid (test)
mIoU82.17
411
Semantic segmentationPASCAL Context (val)--
323
Semantic segmentationCoco-Stuff (test)
mIoU36.04
184
Facial Landmark Detection300-W (Common)
NME2.87
180
Semantic segmentationPascal Context (test)
mIoU54
176
Facial Landmark Detection300-W (Fullset)
Mean Error (%)3.32
174
Showing 10 of 50 rows

Other info

Code

Follow for update