paper-with-me

Papers

Optimizer Amalgamation

2022-03-12 · ICLR 2022 4 · Tianshu Huang, Tianlong Chen, Sijia Liu, Shiyu Chang, Lisa Amini, Zhangyang Wang

Selecting an appropriate optimizer for a given problem is of major interest for researchers and practitioners. Many analytical optimizers have been proposed using a variety of theoretical and empirical approaches; however, none can offer a universal advantage over other competitive optimizers. We are thus motivated to study a new problem named Optimizer Amalgamation: how can we best combine a pool of "teacher" optimizers into a single "student" optimizer that can have stronger problem-specific performance? In this paper, we draw inspiration from the field of "learning to optimize" to use a learnable amalgamation target. First, we define three differentiable amalgamation mechanisms to amalgamate a pool of analytical optimizers by gradient descent. Then, in order to reduce variance of the amalgamation process, we also explore methods to stabilize the amalgamation process by perturbing the amalgamation target. Finally, we present experiments showing the superiority of our amalgamated optimizer compared to its amalgamated components and learning to optimize baselines, and the efficacy of our variance reducing perturbations. Our code and pre-trained models are publicly available at http://github.com/VITA-Group/OptimizerAmalgamation.

📄 PDF Abstract BibTeX arXiv:2203.06474

Code (1)

vita-group/optimizeramalgamation 공식 구현 tf

Similar Papers 제목 키워드 기반

Knowledge Amalgamation for Object Detection with Transformers

2022-03-07 · Haofei Zhang, Feng Mao, Mengqi Xue, Gongfan Fang 외

Knowledge amalgamation (KA) is a novel deep model reusing task aiming to transfer knowledge from several well-trained teachers to a multi-talented and compact student. Currently, most of these approaches are tailored for…

Objectobject-detectionObject Detection

Contrastive Knowledge Amalgamation for Unsupervised Image Classification

2023-07-27 · Shangde Gao, Yichao Fu, Ke Liu, Yuqiang Han

Knowledge amalgamation (KA) aims to learn a compact student model to handle the joint objective from multiple teacher models that are are specialized for their own tasks respectively. Current methods focus on coarsely al…

Classificationimage-classificationImage ClassificationUnsupervised Image Classification

gradSLAM: Automagically differentiable SLAM

2019-10-23 · Krishna Murthy Jatavallabhula, Soroush Saryazdi, Ganesh Iyer, Liam Paull

Blending representation learning approaches with simultaneous localization and mapping (SLAM) systems is an open question, because of their highly modular and complex nature. Functionally, SLAM is an operation that trans…

Open-Ended Question AnsweringRepresentation LearningSimultaneous Localization and Mapping

Class-Incremental Learning via Knowledge Amalgamation

2022-09-05 · Marcus de Carvalho, Mahardhika Pratama, Jie Zhang, Yajuan San

Catastrophic forgetting has been a significant problem hindering the deployment of deep learning algorithms in the continual learning setting. Numerous methods have been proposed to address the catastrophic forgetting pr…

class-incremental learningClass Incremental LearningContinual LearningIncremental Learning

Model Uncertainty-Aware Knowledge Amalgamation for Pre-Trained Language Models

2021-12-14 · Lei LI, Yankai Lin, Xuancheng Ren, Guangxiang Zhao 외

As many fine-tuned pre-trained language models~(PLMs) with promising performance are generously released, investigating better ways to reuse these models is vital as it can greatly reduce the retraining computational cos…