paper-with-me

홈 › Papers

1st Place Solution to ICDAR 2021 RRC-ICTEXT End-to-end Text Spotting and Aesthetic Assessment on Integrated Circuit

2021-04-08 · Qiyao Wang, Pengfei Li, Li Zhu, Yi Niu

This paper presents our proposed methods to ICDAR 2021 Robust Reading Challenge - Integrated Circuit Text Spotting and Aesthetic Assessment (ICDAR RRC-ICTEXT 2021). For the text spotting task, we detect the characters on integrated circuit and classify them based on yolov5 detection model. We balance the lowercase and non-lowercase by using SynthText, generated data and data sampler. We adopt semi-supervised algorithm and distillation to furtherly improve the model's accuracy. For the aesthetic assessment task, we add a classification branch of 3 classes to differentiate the aesthetic classes of each character. Finally, we make model deployment to accelerate inference speed and reduce memory consumption based on NVIDIA Tensorrt. Our methods achieve 59.1 mAP on task 3.1 with 31 FPS and 306M memory (rank 1), 78.7\% F2 score on task 3.2 with 30 FPS and 306M memory (rank 1).

📄 PDF Abstract BibTeX arXiv:2104.03544

Code (0)

등록된 구현이 없습니다.

Tasks

Text Spotting

Similar Papers 제목 키워드 기반

ICDAR 2021 Competition on Integrated Circuit Text Spotting and Aesthetic Assessment

2021-07-12 · Chun Chet Ng, Akmalul Khairi Bin Nazaruddin, Yeong Khang Lee, Xinyu Wang 외

With hundreds of thousands of electronic chip components are being manufactured every day, chip manufacturers have seen an increasing demand in seeking a more efficient and effective way of inspecting the quality of prin…

Text Spotting

FOTS: Fast Oriented Text Spotting with a Unified Network

2018-01-05 · CVPR 2018 6 · Xuebo Liu, Ding Liang, Shi Yan, Dagui Chen 외

Incidental scene text spotting is considered one of the most difficult and valuable challenges in the document analysis community. Most existing methods treat text detection and recognition as separate tasks. In this wor…

Scene Text DetectionScene Text RecognitionText DetectionText Spotting

ICDAR 2021 Competition on Scene Video Text Spotting

2021-07-26 · Zhanzhan Cheng, Jing Lu, Baorui Zou, Shuigeng Zhou 외

Scene video text spotting (SVTS) is a very important research topic because of many real-life applications. However, only a little effort has put to spotting scene video text, in contrast to massive studies of scene text…

Task 2Text DetectionText Spottingvalid

Mask TextSpotter: An End-to-End Trainable Neural Network for Spotting Text with Arbitrary Shapes

2018-07-06 · ECCV 2018 9 · Pengyuan Lyu, Minghui Liao, Cong Yao, Wenhao Wu 외

Recently, models based on deep neural networks have dominated the fields of scene text detection and recognition. In this paper, we investigate the problem of scene text spotting, which aims at simultaneous text detectio…

Scene Text DetectionSemantic SegmentationText DetectionText Spotting

Video text tracking for dense and small text based on pp-yoloe-r and sort algorithm

2023-03-31 · Hongen Liu

Although end-to-end video text spotting methods based on Transformer can model long-range dependencies and simplify the train process, it will lead to large computation cost with the increase of the frame size in the inp…

object-detectionObject DetectionSmall Object DetectionText Detection+1