paper-with-me

Papers

Low-Rank Multitask Learning based on Tensorized SVMs and LSSVMs

2023-08-30 · Jiani Liu, Qinghua Tao, Ce Zhu, Yipeng Liu, Xiaolin Huang, Johan A. K. Suykens

Multitask learning (MTL) leverages task-relatedness to enhance performance. With the emergence of multimodal data, tasks can now be referenced by multiple indices. In this paper, we employ high-order tensors, with each mode corresponding to a task index, to naturally represent tasks referenced by multiple indices and preserve their structural relations. Based on this representation, we propose a general framework of low-rank MTL methods with tensorized support vector machines (SVMs) and least square support vector machines (LSSVMs), where the CP factorization is deployed over the coefficient tensor. Our approach allows to model the task relation through a linear combination of shared factors weighted by task-specific factors and is generalized to both classification and regression problems. Through the alternating optimization scheme and the Lagrangian function, each subproblem is transformed into a convex problem, formulated as a quadratic programming or linear system in the dual form. In contrast to previous MTL frameworks, our decision function in the dual induces a weighted kernel function with a task-coupling term characterized by the similarities of the task-specific factors, better revealing the explicit relations across tasks in MTL. Experimental results validate the effectiveness and superiority of our proposed methods compared to existing state-of-the-art approaches in MTL. The code of implementation will be available at https://github.com/liujiani0216/TSVM-MTL.

📄 PDF Abstract BibTeX arXiv:2308.16056

Code (1)

liujiani0216/tsvm-mtl 공식 구현

Similar Papers 제목 키워드 기반

Tensorized LSSVMs for Multitask Regression

2023-03-04 · Jiani Liu, Qinghua Tao, Ce Zhu, Yipeng Liu 외

Multitask learning (MTL) can utilize the relatedness between multiple tasks for performance improvement. The advent of multimodal data allows tasks to be referenced by multiple indices. High-order tensors are capable of …

regression

Marginal Structured SVM with Hidden Variables

2014-09-04 · Wei Ping, Qiang Liu, Alexander Ihler

In this work, we propose the marginal structured SVM (MSSVM) for structured prediction with hidden variables. MSSVM properly accounts for the uncertainty of hidden variables, and can significantly outperform the previous…

Structured Prediction

Tensorized Optical Multimodal Fusion Network

2023-02-17 · Yequan Zhao, Xian Xiao, Geza Kurczveil, Raymond G. Beausoleil 외

We propose the first tensorized optical multimodal fusion network architecture with a self-attention mechanism and low-rank tensor fusion. Simulation results show $51.3 \times$ less hardware requirement and $3.7\times 10…

Tensor Methods for Nonlinear Matrix Completion

2018-04-26 · Greg Ongie, Daniel Pimentel-Alarcón, Laura Balzano, Rebecca Willett 외

In the low-rank matrix completion (LRMC) problem, the low-rank assumption means that the columns (or rows) of the matrix to be completed are points on a low-dimensional linear algebraic variety. This paper extends this t…

Low-Rank Matrix CompletionMatrix Completion

Bayesian Tensorized Neural Networks with Automatic Rank Selection

2019-05-24 · Cole Hawkins, Zheng Zhang

Tensor decomposition is an effective approach to compress over-parameterized neural networks and to enable their deployment on resource-constrained hardware platforms. However, directly applying tensor compression in the…

Model CompressionTensor Decomposition