paper-with-me

Papers

Stable Hadamard Memory: Revitalizing Memory-Augmented Agents for Reinforcement Learning

2024-10-14 · Hung Le, Kien Do, Dung Nguyen, Sunil Gupta, Svetha Venkatesh

Effective decision-making in partially observable environments demands robust memory management. Despite their success in supervised learning, current deep-learning memory models struggle in reinforcement learning environments that are partially observable and long-term. They fail to efficiently capture relevant past information, adapt flexibly to changing observations, and maintain stable updates over long episodes. We theoretically analyze the limitations of existing memory models within a unified framework and introduce the Stable Hadamard Memory, a novel memory model for reinforcement learning agents. Our model dynamically adjusts memory by erasing no longer needed experiences and reinforcing crucial ones computationally efficiently. To this end, we leverage the Hadamard product for calibrating and updating memory, specifically designed to enhance memory capacity while mitigating numerical and learning challenges. Our approach significantly outperforms state-of-the-art memory-based methods on challenging partially observable benchmarks, such as meta-reinforcement learning, long-horizon credit assignment, and POPGym, demonstrating superior performance in handling long-term and evolving contexts.

📄 PDF Abstract BibTeX arXiv:2410.10132

Code (1)

thaihungle/SHM pytorch

Tasks

Decision MakingManagementMeta Reinforcement Learningreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

HTMA-Net: Towards Multiplication-Avoiding Neural Networks via Hadamard Transform and In-Memory Computing

2025-09-27 · Emadeldeen Hamdan, Ahmet Enis Cetin arxiv

Reducing the cost of multiplications is critical for efficient deep neural network deployment, especially in energy-constrained edge devices. In this work, we introduce HTMA-Net, a novel framework that integrates the Had…

HOT: Hadamard-based Optimized Training

2025-03-27 · CVPR 2025 1 · Seonggon Kim, JunCheol Shin, Seung-taek Woo, Eunhyeok Park

It has become increasingly important to optimize backpropagation to reduce memory usage and computational overhead. Achieving this goal is highly challenging, as multiple objectives must be considered jointly while maint…

Quantization

AdaHOP: Fast and Accurate Low-Precision Training via Outlier-Pattern-Aware Rotation

2026-04-02 · Seonggon Kim, Alireza Khodamoradi, Pranathi Vasireddy, Kristof Denolf 외 arxiv

Hadamard transforms have become a key tool for stabilizing low-precision training, but existing methods apply them uniformly across tensors and computation paths. We show that this one-size-fits-all strategy is inherentl…

Rethinking Attention Output Projection: Structured Hadamard Transforms for Efficient Transformers

2026-03-09 · Shubham Aggarwal, Lokendra Kumar arxiv

The dense output projection in multi head attention scales quadratically with model dimension, contributing significantly to parameter count, memory footprint, and inference cost. We propose replacing this projection wit…

Exploring Learnability in Memory-Augmented Recurrent Neural Networks: Precision, Stability, and Empirical Insights

2024-10-04 · Shrabon Das, Ankur Mali

This study explores the learnability of memory-less and memory-augmented RNNs, which are theoretically equivalent to Pushdown Automata. Empirical results show that these models often fail to generalize on longer sequence…