← Search

Lawrence Carin

105 accepted papers

2025

Coupling Generative Modeling and an Autoencoder with the Causal Bridge

NeurIPS 2025poster

We consider inferring the causal effect of a treatment (intervention) on an outcome of interest in situations where there is potentially an unobserved confounder influencing both the treatment and the outcome. This is achievable by assuming access to two separate sets of control (proxy) measurements…

Cited by 0SourceScholar
2025

From Softmax to Score: Transformers Can Effectively Implement In-Context Denoising Steps

NeurIPS 2025poster

Transformers have emerged as powerful meta-learners, with growing evidence that they implement learning algorithms within their forward pass. We study this phenomenon in the context of denoising, presenting a unified framework that shows Transformers can implement (a) manifold denoising via Laplacia…

Cited by 0SourcecodeScholar
2025

LangMark: A Multilingual Dataset for Automatic Post-Editing

ACL 2025long

Automatic post-editing (APE) aims to correct errors in machine-translated text, enhancing translation quality, while reducing the need for human intervention. Despite advances in neural machine translation (NMT), the development of effective APE systems has been hindered by the lack of large-scale m…

2025

On Understanding Attention-Based In-Context Learning for Categorical Data

ICML 2025poster

In-context learning based on attention models is examined for data with categorical outcomes, with inference in such models viewed from the perspective of functional gradient descent (GD). We develop a network composed of attention blocks, with each block employing a self-attention layer followed by…

Cited by 0SourcePDFScholar
2022

Capturing actionable dynamics with structured latent ordinary differential equations

UAI 2022poster

End-to-end learning of dynamical systems with black-box models, such as neural ordinary differential equations (ODEs), provides a flexible framework for learning dynamics from data without prescribing a mathematical model for the dynamics. Unfortunately, this flexibility comes at the cost of underst…

2022

Gradient Importance Learning for Incomplete Observations

ICLR 2022poster

Though recent works have developed methods that can generate estimates (or imputations) of the missing entries in a dataset to facilitate downstream analysis, most depend on assumptions that may not align with real-world applications and could suffer from poor performance in subsequent tasks such as…

2022

Open World Classification with Adaptive Negative Samples

EMNLP 2022main

Open world classification is a task in natural language processing with key practical relevance and impact.Since the open or unknown category data only manifests in the inference phase, finding a model with a suitable decision boundary accommodating for the identification of known classes and discri…

Cited by 6SourcePDFScholar
2022

Tight Mutual Information Estimation With Contrastive Fenchel-Legendre Optimization

NeurIPS 2022accept

Successful applications of InfoNCE (Information Noise-Contrastive Estimation) and its variants have popularized the use of contrastive variational mutual information (MI) estimators in machine learning . While featuring superior stability, these estimators crucially depend on costly large-batch trai…

2021

APo-VAE: Text Generation in Hyperbolic Space

NAACL 2021long

Natural language often exhibits inherent hierarchical structure ingrained with complex syntax and semantics. However, most state-of-the-art deep generative models learn embeddings only in Euclidean vector space, without accounting for this structural property of language. In this paper, we investiga…

Cited by 38SourcePDFScholar
2021

CAM-GAN: Continual Adaptation Modules for Generative Adversarial Networks

NeurIPS 2021poster

We present a continual learning approach for generative adversarial networks (GANs), by designing and leveraging parameter-efficient feature map transformations. Our approach is based on learning a set of global and task-specific parameters. The global parameters are fixed across tasks whereas the t…

Cited by 32SourcePDFScholar
2021

Continual Learning using a Bayesian Nonparametric Dictionary of Weight Factors

AISTATS 2021poster

Naively trained neural networks tend to experience catastrophic forgetting in sequential task settings, where data from previous tasks are unavailable. A number of methods, using various model expansion strategies, have been proposed recently as possible solutions. However, determining how much to e…

Cited by 41SourcePDFScholar
2021

Counterfactual Representation Learning with Balancing Weights

AISTATS 2021poster

A key to causal inference with observational data is achieving balance in predictive features associated with each treatment type. Recent literature has explored representation learning to achieve this goal. In this work, we discuss the pitfalls of these strategies – such as a steep trade-off betwee…

Cited by 89SourcePDFScholar
2021

Efficient Feature Transformations for Discriminative and Generative Continual Learning

CVPR 2021poster

