paper-with-me

Papers

Online Parallel Multi-Task Relationship Learning via Alternating Direction Method of Multipliers

2024-11-09 · Ruiyu Li, Peilin Zhao, Guangxia Li, Zhiqiang Xu, XueWei Li

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 computing architecture with a central server, the proposed OMTL algorithm with the ADMM optimizer outperforms SGD-based approaches in terms of accuracy and efficiency. Because the central server might become a bottleneck when the data scale grows, we further tailor the algorithm to a decentralized setting, so that each node can work by only exchanging information with local neighbors. Experimental results on a synthetic and several real-world datasets demonstrate the efficiency of our methods.

📄 PDF Abstract BibTeX arXiv:2411.06135

Code (1)

alberta-lee/nc-24 공식 구현

Tasks

Distributed ComputingMulti-Task Learning

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

Multi-Task Multiple Kernel Relationship Learning

2016-11-10 · Keerthiram Murugesan, Jaime Carbonell

This paper presents a novel multitask multiple kernel learning framework that efficiently learns the kernel weights leveraging the relationship across multiple tasks. The idea is to automatically infer this task relation…

Symbolic Models for Interconnected Impulsive Systems

2023-12-28 · Sadek Belamfedel Alaoui, Adnane Saoud, Pushpak Jagtap, Abdalla Swikir

In this paper, we present a compositional methodology for constructing symbolic models of nonlinear interconnected impulsive systems. Our approach relies on the concept of "alternating simulation function" to establish a…

Parallel-in-Time Nonlinear Optimal Control via GPU-native Sequential Convex Programming

2026-03-11 · Yilin Zou, Zhong Zhang, Maxime Robic, Fanghua Jiang arxiv

Real-time solution of nonlinear optimal control problems remains challenging on embedded robotic hardware, where conventional solvers often rely on global sparse linear algebra or sequential recursions that are difficult…

Tunable Subnetwork Splitting for Model-parallelism of Neural Network Training

2020-09-09 · Junxiang Wang, Zheng Chai, Yue Cheng, Liang Zhao

Alternating minimization methods have recently been proposed as alternatives to the gradient descent for deep neural network optimization. Alternating minimization methods can typically decompose a deep neural network in…

Multi-task nonparallel support vector machine for classification

2022-04-05 · Zongmin Liu, Yitian Xu

Direct multi-task twin support vector machine (DMTSVM) explores the shared information between multiple correlated tasks, then it produces better generalization performance. However, it contains matrix inversion operatio…

ClassificationComputational Efficiency