中文
相关论文

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

200 篇论文

Gating mechanisms have been widely utilized, from early models like LSTMs and Highway Networks to recent state space models, linear attention, and also softmax attention. Yet, existing literature rarely examines the specific effects of…

Convolutional neural networks (CNNs) attained a good performance in hyperspectral sensing image (HSI) classification, but CNNs consider spectra as orderless vectors. Therefore, considering the spectra as sequences, recurrent neural networks…

机器学习 · 计算机科学 2018-10-31 Haowen Luo

Transformers have been essential to pretraining success in NLP. While other architectures have been used, downstream accuracy is either significantly worse, or requires attention layers to match standard benchmarks such as GLUE. This work…

计算与语言 · 计算机科学 2023-05-10 Junxiong Wang , Jing Nathan Yan , Albert Gu , Alexander M. Rush

We propose a novel recurrent network-based HDR deghosting method for fusing arbitrary length dynamic sequences. The proposed method uses convolutional and recurrent architectures to generate visually pleasing, ghosting-free HDR images. We…

计算机视觉与模式识别 · 计算机科学 2021-12-28 K. Ram Prabhakar , Susmit Agrawal , R. Venkatesh Babu

Neural networks with REctified Linear Unit (ReLU) activation functions (a.k.a. ReLU networks) have achieved great empirical success in various domains. Nonetheless, existing results for learning ReLU networks either pose assumptions on the…

机器学习 · 统计学 2019-05-01 Gang Wang , Georgios B. Giannakis , Jie Chen

Understanding the role of (stochastic) gradient descent (SGD) in the training and generalisation of deep neural networks (DNNs) with ReLU activation has been the object study in the recent past. In this paper, we make use of deep gated…

机器学习 · 计算机科学 2020-03-03 Chandrashekar Lakshminarayanan , Amit Vikram Singh

Recurrent neural networks have gained widespread use in modeling sequence data across various domains. While many successful recurrent architectures employ a notion of gating, the exact mechanism that enables such remarkable performance is…

机器学习 · 统计学 2018-08-16 Minmin Chen , Jeffrey Pennington , Samuel S. Schoenholz

Graph-based learning excels at capturing interaction patterns in diverse domains like recommendation, fraud detection, and particle physics. However, its performance often degrades under distribution shifts, especially those altering…

机器学习 · 计算机科学 2026-05-12 Hans Hao-Hsun Hsu , Shikun Liu , Han Zhao , Pan Li

Existing approaches to increasing the effective depth of Transformers predominantly rely on parameter reuse, extending computation through recursive execution. Under this paradigm, the network structure remains static along the training…

Hybrid LSTM-fully convolutional networks (LSTM-FCN) for time series classification have produced state-of-the-art classification results on univariate time series. We show that replacing the LSTM with a gated recurrent unit (GRU) to create…

机器学习 · 计算机科学 2019-10-02 Nelly Elsayed , Anthony S. Maida , Magdy Bayoumi

Modeling irregularly sampled multivariate time series is a persistent challenge in domains like healthcare and sensor networks. While recent works have explored a variety of complex learning architectures to solve the prediction problems…

机器学习 · 计算机科学 2026-02-19 Ankitkumar Joshi , Milos Hauskrecht

SCGAN adds a similarity constraint between generated images and conditions as a regularization term on generative adversarial networks. Similarity constraint works as a tutor to instruct the generator network to comprehend the difference of…

计算机视觉与模式识别 · 计算机科学 2023-12-11 Iman Yazdanpanah , Ali Eslamian

Recurrent neural networks can be difficult to train on long sequence data due to the well-known vanishing gradient problem. Some architectures incorporate methods to reduce RNN state updates, therefore allowing the network to preserve…

机器学习 · 计算机科学 2019-01-23 Matthew Thornton , Jithendar Anumula , Shih-Chii Liu

We investigate the parameter-space geometry of recurrent neural networks (RNNs), and develop an adaptation of path-SGD optimization method, attuned to this geometry, that can learn plain RNNs with ReLU activations. On several datasets that…

机器学习 · 计算机科学 2016-05-24 Behnam Neyshabur , Yuhuai Wu , Ruslan Salakhutdinov , Nathan Srebro

Recently, recurrent neural networks (RNNs) as powerful sequence models have re-emerged as a potential acoustic model for statistical parametric speech synthesis (SPSS). The long short-term memory (LSTM) architecture is particularly…

计算与语言 · 计算机科学 2016-01-12 Zhizheng Wu , Simon King

Recent advancements in robot navigation, particularly with end-to-end learning approaches such as reinforcement learning (RL), have demonstrated strong performance. However, successful navigation still depends on two key capabilities:…

机器人学 · 计算机科学 2025-09-05 Fan Yang , Per Frivik , David Hoeller , Chen Wang , Cesar Cadena , Marco Hutter

Parallelizing Gated Recurrent Unit (GRU) networks is a challenging task, as the training procedure of GRU is inherently sequential. Prior efforts to parallelize GRU have largely focused on conventional parallelization strategies such as…

计算机视觉与模式识别 · 计算机科学 2022-03-10 Gordon Euhyun Moon , Eric C. Cyr

Activation functions are fundamental elements of deep learning architectures as they significantly influence training dynamics. ReLU, while widely used, is prone to the dying neuron problem, which has been mitigated by variants such as…

机器学习 · 计算机科学 2025-05-22 Indrashis Das , Mahmoud Safari , Steven Adriaensen , Frank Hutter

Recurrent Neural Networks (RNNs), which are a powerful scheme for modeling temporal and sequential data need to capture long-term dependencies on datasets and represent them in hidden layers with a powerful model to capture more information…

机器学习 · 计算机科学 2017-06-08 Andros Tjandra , Sakriani Sakti , Ruli Manurung , Mirna Adriani , Satoshi Nakamura

Recurrent neural networks are important tools for sequential data processing. However, they are notorious for problems regarding their training. Challenges include capturing complex relations between consecutive states and stability and…

神经与进化计算 · 计算机科学 2023-04-18 Łukasz Neumann , Łukasz Lepak , Paweł Wawrzyński