paper-with-me

홈 › Papers

RNM-TD3: N:M Semi-structured Sparse Reinforcement Learning From Scratch

2026-02-16 · Isam Vrce, Andreas Kassler, Gökçe Aydos arxiv

Sparsity is a well-studied technique for compressing deep neural networks (DNNs) without compromising performance. In deep reinforcement learning (DRL), neural networks with up to 5% of their original weights can still be trained with minimal performance loss compared to their dense counterparts. However, most existing methods rely on unstructured fine-grained sparsity, which limits hardware acceleration opportunities due to irregular computation patterns. Structured coarse-grained sparsity enables hardware acceleration, yet typically degrades performance and increases pruning complexity. In this work, we present, to the best of our knowledge, the first study on N:M structured sparsity in RL, which balances compression, performance, and hardware efficiency. Our framework enforces row-wise N:M sparsity throughout training for all networks in off-policy RL (TD3), maintaining compatibility with accelerators that support N:M sparse matrix operations. Experiments on continuous-control benchmarks show that RNM-TD3, our N:M sparse agent, outperforms its dense counterpart at 50%-75% sparsity (e.g., 2:4 and 1:4), achieving up to a 14% increase in performance at 2:4 sparsity on the Ant environment. RNM-TD3 remains competitive even at 87.5% sparsity (1:8), while enabling potential training speedups.

📄 PDF Abstract BibTeX arXiv:2602.14578

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Walk from Three Minutes of Real-World Data with Semi-structured Dynamics Models

2024-10-11 · Jacob Levy, Tyler Westenbroek, David Fridovich-Keil

Traditionally, model-based reinforcement learning (MBRL) methods exploit neural networks as flexible function approximators to represent $\textit{a priori}$ unknown environment dynamics. However, training data are typica…

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning

Learning N:M Fine-grained Structured Sparse Neural Networks From Scratch

2021-02-08 · ICLR 2021 1 · Aojun Zhou, Yukun Ma, Junnan Zhu, Jianbo Liu 외

Sparsity in Deep Neural Networks (DNNs) has been widely studied to compress and accelerate the models on resource-constrained environments. It can be generally categorized into unstructured fine-grained sparsity that zer…

RLx2: Training a Sparse Deep Reinforcement Learning Model from Scratch

2022-05-30 · Yiqin Tan, Pihe Hu, Ling Pan, Jiatai Huang 외

Training deep reinforcement learning (DRL) models usually requires high computation costs. Therefore, compressing DRL models possesses immense potential for training acceleration and model deployment. However, existing m…

Continuous ControlDeep Reinforcement LearningKnowledge DistillationModel Compression+3

SparseForge: Efficient Semi-Structured LLM Sparsification via Annealing of Hessian-Guided Soft-Mask

2026-05-07 · Liu Hanzuo, Chaofan Lin, Weixuan Sun, Yulong Wang 외 arxiv

Semi-structured sparsity provides a practical path to accelerate large language models (LLMs) with native hardware support, but post-training semi-structured pruning often suffers from substantial quality degradation due…

Sparse-BitNet: 1.58-bit LLMs are Naturally Friendly to Semi-Structured Sparsity

2026-03-05 · Di Zhang, Xun Wu, Shaohan Huang, Yudong Wang 외 arxiv

Semi-structured N:M sparsity and low-bit quantization (e.g., 1.58-bit BitNet) are two promising approaches for improving the efficiency of large language models (LLMs), yet they have largely been studied in isolation. In…