中文
相关论文

相关论文: Non-Determinism in TensorFlow ResNets

200 篇论文

As deep neural networks are highly expressive, it is important to find solutions with small generalization gap (the difference between the performance on the training data and unseen data). Focusing on the stochastic nature of training, we…

机器学习 · 计算机科学 2023-10-31 Rie Johnson , Tong Zhang

Many deep learning models, developed in recent years, reach higher ImageNet accuracy than ResNet50, with fewer or comparable FLOPS count. While FLOPs are often seen as a proxy for network efficiency, when measuring actual GPU training and…

计算机视觉与模式识别 · 计算机科学 2020-08-28 Tal Ridnik , Hussam Lawen , Asaf Noy , Emanuel Ben Baruch , Gilad Sharir , Itamar Friedman

A residual network (or ResNet) is a standard deep neural net architecture, with state-of-the-art performance across numerous applications. The main premise of ResNets is that they allow the training of each layer to focus on fitting just…

机器学习 · 计算机科学 2018-09-28 Ohad Shamir

The rapid advancements of computing technology facilitate the development of diverse deep learning applications. Unfortunately, the efficiency of parallel computing infrastructures varies widely with neural network models, which hinders the…

机器学习 · 计算机科学 2020-12-04 Chuan-Chi Wang , Ying-Chiao Liao , Chia-Heng Tu , Ming-Chang Kao , Wen-Yew Liang , Shih-Hao Hung

Recent advances in deep learning have led to a paradigm shift in the field of reversible steganography. A fundamental pillar of reversible steganography is predictive modelling which can be realised via deep neural networks. However,…

机器学习 · 计算机科学 2023-03-08 Ching-Chun Chang

Training deep neural networks with Stochastic Gradient Descent, or its variants, requires careful choice of both learning rate and batch size. While smaller batch sizes generally converge in fewer training epochs, larger batch sizes offer…

机器学习 · 计算机科学 2018-02-15 Aditya Devarakonda , Maxim Naumov , Michael Garland

Generalization error bounds for deep neural networks trained by stochastic gradient descent (SGD) are derived by combining a dynamical control of an appropriate parameter norm and the Rademacher complexity estimate based on parameter norms.…

机器学习 · 计算机科学 2023-05-30 Mingze Wang , Chao Ma

In this paper, we evaluate training of deep recurrent neural networks with half-precision floats. We implement a distributed, data-parallel, synchronous training algorithm by integrating TensorFlow and CUDA-aware MPI to enable execution…

机器学习 · 计算机科学 2019-12-03 Alexey Svyatkovskiy , Julian Kates-Harbeck , William Tang

We present a novel approach for training deep neural networks in a Bayesian way. Classical, i.e. non-Bayesian, deep learning has two major drawbacks both originating from the fact that network parameters are considered to be deterministic.…

机器学习 · 统计学 2019-03-11 Konstantin Posch , Jan Steinbrener , Jürgen Pilz

We empirically show that the test error of deep networks can be estimated by simply training the same architecture on the same training set but with a different run of Stochastic Gradient Descent (SGD), and measuring the disagreement rate…

机器学习 · 计算机科学 2022-05-17 Yiding Jiang , Vaishnavh Nagarajan , Christina Baek , J. Zico Kolter

Systematic error, which is not determined by chance, often refers to the inaccuracy (involving either the observation or measurement process) inherent to a system. In this paper, we exhibit some long-neglected but frequent-happening…

计算机视觉与模式识别 · 计算机科学 2021-09-03 Yan Wang , Yuhang Li , Ruihao Gong

The quest for determinism in machine learning has disproportionately focused on characterizing the impact of noise introduced by algorithmic design choices. In this work, we address a less well understood and studied question: how does our…

机器学习 · 计算机科学 2021-06-23 Donglin Zhuang , Xingyao Zhang , Shuaiwen Leon Song , Sara Hooker

Deep learning is extremely computationally intensive, and hardware vendors have responded by building faster accelerators in large clusters. Training deep learning models at petaFLOPS scale requires overcoming both algorithmic and systems…

机器学习 · 计算机科学 2018-12-04 Chris Ying , Sameer Kumar , Dehao Chen , Tao Wang , Youlong Cheng

We study the performance of stochastically trained deep neural networks (DNNs) whose synaptic weights are implemented using emerging memristive devices that exhibit limited dynamic range, resolution, and variability in their programming…

机器学习 · 统计学 2017-11-13 Anakha V Babu , Bipin Rajendran

Reliability issues stemming from device level non-idealities of non-volatile emerging technologies like ferroelectric field-effect transistors (FeFET), especially at scaled dimensions, cause substantial degradation in the accuracy of…

新兴技术 · 计算机科学 2024-03-14 Bibhas Manna , Arnob Saha , Zhouhang Jiang , Kai Ni , Abhronil Sengupta

We study the training and generalization of deep neural networks (DNNs) in the over-parameterized regime, where the network width (i.e., number of hidden nodes per layer) is much larger than the number of training data points. We show that,…

机器学习 · 计算机科学 2019-11-13 Yuan Cao , Quanquan Gu

In this work, we build a generic architecture of Convolutional Neural Networks to discover empirical properties of neural networks. Our first contribution is to introduce a state-of-the-art framework that depends upon few hyper parameters…

计算机视觉与模式识别 · 计算机科学 2017-03-07 Edouard Oyallon

Deep neural networks can be roughly divided into deterministic neural networks and stochastic neural networks.The former is usually trained to achieve a mapping from input space to output space via maximum likelihood estimation for the…

Typical neural network trainings have substantial variance in test-set performance between repeated runs, impeding hyperparameter comparison and training reproducibility. In this work we present the following results towards understanding…

机器学习 · 计算机科学 2024-06-11 Keller Jordan

The skip-connections used in residual networks have become a standard architecture choice in deep learning due to the increased training stability and generalization performance with this architecture, although there has been limited…

机器学习 · 计算机科学 2019-10-08 Spencer Frei , Yuan Cao , Quanquan Gu
‹ 上一页 1 2 3 10 下一页 ›