← Search

Anima Anandkumar

103 accepted papers

2026

M+Adam: Low-Precision Training via Mantissa–Exponent Optimization

ICML 2026poster

Low-precision formats such as BF16 and FP8 can greatly improve training efficiency, but fully low-precision training often degrades accuracy under standard optimizers. We identify a key cause: additive updates can vanish under coarse mantissa resolution. We introduce M+Adam, an optimizer for stable …

Cited by 0SourceScholar
2026

The Personality Illusion: Revealing Dissociation Between Self-Reports & Behavior in LLMs

ICML 2026poster

Personality traits have long been studied as predictors of human behavior. Recent advances in Large Language Models (LLMs) suggest similar patterns may emerge in artificial systems, with advanced LLMs displaying consistent behavioral tendencies resembling human traits like agreeableness and self-reg…

Cited by 0SourceScholar
2025

A Unified Model for Compressed Sensing MRI Across Undersampling Patterns

CVPR 2025poster

Compressed Sensing MRI reconstructs images of the body's internal anatomy from undersampled measurements, thereby reducing the scan time - the time subjects need to remain still. Recently, deep learning has shown great potential for reconstructing high-fidelity images from highly undersampled measu…

Cited by 1SourcePDFScholar
2025

Diffusion State-Guided Projected Gradient for Inverse Problems

ICLR 2025poster

Recent advancements in diffusion models have been effective in learning data priors for solving inverse problems. They leverage diffusion sampling steps for inducing a data prior while using a measurement guidance gradient at each step to impose data consistency. For general inverse problems, approx…

2025

Guided Diffusion Sampling on Function Spaces with Applications to PDEs

NeurIPS 2025poster

We propose a general framework for conditional sampling in PDE-based inverse problems, targeting the recovery of whole solutions from extremely sparse or noisy measurements. This is accomplished by a function-space diffusion model and plug-and-play guidance for conditioning. Our method first trains…

Cited by 0SourcecodeScholar
2025

Improving Diffusion Inverse Problem Solving with Decoupled Noise Annealing

CVPR 2025poster

Diffusion models have recently achieved success in solving Bayesian inverse problems with learned data priors. Current methods build on top of the diffusion sampling process, where each denoising step makes small modifications to samples from the previous step. However, this process struggles to cor…

2025

LeanAgent: Lifelong Learning for Formal Theorem Proving

ICLR 2025poster

Large Language Models (LLMs) have been successful in mathematical reasoning tasks such as formal theorem proving when integrated with interactive proof assistants like Lean. Existing approaches involve training or fine-tuning an LLM on a specific dataset to perform well on particular domains, such a…

Cited by 8SourcePDFScholar
2025

NOBLE - Neural Operator with Biologically-informed Latent Embeddings to Capture Experimental Variability in Biological Neuron Models

NeurIPS 2025poster

Characterizing the cellular properties of neurons is fundamental to understanding their function in the brain. In this quest, the generation of bio-realistic models is central towards integrating multimodal cellular data sets and establishing causal relationships. However, current modeling approach…

Cited by 0SourceScholar
2025

Off-policy Predictive Control with Causal Sensitivity Analysis

UAI 2025

Predictive models are often deployed for decision-making tasks for which they were not explicitly trained. When only partial observations of the relevant state are available, as in most real-world applications, there is a strong possibility of hidden confounding. Therefore, partial observability oft

Cited by 0SourcePDFScholar
2025

R-KV: Redundancy-aware KV Cache Compression for Reasoning Models

NeurIPS 2025poster

Reasoning models have demonstrated impressive performance in self-reflection and chain-of-thought reasoning. However, they often produce excessively long outputs, leading to prohibitively large key-value (KV) caches during inference. While chain-of-thought inference significantly improves performanc…

Cited by 0SourceScholar
2025

Robust Representation Consistency Model via Contrastive Denoising

ICLR 2025poster

Robustness is essential for deep neural networks, especially in security-sensitive applications. To this end, randomized smoothing provides theoretical guarantees for certifying robustness against adversarial perturbations. Recently, diffusion models have been successfully employed for randomized sm…

2025

Sequential Controlled Langevin Diffusions

ICLR 2025poster

An effective approach for sampling from unnormalized densities is based on the idea of gradually transporting samples from an easy prior to the complicated target distribution. Two popular methods are (1) Sequential Monte Carlo (SMC), where the transport is performed through successive annealed dens…

