paper-with-me

Papers

Robust Text CAPTCHAs Using Adversarial Examples

2021-01-07 · Rulin Shao, Zhouxing Shi, JinFeng Yi, Pin-Yu Chen, Cho-Jui Hsieh

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 many CAPTCHA tests and can induce security concerns. In this paper, we propose a user-friendly text-based CAPTCHA generation method named Robust Text CAPTCHA (RTC). At the first stage, the foregrounds and backgrounds are constructed with randomly sampled font and background images, which are then synthesized into identifiable pseudo adversarial CAPTCHAs. At the second stage, we design and apply a highly transferable adversarial attack for text CAPTCHAs to better obstruct CAPTCHA solvers. Our experiments cover comprehensive models including shallow models such as KNN, SVM and random forest, various deep neural networks and OCR models. Experiments show that our CAPTCHAs have a failure rate lower than one millionth in general and high usability. They are also robust against various defensive techniques that attackers may employ, including adversarial training, data pre-processing and manual tagging.

📄 PDF Abstract BibTeX arXiv:2101.02483

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackOptical Character Recognition (OCR)

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

A Survey of Adversarial CAPTCHAs on its History, Classification and Generation

2023-11-22 · Zisheng Xu, Qiao Yan, F. Richard Yu, Victor C. M. Leung

Completely Automated Public Turing test to tell Computers and Humans Apart, short for CAPTCHA, is an essential and relatively easy way to defend against malicious attacks implemented by bots. The security and usability t…

Capture the Bot: Using Adversarial Examples to Improve CAPTCHA Robustness to Bot Attacks

2020-10-30 · Dorjan Hitaj, Briland Hitaj, Sushil Jajodia, Luigi V. Mancini

To this date, CAPTCHAs have served as the first line of defense preventing unauthorized access by (malicious) bots to web-based services, while at the same time maintaining a trouble-free experience for human visitors. H…

Seeing Through the Mask: Rethinking Adversarial Examples for CAPTCHAs

2024-09-09 · Yahya Jabary, Andreas Plesner, Turlan Kuzhagaliyev, Roger Wattenhofer

Modern CAPTCHAs rely heavily on vision tasks that are supposedly hard for computers but easy for humans. However, advances in image recognition models pose a significant threat to such CAPTCHAs. These models can easily b…

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 s…

Segmentation

An End-to-End Attack on Text-based CAPTCHAs Based on Cycle-Consistent Generative Adversarial Network

2020-08-26 · Chunhui Li, Xingshu Chen, Haizhou Wang, Yu Zhang 외

As a widely deployed security scheme, text-based CAPTCHAs have become more and more difficult to resist machine learning-based attacks. So far, many researchers have conducted attacking research on text-based CAPTCHAs de…

Generative Adversarial NetworkTransfer Learning