← Search

Alex Schwing

32 accepted papers

2026

Spatio-Temporal LLM: Reasoning about Environments and Actions

ICML 2026poster

Despite significant recent progress of Multimodal Large Language Models (MLLMs), current MLLMs are challenged by "spatio-temporal" prompts, i.e., prompts that refer to 1) the entirety of an environment encoded in a point cloud that the MLLM should consider; and simultaneously also refer to 2) action…

Cited by 0SourceScholar
2025

CAR-Flow: Condition-Aware Reparameterization Aligns Source and Target for Better Flow Matching

NeurIPS 2025spotlight

Conditional generative modeling aims to learn a conditional data distribution from samples containing data-condition pairs. For this, diffusion and flow-based methods have attained compelling results. These methods use a learned (flow) model to transport an initial standard Gaussian noise that ignor…

Cited by 0SourceScholar
2025

LIFe-GoM: Generalizable Human Rendering with Learned Iterative Feedback Over Multi-Resolution Gaussians-on-Mesh

ICLR 2025poster

Generalizable rendering of an animatable human avatar from sparse inputs relies on data priors and inductive biases extracted from training on large data to avoid scene-specific optimization and to enable fast reconstruction. This raises two main challenges: First, unlike iterative gradient-based ad…

Cited by 0SourcePDFScholar
2025

NoPo-Avatar: Generalizable and Animatable Avatars from Sparse Inputs without Human Poses

NeurIPS 2025poster

We tackle the task of recovering an animatable 3D human avatar from a single or a sparse set of images. For this task, beyond a set of images, many prior state-of-the-art methods use accurate “ground-truth” camera poses and human poses as input to guide reconstruction at test-time. We show that pose…

Cited by 0SourceScholar
2025

On Inductive Biases That Enable Generalization in Diffusion Transformers

NeurIPS 2025poster

Recent work studying the generalization of diffusion models with locally linear UNet-based denoisers reveals inductive biases that can be expressed via geometry-adaptive harmonic bases. For such locally linear UNets, these geometry-adaptive harmonic bases can be conveniently visualized through the e…

Cited by 0SourcecodeScholar
2025

REN: Fast and Efficient Region Encodings from Patch-Based Image Encoders

NeurIPS 2025poster

We introduce the Region Encoder Network (REN), a fast and effective model for generating region-based image representations using point prompts. Recent methods combine class-agnostic segmenters (e.g., SAM) with patch-based image encoders (e.g., DINO) to produce compact and effective region represent…

Cited by 0SourcecodeScholar
2024

OW-VISCapTor: Abstractors for Open-World Video Instance Segmentation and Captioning

NeurIPS 2024poster

We propose the new task open-world video instance segmentation and captioning. It requires to detect, segment, track and describe with rich captions never before seen objects. This challenging task can be addressed by developing "abstractors" which connect a vision model and a language foundation mo…

Cited by 0SourcePDFScholar
2024

Offline Imitation from Observation via Primal Wasserstein State Occupancy Matching

ICML 2024poster

In real-world scenarios, arbitrary interactions with the environment can often be costly, and actions of expert demonstrations are not always available. To reduce the need for both, offline Learning from Observations (LfO) is extensively studied: the agent learns to solve a task given only expert st…

2024

Pseudo-Generalized Dynamic View Synthesis from a Video

ICLR 2024poster

Rendering scenes observed in a monocular video from novel viewpoints is a challenging problem. For static scenes the community has studied both scene-specific optimization techniques, which optimize on every test scene, and generalized techniques, which only run a deep net forward pass on a test sce…

2024

Reinforcement Learning Gradients as Vitamin for Online Finetuning Decision Transformers

NeurIPS 2024spotlight

Decision Transformers have recently emerged as a new and compelling paradigm for offline Reinforcement Learning (RL), completing a trajectory in an autoregressive way. While improvements have been made to overcome initial shortcomings, online finetuning of decision transformers has been surprisingl…

2024

Robust Model-Based Optimization for Challenging Fitness Landscapes

ICLR 2024poster

Protein design, a grand challenge of the day, involves optimization on a fitness landscape, and leading methods adopt a model-based approach where a model is trained on a training set (protein sequences and fitness) and proposes candidates to explore next. These methods are challenged by sparsity of…

2023