Cited by 12SourcePDFScholar
2025

T-Stitch: Accelerating Sampling in Pre-Trained Diffusion Models with Trajectory Stitching

ICLR 2025poster

Sampling from diffusion probabilistic models (DPMs) is often expensive for high-quality image generation and typically requires many steps with a large model. In this paper, we introduce sampling Trajectory Stitching (T-Stitch), a simple yet efficient technique to improve the sampling efficiency wit…

2024

ARDuP: Active Region Video Diffusion for Universal Policies

IROS 2024poster

Sequential decision-making can be formulated as a text-conditioned video generation problem, where a video planner, guided by a text-defined goal, generates future frames visualizing planned actions, from which control actions are subsequently derived. In this work, we introduce Active Region Video…

Cited by 3SourceScholar
2024

Autoformalizing Euclidean Geometry

ICML 2024poster

Autoformalization involves automatically translating informal math into formal theorems and proofs that are machine-verifiable. Euclidean geometry provides an interesting and controllable domain for studying autoformalization. In this paper, we introduce a neuro-symbolic framework for autoformalizin…

2024

CARE: a Benchmark Suite for the Classification and Retrieval of Enzymes

NeurIPS 2024poster

Enzymes are important proteins that catalyze chemical reactions. In recent years, machine learning methods have emerged to predict enzyme function from sequence; however, there are no standardized benchmarks to evaluate these methods. We introduce CARE, a benchmark and dataset suite for the Classif…

2024

DPOT: Auto-Regressive Denoising Operator Transformer for Large-Scale PDE Pre-Training

ICML 2024poster

Pre-training has been investigated to improve the efficiency and performance of training neural operators in data-scarce settings. However, it is largely in its infancy due to the inherent complexity and diversity, such as long trajectories, multiple scales and varying dimensions of partial differen…

2024

Easy2Hard-Bench: Standardized Difficulty Labels for Profiling LLM Performance and Generalization

NeurIPS 2024poster

Despite the abundance of datasets available for assessing large language models (LLMs), the scarcity of continuous and reliable difficulty labels for individual data points, in most cases, curtails their capacity to benchmark model generalization performance across different levels of complexity. Ad…

Cited by 0SourcePDFScholar
2024

Efficient Video Diffusion Models via Content-Frame Motion-Latent Decomposition

ICLR 2024poster

Video diffusion models have recently made great progress in generation quality, but are still limited by the high memory and computational requirements. This is because current video diffusion models often attempt to process high-dimensional videos directly. To tackle this issue, we propose content-…

Cited by 24SourcePDFScholar
2024

Equivariant Graph Neural Operator for Modeling 3D Dynamics

ICML 2024poster

Modeling the complex three-dimensional (3D) dynamics of relational systems is an important problem in the natural sciences, with applications ranging from molecular simulations to particle mechanics. Machine learning methods have achieved good success by learning graph neural networks to model spati…

2024

Eureka: Human-Level Reward Design via Coding Large Language Models

ICLR 2024poster

Large Language Models (LLMs) have excelled as high-level semantic planners for sequential decision-making tasks. However, harnessing them to learn complex low-level manipulation tasks, such as dexterous pen spinning, remains an open problem. We bridge this fundamental gap and present Eureka, a human…

2024

GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection

ICML 2024oral

Training Large Language Models (LLMs) presents significant memory challenges, predominantly due to the growing size of weights and optimizer states. Common memory-reduction approaches, such as low-rank adaptation (LoRA), add a trainable low-rank matrix to the frozen pre-trained weight in each layer,…

2024

Guaranteed Approximation Bounds for Mixed-Precision Neural Operators

ICLR 2024poster

Neural operators, such as Fourier Neural Operators (FNO), form a principled approach for learning solution operators for partial differential equations (PDE) and other mappings between function spaces. However, many real-world problems require high-resolution training data, and the training time and…

2024

Improving Distant 3D Object Detection Using 2D Box Supervision

CVPR 2024poster

Improving the detection of distant 3d objects is an important yet challenging task. For camera-based 3D perception the annotation of 3d bounding relies heavily on LiDAR for accurate depth information. As such the distance of annotation is often limited due to the sparsity of LiDAR points on distant…

Cited by 3SourcePDFScholar
2024

Mini-Sequence Transformers: Optimizing Intermediate Memory for Long Sequences Training

NeurIPS 2024poster

