Bilingual Research Notes

Building Machines That Learn and Think Like People

Brenden M. Lake, Tomer D. Ullman, Joshua B. Tenenbaum, Samuel J. Gershman. Behavioral and Brain Sciences, 2017.

版权说明:本页不是论文全文译本,不公开复制 PDF 全文。英文部分是基于你提供 PDF 的学习稿和结构化释义,中文部分为对应译文;需要核对原文时请使用官方 DOI 或你本地 PDF。

文献信息

Metadata extracted from the PDF
Original TitleBuilding Machines That Learn and Think Like People
中文译名建造像人一样学习和思考的机器
PDF Scope72 pages: target article, peer commentaries, authors' response, references.
核心用途作为“类人学习智能体”路线的总纲论文。

中心论点

Main thesis
English Study Text
The paper argues that human-like AI cannot be reduced to high-performing pattern recognition. A system that learns and thinks like a person needs to build models of the world, use those models for explanation and imagination, and generalize from very small amounts of experience.
中文译文
论文认为,类人 AI 不能被简化为高性能的模式识别。一个像人一样学习和思考的系统,需要建立世界模型,用这些模型进行解释和想象,并能从极少经验中泛化。
English Study Text
Deep learning is treated as an important tool, not as a complete account of intelligence. The authors' position is not anti-neural-network; it is that neural methods need to be combined with structured cognitive ingredients.
中文译文
深度学习被视为重要工具,但不是智能的完整解释。作者并不是反神经网络,而是认为神经方法需要和结构化认知成分结合。

章节导览

Section map
1Introduction / 引言:AI 的新进展带来重新定义“像人一样学习”的机会,作者区分了模式识别路线和世界模型路线。
1.1What this article is not / 本文不是什么:不是简单批判神经网络,而是讨论神经网络如何和认知科学成分融合。
1.2Overview of the key ideas / 关键思想概览:早期发育能力、模型构建、快速学习、快速推理构成主线。
3.1The Characters Challenge / 字符挑战:用少量样本学习新字符,检验系统是否有组合性和程序式表征。
3.2The Frostbite Challenge / Frostbite 游戏挑战:用人类和 DQN 的学习速度差异说明纯强化学习样本效率不足。
4Core ingredients of human intelligence / 人类智能核心成分:直觉物理、直觉心理学、组合性、因果性、learning-to-learn。
4.3Thinking Fast / 快速思考:讨论近似推理、模式识别和模型驱动推理之间的互补关系。
6Discussion and future directions / 未来方向:把深度学习、概率程序、认知模型和实际 AI 应用结合起来。

核心概念

Key concepts
English Study Text
Pattern recognition asks: what label, action, or value should be predicted from this input? Model building asks: what hidden process produced this observation, what else could have happened, and what action could change the future?
中文译文
模式识别问的是:从这个输入应该预测什么标签、动作或价值?模型构建问的是:是什么隐藏过程产生了这个观察?还可能发生什么?什么行动能改变未来?
English Study Text
Start-up software refers to early-developing cognitive machinery that lets infants interpret the world before they have large datasets: basic object knowledge, intuitive physics, social expectations, and agency.
中文译文
“启动软件”指早期发育出的认知机制,使婴儿在没有大量数据之前就能解释世界:基本物体知识、直觉物理、社会预期和能动性理解。
English Study Text
Intuitive physics gives an agent expectations about objects, motion, support, collision, containment, and stability. These expectations make learning more efficient because they constrain what the agent considers possible.
中文译文
直觉物理让智能体对物体、运动、支撑、碰撞、容纳和稳定性形成预期。这些预期限制了智能体认为“可能”的范围,因此让学习更高效。
English Study Text
Intuitive psychology lets an agent interpret other agents as goal-directed, belief-driven, and approximately rational. This is essential for social learning, teaching, imitation, language, and cooperation.
中文译文
直觉心理学让智能体把其他行动者理解为有目标、有信念、近似理性的主体。这对社会学习、教学、模仿、语言和合作至关重要。
English Study Text
Compositionality means that concepts can be built from reusable parts. A learner that understands parts and relations can create new meanings without seeing every combination during training.
中文译文
组合性意味着概念可以由可复用部件构成。理解部件和关系的学习者,不需要在训练中见过每一种组合,也能生成新含义。
English Study Text
Learning-to-learn means that previous tasks shape the hypothesis space for new tasks. The learner does not restart from a blank slate; it accumulates abstractions that make future learning faster.
中文译文
学会学习意味着过去任务会塑造新任务的假设空间。学习者不是每次从白板开始,而是积累抽象知识,使未来学习更快。

论证脉络

Argument flow
English Study Text
The characters challenge illustrates a mismatch between human and machine learning. People can infer a new handwritten concept from a single example because they see the example as an action-like generative process, not only as pixels.
中文译文
字符挑战展示了人类学习和机器学习的错位。人类能从一个样本推断新的手写概念,是因为人把样本看成类似动作的生成过程,而不只是像素。
English Study Text
The Frostbite challenge highlights sample efficiency. A model-free game-playing system may eventually perform well, but humans infer goals, objects, hazards, and strategies from sparse experience by using background knowledge.
中文译文
Frostbite 挑战凸显样本效率问题。无模型游戏系统也许最终能表现很好,但人类会用背景知识,从少量经验中推断目标、物体、危险和策略。
English Study Text
The paper's strongest design implication is that future AI should not force a choice between neural networks and symbolic or probabilistic structure. It should connect fast learned perception with structured models that support explanation and planning.
中文译文
论文最强的设计启示是,未来 AI 不应被迫在神经网络和符号/概率结构之间二选一,而应把快速学习的感知系统与支持解释和规划的结构化模型连接起来。
English Study Text
For lifelong agents, this paper supplies the cognitive ingredients that a bare continual-learning system lacks: causal understanding, intuitive theories, compositional representations, and reusable abstractions.
中文译文
对于终身智能体,这篇论文补上了普通持续学习系统缺少的认知成分:因果理解、直觉理论、组合式表征和可复用抽象。

阅读建议

How to use this paper
English Study Text
Read the target article first, especially sections 1, 3, 4, and 6. Treat the peer commentaries as a map of objections: embodiment, emotion, biological plausibility, neuroscience, social learning, and whether deep networks can already implement some model-building behavior.
中文译文
先读主文,尤其是第 1、3、4、6 节。同行评论可以当作反对意见地图:具身、情绪、生物合理性、神经科学、社会学习,以及深度网络是否已经能实现某些模型构建行为。
English Study Text
If your goal is to design a continuously developing agent, use this paper as the cognitive specification layer, then connect it to continual learning, memory replay, world models, and open-ended exploration papers.
中文译文
如果你的目标是设计一个持续发育的智能体,可以把这篇论文当作“认知规格层”,再把它接到持续学习、记忆重放、世界模型和开放式探索论文上。