paper-with-me

Papers

An optimized system to solve text-based CAPTCHA

2018-06-11 · Ye Wang, Mi Lu

CAPTCHA(Completely Automated Public Turing test to Tell Computers and Humans Apart) can be used to protect data from auto bots. Countless kinds of CAPTCHAs are thus designed, while we most frequently utilize text-based scheme because of most convenience and user-friendly way \cite{bursztein2011text}. Currently, various types of CAPTCHAs need corresponding segmentation to identify single character due to the numerous different segmentation ways. Our goal is to defeat the CAPTCHA, thus firstly the CAPTCHAs need to be split into character by character. There isn't a regular segmentation algorithm to obtain the divided characters in all kinds of examples, which means that we have to treat the segmentation individually. In this paper, we build a whole system to defeat the CAPTCHAs as well as achieve state-of-the-art performance. In detail, we present our self-adaptive algorithm to segment different kinds of characters optimally, and then utilize both the existing methods and our own constructed convolutional neural network as an extra classifier. Results are provided showing how our system work well towards defeating these CAPTCHAs.

📄 PDF Abstract BibTeX arXiv:1806.07202

Code (0)

등록된 구현이 없습니다.

Tasks

Segmentation

Similar Papers 제목 키워드 기반

EnSolver: Uncertainty-Aware Ensemble CAPTCHA Solvers with Theoretical Guarantees

2023-07-27 · Duc C. Hoang, Behzad Ousat, Amin Kharraz, Cuong V. Nguyen

The popularity of text-based CAPTCHA as a security mechanism to protect websites from automated bots has prompted researches in CAPTCHA solvers, with the aim of understanding its failure cases and subsequently making CAP…

object-detectionObject Detection

Breaking reCAPTCHAv2

2024-09-13 · Andreas Plesner, Tobias Vontobel, Roger Wattenhofer

Our work examines the efficacy of employing advanced machine learning methods to solve captchas from Google's reCAPTCHAv2 system. We evaluate the effectiveness of automated systems in solving captchas by utilizing advanc…

Image SegmentationSemantic Segmentation

Robust Text CAPTCHAs Using Adversarial Examples

2021-01-07 · Rulin Shao, Zhouxing Shi, JinFeng Yi, Pin-Yu Chen 외

CAPTCHA (Completely Automated Public Truing test to tell Computers and Humans Apart) is a widely used technology to distinguish real users and automated users such as bots. However, the advance of AI technologies weakens…

Adversarial AttackOptical Character Recognition (OCR)

CaptchaMind: Training CAPTCHA Solvers via Reinforcement Learning with Explicit Reasoning Supervision

2026-05-19 · Pengcheng Wang, Haoxiang Liu, Yang Dai, Xiangxiang Zeng 외 arxiv

CAPTCHAs are widely deployed as human verification mechanisms and frequently block intelligent agents from completing end-to-end automation in real-world web environments. Solving modern CAPTCHAs requires robust multi-st…

Reinforcement LearningVisual Reasoning

Aura-CAPTCHA: A Reinforcement Learning and GAN-Enhanced Multi-Modal CAPTCHA System

2025-08-20 · Joydeep Chandra, Prabal Manhas, Ramanjot Kaur, Rashi Sahay arxiv

We present Aura-CAPTCHA, a multi-modal verification system that integrates Generative Adversarial Networks (GANs), Reinforcement Learning (RL), and behavioral analysis to create adaptive challenges resistant to classical…

Reinforcement Learning