Collaborative Global-Local Networks for Memory-Efficient Segmentation of Ultra-High Resolution Images
Wuyang Chen, Ziyu Jiang, Zhangyang Wang, Kexin Cui, Xiaoning Qian

TL;DR
This paper introduces GLNet, a memory-efficient neural network architecture that effectively combines global and local information for accurate segmentation of ultra-high resolution images, outperforming existing methods in accuracy-memory trade-offs.
Contribution
The paper proposes a novel collaborative Global-Local Network (GLNet) architecture that fuses global and local features for ultra-high resolution image segmentation, with a memory-efficient design and a coarse-to-fine variant.
Findings
High-quality segmentation on ultra-high resolution images with less than 2GB memory.
Outperforms state-of-the-art methods in accuracy-memory trade-offs.
Effective handling of class imbalance with the coarse-to-fine variant.
Abstract
Segmentation of ultra-high resolution images is increasingly demanded, yet poses significant challenges for algorithm efficiency, in particular considering the (GPU) memory limits. Current approaches either downsample an ultra-high resolution image or crop it into small patches for separate processing. In either way, the loss of local fine details or global contextual information results in limited segmentation accuracy. We propose collaborative Global-Local Networks (GLNet) to effectively preserve both global and local information in a highly memory-efficient manner. GLNet is composed of a global branch and a local branch, taking the downsampled entire image and its cropped local patches as respective inputs. For segmentation, GLNet deeply fuses feature maps from two branches, capturing both the high-resolution fine structures from zoomed-in local patches and the contextual dependency…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Medical Image Segmentation Techniques · Advanced Image Processing Techniques
