用于视觉识别的深度高分辨率表示学习

Deep High-Resolution Representation Learning for Visual Recognition

王井东 Jingdong Wang · Microsoft Research Asia · 2019-08-20 · arXiv:1908.07919 ↗ · 被引 4807

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

高分辨率表示对于位置敏感的视觉问题(如人体姿态估计、语义分割和物体检测)至关重要。现有的最先进框架首先通过一个由高到低分辨率卷积串联(如 ResNet、VGGNet)组成的子网络将输入图像编码为低分辨率表示,然后从编码的低分辨率表示中恢复高分辨率表示。相反,我们提出的网络,称为高分辨率网络(HRNet),在整个过程中保持高分辨率表示。有两个关键特征:(i)将高到低分辨率卷积流并行连接;(ii)跨分辨率反复交换信息。其好处是得到的表示在语义上更丰富,空间上更精确。我们在广泛的应用中展示了所提出的 HRNet 的优越性,包括人体姿态估计、语义分割和物体检测,表明 HRNet 是计算机视觉问题的一个更强的骨干网络。所有代码可在 https://github.com/HRNet 获取。

High-resolution representations are essential for position-sensitive vision problems, such as human pose estimation, semantic segmentation, and object detection. Existing state-of-the-art frameworks first encode the input image as a low-resolution representation through a subnetwork that is formed by connecting high-to-low resolution convolutions \emph{in series} (e.g., ResNet, VGGNet), and then recover the high-resolution representation from the encoded low-resolution representation. Instead, our proposed network, named as High-Resolution Network (HRNet), maintains high-resolution representations through the whole process. There are two key characteristics: (i) Connect the high-to-low resolution convolution streams \emph{in parallel}; (ii) Repeatedly exchange the information across resolutions. The benefit is that the resulting representation is semantically richer and spatially more precise. We show the superiority of the proposed HRNet in a wide range of applications, including human pose estimation, semantic segmentation, and object detection, suggesting that the HRNet is a stronger backbone for computer vision problems. All the codes are available at~{\url{https://github.com/HRNet}}.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 14)

阅读逐段中英对照全文 →