中文
相关论文

相关论文: Neural Velocity for hyperparameter tuning

200 篇论文

Although deep learning has produced dazzling successes for applications of image, speech, and video processing in the past few years, most trainings are with suboptimal hyper-parameters, requiring unnecessarily long training times. Setting…

机器学习 · 计算机科学 2018-04-25 Leslie N. Smith

In the usual deep neural network optimization process, the learning rate is the most important hyper parameter, which greatly affects the final convergence effect. The purpose of learning rate is to control the stepsize and gradually reduce…

机器学习 · 计算机科学 2019-05-02 Jiakai Wei

We develop an approach to efficiently grow neural networks, within which parameterization and optimization strategies are designed by considering their effects on the training dynamics. Unlike existing growing methods, which follow simple…

机器学习 · 计算机科学 2023-06-23 Xin Yuan , Pedro Savarese , Michael Maire

The general approach taken when training deep learning classifiers is to save the parameters after every few iterations, train until either a human observer or a simple metric-based heuristic decides the network isn't learning anymore, and…

机器学习 · 计算机科学 2021-11-17 J. K. Terry , Mario Jayakumar , Kusal De Alwis

Background: Recent developments have made it possible to accelerate neural networks training significantly using large batch sizes and data parallelism. Training in an asynchronous fashion, where delay occurs, can make training even more…

机器学习 · 计算机科学 2020-02-14 Niv Giladi , Mor Shpigel Nacson , Elad Hoffer , Daniel Soudry

Fine-tuning from pre-trained ImageNet models has become the de-facto standard for various computer vision tasks. Current practices for fine-tuning typically involve selecting an ad-hoc choice of hyperparameters and keeping them fixed to…

计算机视觉与模式识别 · 计算机科学 2020-02-28 Hao Li , Pratik Chaudhari , Hao Yang , Michael Lam , Avinash Ravichandran , Rahul Bhotika , Stefano Soatto

As hyperparameter tuning becomes increasingly costly at scale, efficient tuning methods are essential. Yet principles for guiding hyperparameter tuning remain limited. In this work, we seek to establish such principles by considering a…

机器学习 · 计算机科学 2025-09-30 Bingrui Li , Jiaxin Wen , Zhanpeng Zhou , Jun Zhu , Jianfei Chen

Loss of trainability refers to a phenomenon in continual learning where parameter updates no longer make progress on the optimization objective, so accuracy stalls or degrades as the learning problem changes over time. In this paper, we…

机器学习 · 计算机科学 2025-12-11 Gunbir Singh Baveja , Alex Lewandowski , Mark Schmidt

This paper introduce a novel metric of an objective function f, we say VC (value change) to measure the difficulty and approximation affection when conducting an neural network approximation task, and it numerically supports characterizing…

机器学习 · 计算机科学 2025-08-29 Pengcheng Xie , Zihao Zhou , Zijian Zhou

We propose multirate training of neural networks: partitioning neural network parameters into "fast" and "slow" parts which are trained on different time scales, where slow parts are updated less frequently. By choosing appropriate…

机器学习 · 计算机科学 2022-11-02 Tiffany Vlaar , Benedict Leimkuhler

Recent advances in deep learning optimization showed that, with some a-posteriori information on fully-trained models, it is possible to match the same performance by simply training a subset of their parameters. Such a discovery has a…

机器学习 · 计算机科学 2022-11-15 Andrea Bragagnolo , Enzo Tartaglione , Marco Grangetto

Many optimizers have been proposed for training deep neural networks, and they often have multiple hyperparameters, which make it tricky to benchmark their performance. In this work, we propose a new benchmarking protocol to evaluate both…

机器学习 · 计算机科学 2020-10-21 Yuanhao Xiong , Xuanqing Liu , Li-Cheng Lan , Yang You , Si Si , Cho-Jui Hsieh

Deep neural networks include millions of learnable parameters, making their deployment over resource-constrained devices problematic. SeReNe (Sensitivity-based Regularization of Neurons) is a method for learning sparse topologies with a…

机器学习 · 计算机科学 2022-12-29 Enzo Tartaglione , Andrea Bragagnolo , Francesco Odierna , Attilio Fiandrotti , Marco Grangetto

Deep Neural Networks (DNNs) rely on inherent fluctuations in their internal parameters (weights and biases) to effectively navigate the complex optimization landscape and achieve robust performance. While these fluctuations are recognized…

机器学习 · 计算机科学 2025-11-14 Darsh Pareek , Umesh Kumar , Ruthu Rao , Ravi Janjam

Recently, there is a growing interest in applying Transfer Entropy (TE) in quantifying the effective connectivity between artificial neurons. In a feedforward network, the TE can be used to quantify the relationships between neuron output…

机器学习 · 计算机科学 2024-04-05 Adrian Moldovan , Angel Caţaron , Răzvan Andonie

Convolutional Neural Networks (CNNs) have demonstrated outstanding performance in computer vision tasks such as image classification, detection, segmentation, and medical image analysis. In general, an arbitrary number of epochs is used to…

计算机视觉与模式识别 · 计算机科学 2024-03-06 Sahan Ahmad , Gabriel Trahan , Aminul Islam

Learning rate is a crucial parameter in training of neural networks. A properly tuned learning rate leads to faster training and higher test accuracy. In this paper, we propose a Lipschitz bandit-driven approach for tuning the learning rate…

机器学习 · 计算机科学 2024-09-17 Padma Priyanka , Sheetal Kalyani , Avhishek Chatterjee

When fine-tuning Deep Neural Networks (DNNs) to new data, DNNs are prone to overwriting network parameters required for task-specific functionality on previously learned tasks, resulting in a loss of performance on those tasks. We propose…

机器学习 · 计算机科学 2025-01-22 Christopher Angelini , Nidhal Bouaynaya

Neural networks are typically trained with a single learning rate across all layers. While recent empirical evidence suggests that assigning layer-specific learning rates can accelerate training, a principled understanding of the conditions…

机器学习 · 计算机科学 2026-05-26 Sihan Zeng , Sujay Bhatt , Sumitra Ganesh

Training a deep neural network (DNN) often involves stochastic optimization, which means each run will produce a different model. Several works suggest this variability is negligible when models have the same performance, which in the case…

机器学习 · 统计学 2023-10-03 Sinjini Banerjee , Reilly Cannon , Tim Marrinan , Tony Chiang , Anand D. Sarwate
‹ 上一页 1 2 3 10 下一页 ›