We introduce Mini-Sequence Transformer (MsT), a simple and effective methodology for highly efficient and accurate LLM training with extremely long sequences. MsT partitions input sequences and iteratively processes mini-sequences to reduce intermediate memory usage. Integrated with activation recom…

Cited by 0SourcePDFScholar
2024

Neural Operators with Localized Integral and Differential Kernels

ICML 2024poster

Neural operators learn mappings between function spaces, which is practical for learning solution operators of PDEs and other scientific modeling applications. Among them, the Fourier neural operator (FNO) is a popular architecture that performs global convolutions in the Fourier space. However, suc…

2024

PerAda: Parameter-Efficient Federated Learning Personalization with Generalization Guarantees

CVPR 2024poster

Personalized Federated Learning (pFL) has emerged as a promising solution to tackle data heterogeneity across clients in FL. However existing pFL methods either (1) introduce high computation and communication costs or (2) overfit to local data which can be limited in scope and vulnerable to evolved…

2024

Pretraining Codomain Attention Neural Operators for Solving Multiphysics PDEs

NeurIPS 2024poster

Existing neural operator architectures face challenges when solving multiphysics problems with coupled partial differential equations (PDEs) due to complex geometries, interactions between physical variables, and the limited amounts of high-resolution training data. To address these issues, we prop…

Cited by 20SourcePDFScholar
2024

Provable and Practical: Efficient Exploration in Reinforcement Learning via Langevin Monte Carlo

ICLR 2024poster

We present a scalable and effective exploration strategy based on Thompson sampling for reinforcement learning (RL). One of the key shortcomings of existing Thompson sampling algorithms is the need to perform a Gaussian approximation of the posterior distribution, which is not a good surrogate in m…

2023

ClimSim: A large multi-scale dataset for hybrid physics-ML climate emulation

NeurIPS 2023oral

Modern climate projections lack adequate spatial and temporal resolution due to computational constraints. A consequence is inaccurate and imprecise predictions of critical processes such as storms. Hybrid methods that combine physics with machine learning (ML) have introduced a new generation of hi…

2023

DensePure: Understanding Diffusion Models for Adversarial Robustness

ICLR 2023poster

Diffusion models have been recently employed to improve certified robustness through the process of denoising. However, the theoretical understanding of why diffusion models are able to improve the certified robustness is still lacking, preventing from further improvement. In this study, we close…

Cited by 43SourcePDFScholar
2023

End-to-end 3D Tracking with Decoupled Queries

ICCV 2023poster

In this work, we present an end-to-end framework for camera-based 3D multi-object tracking, called DQTrack. To avoid heuristic design in detection-based trackers, recent query-based approaches deal with identity-agnostic detection and identity-aware tracking in a single embedding. However, it brings…

Cited by 35PDFScholar
2023

FB-BEV: BEV Representation from Forward-Backward View Transformations

ICCV 2023poster

View Transformation Module (VTM), where transformations happen between multi-view image features and Bird-Eye-View (BEV) representation, is a crucial step in camera-based BEV perception systems. Currently, the two most prominent VTM paradigms are forward projection and backward projection. Forward p…

Cited by 97PDFcodeScholar
2023

Fast Monocular Scene Reconstruction With Global-Sparse Local-Dense Grids

CVPR 2023poster

Indoor scene reconstruction from monocular images has long been sought after by augmented reality and robotics developers. Recent advances in neural field representations and monocular priors have led to remarkable results in scene-level surface reconstructions. The reliance on Multilayer Perceptron…

Cited by 9SourcePDFScholar
2023

Fast Sampling of Diffusion Models via Operator Learning

ICML 2023poster

Diffusion models have found widespread adoption in various areas. However, their sampling process is slow because it requires hundreds to thousands of network evaluations to emulate a continuous process defined by differential equations. In this work, we use neural operators, an efficient method to…

2023

FocalFormer3D: Focusing on Hard Instance for 3D Object Detection

ICCV 2023poster

False negatives (FN) in 3D object detection, e.g., missing predictions of pedestrians, vehicles, or other obstacles, can lead to potentially dangerous situations in autonomous driving. While being fatal, this issue is understudied in many current 3D detection methods. In this work, we propose Hard I…

Cited by 123PDFcodeScholar
2023

Fully Attentional Networks with Self-emerging Token Labeling

ICCV 2023poster

Recent studies indicate that Vision Transformers (ViTs) are robust against out-of-distribution scenarios. In particular, the Fully Attentional Network (FAN) - a family of ViT backbones, has achieved state-of-the-art robustness. In this paper, we revisit the FAN models and improve their pre-training…

