paper-with-me

Papers

Hi-SAM: Marrying Segment Anything Model for Hierarchical Text Segmentation

2024-01-31 · Maoyuan Ye, Jing Zhang, Juhua Liu, Chenyu Liu, BaoCai Yin, Cong Liu, Bo Du, DaCheng Tao

The Segment Anything Model (SAM), a profound vision foundation model pretrained on a large-scale dataset, breaks the boundaries of general segmentation and sparks various downstream applications. This paper introduces Hi-SAM, a unified model leveraging SAM for hierarchical text segmentation. Hi-SAM excels in segmentation across four hierarchies, including pixel-level text, word, text-line, and paragraph, while realizing layout analysis as well. Specifically, we first turn SAM into a high-quality pixel-level text segmentation (TS) model through a parameter-efficient fine-tuning approach. We use this TS model to iteratively generate the pixel-level text labels in a semi-automatical manner, unifying labels across the four text hierarchies in the HierText dataset. Subsequently, with these complete labels, we launch the end-to-end trainable Hi-SAM based on the TS architecture with a customized hierarchical mask decoder. During inference, Hi-SAM offers both automatic mask generation (AMG) mode and promptable segmentation (PS) mode. In the AMG mode, Hi-SAM segments pixel-level text foreground masks initially, then samples foreground points for hierarchical text mask generation and achieves layout analysis in passing. As for the PS mode, Hi-SAM provides word, text-line, and paragraph masks with a single point click. Experimental results show the state-of-the-art performance of our TS model: 84.86% fgIOU on Total-Text and 88.96% fgIOU on TextSeg for pixel-level text segmentation. Moreover, compared to the previous specialist for joint hierarchical detection and layout analysis on HierText, Hi-SAM achieves significant improvements: 4.73% PQ and 5.39% F1 on the text-line level, 5.49% PQ and 7.39% F1 on the paragraph level layout analysis, requiring $20\times$ fewer training epochs. The code is available at https://github.com/ymy-k/Hi-SAM.

📄 PDF Abstract BibTeX arXiv:2401.17904

Code (1)

ymy-k/hi-sam 공식 구현 pytorch

Tasks

Hierarchical Text Segmentationparameter-efficient fine-tuningSegmentationText Segmentation

Methods 이 논문이 사용한 방법론

TS Spatio-temporal features extraction that measure the stabilty. The proposed method is based on a compression algorithm named Run Length Encoding. The workflow of the method is…
SAM 설명 없음

Similar Papers 제목 키워드 기반

SAM-CP: Marrying SAM with Composable Prompts for Versatile Segmentation

2024-07-23 · Pengfei Chen, Lingxi Xie, Xinyue Huo, Xuehui Yu 외

The Segment Anything model (SAM) has shown a generalized ability to group image pixels into patches, but applying it to semantic-aware segmentation still faces major challenges. This paper presents SAM-CP, a simple appro…

Panoptic SegmentationSegmentation

Efficient Track Anything

2024-11-28 · Yunyang Xiong, Chong Zhou, Xiaoyu Xiang, Lemeng Wu 외

Segment Anything Model 2 (SAM 2) has emerged as a powerful tool for video object segmentation and tracking anything. Key components of SAM 2 that drive the impressive video object segmentation performance include a large…

ObjectSegmentationSemantic SegmentationVideo Object Segmentation+2

OmniSeg3D: Omniversal 3D Segmentation via Hierarchical Contrastive Learning

2023-11-20 · CVPR 2024 1 · Haiyang Ying, Yixuan Yin, Jinzhi Zhang, Fan Wang 외

Towards holistic understanding of 3D scenes, a general 3D segmentation method is needed that can segment diverse objects without restrictions on object quantity or categories, while also reflecting the inherent hierarchi…

Contrastive LearningNovel View SynthesisSegmentation

Segment Anything without Supervision

2024-06-28 · Xudong Wang, Jingfeng Yang, Trevor Darrell

The Segmentation Anything Model (SAM) requires labor-intensive data labeling. We present Unsupervised SAM (UnSAM) for promptable and automatic whole-image segmentation that does not require human annotations. UnSAM utili…

ClusteringImage SegmentationSegmentationSemantic Segmentation

RefSAM: Efficiently Adapting Segmenting Anything Model for Referring Video Object Segmentation

2023-07-03 · Yonglin Li, Jing Zhang, Xiao Teng, Long Lan 외

The Segment Anything Model (SAM) has gained significant attention for its impressive performance in image segmentation. However, it lacks proficiency in referring video object segmentation (RVOS) due to the need for prec…

Image SegmentationReferring ExpressionReferring Video Object SegmentationSegmentation+3