Skip to main content

Showing 1–5 of 5 results for author: Grosse, R B

Searching in archive stat. Search in all archives.
.
  1. arXiv:1811.09620  [pdf, other

    cs.SD cs.LG eess.AS stat.ML

    TimbreTron: A WaveNet(CycleGAN(CQT(Audio))) Pipeline for Musical Timbre Transfer

    Authors: Sicong Huang, Qiyang Li, Cem Anil, Xuchan Bao, Sageev Oore, Roger B. Grosse

    Abstract: In this work, we address the problem of musical timbre transfer, where the goal is to manipulate the timbre of a sound sample from one instrument to match another instrument while preserving other musical content, such as pitch, rhythm, and loudness. In principle, one could apply image-based style transfer techniques to a time-frequency representation of an audio signal, but this depends on having… ▽ More

    Submitted 22 October, 2023; v1 submitted 22 November, 2018; originally announced November 2018.

    Comments: 17 pages, published as a conference paper at ICLR 2019

    Journal ref: ICLR 2019

  2. arXiv:1606.02275  [pdf, other

    cs.LG stat.CO stat.ML

    Measuring the reliability of MCMC inference with bidirectional Monte Carlo

    Authors: Roger B. Grosse, Siddharth Ancha, Daniel M. Roy

    Abstract: Markov chain Monte Carlo (MCMC) is one of the main workhorses of probabilistic inference, but it is notoriously hard to measure the quality of approximate posterior samples. This challenge is particularly salient in black box inference methods, which can hide details and obscure inference failures. In this work, we extend the recently introduced bidirectional Monte Carlo technique to evaluate MCMC… ▽ More

    Submitted 7 June, 2016; originally announced June 2016.

  3. arXiv:1511.02543  [pdf, other

    stat.ML cs.LG stat.CO

    Sandwiching the marginal likelihood using bidirectional Monte Carlo

    Authors: Roger B. Grosse, Zoubin Ghahramani, Ryan P. Adams

    Abstract: Computing the marginal likelihood (ML) of a model requires marginalizing out all of the parameters and latent variables, a difficult high-dimensional summation or integration problem. To make matters worse, it is often hard to measure the accuracy of one's ML estimates. We present bidirectional Monte Carlo, a technique for obtaining accurate log-ML estimates on data simulated from a model. This me… ▽ More

    Submitted 8 November, 2015; originally announced November 2015.

  4. arXiv:1412.8566  [pdf, other

    cs.LG stat.ML

    Accurate and Conservative Estimates of MRF Log-likelihood using Reverse Annealing

    Authors: Yuri Burda, Roger B. Grosse, Ruslan Salakhutdinov

    Abstract: Markov random fields (MRFs) are difficult to evaluate as generative models because computing the test log-probabilities requires the intractable partition function. Annealed importance sampling (AIS) is widely used to estimate MRF partition functions, and often yields quite accurate results. However, AIS is prone to overestimate the log-likelihood with little indication that anything is wrong. We… ▽ More

    Submitted 30 December, 2014; originally announced December 2014.

  5. arXiv:1412.5218  [pdf, other

    cs.SE cs.LG stat.ML

    Testing MCMC code

    Authors: Roger B. Grosse, David K. Duvenaud

    Abstract: Markov Chain Monte Carlo (MCMC) algorithms are a workhorse of probabilistic modeling and inference, but are difficult to debug, and are prone to silent failure if implemented naively. We outline several strategies for testing the correctness of MCMC algorithms. Specifically, we advocate writing code in a modular way, where conditional probability calculations are kept separate from the logic of th… ▽ More

    Submitted 16 December, 2014; originally announced December 2014.

    Comments: Presented at the 2014 NIPS workshop on Software Engineering for Machine Learning