Noise-Contrastive Estimation for Multivariate Point Processes
Hongyuan Mei, Tom Wan, Jason Eisner
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/HMEIatJHU/nce-mppOfficialpytorch★ 15
- github.com/hongyuanmei/nce-mpppytorch★ 15
Abstract
The log-likelihood of a generative model often involves both positive and negative terms. For a temporal multivariate point process, the negative term sums over all the possible event types at each time and also integrates over all the possible times. As a result, maximum likelihood estimation is expensive. We show how to instead apply a version of noise-contrastive estimation---a general parameter estimation method with a less expensive stochastic objective. Our specific instantiation of this general idea works out in an interestingly non-trivial way and has provable guarantees for its optimality, consistency and efficiency. On several synthetic and real-world datasets, our method shows benefits: for the model to achieve the same level of log-likelihood on held-out data, our method needs considerably fewer function evaluations and less wall-clock time.