paper-with-me

홈 › Papers

Leveraging Semantic Segmentation Masks with Embeddings for Fine-Grained Form Classification

2024-05-23 · Taylor Archibald, Tony Martinez

Efficient categorization of historical documents is crucial for fields such as genealogy, legal research, and historical scholarship, where manual classification is impractical for large collections due to its labor-intensive and error-prone nature. To address this, we propose a representational learning strategy that integrates semantic segmentation and deep learning models such as ResNet, CLIP, Document Image Transformer (DiT), and masked auto-encoders (MAE), to generate embeddings that capture document features without predefined labels. To the best of our knowledge, we are the first to evaluate embeddings on fine-grained, unsupervised form classification. To improve these embeddings, we propose to first employ semantic segmentation as a preprocessing step. We contribute two novel datasets$\unicode{x2014}$the French 19th-century and U.S. 1950 Census records$\unicode{x2014}$to demonstrate our approach. Our results show the effectiveness of these various embedding techniques in distinguishing similar document types and indicate that applying semantic segmentation can greatly improve clustering and classification results. The census datasets are available at https://github.com/tahlor/census_forms

📄 PDF Abstract BibTeX arXiv:2405.14162

Code (0)

등록된 구현이 없습니다.

Tasks

FormSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Kaiming Initialization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

ClickSeg3D: Few-Click Interactive Segmentation via Semantic Embeddings

2026-05-09 · Xueyang Kang, Zijian Yu, Kourosh Khoshelham, Liangliang Nan arxiv

Interactive segmentation allows efficient label generation by leveraging user-provided clicks to progressively refine predictions, which is critical when fully supervised labels are costly or generalization to unseen cla…

Interactive 3D Instance SegmentationInteractive Segmentation

XMask3D: Cross-modal Mask Reasoning for Open Vocabulary 3D Semantic Segmentation

2024-11-20 · Ziyi Wang, Yanbo Wang, Xumin Yu, Jie zhou 외

Existing methodologies in open vocabulary 3D semantic segmentation primarily concentrate on establishing a unified feature space encompassing 3D, 2D, and textual modalities. Nevertheless, traditional techniques such as g…

3D geometry3D Semantic SegmentationDenoisingOpen Vocabulary Semantic Segmentation+3

Boosting Semantic Segmentation from the Perspective of Explicit Class Embeddings

2023-08-24 · ICCV 2023 1 · Yuhe Liu, Chuanjian Liu, Kai Han, Quan Tang 외

Semantic segmentation is a computer vision task that associates a label with each pixel in an image. Modern approaches tend to introduce class embeddings into semantic segmentation for deeply utilizing category semantics…

DiversitySegmentationSemantic Segmentation

Rethinking Decoders for Transformer-based Semantic Segmentation: A Compression Perspective

2024-11-05 · Qishuai Wen, Chun-Guang Li

State-of-the-art methods for Transformer-based semantic segmentation typically adopt Transformer decoders that are used to extract additional embeddings from image embeddings via cross-attention, refine either or both ty…

DecoderSegmentationSemantic Segmentation

Semantic-Aware Contrastive Learning for Multi-object Medical Image Segmentation

2021-06-03 · Ho Hin Lee, Yucheng Tang, Qi Yang, Xin Yu 외

Medical image segmentation, or computing voxelwise semantic masks, is a fundamental yet challenging task to compute a voxel-level semantic mask. To increase the ability of encoder-decoder neural networks to perform this …

Contrastive LearningDecoderImage ClassificationImage Segmentation+3