paper-with-me

Papers

AI-GAs: AI-generating algorithms, an alternate paradigm for producing general artificial intelligence

2019-05-27 · Jeff Clune

Perhaps the most ambitious scientific quest in human history is the creation of general artificial intelligence, which roughly means AI that is as smart or smarter than humans. The dominant approach in the machine learning community is to attempt to discover each of the pieces required for intelligence, with the implicit assumption that some future group will complete the Herculean task of figuring out how to combine all of those pieces into a complex thinking machine. I call this the "manual AI approach". This paper describes another exciting path that ultimately may be more successful at producing general AI. It is based on the clear trend in machine learning that hand-designed solutions eventually are replaced by more effective, learned solutions. The idea is to create an AI-generating algorithm (AI-GA), which automatically learns how to produce general AI. Three Pillars are essential for the approach: (1) meta-learning architectures, (2) meta-learning the learning algorithms themselves, and (3) generating effective learning environments. I argue that either approach could produce general AI first, and both are scientifically worthwhile irrespective of which is the fastest path. Because both are promising, yet the ML community is currently committed to the manual approach, I argue that our community should increase its research investment in the AI-GA approach. To encourage such research, I describe promising work in each of the Three Pillars. I also discuss AI-GA-specific safety and ethical considerations. Because it it may be the fastest path to general AI and because it is inherently scientifically interesting to understand the conditions in which a simple algorithm can produce general AI (as happened on Earth where Darwinian evolution produced human intelligence), I argue that the pursuit of AI-GAs should be considered a new grand challenge of computer science research.

📄 PDF Abstract BibTeX arXiv:1905.10985

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Self-Evolving 3D Scene Generation from a Single Image

2025-12-09 · Kaizhi Zheng, Yue Fan, Jing Gu, Zishuo Xu 외 arxiv

Generating high-quality, textured 3D scenes from a single image remains a fundamental challenge in vision and graphics. Recent image-to-3D generators recover reasonable geometry from single views, but their object-centri…

Scene GenerationVideo Generation3D Generation

Meta-Learning in Reproducing Kernel Hilbert Space

2021-01-01 · ICLR 2021 1 · Yufan Zhou, Zhenyi Wang, Jiayi Xian, Changyou Chen 외

Model Agnostic Meta Learning (MAML) has emerged as a standard framework for meta learning, where a meta-model is learned with the ability of fast adapting to new tasks. However, as a double-looped optimization problem,…

Meta-Learning

PolyDiff: Generating 3D Polygonal Meshes with Diffusion Models

2023-12-18 · Antonio Alliegro, Yawar Siddiqui, Tatiana Tommasi, Matthias Nießner

We introduce PolyDiff, the first diffusion-based approach capable of directly generating realistic and diverse 3D polygonal meshes. In contrast to methods that use alternate 3D shape representations (e.g. implicit repres…

AvgDenoising

Learning Causal Structures Using Regression Invariance

2017-05-26 · NeurIPS 2017 12 · AmirEmad Ghassami, Saber Salehkaleybar, Negar Kiyavash, Kun Zhang

We study causal inference in a multi-environment setting, in which the functional relations for producing the variables from their direct causes remain the same across environments, while the distribution of exogenous no…

Causal Inferenceregression

ICR: Iterative Clarification and Rewriting for Conversational Search

2025-09-05 · Zhiyu Cao, Peifeng Li, Qiaoming Zhu arxiv

Most previous work on Conversational Query Rewriting employs an end-to-end rewriting paradigm. However, this approach is hindered by the issue of multiple fuzzy expressions within the query, which complicates the simulta…