Skip to content

zsy2504/Break12306Captcha

 
 

Repository files navigation

Authors: Heqing Ya, Haonan Sun, Jeffrey Helt, Tai Sing Lee

This project is the implementation of Learning to Associate Words and Images Using a Large-scale Graph.

In this work, we develop an approach for unsupervised learning of associations between co-occurring perceptual events using a large graph. We applied this approach to suc- cessfully solve the image captcha of China’s railroad system:

We leveraged the structure of presented data of a particular captcha system to construct an association graph of 6 million vertices, and linked these vertices based on co-occurrence information and feature similarity between pairs of images.

The resulting system, using label propagation, solved captchas with 77% accuracy and an average response time of 2 seconds, a performance that is comparable to that of humans.

The detailed explanation of data flow and code files can be found here.

Following are two captcha predictions:

About

Code and models accompanying "Learning to Associate Words and Images Using a Large-scale Graph"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.3%
  • Python 1.5%
  • JavaScript 0.7%
  • HTML 0.2%
  • Java 0.2%
  • CSS 0.1%