Vision-language models (VLMs) are increasingly used for automated age estimation, an important capability for regulatory compliance scenarios such as protecting minors from harmful content. But research by Imgrund, Hanfeld, Kireev, and Rieck uncovers a hidden shortcut: rather than estimating age from visual features, VLMs first identify *who* the person is, then infer age from memorized knowledge.
The Identity Shortcut
On photos of celebrities, this shortcut works well—the model "knows" Tom Cruise is 62, so recognizing his face is enough. But if a non-celebrity is misidentified as a celebrity, the age estimate can be drastically wrong.
More insidiously, on celebrity photos the shortcut grants the model *deceptively high robustness* to noise and adversarial perturbations—not because visual age features are extracted well, but because no matter how corrupted the image is, as long as a faint clue remains to recognize the person, the model outputs the correct age. This apparent robustness should not be over-interpreted as genuine robustness of an age estimation system.
The Fix: Activation Steering
The authors' remedy is activation steering: applying interventions to the VLM's hidden states that suppress identity-recognition-related activation patterns, forcing the model to rely on true visual age cues. Across multiple benchmarks, this reduces mean absolute error by up to 25%.
Open Questions
- How are the steering direction vectors determined—does this require manually annotated identity-age contrast data?
- What is the impact of the intervention on other face-related tasks, such as gender or emotion recognition?
- How well does it generalize across ethnicities and age groups—if the recognition shortcut is stronger for some populations, is the steering equally effective?
References
1. Imgrund, E., Hanfeld, P., Kireev, K., & Rieck, K. (2026). *When a Zero-Shooter Cheats: Improving Age Estimation via Activation Steering*. arXiv:2605.17658 [cs.LG]. 2. Turner, A., et al. (2023). *Activation Addition: Steering Language Models Without Optimization*. arXiv. 3. Rombach, R., et al. (2022). *High-Resolution Image Synthesis with Latent Diffusion Models*. CVPR.