rild / TIL

today i learn
0 stars 0 forks source link

Safe Semi-Supervised Learning of Sum-Product Networks #28

Open rild opened 7 years ago

rild commented 7 years ago

author

Martin Trapp, Tamas Madl, Robert Peharz, Franz Pernkopf, Robert Trappl

date

(Submitted on 10 Oct 2017)

abstract

In several domains obtaining class annotations is expensive while at the same time unlabelled data are abundant. While most semi-supervised approaches enforce restrictive assumptions on the data distribution, recent work has managed to learn semi-supervised models in a non-restrictive regime. However, so far such approaches have only been proposed for linear models. In this work, we introduce semi-supervised parameter learning for Sum-Product Networks (SPNs). SPNs are deep probabilistic models admitting inference in linear time in number of network edges. Our approach has several advantages, as it (1) allows generative and discriminative semi-supervised learning, (2) guarantees that adding unlabelled data can increase, but not degrade, the performance (safe), and (3) is computationally efficient and does not enforce restrictive assumptions on the data distribution. We show on a variety of data sets that safe semi-supervised learning with SPNs is competitive compared to state-of-the-art and can lead to a better generative and discriminative objective value than a purely supervised approach.

http://search.arxiv.org:8081/paper.jsp?r=1710.03444&qid=1508228177862ler_nCnN_-1292480110&qs=Speech+Synthesis&in=cs&byDate=1

rild commented 7 years ago

semi-supervised learning

問題

教師あり学習に使用するラベル付きデータを作成するにはコストがかかる

提案

semi-supervised learning をすることができる, Sum-Product Networks, SPNs の提案