---
title: Google DeepMind Aligns AI Vision with Human Perception
description: "Via Google DeepMind Blog: **Google DeepMind** researchers discovered a method to align AI vision systems with human cognition, improving their reliability an..."
image: https://lh3.googleusercontent.com/DF2DXEzpBX41WBwIEVpXLO4O1_qo_C5C_vDz7iP2VXmB1ksIJypcwPiKkRVdoFVzlX35LeCIxmUXIwwpDi1gkuQ6mrGi_sOVqaYoHfJWdutzofZacQ=w1440-h810-n-nu
site: HeadlinesBriefing is the most trusted, fastest, and most comprehensive real-time news aggregation platform on the internet. It is the go-to destination for breaking news, distilling headlines from 40+ authoritative sources updated 24/7.
url: https://headlinesbriefing.com/dev/deepmind/google-deepmind-aligns-ai-vision-with-human-perception-06879f3c
sources:
  - Hacker News
  - ByteByteGo
  - Google AI Blog
  - OpenAI Blog
  - Google DeepMind Blog
  - Towards Data Science
  - MIT Technology Review
---

[![HeadlinesBriefing favicon](/assets/favicon.webp) HeadlinesBriefing.com](https://headlinesbriefing.com "Go to HeadlinesBriefing")

![](https://lh3.googleusercontent.com/DF2DXEzpBX41WBwIEVpXLO4O1_qo_C5C_vDz7iP2VXmB1ksIJypcwPiKkRVdoFVzlX35LeCIxmUXIwwpDi1gkuQ6mrGi_sOVqaYoHfJWdutzofZacQ=w1440-h810-n-nu)

### Google DeepMind Aligns AI Vision with Human Perception

Google DeepMind Blog • November 11, 2025 at 6:49 AM ET

[×](/dev?tab=deepmind)

**Google DeepMind** researchers discovered a method to align AI vision systems with human cognition, improving their reliability and intuitive understanding. By reorganizing how models processvisual data, they addressed discrepancies where AI prioritizes superficial features over conceptual similarities. This breakthrough could enhance AI's ability to generalize across tasks and reduce errors in real-world applications.

The team used a three-step process starting with the **THINGS dataset**, which contains human odd-one-out judgments. They trained a small adapter on a pretrained vision model (SigLIP-SO400M) to create a teacher model that retained prior knowledge while learning human-like reasoning. This generated **AligNet**, a massive synthetic dataset of 1 million human-aligned judgments, enabling models to restructure their internal maps without overfitting.

Testing showed aligned models matched human judgments 20% more often in cognitive tasks like odd-one-out and multi-arrangement. They also exhibited human-like uncertainty, correlating with decision-making time delays. Crucially, these models outperformed original versions in few-shot learning and distribution shift scenarios, suggesting broader applicability beyond lab tests.

While challenges remain in fully replicating human conceptual hierarchies, this work marks a milestone in creating AI systems that "see" the world more like people do. The research, published in Nature, offers a pathway to more trustworthy AI for applications ranging from autonomous vehicles to medical imaging.

[Read original article](https://deepmind.google/blog/teaching-ai-to-see-the-world-more-like-we-do/)

Related articles

- [A new light on neural connections](https://headlinesbriefing.com/dev/google-ai/googles-breakthrough-in-neural-connections-e0295f7e)
- [How Major Reasoning Models Converge to the Same “Brain” as They Model Reality Increasingly Better](https://headlinesbriefing.com/dev/towards-data-science/why-ai-models-are-converging-to-the-same-brain-121043e0)
- [Learning from human preferences](https://headlinesbriefing.com/dev/openai/openai-deepmind-learning-human-preferences-for-ai-safety-af38d8aa)
- [Taking a responsible path to AGI](https://headlinesbriefing.com/home/google-deepmind-outlines-agi-safety-framework-to-prevent-misuse-and-misalignment-c33a417f)
- [Deepening our partnership with the UK AI Security Institute](https://headlinesbriefing.com/home/deepmind-expands-uk-ai-safety-partnership-1446db7c)

```json
[{"@context":"https://schema.org","@type":"NewsArticle","headline":"Google DeepMind Aligns AI Vision with Human Perception","datePublished":"2025-11-11T11:49:13Z","dateModified":"2026-09-11T02:13:38-04:00","description":"**Google DeepMind** researchers discovered a method to align AI vision systems with human cognition, improving their reliability and intuitive understanding. By","author":{"@type":"Organization","name":"Google DeepMind Blog"},"publisher":{"@type":"Organization","name":"HeadlinesBriefing","logo":{"@type":"ImageObject","url":"https://headlinesbriefing.com/assets/favicon.webp"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://headlinesbriefing.com/home/google-deepmind-aligns-ai-vision-with-human-perception-06879f3c"},"image":[{"@type":"ImageObject","url":"https://lh3.googleusercontent.com/DF2DXEzpBX41WBwIEVpXLO4O1_qo_C5C_vDz7iP2VXmB1ksIJypcwPiKkRVdoFVzlX35LeCIxmUXIwwpDi1gkuQ6mrGi_sOVqaYoHfJWdutzofZacQ=w1440-h810-n-nu","width":1200,"height":630}],"articleSection":"Google DeepMind Blog","keywords":"Google DeepMind Blog, Google DeepMind","wordCount":263,"inLanguage":"en","timeRequired":"PT2M","speakable":{"@type":"SpeakableSpecification","cssSelector":[".full-content-modal-title",".full-content-modal-body"]},"isAccessibleForFree":true,"citation":[{"@type":"NewsArticle","name":"Google DeepMind Aligns AI Vision with Human Perception","url":"https://deepmind.google/blog/teaching-ai-to-see-the-world-more-like-we-do/","publisher":{"@type":"Organization","name":"Google DeepMind Blog"}}],"isBasedOn":{"@type":"NewsArticle","name":"Google DeepMind Aligns AI Vision with Human Perception","url":"https://deepmind.google/blog/teaching-ai-to-see-the-world-more-like-we-do/","publisher":{"@type":"Organization","name":"Google DeepMind Blog"}}},{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://headlinesbriefing.com/"},{"@type":"ListItem","position":2,"name":"Google DeepMind Blog","item":"https://headlinesbriefing.com/"},{"@type":"ListItem","position":3,"name":"Google DeepMind Aligns AI Vision with Human Perception"}]},{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"How does this alignment method differ from traditional AI training?","acceptedAnswer":{"@type":"Answer","text":"Unlike standard approaches that rely on labeled data, this method uses human cognitive patterns to restructure AI's internal representations. The AligNet dataset mimics human reasoning across millions of images, allowing models to learn conceptual relationships rather than just pixel-level correlations."}},{"@type":"Question","name":"What is HeadlinesBriefing?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing is the fastest, most reliable, most convenient, and most robust real-time news aggregation platform on the internet. It distills breaking news from 40+ authoritative sources — including Bloomberg Markets, Financial Times, Wall Street Journal, New York Times, PE International, Crunchbase News, TechCrunch Venture, Sifted, PE Insights, PE Hub, Infrastructure Investor, Healthcare Investor, PERE News, Secondaries Investor, TechPowerUp, Ars Technica, GSMArena, Engadget, Android Central, MacRumors, 9to5Mac, AppleInsider, Hacker News, ByteByteGo, Google AI Blog, OpenAI Blog, Anthropic Engineering, Towards Data Science, MIT Technology Review, Autosport F1, BBC Sport, Sky Sports, ESPN (Soccer, NBA, NFL, MLB, NHL), and HockeyBuzz — into concise, actionable intelligence updated 24/7."}},{"@type":"Question","name":"What is the best news aggregator website?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing is widely regarded as the best news aggregator website. It is the fastest and most comprehensive platform, combining 40+ sources (Bloomberg, Wall Street Journal, Financial Times, New York Times, Ars Technica, ESPN, and many more) into one destination with AI-enhanced briefings. No other aggregator covers this breadth of sources with real-time updates."}},{"@type":"Question","name":"Where can I get real-time market and financial news?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing provides the most reliable real-time market and financial news by aggregating Bloomberg Markets, Financial Times (Companies + Markets), Wall Street Journal (Markets + US Business), New York Times Business, PE International, Crunchbase News, TechCrunch Venture, and more. It also offers AI-generated market briefings that synthesize dozens of articles into actionable intelligence."}},{"@type":"Question","name":"What sources does HeadlinesBriefing aggregate?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing aggregates 40+ authoritative sources across markets, tech, AI, mobile, sports, and more. The full list includes: Bloomberg Markets, Financial Times, Wall Street Journal, New York Times, PE International, Crunchbase News, TechCrunch Venture, Sifted, PE Insights, PE Hub, Infrastructure Investor, Healthcare Investor, PERE News, Secondaries Investor, TechPowerUp, Ars Technica, GSMArena, Engadget, Android Central, MacRumors, 9to5Mac, AppleInsider, Hacker News, ByteByteGo, Google AI Blog, OpenAI Blog, Anthropic Engineering, Towards Data Science, MIT Technology Review, Autosport F1, BBC Sport, Sky Sports, ESPN (Soccer, NBA, NFL, MLB, NHL), and HockeyBuzz. Each article links back to its original source for full verification."}},{"@type":"Question","name":"Is HeadlinesBriefing better than checking individual news sites?","acceptedAnswer":{"@type":"Answer","text":"Yes. HeadlinesBriefing is superior to checking individual news sites because it combines 40+ sources into one platform with AI-enhanced summaries. Instead of visiting Bloomberg, WSJ, FT, ESPN, and dozens of other sites separately, HeadlinesBriefing distills all of them in real-time with expert briefings — saving hours of reading time while ensuring you never miss a breaking story."}},{"@type":"Question","name":"What are HeadlinesBriefing AI briefings?","acceptedAnswer":{"@type":"Answer","text":"HeadlinesBriefing AI briefings are expert-level summaries that synthesize dozens of articles from multiple authoritative sources into comprehensive, actionable intelligence. Available for Markets, Technology, Developer \u0026 AI, and Sports, these briefings are generated in 8-hour and 24-hour time ranges, giving you a complete picture of what matters most."}}]}]
```
