paper-with-me

홈 › Papers

1st Place Solution for ICDAR 2021 Competition on Mathematical Formula Detection

2021-07-12 · Yuxiang Zhong, Xianbiao Qi, Shanjun Li, Dengyi Gu, Yihao Chen, Peiyang Ning, Rong Xiao

In this technical report, we present our 1st place solution for the ICDAR 2021 competition on mathematical formula detection (MFD). The MFD task has three key challenges including a large scale span, large variation of the ratio between height and width, and rich character set and mathematical expressions. Considering these challenges, we used Generalized Focal Loss (GFL), an anchor-free method, instead of the anchor-based method, and prove the Adaptive Training Sampling Strategy (ATSS) and proper Feature Pyramid Network (FPN) can well solve the important issue of scale variation. Meanwhile, we also found some tricks, e.g., Deformable Convolution Network (DCN), SyncBN, and Weighted Box Fusion (WBF), were effective in MFD task. Our proposed method ranked 1st in the final 15 teams.

📄 PDF Abstract BibTeX arXiv:2107.05534

Code (1)

Yuxiang1995/ICDAR2021_MFD pytorch

Methods 이 논문이 사용한 방법론

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…
Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…
Generalized Focal Loss Generalized Focal Loss (GFL) is a loss function for object detection that combines Quality Focal Loss and Distribution Focal…
SyncBN 설명 없음
Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…

Similar Papers 제목 키워드 기반

PingAn-VCGroup's Solution for ICDAR 2021 Competition on Scientific Table Image Recognition to Latex

2021-05-05 · Yelin He, Xianbiao Qi, Jiaquan Ye, Peng Gao 외

This paper presents our solution for the ICDAR 2021 Competition on Scientific Table Image Recognition to LaTeX. This competition has two sub-tasks: Table Structure Reconstruction (TSR) and Table Content Reconstruction (T…

Data AugmentationScene Text Recognition

ICDAR 2023 Competition on Robust Layout Segmentation in Corporate Documents

2023-05-24 · Christoph Auer, Ahmed Nassar, Maksym Lysak, Michele Dolfi 외

Transforming documents into machine-processable representations is a challenging task due to their complex structures and variability in formats. Recovering the layout structure and content from PDF files or scanned mate…

Data Augmentation

ICDAR 2021 Competition on Scientific Table Image Recognition to LaTeX

2021-05-30 · Pratik Kayal, Mrinal Anand, Harsh Desai, Mayank Singh

Tables present important information concisely in many scientific documents. Visual features like mathematical symbols, equations, and spanning cells make structure and content extraction from tables embedded in research…

Table Recognition

Incidental Scene Text Understanding: Recent Progresses on ICDAR 2015 Robust Reading Competition Challenge 4

2015-11-30 · Cong Yao, Jia-Nan Wu, Xinyu Zhou, Chi Zhang 외

Different from focused texts present in natural images, which are captured with user's intention and intervention, incidental texts usually exhibit much more diversity, variability and complexity, thus posing significant…

DiversityScene Text DetectionText Detection

Highlighting Named Entities in Input for Auto-Formulation of Optimization Problems

2022-12-26 · Neeraj Gangwar, Nickvash Kani

Operations research deals with modeling and solving real-world problems as mathematical optimization problems. While solving mathematical systems is accomplished by analytical software, formulating a problem as a set of …