MaskAttn-UNet: A Mask Attention-Driven Framework for Universal Low-Resolution Image Segmentation
Anzhe Cheng, Chenzhong Yin, Yu Chang, Heng Ping, Shixuan Li, Shahin Nazarian, Paul Bogdan
TL;DR
MaskAttn-UNet introduces a mask attention–driven enhancement to the U‑Net framework to address low-resolution segmentation. By inserting a Mask Attention Module that performs masked multi‑head self‑attention at multiple scales and coupling it with a composite $L_{seg} = L_{CE} + \lambda L_{IC}$ loss, the approach balances local detail with long-range context while maintaining computational efficiency. Empirical results across COCO, ADE20K, and Cityscapes show competitive semantic, instance, and panoptic performance at $128\times128$ with markedly lower FLOPs than transformer-based models, and strong data efficiency when training data is limited. The method offers a practical, scalable solution for real-world robotics, autonomous driving, and AR tasks where resources are constrained, without sacrificing segmentation quality. Future work may extend MaskAttn-UNet to medical imaging and diffusion-based augmentation to further improve boundary delineation and small object handling.
Abstract
Low-resolution image segmentation is crucial in real-world applications such as robotics, augmented reality, and large-scale scene understanding, where high-resolution data is often unavailable due to computational constraints. To address this challenge, we propose MaskAttn-UNet, a novel segmentation framework that enhances the traditional U-Net architecture via a mask attention mechanism. Our model selectively emphasizes important regions while suppressing irrelevant backgrounds, thereby improving segmentation accuracy in cluttered and complex scenes. Unlike conventional U-Net variants, MaskAttn-UNet effectively balances local feature extraction with broader contextual awareness, making it particularly well-suited for low-resolution inputs. We evaluate our approach on three benchmark datasets with input images rescaled to 128x128 and demonstrate competitive performance across semantic, instance, and panoptic segmentation tasks. Our results show that MaskAttn-UNet achieves accuracy comparable to state-of-the-art methods at significantly lower computational cost than transformer-based models, making it an efficient and scalable solution for low-resolution segmentation in resource-constrained scenarios.
