https://arxiv.org/abs/2002.09046
Neural Bayes: A Generic Parameterization Method for Unsupervised Representation Learning (Devansh Arpit, Huan Wang, Caiming Xiong, Richard Socher, Yoshua Bengio)
softmax 같은 카테고리 출력을 갖는 뉴럴넷으로 p(z|x)를 모델링하고 이를 기반으로 p(z), p(x|z)를 정의해서 이 term들을 활용한 학습 objective에 적용해본 방법. mutual information maximization으로 representation learning에 적용하고 disjoint manifold learning으로 클러스터링에 적용.
#bayesian #representation #clustering