Cited by 8PDFcodeScholar
2023

Geometry-Informed Neural Operator for Large-Scale 3D PDEs

NeurIPS 2023poster

We propose the geometry-informed neural operator (GINO), a highly efficient approach for learning the solution operator of large-scale partial differential equations with varying geometries. GINO uses a signed distance function (SDF) representation of the input shape and neural operators based on gr…

Cited by 106SourcePDFScholar
2023

I$^2$SB: Image-to-Image Schrödinger Bridge

ICML 2023poster

We propose Image-to-Image Schrödinger Bridge (I$^2$SB), a new class of conditional diffusion models that directly learn the nonlinear diffusion processes between two given distributions. These diffusion bridges are particularly useful for image restoration, as the degraded images are structurally in…

2023

LeanDojo: Theorem Proving with Retrieval-Augmented Language Models

NeurIPS 2023oral

Large language models (LLMs) have shown promise in proving formal theorems using proof assistants such as Lean. However, existing methods are difficult to reproduce or build on, due to private code, data, and large compute requirements. This has created substantial barriers to research on machine le…

Cited by 268SourcePDFScholar
2023

MimicPlay: Long-Horizon Imitation Learning by Watching Human Play

CoRL 2023oral

Imitation learning from human demonstrations is a promising paradigm for teaching robots manipulation skills in the real world. However, learning complex long-horizon tasks often requires an unattainable amount of demonstrations. To reduce the high data requirement, we resort to human play data - vi…

Cited by 187SourcecodeScholar
2023

Re-ViLM: Retrieval-Augmented Visual Language Model for Zero and Few-Shot Image Captioning

EMNLP 2023long findings

Augmenting pretrained language models (LMs) with a vision encoder~(e.g., Flamingo) has obtained state-of-the-art results in image-to-text generation. However, these models store all the knowledge within their parameters, thus often requiring enormous model parameters to model the abundant visual con…

Cited by 0SourceScholar
2023

Retrieval-based Controllable Molecule Generation

ICLR 2023top-25%

Generating new molecules with specified chemical and biological properties via generative models has emerged as a promising direction for drug discovery. However, existing methods require extensive training/fine-tuning with a large dataset, often unavailable in real-world generation tasks. In this w…

2023

Shall We Pretrain Autoregressive Language Models with Retrieval? A Comprehensive Study

EMNLP 2023long main

Large decoder-only language models (LMs) can be largely improved in terms of perplexity by retrieval (e.g., RETRO), but its impact on text generation quality and downstream task accuracy is unclear. Thus, it is still an open question: shall we pretrain large autoregressive LMs with retrieval? To ans…

Cited by 0SourcecodeScholar
2023

Spacetime Surface Regularization for Neural Dynamic Scene Reconstruction

ICCV 2023poster

We propose an algorithm, 4DRegSDF, for the spacetime surface regularization to improve the fidelity of neural rendering and reconstruction in dynamic scenes. The key idea is to impose local rigidity on the deformable Signed Distance Function (SDF) for temporal coherency. Our approach works by (1) sa…

Cited by 10PDFcodeScholar
2023

Spherical Fourier Neural Operators: Learning Stable Dynamics on the Sphere

ICML 2023oral

Fourier Neural Operators (FNOs) have proven to be an efficient and effective method for resolution-independent operator learning in a broad variety of application areas across scientific machine learning. A key reason for their success is their ability to accurately model long-range dependencies in…

2023

Symmetry-Informed Geometric Representation for Molecules, Proteins, and Crystalline Materials

NeurIPS 2023poster

Artificial intelligence for scientific discovery has recently generated significant interest within the machine learning and scientific communities, particularly in the domains of chemistry, biology, and material discovery. For these scientific problems, molecules serve as the fundamental building b…

2023

VIMA: Robot Manipulation with Multimodal Prompts

ICML 2023poster

Prompt-based learning has emerged as a successful paradigm in natural language processing, where a single general-purpose language model can be instructed to perform any task specified by input prompts. Yet task specification in robotics comes in various forms, such as imitating one-shot demonstrati…

2023

Vision Transformers Are Good Mask Auto-Labelers

CVPR 2023poster

We propose Mask Auto-Labeler (MAL), a high-quality Transformer-based mask auto-labeling framework for instance segmentation using only box annotations. MAL takes box-cropped images as inputs and conditionally generates their mask pseudo-labels.We show that Vision Transformers are good mask auto-labe…

