paper-with-me

홈 › Papers

Good Intentions: Adaptive Parameter Management via Intent Signaling

2022-06-01 · Alexander Renz-Wieland, Andreas Kieslinger, Robert Gericke, Rainer Gemulla, Zoi Kaoudi, Volker Markl

Parameter management is essential for distributed training of large machine learning (ML) tasks. Some ML tasks are hard to distribute because common approaches to parameter management can be highly inefficient. Advanced parameter management approaches -- such as selective replication or dynamic parameter allocation -- can improve efficiency, but to do so, they typically need to be integrated manually into each task's implementation and they require expensive upfront experimentation to tune correctly. In this work, we explore whether these two problems can be avoided. We first propose a novel intent signaling mechanism that integrates naturally into existing ML stacks and provides the parameter manager with crucial information about parameter accesses. We then describe AdaPM, a fully adaptive, zero-tuning parameter manager based on this mechanism. In contrast to prior systems, this approach separates providing information (simple, done by the task) from exploiting it effectively (hard, done automatically by AdaPM). In our experimental evaluation, AdaPM matched or outperformed state-of-the-art parameter managers out of the box, suggesting that automatic parameter management is possible.

📄 PDF Abstract BibTeX arXiv:2206.00470

Code (4)

alexrenz/adapm 공식 구현 pytorch
alexrenz/adaps 공식 구현 pytorch
alexrenz/NuPS pytorch
alexrenz/lapse-ps pytorch

Tasks

Management

Similar Papers 제목 키워드 기반

Inferring Intentions to Speak Using Accelerometer Data In-the-Wild

2024-01-11 · Litian Li, Jord Molhoek, Jing Zhou

Humans have good natural intuition to recognize when another person has something to say. It would be interesting if an AI can also recognize intentions to speak. Especially in scenarios when an AI is guiding a group dis…

Privacy Preserving

Improving End-of-turn Detection in Spoken Dialogues by Detecting Speaker Intentions as a Secondary Task

2018-05-09 · Zakaria Aldeneh, Dimitrios Dimitriadis, Emily Mower Provost

This work focuses on the use of acoustic cues for modeling turn-taking in dyadic spoken dialogues. Previous work has shown that speaker intentions (e.g., asking a question, uttering a backchannel, etc.) can influence tur…

Deep Adaptive Multi-Intention Inverse Reinforcement Learning

2021-07-14 · Ariyan Bighashdel, Panagiotis Meletis, Pavol Jancura, Gijs Dubbelman

This paper presents a deep Inverse Reinforcement Learning (IRL) framework that can learn an a priori unknown number of nonlinear reward functions from unlabeled experts' demonstrations. For this purpose, we employ the to…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Intention-Adaptive LLM Fine-Tuning for Text Revision Generation

2026-01-31 · Zhexiong Liu, Diane Litman arxiv

Large Language Models (LLMs) have achieved impressive capabilities in various context-based text generation tasks, such as summarization and reasoning; however, their applications in intention-based generation tasks rema…

Few-Shot LearningText Generation

Probabilistic Modeling of Intentions in Socially Intelligent LLM Agents

2025-10-21 · Feifan Xia, Yuyang Fang, Defang Li, Yantong Xie 외 arxiv

We present a probabilistic intent modeling framework for large language model (LLM) agents in multi-turn social dialogue. The framework maintains a belief distribution over a partner's latent intentions, initialized from…