As neural networks are increasingly being applied to real-world applications, mechanisms to address distributional shift and sequential task learning without forgetting are critical. Methods incorporating network expansion have shown promise by naturally adding model capacity for learning new tasks…

Cited by 90PDFcodeScholar
2021

FairFil: Contrastive Neural Debiasing Method for Pretrained Text Encoders

ICLR 2021poster

Pretrained text encoders, such as BERT, have been applied increasingly in various natural language processing (NLP) tasks, and have recently demonstrated significant performance gains. However, recent studies have demonstrated the existence of social bias in these pretrained NLP models. Although pri…

Cited by 130SourcePDFScholar
2021

GO Hessian for Expectation-Based Objectives

AAAI 2021technical

An unbiased low-variance gradient estimator, termed GO gradient, was proposed recently for expectation-based objectives E_q_γ(y) [f(y)], where the random variable (RV) y may be drawn from a stochastic computation graph (SCG) with continuous (non-reparameterizable) internal nodes and continuous/discr…

2021

Improving Zero-Shot Voice Style Transfer via Disentangled Representation Learning

ICLR 2021poster

Voice style transfer, also called voice conversion, seeks to modify one speaker's voice to generate speech as if it came from another (target) speaker. Previous works have made progress on voice conversion with parallel training data and pre-known speakers. However, zero-shot voice style transfer, w…

Cited by 75SourcePDFScholar
2021

Learning Graphons via Structured Gromov-Wasserstein Barycenters

AAAI 2021technical

We propose a novel and principled method to learn a nonparametric graph model called graphon, which is defined in an infinite-dimensional space and represents arbitrary-size graphs. Based on the weak regularity lemma from the theory of graphons, we leverage a step function to approximate a graphon.…

2021

Learning Task Sampling Policy for Multitask Learning

EMNLP 2021finding

It has been shown that training multi-task models with auxiliary tasks can improve the target task quality through cross-task transfer. However, the importance of each auxiliary task to the primary task is likely not known a priori. While the importance weights of auxiliary tasks can be manually tun…

2021

MixKD: Towards Efficient Distillation of Large-scale Language Models

ICLR 2021poster

Large-scale language models have recently demonstrated impressive empirical performance. Nevertheless, the improved results are attained at the price of bigger models, more power consumption, and slower inference, which hinder their applicability to low-resource (both memory and computation) platfor…

Cited by 90SourcePDFScholar
2021

SpanPredict: Extraction of Predictive Document Spans with Neural Attention

NAACL 2021long

