首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >ICDAR 2021 公式检测冠军方案(代码)

ICDAR 2021 公式检测冠军方案(代码)

作者头像
机器学习AI算法工程
发布2021-09-02 14:09:49
6610
发布2021-09-02 14:09:49
举报

Searching in massive collections of digitized printed scientific documents with queries that are mathematical expressions is a research area scarcely explored. To address this problem, a crucial first step involves the detection of regions that may contain mathematical expressions. This contest aims to tackle this problem and thus, provide several reasons that could be interesting for attracting research groups to participate in this competition:

  1. Groups researching in Mathematical Expression Recognition, at some point, need to address the problem of automatic detection of mathematical expressions in a document;
  2. Participants in this contest will have access to a large labeled dataset;
  3. The method of obtaining labeled data in the IBEM corpus is scalable, so it is expected to increase this collection in the future, and this new data could be used in future editions of this contest.

Method Description

We built our approach on FCOS, A simple and strong anchor-free object detector, with ResNeSt as our backbone, to detect embedded and isolated formulas. We employed ATSS as our sampling strategy instead of random sampling to eliminate the effects of sample imbalance. Moreover, we observed and revealed the influence of different FPN levels on the detection result. Generalized Focal Loss is adopted to our loss. Finally, with a series of useful tricks and model ensembles, our method was ranked 1st in the MFD task.

项目 代码 获取方式:

关注微信公众号 datayx 然后回复 公式 即可获取。

AI项目体验地址 https://loveai.tech

Prerequisites

  • Linux or macOS (Windows is in experimental support)
  • Python 3.6+
  • PyTorch 1.3+
  • CUDA 9.2+ (If you build PyTorch from source, CUDA 9.0 is also compatible)
  • GCC 5+
  • MMCV

This project is based on MMDetection-v2.7.0, mmcv-full>=1.1.5, <1.3 is needed.Note: You need to run pip uninstall mmcv first if you have mmcv installed.If mmcv and mmcv-full are both installed, there will be ModuleNotFoundError.

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2021-08-05,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 机器学习AI算法工程 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Method Description
  • Prerequisites
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档