paper-with-me

Papers

FastSmoothSAM: A Fast Smooth Method For Segment Anything Model

2025-07-20 · Jiasheng Xu, Yewang Chen arxiv

Accurately identifying and representing object edges is a challenging task in computer vision and image processing. The Segment Anything Model (SAM) has significantly influenced the field of image segmentation, but suffers from high memory consumption and long inference times, limiting its efficiency in real-time applications. To address these limitations, Fast Segment Anything (FastSAM) was proposed, achieving real-time segmentation. However, FastSAM often generates jagged edges that deviate from the true object shapes. Therefore, this paper introduces a novel refinement approach using B-Spline curve fitting techniques to enhance the edge quality in FastSAM. Leveraging the robust shape control and flexible geometric construction of B-Splines, a four-stage refining process involving two rounds of curve fitting is employed to effectively smooth jagged edges. This approach significantly improves the visual quality and analytical accuracy of object edges without compromising critical geometric information. The proposed method improves the practical utility of FastSAM by improving segmentation accuracy while maintaining real-time processing capabilities. This advancement unlocks greater potential for FastSAM technology in various real-world scenarios, such as industrial automation, medical imaging, and autonomous systems, where precise and efficient edge recognition is crucial.

📄 PDF Abstract BibTeX arXiv:2507.15008

Code (0)

등록된 구현이 없습니다.

Tasks

Image Segmentation

Similar Papers 제목 키워드 기반

Semantic-Fast-SAM: Efficient Semantic Segmenter

2026-04-22 · Byunghyun Kim arxiv

We propose Semantic-Fast-SAM (SFS), a semantic segmentation framework that combines the Fast Segment Anything model with a semantic labeling pipeline to achieve real-time performance without sacrificing accuracy. FastSAM…

Real-Time Semantic Segmentation

Faster Segment Anything: Towards Lightweight SAM for Mobile Applications

2023-06-25 · Chaoning Zhang, Dongshen Han, Yu Qiao, Jung Uk Kim 외

Segment Anything Model (SAM) has attracted significant attention due to its impressive zero-shot transfer performance and high versatility for numerous vision applications (like image editing with fine-grained control). …

CPUDecoderGPUImage Segmentation+3

Inpaint Anything: Segment Anything Meets Image Inpainting

2023-04-13 · Tao Yu, Runseng Feng, Ruoyu Feng, Jinming Liu 외

Modern image inpainting systems, despite the significant progress, often struggle with mask selection and holes filling. Based on Segment-Anything Model (SAM), we make the first attempt to the mask-free image inpainting …

Image Inpainting

SAM 2: Segment Anything in Images and Videos

2024-08-01 · Nikhila Ravi, Valentin Gabeur, Yuan-Ting Hu, Ronghang Hu 외

We present Segment Anything Model 2 (SAM 2), a foundation model towards solving promptable visual segmentation in images and videos. We build a data engine, which improves model and data via user interaction, to collect …

Image SegmentationRobot Manipulation GeneralizationSegmentationSemantic Segmentation+5

UnSAMFlow: Unsupervised Optical Flow Guided by Segment Anything Model

2024-05-04 · CVPR 2024 1 · Shuai Yuan, Lei Luo, Zhuo Hui, Can Pu 외

Traditional unsupervised optical flow methods are vulnerable to occlusions and motion boundaries due to lack of object-level information. Therefore, we propose UnSAMFlow, an unsupervised flow network that also leverages …

ObjectOptical Flow Estimation