mtlgmm: Unsupervised Multi-Task and Transfer Learning on Gaussian Mixture Models

Unsupervised learning has been widely used in many real-world applications. One of the simplest and most important unsupervised learning models is the Gaussian mixture model (GMM). In this work, we study the multi-task learning problem on GMMs, which aims to leverage potentially similar GMM parameter structures among tasks to obtain improved learning performance compared to single-task learning. We propose a multi-task GMM learning procedure based on the Expectation-Maximization (EM) algorithm that not only can effectively utilize unknown similarity between related tasks but is also robust against a fraction of outlier tasks from arbitrary sources. The proposed procedure is shown to achieve minimax optimal rate of convergence for both parameter estimation error and the excess mis-clustering error, in a wide range of regimes. Moreover, we generalize our approach to tackle the problem of transfer learning for GMMs, where similar theoretical results are derived. Finally, we demonstrate the effectiveness of our methods through simulations and a real data analysis. To the best of our knowledge, this is the first work studying multi-task and transfer learning on GMMs with theoretical guarantees. This package implements the algorithms proposed in Tian, Y., Weng, H., & Feng, Y. (2022) <doi:10.48550/arXiv.2209.15224>.

Version: 0.1.0
Depends: R (≥ 3.5.0)
Imports: doParallel, foreach, caret, mclust, stats
Published: 2022-10-31
Author: Ye Tian [aut, cre], Haolei Weng [aut], Yang Feng [aut]
Maintainer: Ye Tian <ye.t at columbia.edu>
License: GPL-2
NeedsCompilation: no
CRAN checks: mtlgmm results

Documentation:

Reference manual: mtlgmm.pdf

Downloads:

Package source: mtlgmm_0.1.0.tar.gz
Windows binaries: r-prerel: mtlgmm_0.1.0.zip, r-release: mtlgmm_0.1.0.zip, r-oldrel: mtlgmm_0.1.0.zip
macOS binaries: r-prerel (arm64): mtlgmm_0.1.0.tgz, r-release (arm64): mtlgmm_0.1.0.tgz, r-oldrel (arm64): mtlgmm_0.1.0.tgz, r-prerel (x86_64): mtlgmm_0.1.0.tgz, r-release (x86_64): mtlgmm_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=mtlgmm to link to this page.