2023

VoxFormer: Sparse Voxel Transformer for Camera-Based 3D Semantic Scene Completion

CVPR 2023highlight

Humans can easily imagine the complete 3D geometry of occluded objects and scenes. This appealing ability is vital for recognition and understanding. To enable such capability in AI systems, we propose VoxFormer, a Transformer-based semantic scene completion framework that can output complete 3D vol…

2022

ACID: Action-Conditional Implicit Visual Dynamics for Deformable Object Manipulation

RSS 2022poster

Manipulating volumetric deformable objects in the real world, like plush toys and pizza dough, bring substantial challenges due to infinite shape variations, non-rigid motions, and partial observability. We introduce ACID, an action-conditional visual dynamics model for volumetric deformable objects…

Cited by 41SourcePDFScholar
2022

AdvDO: Realistic Adversarial Attacks for Trajectory Prediction

ECCV 2022poster

"Trajectory prediction is essential for autonomous vehicles (AVs) to plan correct and safe driving behaviors. While many prior works aim to achieve higher prediction accuracy, few studies the adversarial robustness of their methods. To bridge this gap, we propose to study the adversarial robustness…

Cited by 89SourcePDFScholar
2022

Augmenting Deep Classifiers with Polynomial Neural Networks

ECCV 2022poster

"Deep neural networks have been the driving force behind the success in classification tasks, e.g., object and audio recognition. Impressive results and generalization have been achieved by a variety of recently proposed architectures, the majority of which are seemingly disconnected. In this work,…

2022

Bongard-HOI: Benchmarking Few-Shot Visual Reasoning for Human-Object Interactions

CVPR 2022oral

A significant gap remains between today's visual pattern recognition models and human-level visual cognition especially when it comes to few-shot learning and compositional reasoning of novel concepts. We introduce Bongard-HOI, a new visual reasoning benchmark that focuses on compositional learning…

Cited by 41PDFcodeScholar
2022

Efficient Token Mixing for Transformers via Adaptive Fourier Neural Operators

ICLR 2022poster

Vision transformers have delivered tremendous success in representation learning. This is primarily due to effective token mixing through self attention. However, this scales quadratically with the number of pixels, which becomes infeasible for high-resolution inputs. To cope with this challenge, we…

Cited by 110SourcePDFScholar
2022

Exploring the Limits of Domain-Adaptive Training for Detoxifying Large-Scale Language Models

NeurIPS 2022accept

Pre-trained language models (LMs) are shown to easily generate toxic language. In this work, we systematically explore domain-adaptive training to reduce the toxicity of language models. We conduct this study on three dimensions: training corpus, model size, and parameter efficiency. For the trainin…

2022

Finite-Time Regret of Thompson Sampling Algorithms for Exponential Family Multi-Armed Bandits

NeurIPS 2022accept

We study the regret of Thompson sampling (TS) algorithms for exponential family bandits, where the reward distribution is from a one-dimensional exponential family, which covers many common reward distributions including Bernoulli, Gaussian, Gamma, Exponential, etc. We propose a Thompson sampling al…

Cited by 19SourcePDFScholar
2022

FreeSOLO: Learning To Segment Objects Without Annotations

CVPR 2022poster

Instance segmentation is a fundamental vision task that aims to recognize and segment each object in an image. However, it requires costly annotations such as bounding boxes and segmentation masks for learning. In this work, we propose a fully unsupervised learning method that learns class-agnostic…

Cited by 136PDFcodeScholar
2022

Learning Chaotic Dynamics in Dissipative Systems

NeurIPS 2022accept

Chaotic systems are notoriously challenging to predict because of their sensitivity to perturbations and errors due to time stepping. Despite this unpredictable behavior, for many dissipative systems the statistics of the long term trajectories are governed by an invariant measure supported on a set…

Cited by 36SourcePDFScholar
2022

MinVIS: A Minimal Video Instance Segmentation Framework without Video-based Training

NeurIPS 2022accept

We propose MinVIS, a minimal video instance segmentation (VIS) framework that achieves state-of-the-art VIS performance with neither video-based architectures nor training procedures. By only training a query-based image instance segmentation model, MinVIS outperforms the previous best result on the…

2022

MineDojo: Building Open-Ended Embodied Agents with Internet-Scale Knowledge

NeurIPS 2022accept

