paper-with-me

Papers

EvoGrad: Efficient Gradient-Based Meta-Learning and Hyperparameter Optimization

2021-06-19 · NeurIPS 2021 12 · Ondrej Bohdal, Yongxin Yang, Timothy Hospedales

Gradient-based meta-learning and hyperparameter optimization have seen significant progress recently, enabling practical end-to-end training of neural networks together with many hyperparameters. Nevertheless, existing approaches are relatively expensive as they need to compute second-order derivatives and store a longer computational graph. This cost prevents scaling them to larger network architectures. We present EvoGrad, a new approach to meta-learning that draws upon evolutionary techniques to more efficiently compute hypergradients. EvoGrad estimates hypergradient with respect to hyperparameters without calculating second-order gradients, or storing a longer computational graph, leading to significant improvements in efficiency. We evaluate EvoGrad on three substantial recent meta-learning applications, namely cross-domain few-shot learning with feature-wise transformations, noisy label learning with Meta-Weight-Net and low-resource cross-lingual learning with meta representation transformation. The results show that EvoGrad significantly improves efficiency and enables scaling meta-learning to bigger architectures such as from ResNet10 to ResNet34.

📄 PDF Abstract BibTeX arXiv:2106.10575

Code (1)

ondrejbohdal/evograd 공식 구현 pytorch

Tasks

Cross-Domain Few-Shotcross-domain few-shot learningFew-Shot LearningHyperparameter OptimizationMeta-Learning

Similar Papers 제목 키워드 기반

EvoGrad: Metaheuristics in a Differentiable Wonderland

2025-05-28 · Beatrice F. R. Citterio, Andrea Tangherloni

Differentiable programming has revolutionised optimisation by enabling efficient gradient-based training of complex models, such as Deep Neural Networks (NNs) with billions and trillions of parameters. However, tradition…

EvoGrader: an online formative assessment tool for automatically evaluating written evolutionary explanations

2016-01-13 · Kayhan Moharreri, Minsu Ha, Ross H Nehm

EvoGrader is a free, online, on-demand formative assessment service designed for use in undergraduate biology classrooms. EvoGrader's web portal is powered by Amazon's Elastic Cloud and run with LightSIDE Lab's open-sour…

BIG-bench Machine Learning

Online Hyperparameter Meta-Learning with Hypergradient Distillation

2021-10-06 · ICLR 2022 4 · Hae Beom Lee, Hayeon Lee, Jaewoong Shin, Eunho Yang 외

Many gradient-based meta-learning methods assume a set of parameters that do not participate in inner-optimization, which can be considered as hyperparameters. Although such hyperparameters can be optimized using the exi…

Hyperparameter OptimizationKnowledge DistillationMeta-Learning

Enhancing Fractional Gradient Descent with Learned Optimizers

2025-10-21 · Jan Sobotka, Petr Šimánek, Pavel Kordík arxiv

Fractional Gradient Descent (FGD) offers a novel and promising way to accelerate optimization by incorporating fractional calculus into machine learning. Although FGD has shown encouraging initial results across various …

Non-greedy Gradient-based Hyperparameter Optimization Over Long Horizons

2020-09-28 · Paul Micaelli, Amos Storkey

Gradient-based meta-learning has earned a widespread popularity in few-shot learning, but remains broadly impractical for tasks with long horizons (many gradient steps), due to memory scaling and gradient degradation iss…

Few-Shot LearningHyperparameter OptimizationMeta-Learning