A Simple Solution for Offline Imitation from Observations and Examples with Possibly Incomplete Trajectories

NeurIPS 2023poster

Offline imitation from observations aims to solve MDPs where only task-specific expert states and task-agnostic non-expert state-action pairs are available. Offline imitation is useful in real-world scenarios where arbitrary interactions are costly and expert actions are unavailable. The state-of-th…

2023

Diffusion Probabilistic Fields

ICLR 2023poster

Diffusion probabilistic models have quickly become a major approach for generative modeling of images, 3D geometry, video and other domains. However, to adapt diffusion generative modeling to these domains the denoising network needs to be carefully designed for each domain independently, oftentimes…

Cited by 28SourcePDFScholar
2023

Learning to Decompose Visual Features with Latent Textual Prompts

ICLR 2023poster

Recent advances in pre-training vision-language models like CLIP have shown great potential in learning transferable visual representations. Nonetheless, for downstream inference, CLIP-like models suffer from either 1) degraded accuracy and robustness in the case of inaccurate text descriptions duri…

Cited by 29SourcePDFScholar
2023

Surface Snapping Optimization Layer for Single Image Object Shape Reconstruction

ICML 2023poster

Reconstructing the 3D shape of objects observed in a single image is a challenging task. Recent approaches rely on visual cues extracted from a given image learned from a deep net. In this work, we leverage recent advances in monocular scene understanding to incorporate an additional geometric cue o…

Cited by 2SourcePDFScholar
2022

CEIP: Combining Explicit and Implicit Priors for Reinforcement Learning with Demonstrations

NeurIPS 2022accept

Although reinforcement learning has found widespread use in dense reward settings, training autonomous agents with sparse rewards remains challenging. To address this difficulty, prior work has shown promising results when using not only task-specific demonstrations but also task-agnostic albeit som…

2022

DigGAN: Discriminator gradIent Gap Regularization for GAN Training with Limited Data

NeurIPS 2022accept

Generative adversarial nets (GANs) have been remarkably successful at learning to sample from distributions specified by a given dataset, particularly if the given dataset is reasonably large compared to its dimensionality. However, given limited data, classical GANs have struggled, and strategies l…

2022

Learnable Polyphase Sampling for Shift Invariant and Equivariant Convolutional Networks

NeurIPS 2022accept

We propose learnable polyphase sampling (LPS), a pair of learnable down/upsampling layers that enable truly shift-invariant and equivariant convolutional networks. LPS can be trained end-to-end from data and generalizes existing handcrafted downsampling layers. It is widely applicable as it can be i…

2021

A Contrastive Learning Approach for Training Variational Autoencoder Priors

NeurIPS 2021poster

Variational autoencoders (VAEs) are one of the powerful likelihood-based generative models with applications in many domains. However, they struggle to generate high-quality images, especially when samples are obtained from the prior without any tempering. One explanation for VAEs' poor generative q…

Cited by 97SourcePDFScholar
2021

Bridging the Imitation Gap by Adaptive Insubordination

NeurIPS 2021poster

In practice, imitation learning is preferred over pure reinforcement learning whenever it is possible to design a teaching agent to provide expert supervision. However, we show that when the teaching agent makes decisions with access to privileged information that is unavailable to the student, this…

Cited by 41SourcePDFScholar
2021

Enjoy Your Editing: Controllable GANs for Image Editing via Latent Space Navigation

ICLR 2021poster

Controllable semantic image editing enables a user to change entire image attributes with a few clicks, e.g., gradually making a summer scene look like it was taken in winter. Classic approaches for this task use a Generative Adversarial Net (GAN) to learn a latent space and suitable latent-space tr…

2021

Per-Pixel Classification is Not All You Need for Semantic Segmentation

NeurIPS 2021spotlight

Modern approaches typically formulate semantic segmentation as a per-pixel classification task, while instance-level segmentation is handled with an alternative mask classification. Our key insight: mask classification is sufficiently general to solve both semantic- and instance-level segmentation t…

2021

Perceptual Score: What Data Modalities Does Your Model Perceive?

NeurIPS 2021poster

Machine learning advances in the last decade have relied significantly on large-scale datasets that continue to grow in size. Increasingly, those datasets also contain different data modalities. However, large multi-modal datasets are hard to annotate, and annotations may contain biases that we are…