Autonomous agents have made great strides in specialist domains like Atari games and Go. However, they typically learn tabula rasa in isolated environments with limited and manually conceived objectives, thus failing to generalize across a wide spectrum of tasks and capabilities. Inspired by how hum…

2022

Not All Labels Are Equal: Rationalizing the Labeling Costs for Training Object Detection

CVPR 2022poster

Deep neural networks have reached high accuracy on object detection but their success hinges on large amounts of labeled data. To reduce the labels dependency, various active learning strategies have been proposed, typically based on the confidence of the detector. However, these methods are biased…

Cited by 50PDFcodeScholar
2022

OSCAR: Data-Driven Operational Space Control for Adaptive and Robust Robot Manipulation

ICRA 2022poster

Learning performant robot manipulation policies can be challenging due to high-dimensional continuous actions and complex physics-based dynamics. This can be alleviated through intelligent choice of action space. Operational Space Control (OSC) has been used as an effective task-space controller for…

Cited by 15SourcecodeScholar
2022

Panoptic SegFormer: Delving Deeper Into Panoptic Segmentation With Transformers

CVPR 2022poster

Panoptic segmentation involves a combination of joint semantic segmentation and instance segmentation, where image contents are divided into two types: things and stuff. We present Panoptic SegFormer, a general framework for panoptic segmentation with transformers. It contains three innovative compo…

Cited by 161PDFcodeScholar
2022

PeRFception: Perception using Radiance Fields

NeurIPS 2022accept

The recent progress in implicit 3D representation, i.e., Neural Radiance Fields (NeRFs), has made accurate and photorealistic 3D reconstruction possible in a differentiable manner. This new representation can effectively convey the information of hundreds of high-resolution images in one compact for…

2022

Pre-Trained Language Models for Interactive Decision-Making

NeurIPS 2022accept

Language model (LM) pre-training is useful in many language processing tasks. But can pre-trained LMs be further leveraged for more general machine learning problems? We propose an approach for using LMs to scaffold learning and generalization in general sequential decision-making problems. In this…

Cited by 229SourcePDFScholar
2022

RelViT: Concept-guided Vision Transformer for Visual Relational Reasoning

ICLR 2022poster

Reasoning about visual relationships is central to how humans interpret the visual world. This task remains challenging for current deep learning algorithms since it requires addressing three key technical problems jointly: 1) identifying object entities and their properties, 2) inferring semantic r…

2022

Robust Trajectory Prediction against Adversarial Attacks

CoRL 2022oral

Trajectory prediction using deep neural networks (DNNs) is an essential component of autonomous driving (AD) systems. However, these methods are vulnerable to adversarial attacks, leading to serious consequences such as collisions. In this work, we identify two key ingredients to defend trajectory…

Cited by 47SourceScholar
2022

Test-Time Prompt Tuning for Zero-Shot Generalization in Vision-Language Models

NeurIPS 2022accept

Pre-trained vision-language models (e.g., CLIP) have shown promising zero-shot generalization in many downstream tasks with properly designed text prompts. Instead of relying on hand-engineered prompts, recent works learn prompts using the training data from downstream tasks. While effective, traini…

2021

Adversarial Skill Chaining for Long-Horizon Robot Manipulation via Terminal State Regularization

CoRL 2021poster

Skill chaining is a promising approach for synthesizing complex behaviors by sequentially combining previously learned skills. Yet, a naive composition of skills fails when a policy encounters a starting state never seen during its training. For successful skill chaining, prior approaches attempt to…

Cited by 43SourceScholar
2021

Adversarially Robust 3D Point Cloud Recognition Using Self-Supervisions

NeurIPS 2021poster

3D point cloud data is increasingly used in safety-critical applications such as autonomous driving. Thus, the robustness of 3D deep learning models against adversarial attacks becomes a major consideration. In this paper, we systematically study the impact of various self-supervised learning proxy…

Cited by 58SourcePDFScholar
2021

AugMax: Adversarial Composition of Random Augmentations for Robust Training

NeurIPS 2021poster

Data augmentation is a simple yet effective way to improve the robustness of deep neural networks (DNNs). Diversity and hardness are two complementary dimensions of data augmentation to achieve robustness. For example, AugMix explores random compositions of a diverse set of augmentations to enhance…

2021

Chance-Constrained Trajectory Optimization for Safe Exploration and Learning of Nonlinear Systems

RA-L 2021

