paper-with-me

Papers

Merging Decision Transformers: Weight Averaging for Forming Multi-Task Policies

2023-03-14 · Daniel Lawson, Ahmed H. Qureshi

Recent work has shown the promise of creating generalist, transformer-based, models for language, vision, and sequential decision-making problems. To create such models, we generally require centralized training objectives, data, and compute. It is of interest if we can more flexibly create generalist policies by merging together multiple, task-specific, individually trained policies. In this work, we take a preliminary step in this direction through merging, or averaging, subsets of Decision Transformers in parameter space trained on different MuJoCo locomotion problems, forming multi-task models without centralized training. We also demonstrate the importance of various methodological choices when merging policies, such as utilizing common pre-trained initializations, increasing model capacity, and utilizing Fisher information for weighting parameter importance. In general, we believe research in this direction could help democratize and distribute the process that forms multi-task robotics policies. Our implementation is available at https://github.com/daniellawson9999/merging-decision-transformers.

📄 PDF Abstract BibTeX arXiv:2303.07551

Code (1)

daniellawson9999/merging-decision-transformers 공식 구현 pytorch

Tasks

Decision MakingMuJoCoSequential Decision Making

Similar Papers 제목 키워드 기반

Fisher Mask Nodes for Language Model Merging

2024-03-14 · Thennal D K, Ganesh Nathan, Suchithra M S

Fine-tuning pre-trained models provides significant advantages in downstream performance. The ubiquitous nature of pre-trained models such as BERT and its derivatives in natural language processing has also led to a prol…

Language ModelingLanguage ModellingmodelMulti-Task Learning

Model Merging by Uncertainty-Based Gradient Matching

2023-10-19 · Nico Daheim, Thomas Möllenhoff, Edoardo Maria Ponti, Iryna Gurevych 외

Models trained on different datasets can be merged by a weighted-averaging of their parameters, but why does it work and when can it fail? Here, we connect the inaccuracy of weighted-averaging to mismatches in the gradie…

modelTask Arithmetic

How to Weight Multitask Finetuning? Fast Previews via Bayesian Model-Merging

2024-12-11 · Hugo Monzón Maldonado, Thomas Möllenhoff, Nico Daheim, Iryna Gurevych 외

When finetuning multiple tasks altogether, it is important to carefully weigh them to get a good performance, but searching for good weights can be difficult and costly. Here, we propose to aid the search with fast previ…

Foldable SuperNets: Scalable Merging of Transformers with Different Initializations and Tasks

2024-10-02 · Edan Kinderman, Itay Hubara, Haggai Maron, Daniel Soudry

Many recent methods aim to merge neural networks (NNs) with identical architectures trained on different tasks to obtain a single multi-task model. Most existing works tackle the simpler setup of merging NNs initialized …

Knowledge Distillation

Parameter Averaging in Link Prediction

2025-10-29 · Rupesh Sapkota, Caglar Demir, Arnab Sharma, Axel-Cyrille Ngonga Ngomo arxiv

Ensemble methods are widely employed to improve generalization in machine learning. This has also prompted the adoption of ensemble learning for the knowledge graph embedding (KGE) models in performing link prediction. T…

Knowledge Graph EmbeddingEnsemble LearningLink Prediction