中文
相关论文

相关论文: Newton methods based convolution neural networks u…

200 篇论文

Quasi-Newton methods form an important class of methods for solving nonlinear optimization problems. In such methods, first order information is used to approximate the second derivative. The aim is to mimic the fast convergence that can be…

最优化与控制 · 数学 2025-02-20 Aban Ansari-Önnestam , Anders Forsgren

Optimization plays a key role in machine learning. Recently, stochastic second-order methods have attracted much attention due to their low computational cost in each iteration. However, these algorithms might perform poorly especially if…

机器学习 · 计算机科学 2017-10-25 Haishan Ye , Zhihua Zhang

With the widespread applications of neural networks (NNs) trained on personal data, machine unlearning has become increasingly important for enabling individuals to exercise their personal data ownership, particularly the "right to be…

机器学习 · 计算机科学 2024-08-28 Nhung Bui , Xinyang Lu , Rachael Hwee Ling Sim , See-Kiong Ng , Bryan Kian Hsiang Low

Nonconvex optimization problems such as the ones in training deep neural networks suffer from a phenomenon called saddle point proliferation. This means that there are a vast number of high error saddle points present in the loss function.…

数值分析 · 计算机科学 2016-11-08 Martin Arjovsky

Dual descent methods are commonly used to solve network optimization problems because their implementation can be distributed through the network. However, their convergence rates are typically very slow. This paper introduces a family of…

最优化与控制 · 数学 2011-04-07 M. Zargham , A. Ribeiro , A. Jadbabaie , A. Ozdaglar

We investigate the problem of sequential linear data prediction for real life big data applications. The second order algorithms, i.e., Newton-Raphson Methods, asymptotically achieve the performance of the "best" possible linear data…

数据结构与算法 · 计算机科学 2017-01-20 Burak C. Civek , Suleyman S. Kozat

Second-order optimizers hold intriguing potential for deep learning, but suffer from increased cost and sensitivity to the non-convexity of the loss surface as compared to gradient-based approaches. We introduce a coordinate descent method…

机器学习 · 计算机科学 2020-06-19 Ravi G. Patel , Nathaniel A. Trask , Mamikon A. Gulian , Eric C. Cyr

Convolutional Neural Networks (CNNs) have been successfully applied to many computer vision tasks, such as image classification. By performing linear combinations and element-wise nonlinear operations, these networks can be thought of as…

计算机视觉与模式识别 · 计算机科学 2017-03-21 Kaicheng Yu , Mathieu Salzmann

In this work we establish the relation between optimal control and training deep Convolution Neural Networks (CNNs). We show that the forward propagation in CNNs can be interpreted as a time-dependent nonlinear differential equation and…

神经与进化计算 · 计算机科学 2017-06-23 Eldad Haber , Lars Ruthotto , Elliot Holtham , Seong-Hwan Jun

Although deep neural networks (DNN) are able to scale with direct advances in computational power (e.g., memory and processing speed), they are not well suited to exploit the recent trends for parallel architectures. In particular, gradient…

机器学习 · 计算机科学 2016-05-24 Andrew J. R. Simpson

Convolutional Neural Networks (CNNs) are the state-of-the-art algorithms for the processing of images. However the configuration and training of these networks is a complex task requiring deep domain knowledge, experience and much trial and…

计算机视觉与模式识别 · 计算机科学 2021-02-11 Yaron Strauch , Jo Grundy

We consider the problem of minimizing a sum of $n$ functions over a convex parameter set $\mathcal{C} \subset \mathbb{R}^p$ where $n\gg p\gg 1$. In this regime, algorithms which utilize sub-sampling techniques are known to be effective. In…

机器学习 · 统计学 2015-12-03 Murat A. Erdogdu , Andrea Montanari

Gradient descent methods have long been the de facto standard for training deep neural networks. Millions of training samples are fed into models with billions of parameters, which are slowly updated over hundreds of epochs. Recently, it's…

机器学习 · 计算机科学 2023-02-14 Tim Whitaker

Dual descent methods are commonly used to solve network flow optimization problems, since their implementation can be distributed over the network. These algorithms, however, often exhibit slow convergence rates. Approximate Newton methods…

最优化与控制 · 数学 2015-03-25 Rasul Tutunov , Haitham Bou Ammar , Ali Jadbabaie

The paper studies the solution of stochastic optimization problems in which approximations to the gradient and Hessian are obtained through subsampling. We first consider Newton-like methods that employ these approximations and discuss how…

最优化与控制 · 数学 2016-09-28 Raghu Bollapragada , Richard Byrd , Jorge Nocedal

The Recurrent Neural Networks and their variants have shown promising performances in sequence modeling tasks such as Natural Language Processing. These models, however, turn out to be impractical and difficult to train when exposed to very…

计算机视觉与模式识别 · 计算机科学 2017-07-07 Yinchong Yang , Denis Krompass , Volker Tresp

We propose a fast second-order method that can be used as a drop-in replacement for current deep learning solvers. Compared to stochastic gradient descent (SGD), it only requires two additional forward-mode automatic differentiation…

机器学习 · 计算机科学 2018-05-22 João F. Henriques , Sebastien Ehrhardt , Samuel Albanie , Andrea Vedaldi

To train deep convolutional neural networks, the input data and the intermediate activations need to be kept in memory to calculate the gradient descent step. Given the limited memory available in the current generation accelerator cards,…

计算机视觉与模式识别 · 计算机科学 2018-04-17 Hans Pinckaers , Geert Litjens

Quasi-Newton methods refer to a class of algorithms at the interface between first and second order methods. They aim to progress as substantially as second order methods per iteration, while maintaining the computational complexity of…

最优化与控制 · 数学 2024-05-14 Shida Wang , Jalal Fadili , Peter Ochs

With the rise of deep learning technology in practical applications, Convolutional Neural Networks (CNNs) have been able to assist humans in solving many real-world problems. To enhance the performance of CNNs, numerous network…

机器学习 · 计算机科学 2024-09-10 Qi Wang , Zijun Gao , Mingxiu Sui , Taiyuan Mei , Xiaohan Cheng , Iris Li