CVOct 13, 2022

U-HRNet: Delving into Improving Semantic Representation of High Resolution Network for Dense Prediction

arXiv:2210.07140v121 citationsh-index: 60Has Code
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in computer vision for tasks like segmentation and depth estimation, offering an incremental but efficient enhancement over existing methods.

The paper tackles the problem of balancing high-resolution detail and strong semantic representation in dense prediction tasks by proposing U-HRNet, which reallocates computational resources to low-resolution feature maps, achieving significant improvements on semantic segmentation and depth prediction datasets with minimal computational overhead.

High resolution and advanced semantic representation are both vital for dense prediction. Empirically, low-resolution feature maps often achieve stronger semantic representation, and high-resolution feature maps generally can better identify local features such as edges, but contains weaker semantic information. Existing state-of-the-art frameworks such as HRNet has kept low-resolution and high-resolution feature maps in parallel, and repeatedly exchange the information across different resolutions. However, we believe that the lowest-resolution feature map often contains the strongest semantic information, and it is necessary to go through more layers to merge with high-resolution feature maps, while for high-resolution feature maps, the computational cost of each convolutional layer is very large, and there is no need to go through so many layers. Therefore, we designed a U-shaped High-Resolution Network (U-HRNet), which adds more stages after the feature map with strongest semantic representation and relaxes the constraint in HRNet that all resolutions need to be calculated parallel for a newly added stage. More calculations are allocated to low-resolution feature maps, which significantly improves the overall semantic representation. U-HRNet is a substitute for the HRNet backbone and can achieve significant improvement on multiple semantic segmentation and depth prediction datasets, under the exactly same training and inference setting, with almost no increasing in the amount of calculation. Code is available at PaddleSeg: https://github.com/PaddlePaddle/PaddleSeg.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes