paper-with-me

Papers

CoLM: Collaborative Large Models via A Client-Server Paradigm

2025-11-10 · Siqi Huang, Sida Huang, Hongyuan Zhang arxiv

Large models have achieved remarkable performance across a range of reasoning and understanding tasks. Prior work often utilizes model ensembles or multi-agent systems to collaboratively generate responses, effectively operating in a server-to-server paradigm. However, such approaches do not align well with practical deployment settings, where a limited number of server-side models are shared by many clients under modern internet architectures. In this paper, we introduce \textbf{CoLM} (\textbf{Co}llaboration in \textbf{L}arge-\textbf{M}odels), a novel framework for collaborative reasoning that redefines cooperation among large models from a client-server perspective. Unlike traditional ensemble methods that rely on simultaneous inference from multiple models to produce a single output, CoLM allows the outputs of multiple models to be aggregated or shared, enabling each client model to independently refine and update its own generation based on these high-quality outputs. This design enables collaborative benefits by fully leveraging both client-side and shared server-side models. We further extend CoLM to vision-language models (VLMs), demonstrating its applicability beyond language tasks. Experimental results across multiple benchmarks show that CoLM consistently improves model performance on previously failed queries, highlighting the effectiveness of collaborative guidance in enhancing single-model capabilities.

📄 PDF Abstract BibTeX arXiv:2511.06991

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FedNS: Improving Federated Learning for collaborative image classification on mobile clients

2021-01-20 · Yaoxin Zhuo, Baoxin Li

Federated Learning (FL) is a paradigm that aims to support loosely connected clients in learning a global model collaboratively with the help of a centralized server. The most popular FL algorithm is Federated Averaging …

Federated LearningGeneral Classificationimage-classificationImage Classification

Federated Collaborative Filtering for Privacy-Preserving Personalized Recommendation System

2019-01-29 · Muhammad Ammad-Ud-Din, Elena Ivannikova, Suleiman A. Khan, Were Oyomno 외

The increasing interest in user privacy is leading to new privacy preserving machine learning paradigms. In the Federated Learning paradigm, a master machine learning model is distributed to user clients, the clients use…

BIG-bench Machine LearningCollaborative FilteringFederated LearningPrivacy Preserving

Game of Gradients: Mitigating Irrelevant Clients in Federated Learning

2021-10-23 · Lokesh Nagalapatti, Ramasuri Narayanam

The paradigm of Federated learning (FL) deals with multiple clients participating in collaborative training of a machine learning model under the orchestration of a central server. In this setup, each client's data is pr…

Federated Learningimage-classificationImage Classificationspeech-recognition+1

FedConv: A Learning-on-Model Paradigm for Heterogeneous Federated Clients

2025-02-28 · Leming Shen, Qiang Yang, Kaiyan Cui, Yuanqing Zheng 외

Federated Learning (FL) facilitates collaborative training of a shared global model without exposing clients' private data. In practical FL systems, clients (e.g., edge servers, smartphones, and wearables) typically have…

Federated Learning

Robust and Actively Secure Serverless Collaborative Learning

2023-10-25 · NeurIPS 2023 11

Collaborative machine learning (ML) is widely used to enable institutions to learn better models from distributed data. While collaborative approaches to learning intuitively protect user data, they remain vulnerable to …

Computational Efficiency