High Quality Segmentation for Ultra High-resolution Images
Tiancheng Shen, Yuechen Zhang, Lu Qi, Jason Kuen, Xingyu Xie, Jianlong Wu, Zhe Lin, Jiaya Jia
TL;DR
This work tackles the challenge of segmenting ultra high-resolution images (4K–6K) where traditional downsampling or cascade-based refinements are costly or fail to preserve details. It introduces the Continuous Refinement Model (CRM), which pairs a Continuous Alignment Module (CAM) with a pixel-wise implicit function to refine coarse masks without explicit upsampling, and employs a multi-resolution inference strategy to bridge the training/testing resolution gap. The key contributions are the CAM design for continuous feature alignment, a LIIF-inspired implicit function for pixel-wise refinement with neighborhood aggregation, and a training/inference framework that enables fast, high-quality refinement on ultra high-resolution data. Empirical results on the BIG dataset and related benchmarks show that CRM outperforms state-of-the-art refinement methods in both accuracy (IoU/mBA) and speed, and can generalize to support panoptic and entity segmentation without extra finetuning.
Abstract
To segment 4K or 6K ultra high-resolution images needs extra computation consideration in image segmentation. Common strategies, such as down-sampling, patch cropping, and cascade model, cannot address well the balance issue between accuracy and computation cost. Motivated by the fact that humans distinguish among objects continuously from coarse to precise levels, we propose the Continuous Refinement Model~(CRM) for the ultra high-resolution segmentation refinement task. CRM continuously aligns the feature map with the refinement target and aggregates features to reconstruct these images' details. Besides, our CRM shows its significant generalization ability to fill the resolution gap between low-resolution training images and ultra high-resolution testing ones. We present quantitative performance evaluation and visualization to show that our proposed method is fast and effective on image segmentation refinement. Code will be released at https://github.com/dvlab-research/Entity.
