← Search

Jiaming Song

55 accepted papers

2026

SABER: Switchable and Balanced Training for Efficient LLM Reasoning

AAAI 2026technical

Large language models (LLMs) empowered by chain-of-thought reasoning have achieved impressive accuracy on complex tasks but suffer from excessive inference costs and latency when applied uniformly to all problems. We propose SABER (Switchable and Balanced Training for Efficient LLM Reasoning), a rei

Cited by 0SourcePDFScholar
2026

Self-NPO: Data-Free Diffusion Model Enhancement via Truncated Diffusion Fine-Tuning

AAAI 2026technical

Diffusion models have demonstrated remarkable success in various visual generation tasks, including image, video, and 3D content generation. Preference optimization (PO) is a prominent and growing area of research that aims to align these models with human preferences. While existing PO methods prim

Cited by 0SourcePDFScholar
2025

Personalized Preference Fine-tuning of Diffusion Models

CVPR 2025poster

RLHF techniques like DPO can significantly improve the generation quality of text-to-image diffusion models. However, these methods optimize for a single reward that aligns model generation with population-level preferences, neglecting the nuances of individual users' beliefs or values. This lack of…

Cited by 1SourcePDFScholar
2024

A Variational Perspective on Solving Inverse Problems with Diffusion Models

ICLR 2024poster

Diffusion models have emerged as a key pillar of foundation models in visual domains. One of their critical applications is to universally solve different downstream inverse tasks via a single diffusion prior without re-training for each task. Most inverse tasks can be formulated as inferring a post…

2024

Accelerate Multi-Agent Reinforcement Learning in Zero-Sum Games with Subgame Curriculum Learning

AAAI 2024technical

Learning Nash equilibrium (NE) in complex zero-sum games with multi-agent reinforcement learning (MARL) can be extremely computationally expensive. Curriculum learning is an effective way to accelerate learning, but an under-explored dimension for generating a curriculum is the difficulty-to-learn o…

Cited by 2SourcePDFScholar
2024

DiffiT: Diffusion Vision Transformers for Image Generation

ECCV 2024poster

"Diffusion models with their powerful expressivity and high sample quality have achieved State-Of-The-Art (SOTA) performance in the generative domain. The pioneering Vision Transformer (ViT) has also demonstrated strong modeling capabilities and scalability, especially for recognition tasks. In this…

2024

Seer: Language Instructed Video Prediction with Latent Diffusion Models

ICLR 2024poster

Imagining the future trajectory is the key for robots to make sound planning and successfully reach their goals. Therefore, text-conditioned video prediction (TVP) is an essential task to facilitate general robot policy learning. To tackle this task and empower robots with the ability to foresee the…

2023

Affordance Diffusion: Synthesizing Hand-Object Interactions

CVPR 2023poster

Recent successes in image synthesis are powered by large-scale diffusion models. However, most methods are currently limited to either text- or image-conditioned generation for synthesizing an entire image, texture transfer or inserting objects into a user-specified region. In contrast, in this work…

2023

CSP: Self-Supervised Contrastive Spatial Pre-Training for Geospatial-Visual Representations

ICML 2023poster

Geo-tagged images are publicly available in large quantities, whereas labels such as object classes are rather scarce and expensive to collect. Meanwhile, contrastive learning has achieved tremendous success in various natural image and language tasks with limited labeled data. However, existing met…

Cited by 72SourcePDFScholar
2023

DiffCollage: Parallel Generation of Large Content With Diffusion Models

CVPR 2023poster

We present DiffCollage, a compositional diffusion model that can generate large content by leveraging diffusion models trained on generating pieces of the large content. Our approach is based on a factor graph representation where each factor node represents a portion of the content and a variable n…

Cited by 76SourcePDFScholar
2023

Dual Diffusion Implicit Bridges for Image-to-Image Translation

ICLR 2023poster

Common image-to-image translation methods rely on joint training over data from both source and target domains. The training process requires concurrent access to both datasets, which hinders data separation and privacy protection; and existing models cannot be easily adapted for translation of new…

2023

Loss-Guided Diffusion Models for Plug-and-Play Controllable Generation

ICML 2023poster

We consider guiding denoising diffusion models with general differentiable loss functions in a plug-and-play fashion, enabling controllable generation without additional training. This paradigm, termed Loss-Guided Diffusion (LGD), can easily be integrated into all diffusion models and leverage vario…

