paper-with-me

Papers

Multi-Task Reinforcement Learning with Mixture of Orthogonal Experts

2023-11-19 · Ahmed Hendawy, Jan Peters, Carlo D'Eramo

Multi-Task Reinforcement Learning (MTRL) tackles the long-standing problem of endowing agents with skills that generalize across a variety of problems. To this end, sharing representations plays a fundamental role in capturing both unique and common characteristics of the tasks. Tasks may exhibit similarities in terms of skills, objects, or physical properties while leveraging their representations eases the achievement of a universal policy. Nevertheless, the pursuit of learning a shared set of diverse representations is still an open challenge. In this paper, we introduce a novel approach for representation learning in MTRL that encapsulates common structures among the tasks using orthogonal representations to promote diversity. Our method, named Mixture Of Orthogonal Experts (MOORE), leverages a Gram-Schmidt process to shape a shared subspace of representations generated by a mixture of experts. When task-specific information is provided, MOORE generates relevant representations from this shared subspace. We assess the effectiveness of our approach on two MTRL benchmarks, namely MiniGrid and MetaWorld, showing that MOORE surpasses related baselines and establishes a new state-of-the-art result on MetaWorld.

📄 PDF Abstract BibTeX arXiv:2311.11385

Code (1)

AhmedMagdyHendawy/MOORE 공식 구현 pytorch

Tasks

DiversityMixture-of-Expertsreinforcement-learningReinforcement LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Sparsity-Driven Plasticity in Multi-Task Reinforcement Learning

2025-08-09 · Aleksandar Todorov, Juan Cardenas-Cartagena, Rafael F. Cunha, Marco Zullich 외 arxiv

Plasticity loss, a diminishing capacity to adapt as training progresses, is a critical challenge in deep reinforcement learning. We examine this issue in multi-task reinforcement learning (MTRL), where higher representat…

Reinforcement Learning

OMoE: Diversifying Mixture of Low-Rank Adaptation by Orthogonal Finetuning

2025-01-17 · Jinyuan Feng, Zhiqiang Pu, Tianyi Hu, Dongmin Li 외

Building mixture-of-experts (MoE) architecture for Low-rank adaptation (LoRA) is emerging as a potential direction in parameter-efficient fine-tuning (PEFT) for its modular design and remarkable performance. However, sim…

Computational EfficiencyDiversityMixture-of-Expertsparameter-efficient fine-tuning

Abstracting Robot Manipulation Skills via Mixture-of-Experts Diffusion Policies

2026-01-29 · Ce Hao, Xuanran Zhai, Yaohua Liu, Harold Soh arxiv

Diffusion-based policies have recently shown strong results in robot manipulation, but their extension to multi-task scenarios is hindered by the high cost of scaling model size and demonstrations. We introduce Skill Mix…

Multi-Task LearningRobot ManipulationTransfer Learning

Variational Proximal Policy Optimization

2026-06-06 · Ousmane Amadou Dia arxiv

Reinforcement Learning from Human Feedback via Proximal Policy Optimization often suffers from policy mode collapse, brittle exploration loops, and distribution drift. This paper introduces Variational Proximal Policy Op…

Reinforcement LearningMathematical Reasoning

Diversifying the Mixture-of-Experts Representation for Language Models with Orthogonal Optimizer

2023-10-15 · Boan Liu, Liang Ding, Li Shen, Keqin Peng 외

The Mixture of Experts (MoE) has emerged as a highly successful technique in deep learning, based on the principle of divide-and-conquer to maximize model capacity without significant additional computational cost. Even …

DiversityMixture-of-ExpertsQuestion Answering