中文
相关论文

相关论文: How Does Momentum Benefit Deep Neural Networks Arc…

200 篇论文

Descent methods for deep networks are notoriously capricious: they require careful tuning of step size, momentum and weight decay, and which method will work best on a new benchmark is a priori unclear. To address this problem, this paper…

神经与进化计算 · 计算机科学 2021-09-21 Yang Liu , Jeremy Bernstein , Markus Meister , Yisong Yue

Momentum plays a crucial role in stochastic gradient-based optimization algorithms for accelerating or improving training deep neural networks (DNNs). In deep learning practice, the momentum is usually weighted by a well-calibrated…

机器学习 · 计算机科学 2020-12-04 Bao Wang , Qiang Ye

A novel neural network (NN) approach is proposed for constrained optimization. The proposed method uses a specially designed NN architecture and training/optimization procedure called Neural Optimization Machine (NOM). The objective…

机器学习 · 统计学 2022-08-10 Jie Chen , Yongming Liu

We explore the robustness of recurrent neural networks when the computations within the network are noisy. One of the motivations for looking into this problem is to reduce the high power cost of conventional computing of neural network…

机器学习 · 计算机科学 2018-07-18 Minghai Qin , Dejan Vucinic

At present, designing convolutional neural network (CNN) architectures requires both human expertise and labor. New architectures are handcrafted by careful experimentation or modified from a handful of existing networks. We introduce…

机器学习 · 计算机科学 2017-03-24 Bowen Baker , Otkrist Gupta , Nikhil Naik , Ramesh Raskar

Compared to conventional projection-based model-order-reduction, its neural-network acceleration has the advantage that the online simulations are equation-free, meaning that no system of equations needs to be solved iteratively.…

机器学习 · 计算机科学 2021-09-17 S. Vijayaraghavan , L. Wu , L. Noels , S. P. A. Bordas , S. Natarajan , L. A. A. Beex

Recent work by Xia et al. leveraged the continuous-limit of the classical momentum accelerated gradient descent and proposed heavy-ball neural ODEs. While this model offers computational efficiency and high utility over vanilla neural ODEs,…

机器学习 · 计算机科学 2022-07-14 Suneghyeon Cho , Sanghyun Hong , Kookjin Lee , Noseong Park

Recent work on neural algorithmic reasoning has demonstrated that graph neural networks (GNNs) could learn to execute classical algorithms. Doing so, however, has always used a recurrent architecture, where each iteration of the GNN aligns…

机器学习 · 计算机科学 2024-04-10 Dobrik Georgiev , Pietro Liò , Davide Buffelli

We propose heavy ball neural ordinary differential equations (HBNODEs), leveraging the continuous limit of the classical momentum accelerated gradient descent, to improve neural ODEs (NODEs) training and inference. HBNODEs have two…

机器学习 · 计算机科学 2021-10-12 Hedi Xia , Vai Suliafu , Hangjie Ji , Tan M. Nguyen , Andrea L. Bertozzi , Stanley J. Osher , Bao Wang

Deep Neural networks are efficient and flexible models that perform well for a variety of tasks such as image, speech recognition and natural language understanding. In particular, convolutional neural networks (CNN) generate a keen…

机器学习 · 计算机科学 2018-12-20 Yesmina Jaafra , Jean Luc Laurent , Aline Deruyver , Mohamed Saber Naceur

Artificial neural networks which are inspired from the learning mechanism of brain have achieved great successes in many problems, especially those with deep layers. In this paper, we propose a nucleus neural network (NNN) and corresponding…

计算机视觉与模式识别 · 计算机科学 2019-05-15 Jia Liu , Maoguo Gong , Haibo He

This paper presents a state-of-the-art overview on how to architect, design, and optimize Deep Neural Networks (DNNs) such that performance is improved and accuracy is preserved. The paper covers a set of optimizations that span the entire…

机器学习 · 计算机科学 2022-08-05 Humberto Carvalho , Pavel Zaykov , Asim Ukaye

The objective of this paper is to design novel multi-layer neural network architectures for multiscale simulations of flows taking into account the observed data and physical modeling concepts. Our approaches use deep learning concepts…

数值分析 · 数学 2018-06-14 Yating Wang , Siu Wun Cheung , Eric T. Chung , Yalchin Efendiev , Min Wang

Reason and inference require process as well as memory skills by humans. Neural networks are able to process tasks like image recognition (better than humans) but in memory aspects are still limited (by attention mechanism, size). Recurrent…

机器学习 · 计算机科学 2017-03-03 Amit Sahu

Neural ordinary differential equations (Neural ODEs) propose the idea that a sequence of layers in a neural network is just a discretisation of an ODE, and thus can instead be directly modelled by a parameterised ODE. This idea has had…

机器学习 · 计算机科学 2024-05-07 Christina Runkel , Ander Biguri , Carola-Bibiane Schönlieb

Recurrent neural networks (RNN) as used in machine learning are commonly formulated in discrete time, i.e. as recursive maps. This brings a lot of advantages for training models on data, e.g. for the purpose of time series prediction or…

动力系统 · 数学 2020-07-02 Zahra Monfared , Daniel Durstewitz

Major advancements in the capabilities of computer vision models have been primarily fueled by rapid expansion of datasets, model parameters, and computational budgets, leading to ever-increasing demands on computational infrastructure.…

计算机视觉与模式识别 · 计算机科学 2025-07-29 Steven Walton

This paper describes various design considerations for deep neural networks that enable them to operate efficiently and accurately on processing-in-memory accelerators. We highlight important properties of these accelerators and the…

计算机视觉与模式识别 · 计算机科学 2019-12-30 Tien-Ju Yang , Vivienne Sze

In this paper we show that neural ODE analogs of recurrent (ODE-RNN) and Long Short-Term Memory (ODE-LSTM) networks can be algorithmically embeddeded into the class of polynomial systems. This embedding preserves input-output behavior and…

最优化与控制 · 数学 2023-10-27 Martin Gonzalez , Thibault Defourneau , Hatem Hajri , Mihaly Petreczky

A large body of research in continual learning is devoted to overcoming the catastrophic forgetting of neural networks by designing new algorithms that are robust to the distribution shifts. However, the majority of these works are strictly…