paper-with-me

홈 › Papers

SEMv2: Table Separation Line Detection Based on Instance Segmentation

2023-03-08 · Zhenrong Zhang, Pengfei Hu, Jiefeng Ma, Jun Du, Jianshu Zhang, Huihui Zhu, BaoCai Yin, Bing Yin, Cong Liu

Table structure recognition is an indispensable element for enabling machines to comprehend tables. Its primary purpose is to identify the internal structure of a table. Nevertheless, due to the complexity and diversity of their structure and style, it is highly challenging to parse the tabular data into a structured format that machines can comprehend. In this work, we adhere to the principle of the split-and-merge based methods and propose an accurate table structure recognizer, termed SEMv2 (SEM: Split, Embed and Merge). Unlike the previous works in the `split'' stage, we aim to address the table separation line instance-level discrimination problem and introduce a table separation line detection strategy based on conditional convolution. Specifically, we design the `split'' in a top-down manner that detects the table separation line instance first and then dynamically predicts the table separation line mask for each instance. The final table separation line shape can be accurately obtained by processing the table separation line mask in a row-wise/column-wise manner. To comprehensively evaluate the SEMv2, we also present a more challenging dataset for table structure recognition, dubbed iFLYTAB, which encompasses multiple style tables in various scenarios such as photos, scanned documents, etc. Extensive experiments on publicly available datasets (e.g. SciTSR, PubTabNet and iFLYTAB) demonstrate the efficacy of our proposed approach. The code and iFLYTAB dataset are available at https://github.com/ZZR8066/SEMv2.

📄 PDF Abstract BibTeX arXiv:2303.04384

Code (1)

zzr8066/semv2 공식 구현 pytorch

Tasks

Instance SegmentationLine DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

SEMv3: A Fast and Robust Approach to Table Separation Line Detection

2024-05-20 · Chunxia Qin, Zhenrong Zhang, Pengfei Hu, Chenyu Liu 외

Table structure recognition (TSR) aims to parse the inherent structure of a table from its input image. The `"split-and-merge" paradigm is a pivotal approach to parse table structure, where the table separation line dete…

Line Detection

SemVideo: Reconstructs What You Watch from Brain Activity via Hierarchical Semantic Guidance

2026-02-25 · Minghan Yang, Lan Yang, Ke Li, Honggang Zhang 외 arxiv

Reconstructing dynamic visual experiences from brain activity provides a compelling avenue for exploring the neural mechanisms of human visual perception. While recent progress in fMRI-based image reconstruction has been…

Image ReconstructionVideo Reconstruction

SemViQA: A Semantic Question Answering System for Vietnamese Information Fact-Checking

2025-03-02 · Dien X. Tran, Nam V. Nguyen, Thanh T. Tran, Anh T. Hoang 외

The rise of misinformation, exacerbated by Large Language Models (LLMs) like GPT and Gemini, demands robust fact-checking solutions, especially for low-resource languages like Vietnamese. Existing methods struggle with s…

Fact CheckingFact VerificationInformation RetrievalMisinformation+2

Evaluating Semantic Variation in Text-to-Image Synthesis: A Causal Perspective

2024-10-14 · Xiangru Zhu, Penglei Sun, Yaoxian Song, Yanghua Xiao 외

Accurate interpretation and visualization of human instructions are crucial for text-to-image (T2I) synthesis. However, current models struggle to capture semantic variations from word order changes, and existing evaluat…

cross-modal alignmentImage Generation

Keeping the Evidence Chain: Semantic Evidence Allocation for Training-Free Token Pruning in Video Temporal Grounding

2026-03-05 · Jiaqi Li, Shuntian Zheng, Yixian Shen, Jia-Hong Huang 외 arxiv

Video Temporal Grounding (VTG) localizes the temporal boundaries of query-relevant moments in long, untrimmed videos, making video-language-model prohibitively expensive. While recent training-free token pruning has show…

Video Question Answering