# Consensus-Based Transfer Linear Support Vector Machines for   Decentralized Multi-Task Multi-Agent Learning

**Authors:** Rui Zhang, Quanyan Zhu

arXiv: 1706.05039 · 2018-03-28

## TL;DR

This paper introduces a privacy-preserving, distributed transfer learning framework using consensus-based linear SVMs and ADMM, enabling efficient multi-task learning in decentralized networks with dynamic task participation.

## Contribution

It proposes a novel decentralized transfer learning method with ADMM that enhances classification accuracy while preserving data privacy and supporting real-time task updates.

## Key findings

- Transfer learning improves classification on MNIST datasets.
- Knowledge transfer reduces risks for data-scarce target tasks.
- Method supports dynamic task participation without rerunning the entire algorithm.

## Abstract

Transfer learning has been developed to improve the performances of different but related tasks in machine learning. However, such processes become less efficient with the increase of the size of training data and the number of tasks. Moreover, privacy can be violated as some tasks may contain sensitive and private data, which are communicated between nodes and tasks. We propose a consensus-based distributed transfer learning framework, where several tasks aim to find the best linear support vector machine (SVM) classifiers in a distributed network. With alternating direction method of multipliers, tasks can achieve better classification accuracies more efficiently and privately, as each node and each task train with their own data, and only decision variables are transferred between different tasks and nodes. Numerical experiments on MNIST datasets show that the knowledge transferred from the source tasks can be used to decrease the risks of the target tasks that lack training data or have unbalanced training labels. We show that the risks of the target tasks in the nodes without the data of the source tasks can also be reduced using the information transferred from the nodes who contain the data of the source tasks. We also show that the target tasks can enter and leave in real-time without rerunning the whole algorithm.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.05039/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1706.05039/full.md

## References

12 references — full list in the complete paper: https://tomesphere.com/paper/1706.05039/full.md

---
Source: https://tomesphere.com/paper/1706.05039