Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ALGM: Adaptive Local-then-Global Token Merging for Efficient Semantic Segmentation with Plain Vision Transformers

About

This work presents Adaptive Local-then-Global Merging (ALGM), a token reduction method for semantic segmentation networks that use plain Vision Transformers. ALGM merges tokens in two stages: (1) In the first network layer, it merges similar tokens within a small local window and (2) halfway through the network, it merges similar tokens across the entire image. This is motivated by an analysis in which we found that, in those situations, tokens with a high cosine similarity can likely be merged without a drop in segmentation quality. With extensive experiments across multiple datasets and network configurations, we show that ALGM not only significantly improves the throughput by up to 100%, but can also enhance the mean IoU by up to +1.1, thereby achieving a better trade-off between segmentation quality and efficiency than existing methods. Moreover, our approach is adaptive during inference, meaning that the same model can be used for optimal efficiency or accuracy, depending on the application. Code is available at https://tue-mps.github.io/ALGM.

Narges Norouzi, Svetlana Orlova, Daan de Geus, Gijs Dubbelman• 2024

Related benchmarks

TaskDatasetResultRank
Video Object SegmentationDAVIS 2017 (val)--
1130
Semantic segmentationCityscapes (val)--
572
Semantic segmentationPascal Context (test)--
176
Video Object SegmentationSA-V (val)
J&F Score55.7
74
Video Object SegmentationSA-V (test)
J&F56.5
70
Video Object SegmentationMOSE (val)
J&F Score67
45
Semantic segmentationCOCOStuff 164k (val)--
41
Video Object SegmentationDAVIS 2017 SAM2.1-B+ (val)
J&F Score88.4
22
Video Object SegmentationSA-V SAM2.1-B+ (test)
J&F74.5
22
Video Object SegmentationSA-V SAM2.1-B+ (val)
J&F Score73
22
Showing 10 of 11 rows

Other info

Follow for update