Lite-SAM Is Actually What You Need for Segment Everything
Jianhai Fu, Yuanjie Yu, Ningchuan Li, Yi Zhang, Qichao Chen, Jianping, Xiong, Jun Yin, Zhiyu Xiang

TL;DR
Lite-SAM is an efficient, lightweight segmentation model that significantly reduces computational costs while maintaining high accuracy, setting a new state-of-the-art in the SegEvery task.
Contribution
The paper introduces Lite-SAM, a novel end-to-end segmentation framework with a lightweight backbone and automated prompt generation, improving efficiency and usability over existing methods.
Findings
Lite-SAM has only 1.16M parameters, 23% fewer than Shufflenet.
Lite-SAM outperforms existing models by 20-43x in speed metrics.
Lite-SAM maintains competitive accuracy despite reduced complexity.
Abstract
This paper introduces Lite-SAM, an efficient end-to-end solution for the SegEvery task designed to reduce computational costs and redundancy. Lite-SAM is composed of four main components: a streamlined CNN-Transformer hybrid encoder (LiteViT), an automated prompt proposal network (AutoPPN), a traditional prompt encoder, and a mask decoder. All these components are integrated within the SAM framework. Our LiteViT, a high-performance lightweight backbone network, has only 1.16M parameters, which is a 23% reduction compared to the lightest existing backbone network Shufflenet. We also introduce AutoPPN, an innovative end-to-end method for prompt boxes and points generation. This is an improvement over traditional grid search sampling methods, and its unique design allows for easy integration into any SAM series algorithm, extending its usability. we have thoroughly benchmarked Lite-SAM…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBusiness Process Modeling and Analysis · Semantic Web and Ontologies
MethodsSegment Anything Model
