paper-with-me

Papers

StructSAM: Structure- and Spectrum-Preserving Token Merging for Segment Anything Models

2026-03-07 · Duy M. H. Nguyen, Tuan A. Tran, Duong Nguyen, Siwei Xie, Trung Q. Nguyen, Mai T. N. Truong, Daniel Palenicek, An T. Le, Michael Barz, TrungTin Nguyen, Tuan Dam, Ngan Le, Minh Vu, Khoa Doan, Vien Ngo, Pengtao Xie, James Zou, Daniel Sonntag, Jan Peters, Mathias Niepert arxiv

Recent token merging techniques for Vision Transformers (ViTs) provide substantial speedups by reducing the number of tokens processed by self-attention, often without retraining. However, their direct application to the Segment Anything Model (SAM) family is nontrivial: SAM's image encoder mixes windowed and global attention, and its mask decoder relies on dense, prompt-conditioned features for precise boundary prediction. We systematically evaluate representative token-merging methods on SAM and Medical SAM in a strict off-the-shelf setting, and find that existing destination-selection heuristics can erode boundaries and leak prompt information as merge rates increase. We propose \textbf{StructSAM}, a resolution-preserving merge-unmerge framework tailored to SAM. StructSAM computes a lightweight token-energy score from first-order feature gradients, uses grid-based flatness screening to protect boundary and prompt regions, and merges tokens within flat areas toward low-energy destinations with explicit token recovery. We further provide a spectral graph coarsening view showing that score-guided merging yields bounded Laplacian spectral distortion compared to random or window-restricted baselines. Across eight natural and medical benchmarks, StructSAM reduces encoder FLOPs by 25-30\% (up to 40\%+ with prompt-aware merging) with minor drops in mIoU/Dice, consistently outperforming ToMe, PiToMe, ToMeSD, VidToMe, and ALGM at the same compute.

📄 PDF Abstract BibTeX arXiv:2603.07307

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

InstructSAM: Segment Any Instance with Any Instructions

2026-05-25 · Yuqian Yuan, Wentong Li, Zhaocheng Li, Yutong Lin 외 arxiv

In this paper, we introduce InstructSAM, a unified and streamlined framework designed for multi-instance segmentation under arbitrary instructions. We formulates instruction-driven instance segmentation as a set-structur…

Instance Segmentation

InstructSAM: A Training-Free Framework for Instruction-Oriented Remote Sensing Object Recognition

2025-05-21 · Yijie Zheng, Weijie Wu, Qingyun Li, Xuehui Wang 외

Language-Guided object recognition in remote sensing imagery is crucial for large-scale mapping and automated data annotation. However, existing open-vocabulary and visual grounding methods rely on explicit category cues…

Earth ObservationObjectObject CountingObject Recognition+3

CubistMerge: Spatial-Preserving Token Merging For Diverse ViT Backbones

2025-09-26 · Wenyi Gong, Mieszko Lis arxiv

Many modern ViT backbones adopt spatial architectural designs, such as window attention, decomposed relative positional embeddings in SAM, and RoPE in DINOv3. Such architectures impose new challenges on token reduction, …

Accelerating Transformers with Spectrum-Preserving Token Merging

2024-05-25 · Hoai-Chau Tran, Duy M. H. Nguyen, Duy M. Nguyen, Trung-Tin Nguyen 외

Increasing the throughput of the Transformer architecture, a foundational component used in numerous state-of-the-art models for vision and language tasks (e.g., GPT, LLaVa), is an important problem in machine learning. …

image-classificationImage ClassificationImage-text RetrievalText Retrieval

Token Merging via Spatiotemporal Information Mining for Surgical Video Understanding

2025-09-28 · Xixi Jiang, Chen Yang, Dong Zhang, Pingcheng Dong 외 arxiv

Vision Transformer models have shown impressive effectiveness in the surgical video understanding tasks through long-range dependency modeling. However, current methods suffer from prohibitive computational costs due to …