← Search

Mike Wu

6 accepted papers

2021

Conditional Negative Sampling for Contrastive Learning of Visual Representations

ICLR 2021poster

Recent methods for learning unsupervised visual representations, dubbed contrastive learning, optimize the noise-contrastive estimation (NCE) bound on mutual information between two transformations of an image. NCE typically uses randomly sampled negative examples to normalize the objective, but thi…

Cited by 99SourcePDFScholar
2021

Improving Compositionality of Neural Networks by Decoding Representations to Inputs

NeurIPS 2021poster

In traditional software programs, it is easy to trace program logic from variables back to input, apply assertion statements to block erroneous behavior, and compose programs together. Although deep learning programs have demonstrated strong performance on novel applications, they sacrifice many of…

Cited by 3SourcePDFScholar
2021

Viewmaker Networks: Learning Views for Unsupervised Representation Learning

ICLR 2021poster

Many recent methods for unsupervised representation learning train models to be invariant to different "views," or distorted versions of an input. However, designing these views requires considerable trial and error by human experts, hindering widespread adoption of unsupervised representation learn…

2019

Differentiable Antithetic Sampling for Variance Reduction in Stochastic Variational Inference

AISTATS 2019poster

Stochastic optimization techniques are standard in variational inference algorithms. These methods estimate gradients by approximating expectations with independent Monte Carlo samples. In this paper, we explore a technique that uses correlated, but more representative, samples to reduce estimator v…