paper-with-me

홈 › Papers

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

2024-05-20 · Chunxia Qin, Zhenrong Zhang, Pengfei Hu, Chenyu Liu, Jiefeng Ma, Jun Du

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 detection is crucial. However, challenges such as wireless and deformed tables make it demanding. In this paper, we adhere to the "split-and-merge" paradigm and propose SEMv3 (SEM: Split, Embed and Merge), a method that is both fast and robust for detecting table separation lines. During the split stage, we introduce a Keypoint Offset Regression (KOR) module, which effectively detects table separation lines by directly regressing the offset of each line relative to its keypoint proposals. Moreover, in the merge stage, we define a series of merge actions to efficiently describe the table structure based on table grids. Extensive ablation studies demonstrate that our proposed KOR module can detect table separation lines quickly and accurately. Furthermore, on public datasets (e.g. WTW, ICDAR-2019 cTDaR Historical and iFLYTAB), SEMv3 achieves state-of-the-art (SOTA) performance. The code is available at https://github.com/Chunchunwumu/SEMv3.

📄 PDF Abstract BibTeX arXiv:2405.11862

Code (1)

chunchunwumu/semv3 공식 구현 pytorch

Tasks

Line Detection

Similar Papers 제목 키워드 기반

SEMv2: Table Separation Line Detection Based on Instance Segmentation

2023-03-08 · Zhenrong Zhang, Pengfei Hu, Jiefeng Ma, Jun Du 외

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 …

Instance SegmentationLine DetectionSemantic Segmentation

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

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

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