← Search

Jeff Clune

18 accepted papers

2026

Darwin Gödel Machine: Open-Ended Evolution of Self-Improving Agents

ICLR 2026poster

Most of today's AI systems are constrained by human-designed, fixed architectures and cannot autonomously and continuously improve themselves. The scientific method, on the other hand, is a cumulative and open-ended system, where each innovation builds upon previous artifacts, enabling future discov…

Cited by 0SourcecodeScholar
2025

Intelligent Go-Explore: Standing on the Shoulders of Giant Foundation Models

ICLR 2025poster

Go-Explore is a powerful family of algorithms designed to solve hard-exploration problems built on the principle of archiving discovered states, and iteratively returning to and exploring from the most promising states. This approach has led to superhuman performance across a wide variety of challen…

2025

OMNI-EPIC: Open-endedness via Models of human Notions of Interestingness with Environments Programmed in Code

ICLR 2025poster

Open-ended and AI-generating algorithms aim to continuously generate and solve increasingly complex tasks indefinitely, offering a promising path toward more general intelligence. To accomplish this grand vision, learning must occur within a vast array of potential tasks. Existing approaches to auto…

2024

First-Explore, then Exploit: Meta-Learning to Solve Hard Exploration-Exploitation Trade-Offs

NeurIPS 2024poster

Standard reinforcement learning (RL) agents never intelligently explore like a human (i.e. taking into account complex domain priors and adapting quickly based on previous exploration). Across episodes, RL agents struggle to perform even simple exploration strategies, for example systematic search t…

2024

Genie: Generative Interactive Environments

ICML 2024oral

We introduce Genie, the first *generative interactive environment* trained in an unsupervised manner from unlabelled Internet videos. The model can be prompted to generate an endless variety of action-controllable virtual worlds described through text, synthetic images, photographs, and even sketche…

Cited by 172SourcePDFScholar
2024

OMNI: Open-endedness via Models of human Notions of Interestingness

ICLR 2024poster

Open-ended algorithms aim to learn new, interesting behaviors forever. That requires a vast environment search space, but there are thus infinitely many possible tasks. Even after filtering for tasks the current agent can learn (i.e., learning progress), countless learnable yet uninteresting tasks r…

2024

Quality Diversity through Human Feedback: Towards Open-Ended Diversity-Driven Optimization

ICML 2024poster

Reinforcement Learning from Human Feedback (RLHF) has shown potential in qualitative tasks where easily defined performance measures are lacking. However, there are drawbacks when RLHF is commonly used to optimize for average human preferences, especially in generative tasks that demand diverse mode…

2024

Quality-Diversity through AI Feedback

ICLR 2024poster

In many text-generation problems, users may prefer not only a single response, but a diverse range of high-quality outputs from which to choose. Quality-diversity (QD) search algorithms aim at such outcomes, by continually improving and diversifying a population of candidates. However, the applicabi…

Cited by 50SourcePDFScholar
2023

Thought Cloning: Learning to Think while Acting by Imitating Human Thinking

NeurIPS 2023spotlight

Language is often considered a key aspect of human thinking, providing us with exceptional abilities to generalize, explore, plan, replan, and adapt to new situations. However, Reinforcement Learning (RL) agents are far from human-level performance in any of these abilities. We hypothesize one reaso…

2022

Video PreTraining (VPT): Learning to Act by Watching Unlabeled Online Videos

NeurIPS 2022accept

Pretraining on noisy, internet-scale datasets has been heavily studied as a technique for training models with broad, general capabilities for text, images, and other modalities. However, for many sequential decision domains such as robotics, video games, and computer use, publicly available data do…

2019

Backpropamine: training self-modifying neural networks with differentiable neuromodulated plasticity

ICLR 2019poster

The impressive lifelong learning in animal brains is primarily enabled by plastic changes in synaptic connectivity. Importantly, these changes are not passive, but are actively controlled by neuromodulation, which is itself under the control of the brain. The resulting self-modifying abilities of th…

Cited by 105SourcePDFScholar
2019

Robustness to Out-of-Distribution Inputs via Task-Aware Generative Uncertainty

ICRA 2019poster

Deep learning provides a powerful tool for robotic perception in the open world. However, real-world robotic systems, especially mobile robots, must be able to react intelligently and safely even in unexpected circumstances. This requires a system that knows what it knows, and can estimate its own u…

Cited by 48SourceScholar
2018

Differentiable plasticity: training plastic neural networks with backpropagation

ICML 2018oral

How can we build agents that keep learning from experience, quickly and efficiently, after their initial training? Here we take inspiration from the main mechanism of learning in biological brains: synaptic plasticity, carefully tuned by evolution to produce efficient lifelong learning. We show that…

2018

Improving Exploration in Evolution Strategies for Deep Reinforcement Learning via a Population of Novelty-Seeking Agents

NeurIPS 2018poster

Evolution strategies (ES) are a family of black-box optimization algorithms able to train deep neural networks roughly as well as Q-learning and policy gradient methods on challenging deep reinforcement learning (RL) problems, but are much faster (e.g. hours vs. days) because they parallelize better…

2017

Plug & Play Generative Networks: Conditional Iterative Generation of Images in Latent Space

CVPR 2017spotlight

Generating high-resolution, photo-realistic images has been a long-standing goal in machine learning. Recently, Nguyen et al. 2016 showed one interesting way to synthesize novel images by performing gradient descent in the latent space of a generator network to maximize the activations of one or mul…

Cited by 1035PDFScholar
2016

Synthesizing the preferred inputs for neurons in neural networks via deep generator networks

NeurIPS 2016poster

Deep neural networks (DNNs) have demonstrated state-of-the-art results on many pattern recognition tasks, especially vision classification problems. Understanding the inner workings of such computational brains is both fascinating basic science that is interesting in its own right---similar to why w…

Cited by 907SourcePDFScholar
2015

Deep Neural Networks Are Easily Fooled: High Confidence Predictions for Unrecognizable Images

CVPR 2015poster

Deep neural networks (DNNs) have recently been achieving state-of-the-art performance on a variety of pattern-recognition tasks, most notably visual classification problems. Given that DNNs are now able to classify objects in images with near-human-level performance, questions naturally arise as to…