Cited by 89SourcePDFScholar
2023

Offline Imitation Learning with Suboptimal Demonstrations via Relaxed Distribution Matching

AAAI 2023technical

Offline imitation learning (IL) promises the ability to learn performant policies from pre-collected demonstrations without interactions with the environment. However, imitating behaviors fully offline typically requires numerous expert data. To tackle this issue, we study the setting where we have…

Cited by 18SourcePDFScholar
2023

Pseudoinverse-Guided Diffusion Models for Inverse Problems

ICLR 2023poster

Diffusion models have become competitive candidates for solving various inverse problems. Models trained for specific inverse problems work well but are limited to their particular use cases, whereas methods that use problem-agnostic models are general but often perform worse empirically. To address…

Cited by 285SourcePDFScholar
2022

A General Recipe for Likelihood-free Bayesian Optimization

ICML 2022oral

The acquisition function, a critical component in Bayesian optimization (BO), can often be written as the expectation of a utility function under a surrogate model. However, to ensure that acquisition functions are tractable to optimize, restrictions must be placed on the surrogate model and utility…

2022

Comparing Distributions by Measuring Differences that Affect Decision Making

ICLR 2022oral

Measuring the discrepancy between two probability distributions is a fundamental problem in machine learning and statistics. We propose a new class of discrepancies based on the optimal loss for a decision task -- two distributions are different if the optimal decision loss is higher on their mixtur…

Cited by 34SourcePDFScholar
2022

Concrete Score Matching: Generalized Score Matching for Discrete Data

NeurIPS 2022accept

Representing probability distributions by the gradient of their density functions has proven effective in modeling a wide range of continuous data modalities. However, this representation is not applicable in discrete domains where the gradient is undefined. To this end, we propose an analogous sc…

Cited by 62SourcePDFScholar
2022

LISA: Learning Interpretable Skill Abstractions from Language

NeurIPS 2022accept

Learning policies that effectively utilize language instructions in complex, multi-task environments is an important problem in imitation learning. While it is possible to condition on the entire language instruction directly, such an approach could suffer from generalization issues. To encode compl…

2022

SDEdit: Guided Image Synthesis and Editing with Stochastic Differential Equations

ICLR 2022poster

Guided image synthesis enables everyday users to create and edit photo-realistic images with minimum effort. The key challenge is balancing faithfulness to the user inputs (e.g., hand-drawn colored strokes) and realism of the synthesized images. Existing GAN-based methods attempt to achieve such bal…

2021

CSDI: Conditional Score-based Diffusion Models for Probabilistic Time Series Imputation

NeurIPS 2021poster

The imputation of missing values in time series has many applications in healthcare and finance. While autoregressive models are natural candidates for time series imputation, score-based diffusion models have recently outperformed existing counterparts including autoregressive models in many tasks…

2021

D2C: Diffusion-Decoding Models for Few-Shot Conditional Generation

NeurIPS 2021poster

Conditional generative models of high-dimensional images have many applications, but supervision signals from conditions to images can be expensive to acquire. This paper describes Diffusion-Decoding models with Contrastive representations (D2C), a paradigm for training unconditional variational aut…

2021

IQ-Learn: Inverse soft-Q Learning for Imitation

NeurIPS 2021spotlight

In many sequential decision-making problems (e.g., robotics control, game playing, sequential prediction), human or expert data is available containing useful information about the task. However, imitation learning (IL) from a small amount of expert data can be challenging in high-dimensional enviro…

2021

Imitation with Neural Density Models

NeurIPS 2021poster

We propose a new framework for Imitation Learning (IL) via density estimation of the expert's occupancy measure followed by Maximum Occupancy Entropy Reinforcement Learning (RL) using the density as a reward. Our approach maximizes a non-adversarial model-free RL objective that provably lower bounds…

Cited by 15SourcePDFScholar
2021

Improved Autoregressive Modeling with Distribution Smoothing

ICLR 2021oral

While autoregressive models excel at image compression, their sample quality is often lacking. Although not realistic, generated images often have high likelihood according to the model, resembling the case of adversarial examples. Inspired by a successful adversarial defense method, we incorporate…

Cited by 23SourcePDFScholar
2021

