paper-with-me

홈 › Papers

SigGate: Enhancing Recurrent Neural Networks with Signature-Based Gating Mechanisms

2025-02-13 · Rémi Genet, Hugo Inzirillo

In this paper, we propose a novel approach that enhances recurrent neural networks (RNNs) by incorporating path signatures into their gating mechanisms. Our method modifies both Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) architectures by replacing their forget and reset gates, respectively, with learnable path signatures. These signatures, which capture the geometric features of the entire path history, provide a richer context for controlling information flow through the network's memory. This modification allows the networks to make memory decisions based on the full historical context rather than just the current input and state. Through experimental studies, we demonstrate that our Signature-LSTM (SigLSTM) and Signature-GRU (SigGRU) models outperform their traditional counterparts across various sequential learning tasks. By leveraging path signatures in recurrent architectures, this method offers new opportunities to enhance performance in time series analysis and forecasting applications.

📄 PDF Abstract BibTeX arXiv:2502.09318

Code (1)

remigenet/sig_rnn 공식 구현 pytorch

Tasks

Time Series Analysis

Similar Papers 제목 키워드 기반

Online Handwritten Signature Verification Based on Temporal-Spatial Graph Attention Transformer

2025-10-22 · Hai-jie Yuan, Heng Zhang, Fei Yin arxiv

Handwritten signature verification is a crucial aspect of identity authentication, with applications in various domains such as finance and e-commerce. However, achieving high accuracy in signature verification remains c…

Online Signature Verification using Recurrent Neural Network and Length-normalized Path Signature

2017-05-19 · Songxuan Lai, Lianwen Jin, Weixin Yang

Inspired by the great success of recurrent neural networks (RNNs) in sequential modeling, we introduce a novel RNN system to improve the performance of online signature verification. The training objective is to directly…

Capacity-Controlled Global Attention for Graph Transformers

2026-04-19 · Yang Liu, Dongxin Guo, Tom Zheng, Siu Ming Yiu 외 arxiv

Global self-attention drives modern graph transformers, yet the softmax at its core imposes a structural constraint rarely examined directly: every attention row is non-negative and sums to one, so each per-head output i…

Improving the Gating Mechanism of Recurrent Neural Networks

2019-10-22 · ICML 2020 1 · Albert Gu, Caglar Gulcehre, Tom Le Paine, Matt Hoffman 외

Gating mechanisms are widely used in neural network models, where they allow gradients to backpropagate more easily through depth or time. However, their saturation property introduces problems of its own. For example, i…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+3

Neural Policy Composition from Free Energy Minimization

2025-12-04 · Francesca Rossi, Veronica Centorrino, Francesco Bullo, Giovanni Russo arxiv

The ability to flexibly compose previously acquired skills to execute intelligent behaviors is a hallmark of natural intelligence. Such compositional flexibility is often attributed to context-dependent gating mechanisms…