← Search

Justin Solomon

29 accepted papers

2026

WRING Out The Bias: A Rotation-Based Alternative To Projection Debiasing

ICLR 2026poster

Vision-Language models (VLMs), including CLIP, are known to encode biases such as learning spurious correlations that falsely associate background attributes with particular labels. Debiasing approaches typically aim to isolate and remove subspaces corresponding to a target concept via projecting it…

Cited by 0SourceScholar
2025

Compress then Serve: Serving Thousands of LoRA Adapters with Little Overhead

ICML 2025poster

Fine-tuning large language models (LLMs) with low-rank adaptations (LoRAs) has become common practice, often yielding numerous copies of the same LLM differing only in their LoRA updates. This paradigm presents challenges for systems that serve real-time responses to queries that each involve a diff…

Cited by 5SourcePDFScholar
2025

Locality in Image Diffusion Models Emerges from Data Statistics

NeurIPS 2025spotlight

Recent work has shown that the generalization ability of image diffusion models arises from the locality properties of the trained neural network. In particular, when denoising a particular pixel, the model relies on a limited neighborhood of the input image around that pixel, which, according to th…

Cited by 0SourceScholar
2024

Asymmetry in Low-Rank Adapters of Foundation Models

ICML 2024poster

Parameter-efficient fine-tuning optimizes large, pre-trained foundation models by updating a subset of parameters; in this class, Low-Rank Adaptation (LoRA) is particularly effective. Inspired by an effort to investigate the different roles of LoRA matrices during fine-tuning, this paper characteriz…

2024

Score Distillation via Reparametrized DDIM

NeurIPS 2024poster

While 2D diffusion models generate realistic, high-detail images, 3D shape generation methods like Score Distillation Sampling (SDS) built on these 2D diffusion models produce cartoon-like, over-smoothed shapes. To help explain this discrepancy, we show that the image guidance used in Score Distil…

2024

Slicing Mutual Information Generalization Bounds for Neural Networks

ICML 2024poster

The ability of machine learning (ML) algorithms to generalize well to unseen data has been studied through the lens of information theory, by bounding the generalization error with the input-output mutual information (MI), i.e., the MI between the training data and the learned hypothesis. Yet, these…

2023

Learning Proximal Operators to Discover Multiple Optima

ICLR 2023poster

Finding multiple solutions of non-convex optimization problems is a ubiquitous yet challenging task. Most past algorithms either apply single-solution optimization methods from multiple random initial guesses or search in the vicinity of found solutions using ad hoc heuristics. We present an end-to-…

2023

Sampling with Mollified Interaction Energy Descent

ICLR 2023poster

Sampling from a target measure whose density is only known up to a normalization constant is a fundamental problem in computational statistics and machine learning. In this paper, we present a new optimization-based method for sampling called mollified interaction energy descent (MIED). MIED minimiz…

2022

DeepCurrents: Learning Implicit Representations of Shapes With Boundaries

CVPR 2022poster

Recent techniques have been successful in reconstructing surfaces as level sets of learned functions (such as signed distance fields) parameterized by deep neural networks. Many of these methods, however, learn only closed surfaces and are unable to reconstruct shapes with boundary curves. We propos…

Cited by 25PDFcodeScholar
2022

Representation Learning for Object Detection from Unlabeled Point Cloud Sequences

CoRL 2022poster

Although unlabeled 3D data is easy to collect, state-of-the-art machine learning techniques for 3D object detection still rely on difficult-to-obtain manual annotations. To reduce dependence on the expensive and error-prone process of manual labeling, we propose a technique for representation learni…

Cited by 7SourceScholar
2021

Continuous Wasserstein-2 Barycenter Estimation without Minimax Optimization

ICLR 2021poster

Wasserstein barycenters provide a geometric notion of the weighted average of probability measures based on optimal transport. In this paper, we present a scalable algorithm to compute Wasserstein-2 barycenters given sample access to the input measures, which are not restricted to being discrete. Wh…

