中文
相关论文

相关论文: A New Look at Ghost Normalization

200 篇论文

Recently, many works have designed wider and deeper networks to achieve higher image super-resolution performance. Despite their outstanding performance, they still suffer from high computational resources, preventing them from directly…

计算机视觉与模式识别 · 计算机科学 2023-03-03 Axi Niu , Pei Wang , Yu Zhu , Jinqiu Sun , Qingsen Yan , Yanning Zhang

Stochastic Gradient Descent (SGD) has proven to be remarkably effective in optimizing deep neural networks that employ ever-larger numbers of parameters. Yet, improving the efficiency of large-scale optimization remains a vital and highly…

机器学习 · 计算机科学 2020-11-11 Frithjof Gressmann , Zach Eaton-Rosen , Carlo Luschi

Batch normalization (BN) has become a critical component across diverse deep neural networks. The network with BN is invariant to positively linear re-scale transformation, which makes there exist infinite functionally equivalent networks…

机器学习 · 计算机科学 2022-06-07 Mingyang Yi

We propose \emph{MaxUp}, an embarrassingly simple, highly effective technique for improving the generalization performance of machine learning models, especially deep neural networks. The idea is to generate a set of augmented data with…

机器学习 · 计算机科学 2020-02-24 Chengyue Gong , Tongzheng Ren , Mao Ye , Qiang Liu

In Deep Learning, Stochastic Gradient Descent (SGD) is usually selected as a training method because of its efficiency; however, recently, a problem in SGD gains research interest: sharp minima in Deep Neural Networks (DNNs) have poor…

机器学习 · 计算机科学 2018-12-04 Wei Wen , Yandan Wang , Feng Yan , Cong Xu , Chunpeng Wu , Yiran Chen , Hai Li

Layer normalization (LayerNorm) has been successfully applied to various deep neural networks to help stabilize training and boost model convergence because of its capability in handling re-centering and re-scaling of both inputs and weight…

机器学习 · 计算机科学 2019-10-17 Biao Zhang , Rico Sennrich

Single image super-resolution (SISR), as a traditional ill-conditioned inverse problem, has been greatly revitalized by the recent development of convolutional neural networks (CNN). These CNN-based methods generally map a low-resolution…

图像与视频处理 · 电气工程与系统科学 2024-10-30 Yuqing Liu , Shiqi Wang , Jian Zhang , Shanshe Wang , Siwei Ma , Wen Gao

Batch normalization is a key component of most image classification models, but it has many undesirable properties stemming from its dependence on the batch size and interactions between examples. Although recent work has succeeded in…

计算机视觉与模式识别 · 计算机科学 2021-02-12 Andrew Brock , Soham De , Samuel L. Smith , Karen Simonyan

Convolutional neural network (CNN) has achieved unprecedented success in image super-resolution tasks in recent years. However, the network's performance depends on the distribution of the training sets and degrades on out-of-distribution…

计算机视觉与模式识别 · 计算机科学 2021-05-20 Aupendu Kar , Prabir Kumar Biswas

Convolution Neural Networks, known as ConvNets exceptionally perform well in many complex machine learning tasks. The architecture of ConvNets demands the huge and rich amount of data and involves with a vast number of parameters that leads…

计算机视觉与模式识别 · 计算机科学 2017-12-14 Pushparaja Murugan , Shanmugasundaram Durairaj

Although supervised deep normal estimators have recently shown impressive results on synthetic benchmarks, their performance deteriorates significantly in real-world scenarios due to the domain gap between synthetic and real data. Building…

计算机视觉与模式识别 · 计算机科学 2025-04-10 Jie Zhang , Minghui Nie , Changqing Zou , Jian Liu , Ligang Liu , Junjie Cao

We present a simple and effective way to estimate the batch-norm statistics during test time, to fast adapt a source model to target test samples. Known as Test-Time Adaptation, most prior works studying this task follow two assumptions in…

计算机视觉与模式识别 · 计算机科学 2021-10-25 Xuefeng Hu , Gokhan Uzunbas , Sirius Chen , Rui Wang , Ashish Shah , Ram Nevatia , Ser-Nam Lim

Modern deep neural network training is typically based on mini-batch stochastic gradient optimization. While the use of large mini-batches increases the available computational parallelism, small batch training has been shown to provide…

机器学习 · 计算机科学 2018-04-23 Dominic Masters , Carlo Luschi

Batch normalization (BN) is a key facilitator and considered essential for state-of-the-art binary neural networks (BNN). However, the BN layer is costly to calculate and is typically implemented with non-binary parameters, leaving a hurdle…

机器学习 · 计算机科学 2021-04-19 Tianlong Chen , Zhenyu Zhang , Xu Ouyang , Zechun Liu , Zhiqiang Shen , Zhangyang Wang

Deep multitask networks, in which one neural network produces multiple predictive outputs, can offer better speed and performance than their single-task counterparts but are challenging to train properly. We present a gradient normalization…

计算机视觉与模式识别 · 计算机科学 2018-07-16 Zhao Chen , Vijay Badrinarayanan , Chen-Yu Lee , Andrew Rabinovich

Batch Normalization (BN) is essential to effectively train state-of-the-art deep Convolutional Neural Networks (CNN). It normalizes inputs to the layers during training using the statistics of each mini-batch. In this work, we study BN from…

机器学习 · 计算机科学 2018-11-16 Mahdi M. Kalayeh , Mubarak Shah

Classical statistical learning theory predicts that overparameterized models should exhibit severe overfitting, yet modern deep neural networks with far more parameters than training samples consistently generalize well. This contradiction…

机器学习 · 计算机科学 2026-04-10 Zeran Johannsen

Normalization is fundamental to deep learning, but existing approaches such as BatchNorm, LayerNorm, and RMSNorm are variance-centric by enforcing zero mean and unit variance, stabilizing training without controlling how representations…

机器学习 · 计算机科学 2026-01-30 Xiandong Zou , Jia Li , Xiaotong Yuan , Pan Zhou

Batch Normalization (BN) is a core and prevalent technique in accelerating the training of deep neural networks and improving the generalization on Computer Vision (CV) tasks. However, it fails to defend its position in Natural Language…

计算与语言 · 计算机科学 2022-10-14 Jiaxi Wang , Ji Wu , Lei Huang

How to train deep neural networks (DNNs) to generalize well is a central concern in deep learning, especially for severely overparameterized networks nowadays. In this paper, we propose an effective method to improve the model…

机器学习 · 计算机科学 2022-06-28 Yang Zhao , Hao Zhang , Xiuyuan Hu
‹ 上一页 1 8 9 10 下一页 ›