In many natural language processing applications, identifying predictive text can be as important as the predictions themselves. When predicting medical diagnoses, for example, identifying predictive content in clinical notes not only enhances interpretability, but also allows unknown, descriptive (…

Cited by 5SourcePDFScholar
2021

Supercharging Imbalanced Data Learning With Energy-based Contrastive Representation Transfer

NeurIPS 2021spotlight

Dealing with severe class imbalance poses a major challenge for many real-world applications, especially when the accurate classification and generalization of minority classes are of primary interest. In computer vision and NLP, learning from datasets with long-tail behavior is a recurring theme, e…

2021

Wasserstein Contrastive Representation Distillation

CVPR 2021poster

The primary goal of knowledge distillation (KD) is to encapsulate the information of a model learned from a teacher network into a student network, with the latter being more compact than the former. Existing work, e.g., using Kullback-Leibler divergence for distillation, may fail to capture importa…

Cited by 128PDFScholar
2020

AutoSync: Learning to Synchronize for Data-Parallel Distributed Deep Learning

NeurIPS 2020poster

Synchronization is a key step in data-parallel distributed machine learning (ML). Different synchronization systems and strategies perform differently, and to achieve optimal parallel training throughput requires synchronization strategies that adapt to model structures and cluster configurations. E…

2020

CLUB: A Contrastive Log-ratio Upper Bound of Mutual Information

ICML 2020poster

Mutual information (MI) minimization has gained considerable interests in various machine learning tasks. However, estimating and minimizing MI in high-dimensional spaces remains a challenging problem, especially when only samples, rather than distribution forms, are accessible. Previous works mainl…

2020

Calibrating CNNs for Lifelong Learning

NeurIPS 2020poster

We present an approach for lifelong/continual learning of convolutional neural networks (CNN) that does not suffer from the problem of catastrophic forgetting when moving from one task to the other. We show that the activation maps generated by the CNN trained on the old task can be calibrated using…

2020

Enhancing Cross-Task Black-Box Transferability of Adversarial Examples With Dispersion Reduction

CVPR 2020poster

Neural networks are known to be vulnerable to carefully crafted adversarial examples, and these malicious samples often transfer, i.e., they remain adversarial even against other models. Although significant effort has been devoted to the transferability across models, surprisingly little attention…

Cited by 102PDFcodeScholar
2020

Graph Optimal Transport for Cross-Domain Alignment

ICML 2020poster

Cross-domain alignment between two sets of entities (e.g., objects in an image, words in a sentence) is fundamental to both computer vision and natural language processing. Existing methods mainly focus on designing advanced attention mechanisms to simulate soft alignment, where no training signals…

2020

Learning Autoencoders with Relational Regularization

ICML 2020poster

We propose a new algorithmic framework for learning autoencoders of data distributions. In this framework, we minimize the discrepancy between the model distribution and the target one, with relational regularization on learnable latent prior. This regularization penalizes the fused Gromov-Wasserste…

2020

Nested-Wasserstein Self-Imitation Learning for Sequence Generation

AISTATS 2020poster

Reinforcement learning (RL) has been widely studied for improving sequence-generation models. However, the conventional rewards used for RL training typically cannot capture sufficient semantic information and therefore render model bias. Further, the sparse and delayed rewards make RL exploration i…

Cited by 8SourcePDFScholar
2020

On Leveraging Pretrained GANs for Generation with Limited Data

ICML 2020poster

Recent work has shown generative adversarial networks (GANs) can generate highly realistic images, that are often indistinguishable (by humans) from real images. Most images so generated are not contained in the training dataset, suggesting potential for augmenting training sets with GAN-generated d…

2020

Perturbing Across the Feature Hierarchy to Improve Standard and Strict Blackbox Attack Transferability

NeurIPS 2020poster

We consider the blackbox transfer-based targeted adversarial attack threat model in the realm of deep neural network (DNN) image classifiers. Rather than focusing on crossing decision boundaries at the output layer of the source model, our method perturbs representations throughout the extracted fea…

Cited by 95SourcePDFScholar
2020

RaCT: Toward Amortized Ranking-Critical Training For Collaborative Filtering

ICLR 2020poster

We investigate new methods for training collaborative filtering models based on actor-critic reinforcement learning, to more directly maximize ranking-based objective functions. Specifically, we train a critic network to approximate ranking-based metrics, and then update the actor network to directl…

Cited by 38SourcecodeScholar
2020

Reconsidering Generative Objectives For Counterfactual Reasoning

NeurIPS 2020poster

There has been recent interest in exploring generative goals for counterfactual reasoning, such as individualized treatment effect (ITE) estimation. However, existing solutions often fail to address issues that are unique to causal inference, such as covariate balancing and (infeasible) counterfactu…

2020

Stochastic Particle-Optimization Sampling and the Non-Asymptotic Convergence Theory

AISTATS 2020poster

Particle-optimization-based sampling (POS) is a recently developed effective sampling technique that interactively updates a set of particles. A representative algorithm is the Stein variational gradient descent (SVGD). We prove, under certain conditions, SVGD experiences a theoretical pitfall, {\i…

Cited by 51SourcePDFScholar
2020

Towards Learning a Generic Agent for Vision-and-Language Navigation via Pre-Training

CVPR 2020poster

Learning to navigate in a visual environment following natural-language instructions is a challenging task, because the multimodal inputs to the agent are highly variable, and the training data on a new task is often limited. In this paper, we present the first pre-training and fine-tuning paradigm…

Cited by 320PDFcodeScholar
2019

Adversarial Learning of a Sampler Based on an Unnormalized Distribution

AISTATS 2019poster

Fundamental aspects of adversarial learning are investigated, with learning based on samples from the target distribution (conventional GAN setup). With insights so garnered, adversarial learning is extended to the case for which one has access to an unnormalized form $u(x)$ of the target density fu…

2019

Certified Adversarial Robustness with Additive Noise

NeurIPS 2019poster

The existence of adversarial data examples has drawn significant attention in the deep-learning community; such data are seemingly minimally perturbed relative to the original data, but lead to very different outputs from a deep-learning algorithm. Although a significant body of work on developing d…

2019

Improving Sequence-to-Sequence Learning via Optimal Transport

ICLR 2019poster

Sequence-to-sequence models are commonly trained via maximum likelihood estimation (MLE). However, standard MLE training considers a word-level objective, predicting the next word given the previous ground-truth partial sentence. This procedure focuses on modeling local syntactic patterns, and may f…

Cited by 110SourcePDFScholar
2019

Improving Textual Network Learning with Variational Homophilic Embeddings

NeurIPS 2019poster

The performance of many network learning applications crucially hinges on the success of network embedding algorithms, which aim to encode rich network information into low-dimensional vertex-based vector representations. This paper considers a novel variational formulation of network embeddings, wi…

2019

Kernel-Based Approaches for Sequence Modeling: Connections to Neural Methods

NeurIPS 2019poster

We investigate time-dependent data analysis from the perspective of recurrent kernel machines, from which models with hidden units and gated memory cells arise naturally. By considering dynamic gating of the memory cell, a model closely related to the long short-term memory (LSTM) recurrent neural n…

2019

On Connecting Stochastic Gradient MCMC and Differential Privacy

AISTATS 2019poster

Concerns related to data security and confidentiality have been raised when applying machine learning to real-world applications. Differential privacy provides a principled and rigorous privacy guarantee for machine learning models. While it is common to inject noise to design a model satisfying a r…

Cited by 51SourcePDFScholar
2019

Ouroboros: On Accelerating Training of Transformer-Based Language Models

NeurIPS 2019poster

Language models are essential for natural language processing (NLP) tasks, such as machine translation and text summarization. Remarkable performance has been demonstrated recently across many NLP domains via a Transformer-based language model with over a billion parameters, verifying the benefits o…

2019

Revisiting the Softmax Bellman Operator: New Benefits and New Perspective

ICML 2019oral

The impact of softmax on the value function itself in reinforcement learning (RL) is often viewed as problematic because it leads to sub-optimal value (or Q) functions and interferes with the contraction properties of the Bellman operator. Surprisingly, despite these concerns, and independent of its…

2019

Scalable Gromov-Wasserstein Learning for Graph Partitioning and Matching

NeurIPS 2019poster

We propose a scalable Gromov-Wasserstein learning (S-GWL) method and establish a novel and theoretically-supported paradigm for large-scale graph analysis. The proposed method is based on the fact that Gromov-Wasserstein discrepancy is a pseudometric on graphs. Given two graphs, the optimal transpo…

2019

Scalable Thompson Sampling via Optimal Transport

AISTATS 2019poster

Thompson sampling (TS) is a class of algorithms for sequential decision-making, which requires maintaining a posterior distribution over a reward model. However, calculating exact posterior distributions is intractable for all but the simplest models. Consequently, how to computationally-efficiently…

2019

StoryGAN: A Sequential Conditional GAN for Story Visualization

CVPR 2019poster

In this work, we propose a new task called Story Visualization. Given a multi-sentence paragraph, the story is visualized by generating a sequence of images, one for each sentence. In contrast to video generation, story visualization focuses less on the continuity in generated images (frames), but m…

Cited by 280PDFcodeScholar
2018

Adversarial Text Generation via Feature-Mover's Distance

NeurIPS 2018poster

Generative adversarial networks (GANs) have achieved significant success in generating real-valued data. However, the discrete nature of text hinders the application of GAN to text-generation tasks. Instead of using the standard GAN objective, we propose to improve text-generation GAN via a novel ap…

2018

Distilled Wasserstein Learning for Word Embedding and Topic Modeling

NeurIPS 2018poster

We propose a novel Wasserstein method with a distillation mechanism, yielding joint learning of word embeddings and topics. The proposed method is based on the fact that the Euclidean distance between word embeddings may be employed as the underlying distance in the Wasserstein topic model. The wo…

Cited by 105SourcePDFScholar
2018

Learning Structural Weight Uncertainty for Sequential Decision-Making

AISTATS 2018poster

Learning probability distributions on the weights of neural networks (NNs) has recently proven beneficial in many applications. Bayesian methods, such as Stein variational gradient descent (SVGD), offer an elegant framework to reason about NN model uncertainty. However, by assuming independent Gauss…

2018

Symmetric Variational Autoencoder and Connections to Adversarial Learning

AISTATS 2018poster

A new form of the variational autoencoder (VAE) is proposed, based on the symmetric Kullback- Leibler divergence. It is demonstrated that learn- ing of the resulting symmetric VAE (sVAE) has close connections to previously developed adversarial-learning methods. This relationship helps unify the pre…

Cited by 0SourcePDFScholar
2018

Topic Compositional Neural Language Model

AISTATS 2018poster

We propose a Topic Compositional Neural Language Model (TCNLM), a novel method designed to simultaneously capture both the global semantic meaning and the local word-ordering structure in a document. The TCNLM learns the global semantic coherence of a document via a neural topic model, and the proba…

2017

A Probabilistic Framework for Nonlinearities in Stochastic Neural Networks

NeurIPS 2017poster

We present a probabilistic framework for nonlinearities, based on doubly truncated Gaussian distributions. By setting the truncation points appropriately, we are able to generate various types of nonlinearities within a unified framework, including sigmoid, tanh and ReLU, the most commonly used nonl…

Cited by 21SourcePDFScholar
2017

ALICE: Towards Understanding Adversarial Learning for Joint Distribution Matching

NeurIPS 2017poster

We investigate the non-identifiability issues associated with bidirectional adversarial training for joint distribution matching. Within a framework of conditional entropy, we propose both adversarial and non-adversarial approaches to learn desirable matched joint distributions for unsupervised and…

2017

Adaptive Feature Abstraction for Translating Video to Language

ICLR 2017workshop

Previous models for video captioning often use the output from a specific layer of a Convolutional Neural Network (CNN) as video representations, preventing them from modeling rich, varying context-dependent semantics in video descriptions. In this paper, we propose a new approach to generating adap…

Cited by 1SourceScholar
2017

Adversarial Feature Matching for Text Generation

ICML 2017poster

The Generative Adversarial Network (GAN) has achieved great success in generating realistic (real-valued) synthetic data. However, convergence issues and difficulties dealing with discrete data hinder the applicability of GAN to text. We propose a framework for generating realistic text via adversar…

Cited by 487SourcePDFScholar
2017

Adversarial Symmetric Variational Autoencoder

NeurIPS 2017poster

A new form of variational autoencoder (VAE) is developed, in which the joint distribution of data and codes is considered in two (symmetric) forms: (i) from observed data fed through the encoder to yield codes, and (ii) from latent codes drawn from a simple prior and propagated through the decoder t…

Cited by 100SourcePDFScholar
2017

An inner-loop free solution to inverse problems using deep neural networks

NeurIPS 2017poster

We propose a new method that uses deep learning techniques to accelerate the popular alternating direction method of multipliers (ADMM) solution for inverse problems. The ADMM updates consist of a proximity operator, a least squares regression that includes a big matrix inversion, and an explicit so…

Cited by 27SourcePDFScholar
2017

Cross-Spectral Factor Analysis

NeurIPS 2017poster

In neuropsychiatric disorders such as schizophrenia or depression, there is often a disruption in the way that regions of the brain synchronize with one another. To facilitate understanding of network-level synchronization between brain regions, we introduce a novel model of multisite low-frequency…

Cited by 34SourcePDFScholar
2017

Deconvolutional Paragraph Representation Learning

NeurIPS 2017poster

Learning latent representations from long text sequences is an important first step in many natural language processing applications. Recurrent Neural Networks (RNNs) have become a cornerstone for this challenging task. However, the quality of sentences during RNN-based decoding (reconstruction) dec…

Cited by 120SourcePDFScholar
2017

Learning Structured Weight Uncertainty in Bayesian Neural Networks

AISTATS 2017poster

Deep neural networks (DNNs) are increasingly popular in modern machine learning. Bayesian learning affords the opportunity to quantify posterior uncertainty on DNN model parameters. Most existing work adopts independent Gaussian priors on the model weights, ignoring possible structural information.…

Cited by 153SourcePDFScholar
2017

Semantic Compositional Networks for Visual Captioning

CVPR 2017spotlight

A Semantic Compositional Network (SCN) is developed for image captioning, in which semantic concepts (i.e., tags) are detected from the image, and the probability of each tag is used to compose the parameters in a long short-term memory (LSTM) network. The SCN extends each weight matrix of the LSTM…

Cited by 561PDFcodeScholar
2017

Targeting EEG/LFP Synchrony with Neural Nets

NeurIPS 2017spotlight

We consider the analysis of Electroencephalography (EEG) and Local Field Potential (LFP) datasets, which are “big” in terms of the size of recorded data but rarely have sufficient labels required to train complex models (e.g., conventional deep learning methods). Furthermore, in many scientific app…

Cited by 81SourcePDFScholar
2017

Tensor-Dictionary Learning with Deep Kruskal-Factor Analysis

AISTATS 2017poster

A multi-way factor analysis model is introduced for tensor-variate data of any order. Each data item is represented as a (sparse) sum of Kruskal decompositions, a Kruskal- factor analysis (KFA). KFA is nonparametric and can infer both the tensor-rank of each dictionary atom and the number of diction…

Cited by 23SourcePDFScholar
2017

Triangle Generative Adversarial Networks

NeurIPS 2017poster

A Triangle Generative Adversarial Network ($\Delta$-GAN) is developed for semi-supervised cross-domain joint distribution matching, where the training data consists of samples from each domain, and supervision of domain correspondence is provided by only a few paired samples. $\Delta$-GAN consists o…

Cited by 168SourcePDFScholar
2017

VAE Learning via Stein Variational Gradient Descent

NeurIPS 2017poster

A new method for learning variational autoencoders (VAEs) is developed, based on Stein variational gradient descent. A key advantage of this approach is that one need not make parametric assumptions about the form of the encoder distribution. Performance is further enhanced by integrating the propos…

Cited by 76SourcePDFScholar
2016

A Deep Generative Deconvolutional Image Model

AISTATS 2016poster

A deep generative model is developed for representation and analysis of images, based on a hierarchical convolutional dictionary-learning framework. Stochastic unpooling is employed to link consecutive layers in the model, yielding top-down image generation. A Bayesian support vector machine is link…

Cited by 55SourcePDFScholar
2016

A general framework for reconstruction and classification from compressive measurements with side information

ICASSP 2016accepted

We develop a general framework for compressive linear-projection measurements with side information. Side information is an additional signal correlated with the signal of interest. We investigate the impact of side information on classification and signal recovery from low-dimensional measurements.…

Cited by 0SourceScholar
2016

Bridging the Gap between Stochastic Gradient MCMC and Stochastic Optimization

AISTATS 2016poster

Stochastic gradient Markov chain Monte Carlo (SG-MCMC) methods are Bayesian analogs to popular stochastic optimization methods; however, this connection is not well studied. We explore this relationship by applying simulated annealing to an SG-MCMC algorithm. Furthermore, we extend recent SG-MCMC me…

2016

Learning Sigmoid Belief Networks via Monte Carlo Expectation Maximization

AISTATS 2016poster

Belief networks are commonly used generative models of data, but require expensive posterior estimation to train and test the model. Learning typically proceeds by posterior sampling, variational approximations, or recognition networks, combined with stochastic optimization. We propose using an onli…

Cited by 15SourcePDFScholar
2016

Learning Weight Uncertainty With Stochastic Gradient MCMC for Shape Classification

CVPR 2016spotlight

Learning the representation of shape cues in 2D & 3D objects for recognition is a fundamental task in computer vision. Deep neural networks (DNNs) have shown promising performance on this task. Due to the large variability of shapes, accurate recognition relies on good estimates of model uncertain…

Cited by 62PDFScholar
2016

Non-negative Matrix Factorization for Discrete Data with Hierarchical Side-Information

AISTATS 2016poster

We present a probabilistic framework for efficient non-negative matrix factorization of discrete (count/binary) data with side-information. The side-information is given as a multi-level structure, taxonomy, or ontology, with nodes at each level being categorical-valued observations. For example, wh…

Cited by 28SourcePDFScholar
2016

Nonlinear Statistical Learning with Truncated Gaussian Graphical Models

ICML 2016poster

We introduce the truncated Gaussian graphical model (TGGM) as a novel framework for designing statistical models for nonlinear learning. A TGGM is a Gaussian graphical model (GGM) with a subset of variables truncated to be nonnegative. The truncated variables are assumed latent and integrated out to…

Cited by 19SourcePDFScholar
2016

Parallel Majorization Minimization with Dynamically Restricted Domains for Nonconvex Optimization

AISTATS 2016poster

We propose an optimization framework for nonconvex problems based on majorization-minimization that is particularity well-suited for parallel computing. It reduces the optimization of a high dimensional nonconvex objective function to successive optimizations of locally tight and convex upper bounds…

Cited by 0SourcePDFScholar
2016

Stochastic Gradient MCMC with Stale Gradients

NeurIPS 2016poster

Stochastic gradient MCMC (SG-MCMC) has played an important role in large-scale Bayesian learning, with well-developed theoretical convergence properties. In such applications of SG-MCMC, it is becoming increasingly popular to employ distributed systems, where stochastic gradients are computed based…

Cited by 34SourcePDFScholar
2016

Towards Unifying Hamiltonian Monte Carlo and Slice Sampling

NeurIPS 2016poster

We unify slice sampling and Hamiltonian Monte Carlo (HMC) sampling, demonstrating their connection via the Hamiltonian-Jacobi equation from Hamiltonian mechanics. This insight enables extension of HMC and slice sampling to a broader family of samplers, called Monomial Gamma Samplers (MGS). We provid…

Cited by 24SourcePDFScholar
2016

Variational Autoencoder for Deep Learning of Images, Labels and Captions

NeurIPS 2016poster

A novel variational autoencoder is developed to model images, as well as associated labels or captions. The Deep Generative Deconvolutional Network (DGDN) is used as a decoder of the latent image features, and a deep Convolutional Neural Network (CNN) is used as an image encoder; the CNN is used to…

Cited by 1096SourcePDFScholar
2015

A Multitask Point Process Predictive Model

ICML 2015poster

Point process data are commonly observed in fields like healthcare and social science. Designing predictive models for such event streams is an under-explored problem, due to often scarce training data. In this work we propose a multitask point process model, leveraging information from all tasks vi…

Cited by 74SourcePDFScholar
2015

Deep Temporal Sigmoid Belief Networks for Sequence Modeling

NeurIPS 2015poster

Deep dynamic generative models are developed to learn sequential dependencies in time-series data. The multi-layered model is designed by constructing a hierarchy of temporal sigmoid belief networks (TSBNs), defined as a sequential stack of sigmoid belief networks (SBNs). Each SBN has a contextual h…

2015

Large-Scale Bayesian Multi-Label Learning via Topic-Based Label Embeddings

NeurIPS 2015spotlight

We present a scalable Bayesian multi-label learning model based on learning low-dimensional label embeddings. Our model assumes that each label vector is generated as a weighted combination of a set of topics (each topic being a distribution over labels), where the combination weights (i.e., the emb…

Cited by 48SourcePDFScholar
2015

Learning Deep Sigmoid Belief Networks with Data Augmentation

AISTATS 2015poster

Deep directed generative models are developed. The multi-layered model is designed by stacking sigmoid belief networks, with sparsity-encouraging priors placed on the model parameters. Learning and inference of layer-wise model parameters are implemented in a Bayesian setting. By exploring the idea…

Cited by 135SourcePDFScholar
2015

Non-Gaussian Discriminative Factor Models via the Max-Margin Rank-Likelihood

ICML 2015poster

We consider the problem of discriminative factor analysis for data that are in general non-Gaussian. A Bayesian model based on the ranks of the data is proposed. We first introduce a max-margin version of the rank-likelihood. A discriminative factor model is then developed, integrating the new max-m…

Cited by 8SourcePDFScholar
2015

On the Convergence of Stochastic Gradient MCMC Algorithms with High-Order Integrators

NeurIPS 2015poster

Recent advances in Bayesian learning with large-scale data have witnessed emergence of stochastic gradient MCMC algorithms (SG-MCMC), such as stochastic gradient Langevin dynamics (SGLD), stochastic gradient Hamiltonian MCMC (SGHMC), and the stochastic gradient thermostat. While finite-time converge…

Cited by 214SourcePDFScholar
2015

Preconditioned Spectral Descent for Deep Learning

NeurIPS 2015poster

Deep learning presents notorious computational challenges. These challenges include, but are not limited to, the non-convexity of learning objectives and estimating the quantities needed for optimization algorithms, such as gradients. While we do not address the non-convexity, we present an optimiza…

Cited by 33SourcePDFScholar
2015

Scalable Deep Poisson Factor Analysis for Topic Modeling

ICML 2015poster

A new framework for topic modeling is developed, based on deep graphical models, where interactions between topics are inferred through deep latent binary hierarchies. The proposed multi-layer model employs a deep sigmoid belief network or restricted Boltzmann machine, the bottom binary layer of whi…

Cited by 111SourcePDFScholar