Learning-based control algorithms require data collection with abundant supervision for training. Safe exploration algorithms ensure the safety of this data collection process even when only partial knowledge is available. We present a new approach for optimal motion planning with safe exploration t

Cited by 55SourceScholar
2021

Coach-Player Multi-agent Reinforcement Learning for Dynamic Team Composition

ICML 2021oral

In real-world multi-agent systems, agents with different capabilities may join or leave without altering the team’s overarching goals. Coordinating teams with such dynamic composition is challenging: the optimal team strategy varies with the composition. We propose COPA, a coach-player framework to…

2021

Competitive policy optimization

UAI 2021poster

A core challenge in policy optimization in competitive Markov decision processes is the design of efficient optimization methods with desirable convergence and stability properties. We propose competitive policy optimization (CoPO), a novel policy gradient approach that exploits the game-theoretic n…

2021

Contrastive Syn-to-Real Generalization

ICLR 2021poster

Training on synthetic data can be beneficial for label or data-scarce scenarios. However, synthetically trained models often suffer from poor generalization in real domains due to domain gaps. In this work, we make a key observation that the diversity of the learned feature embeddings plays an impor…

2021

Controllable and Compositional Generation with Latent-Space Energy-Based Models

NeurIPS 2021poster

Controllable generation is one of the key requirements for successful adoption of deep generative models in real-world applications, but it still remains as a great challenge. In particular, the compositional ability to generate novel concept combinations is out of reach for most current models. In…

2021

Coupled Segmentation and Edge Learning via Dynamic Graph Propagation

NeurIPS 2021poster

Image segmentation and edge detection are both central problems in perceptual grouping. It is therefore interesting to study how these two tasks can be coupled to benefit each other. Indeed, segmentation can be easily transformed into contour edges to guide edge learning. However, the converse is no…

Cited by 14SourcePDFScholar
2021

DiscoBox: Weakly Supervised Instance Segmentation and Semantic Correspondence From Box Supervision

ICCV 2021poster

We introduce DiscoBox, a novel framework that jointly learns instance segmentation and semantic correspondence using bounding box supervision. Specifically, we propose a self-ensembling framework where instance segmentation and semantic correspondence are jointly guided by a structured teacher in ad…

Cited by 96PDFScholar
2021

Fourier Neural Operator for Parametric Partial Differential Equations

ICLR 2021poster

The classical development of neural networks has primarily focused on learning mappings between finite-dimensional Euclidean spaces. Recently, this has been generalized to neural operators that learn mappings between function spaces. For partial differential equations (PDEs), neural operators direc…

2021

Long-Short Transformer: Efficient Transformers for Language and Vision

NeurIPS 2021poster

Transformers have achieved success in both language and vision domains. However, it is prohibitively expensive to scale them to long sequences such as long documents or high-resolution images, because self-attention mechanism has quadratic time and memory complexities with respect to the input seque…

2021

SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers

NeurIPS 2021poster

We present SegFormer, a simple, efficient yet powerful semantic segmentation framework which unifies Transformers with lightweight multilayer perceptron (MLP) decoders. SegFormer has two appealing features: 1) SegFormer comprises a novel hierarchically structured Transformer encoder which outputs mu…

2021

Self-Calibrating Neural Radiance Fields

ICCV 2021poster

In this work, we propose a camera self-calibration algorithm for generic cameras with arbitrary non-linear distortions. We jointly learn the geometry of the scene and the accurate camera parameters without any calibration objects. Our camera model consists of a pinhole model, a fourth order radial d…

Cited by 268PDFcodeScholar
2021

Training Certifiably Robust Neural Networks with Efficient Local Lipschitz Bounds

NeurIPS 2021poster

Certified robustness is a desirable property for deep neural networks in safety-critical applications, and popular training algorithms can certify robustness of a neural network by computing a global bound on its Lipschitz constant. However, such a bound is often loose: it tends to over-regularize t…

2020

Bongard-LOGO: A New Benchmark for Human-Level Concept Learning and Reasoning

NeurIPS 2020spotlight

Humans have an inherent ability to learn novel concepts from only a few samples and generalize these concepts to different situations. Even though today's machine learning models excel with a plethora of training data on standard recognition tasks, a considerable gap exists between machine-level pat…

2020

Causal Discovery in Physical Systems from Videos

NeurIPS 2020poster

Causal discovery is at the core of human cognition. It enables us to reason about the environment and make counterfactual predictions about unseen scenarios that can vastly differ from our previous experiences. We consider the task of causal discovery from videos in an end-to-end fashion without sup…

