paper-with-me

홈 › Papers

Demystifying Learning Rate Policies for High Accuracy Training of Deep Neural Networks

2019-08-18 · Yanzhao Wu, Ling Liu, Juhyun Bae, Ka-Ho Chow, Arun Iyengar, Calton Pu, Wenqi Wei, Lei Yu, Qi Zhang

Learning Rate (LR) is an important hyper-parameter to tune for effective training of deep neural networks (DNNs). Even for the baseline of a constant learning rate, it is non-trivial to choose a good constant value for training a DNN. Dynamic learning rates involve multi-step tuning of LR values at various stages of the training process and offer high accuracy and fast convergence. However, they are much harder to tune. In this paper, we present a comprehensive study of 13 learning rate functions and their associated LR policies by examining their range parameters, step parameters, and value update parameters. We propose a set of metrics for evaluating and selecting LR policies, including the classification confidence, variance, cost, and robustness, and implement them in LRBench, an LR benchmarking system. LRBench can assist end-users and DNN developers to select good LR policies and avoid bad LR policies for training their DNNs. We tested LRBench on Caffe, an open source deep learning framework, to showcase the tuning optimization of LR policies. Evaluated through extensive experiments, we attempt to demystify the tuning of LR policies by identifying good LR policies with effective LR value ranges and step sizes for LR update schedules.

📄 PDF Abstract BibTeX arXiv:1908.06477

Code (1)

git-disl/LRBench 공식 구현 tf

Tasks

BenchmarkingImage Classification

Similar Papers 제목 키워드 기반

Demystifying Legalese: An Automated Approach for Summarizing and Analyzing Overlaps in Privacy Policies and Terms of Service

2024-04-17 · Shikha Soneji, Mitchell Hoesing, Sujay Koujalgi, Jonathan Dodge

The complexities of legalese in terms and policy documents can bind individuals to contracts they do not fully comprehend, potentially leading to uninformed data sharing. Our work seeks to alleviate this issue by develop…

Searching for High-Value Molecules Using Reinforcement Learning and Transformers

2023-10-04 · Raj Ghugare, Santiago Miret, Adriana Hugessen, Mariano Phielipp 외

Reinforcement learning (RL) over text representations can be effective for finding high-value policies that can search over graphs. However, RL requires careful structuring of the search space and algorithm design to be …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Demystifying the Neural Tangent Kernel from a Practical Perspective: Can it be trusted for Neural Architecture Search without training?

2022-03-28 · CVPR 2022 1 · Jisoo Mok, Byunggook Na, Ji-Hoon Kim, Dongyoon Han 외

In Neural Architecture Search (NAS), reducing the cost of architecture evaluation remains one of the most crucial challenges. Among a plethora of efforts to bypass training of each candidate architecture to convergence f…

Neural Architecture Search

Demystifying Flux Architecture

2025-07-13 · Or Greenberg arxiv

FLUX.1 is a diffusion-based text-to-image generation model developed by Black Forest Labs, designed to achieve faithful text-image alignment while maintaining high image quality and diversity. FLUX is considered state-of…

Text-to-Image Generation

Demystifying Hyperparameter Optimization in Federated Learning

2021-09-29 · Syed Zawad, Jun Yi, Minjia Zhang, Cheng Li 외

Federated Learning (FL) is a new machine learning paradigm that enables training models collaboratively across clients without sharing private data. In FL, data is non-uniformly distributed among clients (i.e., data het…

Federated LearningHyperparameter OptimizationPrivacy Preserving