paper-with-me

Papers

Segmentation-free Connectionist Temporal Classification loss based OCR Model for Text Captcha Classification

2024-02-08 · Vaibhav Khatavkar, Makarand Velankar, Sneha Petkar

Captcha are widely used to secure systems from automatic responses by distinguishing computer responses from human responses. Text, audio, video, picture picture-based Optical Character Recognition (OCR) are used for creating captcha. Text-based OCR captcha are the most often used captcha which faces issues namely, complex and distorted contents. There are attempts to build captcha detection and classification-based systems using machine learning and neural networks, which need to be tuned for accuracy. The existing systems face challenges in the recognition of distorted characters, handling variable-length captcha and finding sequential dependencies in captcha. In this work, we propose a segmentation-free OCR model for text captcha classification based on the connectionist temporal classification loss technique. The proposed model is trained and tested on a publicly available captcha dataset. The proposed model gives 99.80\% character level accuracy, while 95\% word level accuracy. The accuracy of the proposed model is compared with the state-of-the-art models and proves to be effective. The variable length complex captcha can be thus processed with the segmentation-free connectionist temporal classification loss technique with dependencies which will be massively used in securing the software systems.

📄 PDF Abstract BibTeX arXiv:2402.05417

Code (0)

등록된 구현이 없습니다.

Tasks

CAPTCHA DetectionClassificationOptical Character RecognitionOptical Character Recognition (OCR)

Similar Papers 제목 키워드 기반

A Novel Topology for End-to-end Temporal Classification and Segmentation with Recurrent Neural Network

2019-12-10 · Taiyang Zhao

Connectionist temporal classification (CTC) has matured as an alignment free to sequence transduction and shows competitive for end-to-end speech recognition. In the CTC topology, the blank symbol occupies more than half…

ClassificationGeneral ClassificationSegmentationspeech-recognition+1

Global Context for improving recognition of Online Handwritten Mathematical Expressions

2021-05-21 · Cuong Tuan Nguyen, Thanh-Nghia Truong, Hung Tuan Nguyen, Masaki Nakagawa

This paper presents a temporal classification method for all three subtasks of symbol segmentation, symbol recognition and relation classification in online handwritten mathematical expressions (HMEs). The classification…

ClassificationRelationRelation Classification

An End-to-End, Segmentation-Free, Arabic Handwritten Recognition Model on KHATT

2024-06-21 · Sondos Aabed, Ahmad Khairaldin

An end-to-end, segmentation-free, deep learning model trained from scratch is proposed, leveraging DCNN for feature extraction, alongside Bidirectional Long-Short Term Memory (BLSTM) for sequence recognition and Connecti…

Information RetrievalSegmentation

CTCModel: a Keras Model for Connectionist Temporal Classification

2019-01-23 · Yann Soullard, Cyprien Ruffino, Thierry Paquet

We report an extension of a Keras Model, called CTCModel, to perform the Connectionist Temporal Classification (CTC) in a transparent way. Combined with Recurrent Neural Networks, the Connectionist Temporal Classificatio…

ClassificationGeneral Classificationmodel

Self-distillation Regularized Connectionist Temporal Classification Loss for Text Recognition: A Simple Yet Effective Approach

2023-08-17 · Ziyin Zhang, Ning Lu, Minghui Liao, Yongshuai Huang 외

Text recognition methods are gaining rapid development. Some advanced techniques, e.g., powerful modules, language models, and un- and semi-supervised learning schemes, consecutively push the performance on public benchm…