中文
相关论文

相关论文: Contrast-Enhanced Gating in GRUs for Robust Low-Da…

200 篇论文

The choice of activation function in deep networks has a significant effect on the training dynamics and task performance. At present, the most effective and widely-used activation function is ReLU. However, because of the non-zero mean,…

计算机视觉与模式识别 · 计算机科学 2020-03-03 Yuan Zhou , Dandan Li , Shuwei Huo , Sun-Yuan Kung

The growing demands on GPU memory posed by the increasing number of neural network parameters call for training approaches that are more memory-efficient. Previous memory reduction training techniques, such as Low-Rank Adaptation (LoRA) and…

机器学习 · 计算机科学 2025-08-14 Jialin Zhao , Yingtao Zhang , Xinghang Li , Huaping Liu , Carlo Vittorio Cannistraci

The cost aggregation strategy shows a crucial role in learning-based stereo matching tasks, where 3D convolutional filters obtain state of the art but require intensive computation resources, while 2D operations need less GPU memory but are…

计算机视觉与模式识别 · 计算机科学 2021-05-26 Hongzhi Du , Yanyan Li , Yanbiao Sun , Jigui Zhu , Federico Tombari

Progress in deep learning has spawned great successes in many engineering applications. As a prime example, convolutional neural networks, a type of feedforward neural networks, are now approaching -- and sometimes even surpassing -- human…

计算机视觉与模式识别 · 计算机科学 2019-06-12 Drew Linsley , Junkyung Kim , Vijay Veerabadran , Thomas Serre

This study delves into the effectiveness of various learning methods in improving Transformer models, focusing particularly on the Gated Residual Network Transformer (GRN-Transformer) in the context of pediatric intensive care units (PICU)…

信号处理 · 电气工程与系统科学 2025-05-27 Thanh-Dung Le , Clara Macabiau , Kévin Albert , Symeon Chatzinotas , Philippe Jouvet , Rita Noumeir

This paper proposes a Fast Graph Convolutional Neural Network (FGRNN) architecture to predict sequences with an underlying graph structure. The proposed architecture addresses the limitations of the standard recurrent neural network (RNN),…

信号处理 · 电气工程与系统科学 2020-01-28 Sai Kiran Kadambari , Sundeep Prabhakar Chepuri

In this work, we propose a novel recurrent neural network (RNN) architecture. The proposed RNN, gated-feedback RNN (GF-RNN), extends the existing approach of stacking multiple recurrent layers by allowing and controlling signals flowing…

神经与进化计算 · 计算机科学 2015-06-18 Junyoung Chung , Caglar Gulcehre , Kyunghyun Cho , Yoshua Bengio

Inversion-based feedforward control relies on an accurate model that describes the inverse system dynamics. The gated recurrent unit (GRU), which is a recent architecture in recurrent neural networks, is a strong candidate for obtaining…

系统与控制 · 电气工程与系统科学 2025-07-21 Mingdao Lin , Max Bolderman , Mircea Lazar

In this paper, we revise two commonly used saturated functions, the logistic sigmoid and the hyperbolic tangent (tanh). We point out that, besides the well-known non-zero centered property, slope of the activation function near the origin…

机器学习 · 计算机科学 2016-05-03 Bing Xu , Ruitong Huang , Mu Li

State-of-health (SOH) estimation is a key step in ensuring the safe and reliable operation of batteries. Due to issues such as varying data distribution and sequence length in different cycles, most existing methods require health feature…

机器学习 · 计算机科学 2023-03-17 Ziyue Huang , Lujuan Dang , Yuqing Xie , Wentao Ma , Badong Chen

Modelling long-term dependencies is a challenge for recurrent neural networks. This is primarily due to the fact that gradients vanish during training, as the sequence length increases. Gradients can be attenuated by transition operators…

神经与进化计算 · 计算机科学 2019-02-19 Sarath Chandar , Chinnadhurai Sankar , Eugene Vorontsov , Samira Ebrahimi Kahou , Yoshua Bengio

Common recurrent neural architectures scale poorly due to the intrinsic difficulty in parallelizing their state computations. In this work, we propose the Simple Recurrent Unit (SRU), a light recurrent unit that balances model capacity and…

计算与语言 · 计算机科学 2018-09-10 Tao Lei , Yu Zhang , Sida I. Wang , Hui Dai , Yoav Artzi

Recurrent neural networks (RNNs) such as long short-term memory and gated recurrent units are pivotal building blocks across a broad spectrum of sequence modeling problems. This paper proposes a recurrently controlled recurrent network…

计算与语言 · 计算机科学 2018-11-27 Yi Tay , Luu Anh Tuan , Siu Cheung Hui

A major contributing factor to the recent advances in deep neural networks is structural units that let sensory information and gradients to propagate easily. Gating is one such structure that acts as a flow control. Gates are employed in…

机器学习 · 统计学 2016-08-15 Trang Pham , Truyen Tran , Dinh Phung , Svetha Venkatesh

Recurrent neural networks have flourished in many areas. Consequently, we can see new RNN cells being developed continuously, usually by creating or using gates in a new, original way. But what if we told you that gates in RNNs are…

机器学习 · 计算机科学 2023-11-23 Ronalds Zakovskis , Andis Draguns , Eliza Gaile , Emils Ozolins , Karlis Freivalds

We propose a new STAckable Recurrent cell (STAR) for recurrent neural networks (RNNs), which has fewer parameters than widely used LSTM and GRU while being more robust against vanishing or exploding gradients. Stacking recurrent units into…

计算机视觉与模式识别 · 计算机科学 2021-03-09 Mehmet Ozgur Turkoglu , Stefano D'Aronco , Jan Dirk Wegner , Konrad Schindler

The computational burden of attention in long-context language models has motivated two largely independent lines of work: sparse attention mechanisms that reduce complexity by attending to selected tokens, and gated attention variants that…

人工智能 · 计算机科学 2026-01-23 Alfred Shen , Aaron Shen

Data are often sampled irregularly in time. Dealing with this using Recurrent Neural Networks (RNNs) traditionally involved ignoring the fact, feeding the time differences as additional inputs, or resampling the data. All these methods have…

机器学习 · 计算机科学 2024-07-03 Mantas Lukoševičius , Arnas Uselis

We investigate recurrent neural network architectures for event-sequence processing. Event sequences, characterized by discrete observations stamped with continuous-valued times of occurrence, are challenging due to the potentially wide…

神经与进化计算 · 计算机科学 2017-10-12 Michael C. Mozer , Denis Kazakov , Robert V. Lindsey

With the continuous growth of neural network scales, low-precision quantization is widely used in edge accelerators. Classic multi-threshold activation hardware requires 2^n thresholds for n-bit outputs, causing a rapid increase in hardware…

硬件体系结构 · 计算机科学 2026-02-27 Yuhao Liu , Salim Ullah , Akash Kumar