paper-with-me

Papers

Scaling Algorithm Distillation for Continuous Control with Mamba

2025-06-16 · Samuel Beaussant, Mehdi Mounsif

Algorithm Distillation (AD) was recently proposed as a new approach to perform In-Context Reinforcement Learning (ICRL) by modeling across-episodic training histories autoregressively with a causal transformer model. However, due to practical limitations induced by the attention mechanism, experiments were bottlenecked by the transformer's quadratic complexity and limited to simple discrete environments with short time horizons. In this work, we propose leveraging the recently proposed Selective Structured State Space Sequence (S6) models, which achieved state-of-the-art (SOTA) performance on long-range sequence modeling while scaling linearly in sequence length. Through four complex and continuous Meta Reinforcement Learning environments, we demonstrate the overall superiority of Mamba, a model built with S6 layers, over a transformer model for AD. Additionally, we show that scaling AD to very long contexts can improve ICRL performance and make it competitive even with a SOTA online meta RL baseline.

📄 PDF Abstract BibTeX arXiv:2506.13892

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlIn-Context Reinforcement LearningMambaMeta Reinforcement Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

StableMamba: Distillation-free Scaling of Large SSMs for Images and Videos

2024-09-18 · Hamid Suleman, Syed Talal Wasim, Muzammal Naseer, Juergen Gall

State-space models (SSMs), exemplified by S4, have introduced a novel context modeling method by integrating state-space techniques into deep learning. However, they struggle with global context modeling due to their dat…

Action Recognitionimage-classificationImage ClassificationKnowledge Distillation+2

Attention to Mamba: A Recipe for Cross-Architecture Distillation

2026-04-01 · Abhinav Moudgil, Ningyuan Huang, Eeshan Gunesh Dhekane, Pau Rodríguez 외 arxiv

State Space Models (SSMs) such as Mamba have become a popular alternative to Transformer models, due to their reduced memory consumption and higher throughput at generation compared to their Attention-based counterparts.…

Thinking Slow, Fast: Scaling Inference Compute with Distilled Reasoners

2025-02-27 · Daniele Paliotta, Junxiong Wang, Matteo Pagliardini, Kevin Y. Li 외

Recent advancements have demonstrated that the performance of large language models (LLMs) can be significantly enhanced by scaling computational resources at test time. A common strategy involves generating multiple Cha…

MambaMathematical Reasoning

PathMamba: A Hybrid Mamba-Transformer for Topologically Coherent Road Segmentation in Satellite Imagery

2025-11-26 · Jules Decaestecker, Nicolas Vigne arxiv

Achieving both high accuracy and topological continuity in road segmentation from satellite imagery is a critical goal for applications ranging from urban planning to disaster response. State-of-the-art methods often rel…

Road Segmentation

Mamba as Decision Maker: Exploring Multi-scale Sequence Modeling in Offline Reinforcement Learning

2024-06-04 · Jiahang Cao, Qiang Zhang, Ziqing Wang, Jingkai Sun 외

Sequential modeling has demonstrated remarkable capabilities in offline reinforcement learning (RL), with Decision Transformer (DT) being one of the most notable representatives, achieving significant success. However, R…

MambaOpenAI GymReinforcement Learning (RL)