Now You See the Hate: Adaptive View Retrieval for Hidden Hateful Illusions
Summary
Adaptive View Retrieval (AVR) is a novel framework designed to detect hidden hateful optical illusions, addressing a critical gap where current multimodal safety systems achieve only 10.2% accuracy with state-of-the-art VLMs like GPT-4o and Gemini-2. AVR formulates this as a perceptual retrieval problem, employing a complementary view bank of image transformations (e.g., contrast, edge closure, figure-ground separation, low-pass smoothing). It adaptively selects the most informative views for each image, retrieves hidden message identities, and calibrates for harmfulness. Using a frozen CLIP encoder, AVR achieved 93.2% balanced accuracy on the HatefulIllusion test split, significantly surpassing original-view baselines and fixed single-transform filters. The system also matched or exceeded human performance on IllusionMNIST, IllusionFashionMNIST, and IllusionAnimals, and improved VLM hidden-content recognition on HC-Bench under the SemVink protocol.
Key takeaway
For AI Security Engineers or Machine Learning Engineers developing multimodal safety systems, you must move beyond original-view classification. Implement adaptive multi-view retrieval to expose hidden hateful content, as single-transform filters are insufficient and current VLMs fail significantly. Prioritize recovering hidden meaning before assessing harm to improve moderation accuracy and auditability. This is crucial for platforms managing libraries of known slurs and symbols.
Key insights
Effective multimodal moderation necessitates recovering hidden meaning prior to assessing its harmfulness.
Principles
- Hidden content detection is a perceptual retrieval problem.
- Adaptive view selection is crucial for diverse illusions.
- No single image transform suffices for all hidden patterns.
Method
Adaptive View Retrieval builds a complementary view bank from perceptual operations. It adaptively gates views, retrieves best-matching templates, and calibrates for harmfulness, separating identity recovery from moderation.
In practice
- Use multi-view template retrieval for hidden content.
- Apply perceptual transforms like low-pass and figure-ground.
- Integrate a calibration head for harmful/benign decisions.
Topics
- Adaptive View Retrieval
- Multimodal Safety
- Hateful Illusions
- Perceptual Retrieval
- Image Moderation
- CLIP Encoder
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, AI Security Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.