Cited by 126SourcePDFScholar
2020

Convolutional Tensor-Train LSTM for Spatio-Temporal Learning

NeurIPS 2020poster

Learning from spatio-temporal data has numerous applications such as human-behavior analysis, object tracking, video compression, and physics simulation. However, existing methods still perform poorly on challenging video tasks such as long-term forecasting. This is because these kinds of challengin…

2020

Learning a Contact-Adaptive Controller for Robust, Efficient Legged Locomotion

CoRL 2020

We present a hierarchical framework that combines model-based control and reinforcement learning (RL) to synthesize robust controllers for a quadruped (the Unitree Laikago). The system consists of a high-level controller that learns to choose from a set of primitives in response to changes in the en

Cited by 0SourcePDFScholar
2020

Learning compositional functions via multiplicative weight updates

NeurIPS 2020poster

Compositionality is a basic structural feature of both biological and artificial neural networks. Learning compositional functions via gradient descent incurs well known problems like vanishing and exploding gradients, making careful learning rate tuning essential for real-world applications. This p…

2020

Logarithmic Regret Bound in Partially Observable Linear Dynamical Systems

NeurIPS 2020poster

We study the problem of system identification and adaptive control in partially observable linear dynamical systems. Adaptive and closed-loop system identification is a challenging problem due to correlations introduced in data collection. In this paper, we present the first model estimation method…

Cited by 120SourcePDFScholar
2020

Multipole Graph Neural Operator for Parametric Partial Differential Equations

NeurIPS 2020poster

One of the main challenges in using deep learning-based methods for simulating physical systems and solving partial differential equations (PDEs) is formulating physics-based data in the desired structure for neural networks. Graph neural networks (GNNs) have gained popularity in this area since gr…

2020

Neural Networks with Recurrent Generative Feedback

NeurIPS 2020poster

Neural networks are vulnerable to input perturbations such as additive noise and adversarial attacks. In contrast, human perception is much more robust to such perturbations. The Bayesian brain hypothesis states that human brains use an internal generative model to update the posterior beliefs of th…

2019

Guaranteed Scalable Learning of Latent Tree Models

UAI 2019poster

We present an integrated approach to structure and parameter estimation in latent tree graphical models, where some nodes are hidden. Our overall approach follows a “divide-and-conquer” strategy that learns models over small groups of variables and iteratively merges into a global solution. The s…

Cited by 10SourcePDFScholar
2019

signSGD with Majority Vote is Communication Efficient and Fault Tolerant

ICLR 2019poster

Training neural networks on large datasets can be accelerated by distributing the workload over a network of machines. As datasets grow ever larger, networks of hundreds or thousands of machines become economically viable. The time cost of communicating gradients limits the effectiveness of using su…

Cited by 227SourcePDFScholar
2018

Born Again Neural Networks

ICML 2018oral

Knowledge Distillation (KD) consists of transferring “knowledge” from one machine learning model (the teacher) to another (the student). Commonly, the teacher is a high-capacity model with formidable performance, while the student is more compact. By transferring knowledge, one hopes to benefit from…

Cited by 1313SourcePDFScholar
2016

Provable Tensor Methods for Learning Mixtures of Generalized Linear Models

AISTATS 2016poster

We consider the problem of learning mixtures of generalized linear models (GLM) which arise in classification and regression problems. Typical learning approaches such as expectation maximization (EM) or variational Bayes can get stuck in spurious local optima. In contrast, we present a tenso…

Cited by 112SourcePDFScholar
2016

Tensor vs. Matrix Methods: Robust Tensor Decomposition under Block Sparse Perturbations

AISTATS 2016poster

Robust tensor CP decomposition involves decomposing a tensor into low rank and sparse components. We propose a novel non-convex iterative algorithm with guaranteed recovery. It alternates between low-rank CP decomposition through gradient ascent (a variant of the tensor power method), and hard…

Cited by 106SourcePDFScholar
2015

Fast and Guaranteed Tensor Decomposition via Sketching

NeurIPS 2015spotlight

Tensor CANDECOMP/PARAFAC (CP) decomposition has wide applications in statistical learning of latent variable models and in data mining. In this paper, we propose fast and randomized tensor CP decomposition algorithms based on sketching. We build on the idea of count sketches, but introduce many nove…

Cited by 160SourcePDFScholar