← Search

Gaurav Gupta

10 accepted papers

2025

Enhancing Language Model Agents using Diversity of Thoughts

ICLR 2025poster

A popular approach to building agents using Language Models (LMs) involves iteratively prompting the LM, reflecting on its outputs, and updating the input prompts until the desired task is achieved. However, our analysis reveals two key shortcomings in the existing methods: $(i)$ limited exploration…

Cited by 1SourcePDFScholar
2024

Collage: Light-Weight Low-Precision Strategy for LLM Training

ICML 2024poster

Large models training is plagued by the intense compute cost and limited hardware memory. A practical solution is low-precision representation but is troubled by loss in numerical accuracy and unstable training rendering the model less useful. We argue that low-precision floating points can perform…

2024

Neuro-Inspired Information-Theoretic Hierarchical Perception for Multimodal Learning

ICLR 2024poster

Integrating and processing information from various sources or modalities are critical for obtaining a comprehensive and accurate perception of the real world in autonomous systems and cyber-physical systems. Drawing inspiration from neuroscience, we develop the Information-Theoretic Hierarchical Pe…

2024

Using Uncertainty Quantification to Characterize and Improve Out-of-Domain Learning for PDEs

ICML 2024poster

Existing work in scientific machine learning (SciML) has shown that data-driven learning of solution operators can provide a fast approximate alternative to classical numerical partial differential equation (PDE) solvers. Of these, Neural Operators (NOs) have emerged as particularly promising. We ob…

2023

Coupled Multiwavelet Operator Learning for Coupled Differential Equations

ICLR 2023poster

Coupled partial differential equations (PDEs) are key tasks in modeling the complex dynamics of many physical processes. Recently, neural operators have shown the ability to solve PDEs by learning the integral kernel directly in Fourier/Wavelet space, so the difficulty of solving the coupled PDEs de…

Cited by 9SourcePDFScholar
2023

Guiding continuous operator learning through Physics-based boundary constraints

ICLR 2023poster

Boundary conditions (BCs) are important groups of physics-enforced constraints that are necessary for solutions of Partial Differential Equations (PDEs) to satisfy at specific spatial locations. These constraints carry important physical meaning, and guarantee the existence and the uniqueness of the…

2023

Learning Physical Models that Can Respect Conservation Laws

ICML 2023poster

Recent work in scientific machine learning (SciML) has focused on incorporating partial differential equation (PDE) information into the learning process. Much of this work has focused on relatively "easy'' PDE operators (e.g., elliptic and parabolic), with less emphasis on relatively ``hard'' PDE o…

2023

Theoretical Guarantees of Learning Ensembling Strategies with Applications to Time Series Forecasting

ICML 2023poster

Ensembling is among the most popular tools in machine learning (ML) due to its effectiveness in minimizing variance and thus improving generalization. Most ensembling methods for black-box base learners fall under the umbrella of "stacked generalization," namely training an ML algorithm that takes t…

Cited by 6SourcePDFScholar
2022

Non-Linear Operator Approximations for Initial Value Problems

ICLR 2022poster

Time-evolution of partial differential equations is the key to model several dynamical processes, events forecasting but the operators associated with such problems are non-linear. We propose a Padé approximation based exponential neural operator scheme for efficiently learning the map between a giv…

Cited by 20SourcePDFScholar
2021

Multiwavelet-based Operator Learning for Differential Equations

NeurIPS 2021spotlight

The solution of a partial differential equation can be obtained by computing the inverse operator map between the input and the solution space. Towards this end, we introduce a $\textit{multiwavelet-based neural operator learning scheme}$ that compresses the associated operator's kernel using fine-g…