Learn R Programming

mtlgmm (version 0.1.0)

Unsupervised Multi-Task and Transfer Learning on Gaussian Mixture Models

Description

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) .

Copy Link

Version

Install

install.packages('mtlgmm')

Monthly Downloads

143

Version

0.1.0

License

GPL-2

Maintainer

Ye Tian

Last Published

October 31st, 2022

Functions in mtlgmm (0.1.0)

mtlgmm

Fit binary Gaussian mixture models (GMMs) on multiple data sets under a multi-task learning (MTL) setting.
predict_gmm

Clustering new observations based on fitted GMM estimators.
estimation_error

Caluclate the estimation error of GMM parameters under the MTL setting (the worst performance among all tasks).
tlgmm

Fit the binary Gaussian mixture model (GMM) on target data set by leveraging multiple source data sets under a transfer learning (TL) setting.
initialize

Initialize the estimators of GMM parameters on each task.
alignment

Align the initializations.
alignment_swap

Complete the alignment of initializations based on the output of function alignment_swap.
misclustering_error

Calculate the misclustering error given the predicted cluster labels.
data_generation

Generate data for simulations.