paper-with-me

Papers

When Counting Meets HMER: Counting-Aware Network for Handwritten Mathematical Expression Recognition

2022-07-23 · Bohan Li, Ye Yuan, Dingkang Liang, Xiao Liu, Zhilong Ji, Jinfeng Bai, Wenyu Liu, Xiang Bai

Recently, most handwritten mathematical expression recognition (HMER) methods adopt the encoder-decoder networks, which directly predict the markup sequences from formula images with the attention mechanism. However, such methods may fail to accurately read formulas with complicated structure or generate long markup sequences, as the attention results are often inaccurate due to the large variance of writing styles or spatial layouts. To alleviate this problem, we propose an unconventional network for HMER named Counting-Aware Network (CAN), which jointly optimizes two tasks: HMER and symbol counting. Specifically, we design a weakly-supervised counting module that can predict the number of each symbol class without the symbol-level position annotations, and then plug it into a typical attention-based encoder-decoder model for HMER. Experiments on the benchmark datasets for HMER validate that both joint optimization and counting results are beneficial for correcting the prediction errors of encoder-decoder models, and CAN consistently outperforms the state-of-the-art methods. In particular, compared with an encoder-decoder model for HMER, the extra time cost caused by the proposed counting module is marginal. The source code is available at https://github.com/LBH1024/CAN.

📄 PDF Abstract BibTeX arXiv:2207.11463

Code (3)

lbh1024/can 공식 구현 pytorch
2024-MindSpore-1/Code3/tree/main/CAN mindspore
qingzhenduyu/ical pytorch

Tasks

DecoderHandwritten Mathmatical Expression RecognitionOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

Plant Taxonomy Meets Plant Counting: A Fine-Grained, Taxonomic Dataset for Counting Hundreds of Plant Species

2026-03-22 · Jinyu Xu, Tianqi Hu, Xiaonan Hu, Letian Zhou 외 arxiv

Visually cataloging and quantifying the natural world requires pushing the boundaries of both detailed visual classification and counting at scale. Despite significant progress, particularly in crowd and traffic analysis…

SemiHMER: Semi-supervised Handwritten Mathematical Expression Recognition using pseudo-labels

2025-02-11 · Kehua Chen, Haoyang Shen

In recent years, deep learning with Convolutional Neural Networks (CNNs) has achieved remarkable results in the field of HMER (Handwritten Mathematical Expression Recognition). However, it remains challenging to improve …

DecoderModel OptimizationPseudo Label

VisDrone-CC2020: The Vision Meets Drone Crowd Counting Challenge Results

2021-07-19 · Dawei Du, Longyin Wen, Pengfei Zhu, Heng Fan 외

Crowd counting on the drone platform is an interesting topic in computer vision, which brings new challenges such as small object inference, background clutter and wide viewpoint. However, there are few algorithms focusi…

Crowd Counting

Detection, Tracking, and Counting Meets Drones in Crowds: A Benchmark

2021-05-06 · CVPR 2021 1 · Longyin Wen, Dawei Du, Pengfei Zhu, QinGhua Hu 외

To promote the developments of object detection, tracking and counting algorithms in drone-captured videos, we construct a benchmark with a new drone-captured largescale dataset, named as DroneCrowd, formed by 112 video …

Crowd Countingobject-detectionObject DetectionPosition

A Study of the Learnability of Relational Properties: Model Counting Meets Machine Learning (MCML)

2019-12-25 · Muhammad Usman, Wenxi Wang, Kaiyuan Wang, Marko Vasic 외

This paper introduces the MCML approach for empirically studying the learnability of relational properties that can be expressed in the well-known software design language Alloy. A key novelty of MCML is quantification o…

BIG-bench Machine Learning