Online Parallel Multi-Task Relationship Learning via Alternating Direction Method of Multipliers
Ruiyu Li, Peilin Zhao, Guangxia Li, Zhiqiang Xu, Xuewei Li

TL;DR
This paper introduces an online multi-task learning framework using ADMM that models task relations dynamically, outperforming gradient-based methods in accuracy and efficiency, and extends to decentralized settings for scalability.
Contribution
It proposes a novel ADMM-based online multi-task learning algorithm that models task relations dynamically and is suitable for decentralized distributed environments.
Findings
Outperforms SGD-based methods in accuracy and efficiency.
Effective in both centralized and decentralized architectures.
Demonstrated on synthetic and real-world datasets.
Abstract
Online multi-task learning (OMTL) enhances streaming data processing by leveraging the inherent relations among multiple tasks. It can be described as an optimization problem in which a single loss function is defined for multiple tasks. Existing gradient-descent-based methods for this problem might suffer from gradient vanishing and poor conditioning issues. Furthermore, the centralized setting hinders their application to online parallel optimization, which is vital to big data analytics. Therefore, this study proposes a novel OMTL framework based on the alternating direction multiplier method (ADMM), a recent breakthrough in optimization suitable for the distributed computing environment because of its decomposable and easy-to-implement nature. The relations among multiple tasks are modeled dynamically to fit the constant changes in an online scenario. In a classical distributed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and ELM
MethodsAlternating Direction Method of Multipliers
