paper-with-me

홈 › Papers

Parallel Delayed Memory Units for Enhanced Temporal Modeling in Biomedical and Bioacoustic Signal Analysis

2025-12-01 · Pengfei Sun, Wenyu Jiang, Paul Devos, Dick Botteldooren arxiv

Advanced deep learning architectures, particularly recurrent neural networks (RNNs), have been widely applied in audio, bioacoustic, and biomedical signal analysis, especially in data-scarce environments. While gated RNNs remain effective, they can be relatively over-parameterised and less training-efficient in some regimes, while linear RNNs tend to fall short in capturing the complexity inherent in bio-signals. To address these challenges, we propose the Parallel Delayed Memory Unit (PDMU), a {delay-gated state-space module for short-term temporal credit assignment} targeting audio and bioacoustic signals, which enhances short-term temporal state interactions and memory efficiency via a gated delay-line mechanism. Unlike previous Delayed Memory Units (DMU) that embed temporal dynamics into the delay-line architecture, the PDMU further compresses temporal information into vector representations using Legendre Memory Units (LMU). This design serves as a form of causal attention, allowing the model to dynamically adjust its reliance on past states and improve real-time learning performance. Notably, in low-information scenarios, the gating mechanism behaves similarly to skip connections by bypassing state decay and preserving early representations, thereby facilitating long-term memory retention. The PDMU is modular, supporting parallel training and sequential inference, and can be easily integrated into existing linear RNN frameworks. Furthermore, we introduce bidirectional, efficient, and spiking variants of the architecture, each offering additional gains in performance or energy efficiency. Experimental results on diverse audio and biomedical benchmarks demonstrate that the PDMU significantly enhances both memory capacity and overall model performance.

📄 PDF Abstract BibTeX arXiv:2512.01626

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Wavelength-multiplexed Delayed Inputs for Memory Enhancement of Microring-based Reservoir Computing

2023-12-07 · Bernard J. Giron Castro, Christophe Peucheret, Francesco Da Ros

We numerically demonstrate a silicon add-drop microring-based reservoir computing scheme that combines parallel delayed inputs and wavelength division multiplexing. The scheme solves memory-demanding tasks like time-seri…

Time SeriesTime Series Prediction

Parallelizable memory recurrent units

2026-01-14 · Florent De Geeter, Gaspard Lambrechts, Damien Ernst, Guillaume Drion arxiv

With the emergence of massively parallel processing units, parallelization has become a desirable property for new sequence models. The ability to parallelize the processing of sequences with respect to the sequence leng…

Multimodal Attention-Enhanced Feature Fusion-based Weekly Supervised Anomaly Violence Detection

2024-09-17 · Yuta Kaneko, Abu Saleh Musa Miah, Najmul Hassan, Hyoun-Sup Lee 외

Weakly supervised video anomaly detection (WS-VAD) is a crucial area in computer vision for developing intelligent surveillance systems. This system uses three feature streams: RGB video, optical flow, and audio signals,…

Anomaly DetectionOptical Flow EstimationVideo Anomaly DetectionWeakly-supervised Video Anomaly Detection

ACCO: Accumulate While You Communicate for Communication-Overlapped Sharded LLM Training

2024-06-03 · Adel Nabli, Louis Fournier, Pierre Erbacher, Louis Serrano 외

Training LLMs relies on distributed implementations using multiple GPUs to compute gradients in parallel with sharded optimizers. However, synchronizing gradients in data parallel setups introduces communication overhead…

Distributed OptimizationFederated LearningGPU

Residual Memory Networks: Feed-forward approach to learn long temporal dependencies

2018-08-06 · Murali Karthick Baskar, Martin Karafiat, Lukas Burget, Karel Vesely 외

Training deep recurrent neural network (RNN) architectures is complicated due to the increased network complexity. This disrupts the learning of higher order abstracts using deep RNN. In case of feed-forward networks tra…