The hallucination of messages bothers me severely. Especially with AI being deployed to ancient, difficult problems like the Herculaneum scroll. EDIT: To be clear, I'm talking about the "Written in Morse Code" example, fully hallucinated text. The AI agents seeing a decoy message isn't as bothersome to me.
Ghost Font: A font that humans can read but AI cannot
101–110 of 188 posts
Re: Ghost Font: A font that humans can read but AI cannot
#102> For example, it would be interesting to incorporate Ghost Font into CAPTCHA systems, as most systems are easily solved by AI today. It seems to me like it should be easy enough to take Ghost Font, apply normal video compression techniques, and analyze the compressed signal to recover the visual outline of the letters, which you would then analyze with OCR (or an AI I guess ...). In other words, a novel CAPTCHA tech…
Re: Ghost Font: A font that humans can read but AI cannot
#103Earlier quoted context omitted.
If you take a frame you see it's neither random nor dots: https://i.imgur.com/CgtyGjl.png From a single frame you can definitely identify boundaries because the dots are sliding and get truncated.
Exactly. It's a good idea, badly executed.
Re: Ghost Font: A font that humans can read but AI cannot
#104I did this in 20 lines of code (checking only vertical perturbations), and this is what I get with subtracting frame 7 from frame 1:
Re: Ghost Font: A font that humans can read but AI cannot
#105Instead of "AI cannot" you should always say "current AI cannot".
Re: Ghost Font: A font that humans can read but AI cannot
#106For the moment. This pattern is easy to code -- it relies on the premise that a character has an inside and an outside. Outside, a pattern ascends. Inside, the reverse. Based on that simple encoding idea, decoding will be equally simple.
Re: Ghost Font: A font that humans can read but AI cannot
#107Now that "Ghost Font" will be in the training material, LLMs will go "this looks to be written in Ghost Font, and as such has two messages."
Re: Ghost Font: A font that humans can read but AI cannot
#108GPT-5.6 had no problem seeing the text when giving it a video recording of it. "No problem" as in using temporal analysis with optical flow and vertical-displacement maps to estimate how the image moved, and combine those into a motion map with increased contrast to see the text. I didn't give it any instructions though, just asked it what it said.
Re: Ghost Font: A font that humans can read but AI cannot
#109It just looks like static on old tvs to me.
Re: Ghost Font: A font that humans can read but AI cannot
#110> For example, it would be interesting to incorporate Ghost Font into CAPTCHA systems, as most systems are easily solved by AI today. It seems to me like it should be easy enough to take Ghost Font, apply normal video compression techniques, and analyze the compressed signal to recover the visual outline of the letters, which you would then analyze with OCR (or an AI I guess ...). In other words, a novel CAPTCHA tech…
Yes, it may be useful to replace current CAPTCHA, but this does not provide the positive side-effects of CAPTCHA where user-submitted data is used to train the unknown images or reinforce the labelling of existing image segments.