paper-with-me

Papers

Eliminating Meta Optimization Through Self-Referential Meta Learning

2022-12-29 · Louis Kirsch, Jürgen Schmidhuber

Meta Learning automates the search for learning algorithms. At the same time, it creates a dependency on human engineering on the meta-level, where meta learning algorithms need to be designed. In this paper, we investigate self-referential meta learning systems that modify themselves without the need for explicit meta optimization. We discuss the relationship of such systems to in-context and memory-based meta learning and show that self-referential neural networks require functionality to be reused in the form of parameter sharing. Finally, we propose fitness monotonic execution (FME), a simple approach to avoid explicit meta optimization. A neural network self-modifies to solve bandit and classic control tasks, improves its self-modifications, and learns how to learn, purely by assigning more computational resources to better performing solutions.

📄 PDF Abstract BibTeX arXiv:2212.14392

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

A Modern Self-Referential Weight Matrix That Learns to Modify Itself

2022-02-11 · Kazuki Irie, Imanol Schlag, Róbert Csordás, Jürgen Schmidhuber

The weight matrix (WM) of a neural network (NN) is its program. The programs of many traditional NNs are learned through gradient descent in some error function, then remain fixed. The WM of a self-referential NN, howeve…

Few-Shot Learning

Hyperagents

2026-03-19 · Jenny Zhang, Bingchen Zhao, Wannan Yang, Jakob Foerster 외 arxiv

Self-improving AI systems aim to reduce reliance on human engineering by learning to improve their own learning and problem-solving processes. Existing approaches to self-improvement rely on fixed, handcrafted meta-level…

Discovering Evolution Strategies via Meta-Black-Box Optimization

2022-11-21 · Robert Tjarko Lange, Tom Schaul, Yutian Chen, Tom Zahavy 외

Optimizing functions without access to gradients is the remit of black-box methods such as evolution strategies. While highly general, their learning dynamics are often times heuristic and inflexible - exactly the limita…

continuous-controlContinuous ControlMeta-Learning

Preferential Bayesian Optimization with Crash Feedback

2026-04-02 · Johanna Menn, David Stenger, Sebastian Trimpe arxiv

Bayesian optimization is a popular black-box optimization method for parameter learning in control and robotics. It typically requires an objective function that reflects the user's optimization goal. However, in practic…

Generalizable Heuristic Generation Through Large Language Models with Meta-Optimization

2025-05-27 · Yiding Shi, Jianan Zhou, Wen Song, Jieyi Bi 외

Heuristic design with large language models (LLMs) has emerged as a promising approach for tackling combinatorial optimization problems (COPs). However, existing approaches often rely on manually predefined evolutionary …

Combinatorial OptimizationMeta-Learning