Negative Data Augmentation

ICLR 2021poster

Data augmentation is often used to enlarge datasets with synthetic samples generated in accordance with the underlying data distribution. To enable a wider range of augmentations, we explore negative data augmentation strategies (NDA) that intentionally create out-of-distribution samples. We show th…

2021

Variational Automatic Curriculum Learning for Sparse-Reward Cooperative Multi-Agent Problems

NeurIPS 2021poster

We introduce an automatic curriculum algorithm, Variational Automatic Curriculum Learning (VACL), for solving challenging goal-conditioned cooperative multi-agent reinforcement learning problems. We motivate our curriculum learning paradigm through a variational perspective, where the learning objec…

Cited by 45SourcePDFScholar
2020

A Theory of Usable Information under Computational Constraints

ICLR 2020talk

We propose a new framework for reasoning about information in complex systems. Our foundation is based on a variational extension of Shannon’s information theory that takes into account the modeling power and computational constraints of the observer. The resulting predictive V-information encompass…

Cited by 186SourcecodeScholar
2020

Belief Propagation Neural Networks

NeurIPS 2020poster

Learned neural solvers have successfully been used to solve combinatorial optimization and decision problems. More general counting variants of these problems, however, are still largely solved with hand-crafted solvers. To bridge this gap, we introduce belief propagation neural networks (BPNNs), a…

2020

Permutation Invariant Graph Generation via Score-Based Generative Modeling

AISTATS 2020poster

Learning generative models for graph-structured data is challenging because graphs are discrete, combinatorial, and the underlying data distribution is invariant to the ordering of nodes. However, most of the existing generative models for graphs are not invariant to the chosen ordering, which might…

2020

Robust and On-the-fly Dataset Denoising for Image Classification

ECCV 2020poster

Memorization in over-parameterized neural networks could severely hurt generalization in the presence of mislabeled examples. However, mislabeled examples are hard to avoid in extremely large datasets collected with weak supervision. We address this problem by reasoning counterfactually about the lo…

Cited by 18SourcePDFScholar
2020

Training Deep Energy-Based Models with f-Divergence Minimization

ICML 2020poster

Deep energy-based models (EBMs) are very flexible in distribution parametrization but computationally challenging because of the intractable partition function. They are typically trained via maximum likelihood, using contrastive divergence to approximate the gradient of the KL divergence between da…

2019

Bias Correction of Learned Generative Models using Likelihood-Free Importance Weighting

NeurIPS 2019poster

A learned generative model often produces biased statistics relative to the underlying data distribution. A standard technique to correct this bias is importance sampling, where samples from the model are weighted by the likelihood ratio under model and true distributions. When the likelihood ratio…

Cited by 156SourcePDFScholar
2019

Calibrated Model-Based Deep Reinforcement Learning

ICML 2019oral

Estimates of predictive uncertainty are important for accurate model-based planning and reinforcement learning. However, predictive uncertainties — especially ones derived from modern deep learning systems — can be inaccurate and impose a bottleneck on performance. This paper explores which uncertai…

2019

Learning Controllable Fair Representations

AISTATS 2019poster

Learning data representations that are transferable and are fair with respect to certain protected attributes is crucial to reducing unfair decisions while preserving the utility of the data. We propose an information-theoretically motivated objective for learning maximally expressive representation…

2018

Bias and Generalization in Deep Generative Models: An Empirical Study

NeurIPS 2018spotlight

In high dimensional settings, density estimation algorithms rely crucially on their inductive bias. Despite recent empirical success, the inductive bias of deep generative models is not well understood. In this paper we propose a framework to systematically investigate bias and generalization in dee…

2018

Multi-Agent Generative Adversarial Imitation Learning

NeurIPS 2018poster

Imitation learning algorithms can be used to learn a policy from expert demonstrations without access to a reward signal. However, most existing approaches are not applicable in multi-agent settings due to the existence of multiple (Nash) equilibria and non-stationary environments. We propose a new…

2017

InfoGAIL: Interpretable Imitation Learning from Visual Demonstrations

NeurIPS 2017poster

The goal of imitation learning is to mimic expert behavior without access to an explicit reward signal. Expert demonstrations provided by humans, however, often show significant variability due to latent factors that are typically not explicitly modeled. In this paper, we propose a new algorithm tha…