← Search

Risto Miikkulainen

13 accepted papers

2026

Evolution Strategies at Scale: LLM Fine-Tuning Beyond Reinforcement Learning

ICML 2026poster

Fine-tuning large language models (LLMs) for downstream tasks is an essential stage of modern AI deployment. Reinforcement learning (RL) has emerged as the dominant fine-tuning paradigm, underpinning many state-of-the-art LLMs. In contrast, evolution strategies (ES) has largely been overlooked due t…

Cited by 0SourceScholar
2024

NeuroBack: Improving CDCL SAT Solving using Graph Neural Networks

ICLR 2024poster

Propositional satisfiability (SAT) is an NP-complete problem that impacts many research fields, such as planning, verification, and security. Mainstream modern SAT solvers are based on the Conflict-Driven Clause Learning (CDCL) algorithm. Recent work aimed to enhance CDCL SAT solvers using Graph Neu…

2024

Semantic Density: Uncertainty Quantification for Large Language Models through Confidence Measurement in Semantic Space

NeurIPS 2024poster

With the widespread application of Large Language Models (LLMs) to various domains, concerns regarding the trustworthiness of LLMs in safety-critical scenarios have been raised, due to their unpredictable tendency to hallucinate and generate misinformation. Existing LLMs do not have an inherent func…

2024

Unlocking the Potential of Global Human Expertise

NeurIPS 2024poster

Solving societal problems on a global scale requires the collection and processing of ideas and methods from diverse sets of international experts. As the number and diversity of human experts increase, so does the likelihood that elements in this collective knowledge can be combined and refined to…

2023

AutoInit: Analytic Signal-Preserving Weight Initialization for Neural Networks

AAAI 2023technical

Neural networks require careful weight initialization to prevent signals from exploding or vanishing. Existing initialization schemes solve this problem in specific cases by assuming that the network has a certain activation function or topology. It is difficult to derive such weight initializatio…

2023

Shortest Edit Path Crossover: A Theory-driven Solution to the Permutation Problem in Evolutionary Neural Architecture Search

ICML 2023poster

Population-based search has recently emerged as a possible alternative to Reinforcement Learning (RL) for black-box neural architecture search (NAS). It performs well in practice even though it is not theoretically well understood. In particular, whereas traditional population-based search methods s…

2022

Detecting Misclassification Errors in Neural Networks with a Gaussian Process Model

AAAI 2022technical

As neural network classifiers are deployed in real-world applications, it is crucial that their failures can be detected reliably. One practical solution is to assign confidence scores to each prediction, then use these scores to filter out possible misclassifications. However, existing confidence m…

2021

The Traveling Observer Model: Multi-task Learning Through Spatial Variable Embeddings

ICLR 2021spotlight

This paper frames a general prediction system as an observer traveling around a continuous space, measuring values at some locations, and predicting them at others. The observer is completely agnostic about any particular task being solved; it cares only about measurement locations and their values.…

Cited by 15SourcePDFScholar
2020

Quantifying Point-Prediction Uncertainty in Neural Networks via Residual Estimation with an I/O Kernel

ICLR 2020poster

Neural Networks (NNs) have been extensively used for a wide spectrum of real-world regression tasks, where the goal is to predict a numerical outcome such as revenue, effectiveness, or a quantitative result. In many such tasks, the point prediction is not enough: the uncertainty (i.e. risk or confid…

Cited by 75SourcecodeScholar
2019

Modular Universal Reparameterization: Deep Multi-task Learning Across Diverse Domains

NeurIPS 2019poster

As deep learning applications continue to become more diverse, an interesting question arises: Can general problem solving arise from jointly learning several such diverse tasks? To approach this question, deep multi-task learning is extended in this paper to the setting where there is no obvious ov…

2018

Beyond Shared Hierarchies: Deep Multitask Learning through Soft Layer Ordering

ICLR 2018poster

Existing deep multitask learning (MTL) approaches align layers shared between tasks in a parallel ordering. Such an organization significantly constricts the types of shared structure that can be learned. The necessity of parallel ordering for deep MTL is first tested by comparing it with permuted o…

Cited by 141SourcePDFScholar
2018

Pseudo-task Augmentation: From Deep Multitask Learning to Intratask Sharing—and Back

ICML 2018oral

Deep multitask learning boosts performance by sharing learned structure across related tasks. This paper adapts ideas from deep multitask learning to the setting where only a single task is available. The method is formalized as pseudo-task augmentation, in which models are trained with multiple dec…

Cited by 64SourcePDFScholar