Cited by 57SourcePDFScholar
2021

DETR3D: 3D Object Detection from Multi-view Images via 3D-to-2D Queries

CoRL 2021poster

We introduce a framework for multi-camera 3D object detection. In contrast to existing works, which estimate 3D bounding boxes directly from monocular images or use depth prediction networks to generate input for 3D object detection from 2D information, our method manipulates predictions directly in…

Cited by 899SourcecodeScholar
2021

Do Neural Optimal Transport Solvers Work? A Continuous Wasserstein-2 Benchmark

NeurIPS 2021poster

Despite the recent popularity of neural network-based solvers for optimal transport (OT), there is no standard quantitative way to evaluate their performance. In this paper, we address this issue for quadratic-cost transport---specifically, computation of the Wasserstein-2 distance, a commonly-used…

Cited by 81SourcePDFScholar
2021

Improving approximate optimal transport distances using quantization

UAI 2021poster

Optimal transport (OT) is a popular tool in machine learning to compare probability measures geometrically, but it comes with substantial computational burden. Linear programming algorithms for computing OT distances scale cubically in the size of the input, making OT impractical in the large-sample…

Cited by 12SourcePDFScholar
2021

Large-Scale Wasserstein Gradient Flows

NeurIPS 2021poster

Wasserstein gradient flows provide a powerful means of understanding and solving many diffusion equations. Specifically, Fokker-Planck equations, which model the diffusion of probability measures, can be understood as gradient descent over entropy functionals in Wasserstein space. This equivalence,…

2021

Learning Manifold Patch-Based Representations of Man-Made Shapes

ICLR 2021poster

Choosing the right representation for geometry is crucial for making 3D models compatible with existing applications. Focusing on piecewise-smooth man-made shapes, we propose a new representation that is usable in conventional CAD modeling pipelines and can also be learned by deep neural networks. W…

2021

MarioNette: Self-Supervised Sprite Learning

NeurIPS 2021poster

Artists and video game designers often construct 2D animations using libraries of sprites---textured patches of objects and characters. We propose a deep learning approach that decomposes sprite-based video animations into a disentangled representation of recurring graphic elements in a self-supervi…

2021

Polygonal Building Extraction by Frame Field Learning

CVPR 2021poster

While state of the art image segmentation models typically output segmentations in raster format, applications in geographic information systems often require vector polygons. To help bridge the gap between deep network output and the format used in downstream tasks, we add a frame field output to a…

Cited by 108PDFcodeScholar
2020

Deep Parametric Shape Predictions Using Distance Fields

CVPR 2020poster

Many tasks in graphics and vision demand machinery for converting shapes into consistent representations with sparse sets of parameters; these representations facilitate rendering, editing, and storage. When the source data is noisy or ambiguous, however, artists and engineers often manually constru…

Cited by 66PDFcodeScholar
2020

Model Fusion with Kullback-Leibler Divergence

ICML 2020poster

We propose a method to fuse posterior distributions learned from heterogeneous datasets. Our algorithm relies on a mean field assumption for both the fused model and the individual dataset posteriors and proceeds using a simple assign-and-average approach. The components of the dataset posteriors ar…

2020

Pillar-based Object Detection for Autonomous Driving

ECCV 2020poster

We present a simple and flexible object detection framework optimized for autonomous driving. Building on the observation that point clouds in this application are extremely sparse, we propose a practical pillar-based approach to fix the imbalance issue caused by anchors. In particular, our algorith…

2015

Exponential Integration for Hamiltonian Monte Carlo

ICML 2015poster

We investigate numerical integration of ordinary differential equations (ODEs) for Hamiltonian Monte Carlo (HMC). High-quality integration is crucial for designing efficient and effective proposals for HMC. While the standard method is leapfrog (Stormer-Verlet) integration, we propose the use of an…