paper-with-me

Papers

CoSteer: Collaborative Decoding-Time Personalization via Local Delta Steering

2025-07-07 · Hang Lv, Sheng Liang, Hao Wang, Hongchao Gu, Yaxiong Wu, Wei Guo, Defu Lian, Yong liu, Enhong Chen

Personalized text generation has become crucial for adapting language models to diverse and evolving users' personal context across cultural, temporal, and contextual dimensions. While existing methods often rely on centralized fine-tuning or static preference alignment, they struggle to achieve real-time adaptation under resource constraints inherent to personal devices. This limitation creates a dilemma: large cloud-based models lack access to localized user-specific information, while small on-device models cannot match the generation quality of their cloud counterparts. To address this dichotomy, we present CoSteer, a novel collaborative framework that enables decoding-time personalization through localized delta steering. Our key insight lies in leveraging the logits difference between personal context-aware and -agnostic outputs from local small models as steering signals for cloud-based LLMs. Specifically, we formulate token-level optimization as an online learning problem, where local delta vectors dynamically adjust the remote LLM's logits within the on-device environment. This approach preserves privacy by transmitting only the final steered tokens rather than raw data or intermediate vectors, while maintaining cloud-based LLMs' general capabilities without fine-tuning. Through comprehensive experiments on various personalized generation tasks, we demonstrate that CoSteer effectively assists LLMs in generating personalized content by leveraging locally stored user profiles and histories, ensuring privacy preservation through on-device data processing while maintaining acceptable computational overhead.

📄 PDF Abstract BibTeX arXiv:2507.04756

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

Wills Aligner: Multi-Subject Collaborative Brain Visual Decoding

2024-04-20 · Guangyin Bao, Qi Zhang, Zixuan Gong, Jialei Zhou 외

Decoding visual information from human brain activity has seen remarkable advancements in recent research. However, the diversity in cortical parcellation and fMRI patterns across individuals has prompted the development…

Cross-Modal RetrievalDiversityImage ReconstructionMeta-Learning+1

Federated User Representation Learning

2019-09-27 · ICLR 2020 1 · Duc Bui, Kshitiz Malik, Jack Goetz, Honglei Liu 외

Collaborative personalization, such as through learned user representations (embeddings), can improve the prediction accuracy of neural-network-based models significantly. We propose Federated User Representation Learnin…

Federated LearningPrivacy PreservingRepresentation Learning

FedPoisonTTP: A Threat Model and Poisoning Attack for Federated Test-Time Personalization

2025-11-24 · Md Akil Raihan Iftee, Syed Md. Ahnaf Hasan, Amin Ahsan Ali, AKM Mahbubur Rahman 외 arxiv

Test-time personalization in federated learning enables models at clients to adjust online to local domain shifts, enhancing robustness and personalization in deployment. Yet, existing federated learning work largely ove…

Federated Learning

Local Popularity and Time in top-N Recommendation

2018-07-11 · Vito Walter Anelli, Tommaso Di Noia, Eugenio Di Sciascio, Azzurra Ragone 외

Items popularity is a strong signal in recommendation algorithms. It strongly affects collaborative filtering approaches and it has been proven to be a very good baseline in terms of results accuracy. Even though we miss…

Collaborative FilteringRecommendation Systems

A federated graph neural network framework for privacy-preserving personalization

2022-06-02 · Nature Communications 2022 6 · Chuhan Wu, Fangzhao Wu, Lingjuan Lyu, Tao Qi 외

Graph neural network (GNN) is effective in modeling high-order interactions and has been widely used in various personalized applications such as recommendation. However, mainstream personalization methods rely on centra…

Federated LearningGraph Neural NetworkPrivacy PreservingRecommendation Systems