AI & Computational Science

LUMA: Benchmarking Segmentation via a Lightweight Universal Mask Adapter

AI Insight

This study introduces LUMA (Lightweight Universal Mask Adapter), a standardized decoder for image segmentation that can attach to any neural network backbone, enabling fair comparisons between different architectures. Testing 20 different backbones with 11 pretraining methods on standard segmentation datasets, the researchers found that plain Vision Transformers (ViT) consistently outperformed specialized "efficient" architectures in terms of throughput across all resolutions. The results also reveal that pretraining methodology matters more for segmentation performance than architectural design choices.


This research provides practitioners with evidence-based guidance for selecting neural network architectures for image segmentation tasks, potentially saving computational resources by demonstrating that simpler ViT models often outperform complex specialized designs. The finding that pretraining strategy is more important than architecture suggests researchers should focus more effort on data and training methodologies rather than architectural innovations.


Understand the Science

Neural network Concept coming soon Image segmentation Concept coming soon Decoder Concept coming soon

arXiv:2607.00687v1 Announce Type: cross
Abstract: Comparing transformer backbones for image segmentation is confounded: each is paired with a different decoder, recipe, and pretraining, so reported differences rarely reflect the backbone itself. We introduce the Lightweight Universal Mask Adapter (LUMA), a lightweight, backbone-agnostic mask-transformer head that treats any backbone as a black-box feature extractor, letting a set of queries read from its features through cheap cross-attention. LUMA matches the accuracy of EoMT, the state-of-the-art efficient ViT-segmenter, at lower cost, while attaching unchanged to isotropic, hierarchical, convolutional, and mixture-of-experts backbones alike. Holding this head fixed, we benchmark 20 backbones, 11 pretraining schemes and a range of resolutions on ADE20K and Cityscapes under one modern recipe. We find that “efficient” token mixers fail to deliver efficiency even at the high resolutions that motivate them, with plain ViT holding the throughput Pareto-front at every resolution. Additionally, the pretraining objective, not the architecture, the lever the field has tuned hardest, governs segmentation quality.

Source: LUMA: Benchmarking Segmentation via a Lightweight Universal Mask Adapter