paper-with-me

Papers

A Closer Look at Learned Optimization: Stability, Robustness, and Inductive Biases

2022-09-22 · James Harrison, Luke Metz, Jascha Sohl-Dickstein

Learned optimizers -- neural networks that are trained to act as optimizers -- have the potential to dramatically accelerate training of machine learning models. However, even when meta-trained across thousands of tasks at huge computational expense, blackbox learned optimizers often struggle with stability and generalization when applied to tasks unlike those in their meta-training set. In this paper, we use tools from dynamical systems to investigate the inductive biases and stability properties of optimization algorithms, and apply the resulting insights to designing inductive biases for blackbox optimizers. Our investigation begins with a noisy quadratic model, where we characterize conditions in which optimization is stable, in terms of eigenvalues of the training dynamics. We then introduce simple modifications to a learned optimizer's architecture and meta-training procedure which lead to improved stability, and improve the optimizer's inductive bias. We apply the resulting learned optimizer to a variety of neural network training tasks, where it outperforms the current state of the art learned optimizer -- at matched optimizer computational overhead -- with regard to optimization performance and meta-training speed, and is capable of generalization to tasks far different from those it was meta-trained on.

📄 PDF Abstract BibTeX arXiv:2209.11208

Code (1)

google/learned_optimization 공식 구현 jax

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

Rethinking Pose Refinement in 3D Gaussian Splatting under Pose Prior and Geometric Uncertainty

2026-03-17 · Mangyu Kong, Jaewon Lee, Seongwon Lee, Euntai Kim arxiv

3D Gaussian Splatting (3DGS) has recently emerged as a powerful scene representation and is increasingly used for visual localization and pose refinement. However, despite its high-quality differentiable rendering, the r…

Visual Localization

A Closer Look into the Robustness of Neural Dependency Parsers Using Better Adversarial Examples

2021-08-01 · Findings (ACL) 2021 8 · Yuxuan Wang, Wanxiang Che, Ivan Titov, Shay B. Cohen 외

A Closer Look at Accuracy vs. Robustness

2020-03-05 · NeurIPS 2020 12 · Yao-Yuan Yang, Cyrus Rashtchian, Hongyang Zhang, Ruslan Salakhutdinov 외

Current methods for training robust networks lead to a drop in test accuracy, which has led prior works to posit that a robustness-accuracy tradeoff may be inevitable in deep learning. We take a closer look at this pheno…

A Closer Look at Few-shot Classification Again

2023-01-28 · Xu Luo, Hao Wu, Ji Zhang, Lianli Gao 외

Few-shot classification consists of a training phase where a model is learned on a relatively large dataset and an adaptation phase where the learned model is adapted to previously-unseen tasks with limited labeled sampl…

ClassificationRepresentation LearningTransfer Learning

Augmented Adversarial Trigger Learning

2025-03-16 · Zhe Wang, Yanjun Qi

Gradient optimization-based adversarial attack methods automate the learning of adversarial triggers to generate jailbreak prompts or leak system prompts. In this work, we take a closer look at the optimization objective…

Adversarial Attack