paper-with-me

Papers

AutoLoss: Learning Discrete Schedule for Alternate Optimization

2018-09-27 · ICLR 2019 · Haowen Xu, Hao Zhang, Zhiting Hu, Xiaodan Liang, Ruslan Salakhutdinov, Eric Xing

Many machine learning problems involve iteratively and alternately optimizing different task objectives with respect to different sets of parameters. Appropriately scheduling the optimization of a task objective or a set of parameters is usually crucial to the quality of convergence. In this paper, we present AutoLoss, a meta-learning framework that automatically learns and determines the optimization schedule. AutoLoss provides a generic way to represent and learn the discrete optimization schedule from metadata, allows for a dynamic and data-driven schedule in ML problems that involve alternating updates of different parameters or from different loss objectives. We apply AutoLoss on four ML tasks: d-ary quadratic regression, classification using a multi-layer perceptron (MLP), image generation using GANs, and multi-task neural machine translation (NMT). We show that the AutoLoss controller is able to capture the distribution of better optimization schedules that result in higher quality of convergence on all four tasks. The trained AutoLoss controller is generalizable -- it can guide and improve the learning of a new task model with different specifications, or on different datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationMachine TranslationMeta-LearningNMTScheduling

Similar Papers 제목 키워드 기반

AutoLoss: Learning Discrete Schedules for Alternate Optimization

2018-10-04 · Haowen Xu, Hao Zhang, Zhiting Hu, Xiaodan Liang 외

Many machine learning problems involve iteratively and alternately optimizing different task objectives with respect to different sets of parameters. Appropriately scheduling the optimization of a task objective or a set…

Image GenerationMachine TranslationMeta-LearningNMT+2

AutoLossGen: Automatic Loss Function Generation for Recommender Systems

2022-04-27 · Zelong Li, Jianchao Ji, Yingqiang Ge, Yongfeng Zhang

In recommendation systems, the choice of loss function is critical since a good loss may significantly improve the model performance. However, manually designing a good loss is a big challenge due to the complexity of th…

Recommendation Systems

AutoLoss: Automated Loss Function Search in Recommendations

2021-06-12 · Xiangyu Zhao, Haochen Liu, Wenqi Fan, Hui Liu 외

Designing an effective loss function plays a crucial role in training deep recommender systems. Most existing works often leverage a predefined and fixed loss function that could lead to suboptimal recommendation quality…

Recommendation Systems

Loss Function Discovery for Object Detection via Convergence-Simulation Driven Search

2021-02-09 · ICLR 2021 1 · Peidong Liu, Gengwei Zhang, Bochao Wang, Hang Xu 외

Designing proper loss functions for vision tasks has been a long-standing research direction to advance the capability of existing models. For object detection, the well-established classification and regression loss fun…

image-classificationModel Optimizationobject-detectionObject Detection

Self-Tuning Networks: Bilevel Optimization of Hyperparameters using Structured Best-Response Functions

2019-03-07 · ICLR 2019 5 · Matthew MacKay, Paul Vicol, Jon Lorraine, David Duvenaud 외

Hyperparameter optimization can be formulated as a bilevel optimization problem, where the optimal parameters on the training set depend on the hyperparameters. We aim to adapt regularization hyperparameters for neural n…

Bilevel OptimizationData AugmentationHyperparameter Optimization