paper-with-me

Papers

EdgeSAM: Prompt-In-the-Loop Distillation for On-Device Deployment of SAM

2023-12-11 · Chong Zhou, Xiangtai Li, Chen Change Loy, Bo Dai

This paper presents EdgeSAM, an accelerated variant of the Segment Anything Model (SAM), optimized for efficient execution on edge devices with minimal compromise in performance. Our approach involves distilling the original ViT-based SAM image encoder into a purely CNN-based architecture, better suited for edge devices. We carefully benchmark various distillation strategies and demonstrate that taskagnostic encoder distillation fails to capture the full knowledge embodied in SAM. To overcome this bottleneck, we include both the prompt encoder and mask decoder in the distillation process, with box and point prompts in the loop, so that the distilled model can accurately capture the intricate dynamics between user input and mask generation. To mitigate dataset bias issues stemming from point prompt distillation, we incorporate a lightweight module within the encoder. As a result, EdgeSAM achieves a 37-fold speed increase compared to the original SAM, and it also outperforms MobileSAM/EfficientSAM, being over 7 times as fast when deployed on edge devices while enhancing the mIoUs on COCO and LVIS by 2.3/1.5 and 3.1/1.6, respectively. It is also the first SAM variant that can run at over 30 FPS on an iPhone 14. Code and demo are available at https://www.mmlab-ntu.com/project/edgesam.

📄 PDF Abstract BibTeX arXiv:2312.06660

Code (1)

chongzhou96/edgesam 공식 구현 pytorch

Tasks

Decoder

Methods 이 논문이 사용한 방법론

SAM 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Distilling Safe LLM Systems via Soft Prompts for On Device Settings

2026-06-08 · Motasem Alfarra, Cristina Pinneri, Dana Kianfar, Mohammed Almousa 외 arxiv

Deploying safe large language models (LLMs) on resource-constrained edge devices presents a critical challenge: while dual-model systems combining LLMs with guard models provide effective safety guarantees, their substan…

parameter-efficient fine-tuning

EfficientSAM3: Progressive Hierarchical Distillation for Video Concept Segmentation from SAM1, 2, and 3

2025-11-19 · Chengxi Zeng, Yuxuan Jiang, Aaron Zhang arxiv

The Segment Anything Model 3 (SAM3) advances visual understanding with Promptable Concept Segmentation (PCS) across images and videos, but its unified architecture (shared vision backbone, DETR-style detector, dense-memo…

PicoSAM2: Low-Latency Segmentation In-Sensor for Edge Vision Applications

2025-06-23 · Pietro Bonazzi, Nicola Farronato, Stefan Zihlmann, Haotong Qin 외

Real-time, on-device segmentation is critical for latency-sensitive and privacy-aware applications like smart glasses and IoT devices. We introduce PicoSAM2, a lightweight (1.3M parameters, 336M MACs) promptable segmenta…

Knowledge DistillationPrivacy PreservingSegmentation

SD3.5-Flash: Distribution-Guided Distillation of Generative Flows

2025-09-25 · Hmrishav Bandyopadhyay, Rahim Entezari, Jim Scott, Reshinth Adithyan 외 arxiv

We present SD3.5-Flash, an efficient few-step distillation framework that brings high-quality image generation to accessible consumer devices. Our approach distills computationally prohibitive rectified flow models throu…

Image Generation

PicoSAM3: Real-Time In-Sensor Region-of-Interest Segmentation

2026-03-12 · Pietro Bonazzi, Nicola Farronato, Stefan Zihlmann, Haotong Qin 외 arxiv

Real-time, on-device segmentation is critical for latency-sensitive and privacy-aware applications such as smart glasses and Internet-of-Things devices. We introduce PicoSAM3, a lightweight promptable visual segmentation…

Knowledge Distillation