← Search

Subhro Das

20 accepted papers

2025

Satori: Reinforcement Learning with Chain-of-Action-Thought Enhances LLM Reasoning via Autoregressive Search

ICML 2025poster

Large language models (LLMs) have demonstrated remarkable reasoning capabilities across diverse domains. Recent studies have shown that increasing test-time computation enhances LLMs' reasoning capabilities. This typically involves extensive sampling at inference time guided by an external LLM verif…

Cited by 2SourcePDFScholar
2025

Symmetry-Driven Discovery of Dynamical Variables in Molecular Simulations

ICML 2025poster

We introduce a novel approach for discovering effective degrees of freedom (DOF) in molecular dynamics simulations by mapping the DOF to approximate symmetries of the energy landscape. Unlike most existing methods, we do not require trajectory data but instead rely on knowledge of the forcefield (en…

Cited by 0SourcePDFScholar
2025

Variance-reduced Clipping for Non-convex Optimization

ICASSP 2025accepted

Gradient clipping is a standard training technique used in deep learning applications such as large-scale language modeling to mitigate exploding gradients. Recent experimental studies have demonstrated a fairly special behavior in the smoothness of the training objective along its trajectory when t…

Cited by 0SourceScholar
2024

A Model for Estimating the Economic Costs of Computer Vision Systems That Use Deep Learning

AAAI 2024technical

Deep learning, the most important subfield of machine learning and artificial intelligence (AI) over the last decade, is considered one of the fundamental technologies underpinning the Fourth Industrial Revolution. But despite its record-breaking history, deep learning’s enormous appetite for comput…

Cited by 5SourcePDFScholar
2024

Are Uncertainty Quantification Capabilities of Evidential Deep Learning a Mirage?

NeurIPS 2024poster

This paper questions the effectiveness of a modern predictive uncertainty quantification approach, called *evidential deep learning* (EDL), in which a single neural network model is trained to learn a meta distribution over the predictive distribution by minimizing a specific objective function. Des…

2024

Neural Network Reparametrization for Accelerated Optimization in Molecular Simulations

NeurIPS 2024poster

We propose a novel approach to molecular simulations using neural network reparametrization, which offers a flexible alternative to traditional coarse-graining methods. Unlike conventional techniques that strictly reduce degrees of freedom, the complexity of the system can be adjusted in our model,…

Cited by 0SourcePDFScholar
2024

One Step Closer to Unbiased Aleatoric Uncertainty Estimation

AAAI 2024technical

Neural networks are powerful tools in various applications, and quantifying their uncertainty is crucial for reliable decision-making. In the deep learning field, the uncertainties are usually categorized into aleatoric (data) and epistemic (model) uncertainty. In this paper, we point out that the e…

2024

Thermometer: Towards Universal Calibration for Large Language Models

ICML 2024poster

We consider the issue of calibration in large language models (LLM). Recent studies have found that common interventions such as instruction tuning often result in poorly calibrated LLMs. Although calibration is well-explored in traditional applications, calibrating LLMs is uniquely challenging. The…

2023

ConCerNet: A Contrastive Learning Based Framework for Automated Conservation Law Discovery and Trustworthy Dynamical System Prediction

ICML 2023poster

Deep neural networks (DNN) have shown great capacity of modeling a dynamical system; nevertheless, they usually do not obey physics constraints such as conservation laws. This paper proposes a new learning framework named $\textbf{ConCerNet}$ to improve the trustworthiness of the DNN based dynamics…

2023

Effective Human-AI Teams via Learned Natural Language Rules and Onboarding

NeurIPS 2023spotlight

People are relying on AI agents to assist them with various tasks. The human must know when to rely on the agent, collaborate with the agent, or ignore its suggestions. In this work, we propose to learn rules grounded in data regions and described in natural language that illustrate how the human sh…

2023

Post-hoc Uncertainty Learning Using a Dirichlet Meta-Model

AAAI 2023technical

It is known that neural networks have the problem of being over-confident when directly using the output label distribution to generate uncertainty measures. Existing methods mainly resolve this issue by retraining the entire model to impose the uncertainty quantification capability so that the lear…

2023

Who Should Predict? Exact Algorithms For Learning to Defer to Humans

AISTATS 2023poster

Automated AI classifiers should be able to defer the prediction to a human decision maker to ensure more accurate predictions. In this work, we jointly train a classifier with a rejector, which decides on each data point whether the classifier or the human should predict. We show that prior approach…

2022

Beyond Worst-Case Analysis in Stochastic Approximation: Moment Estimation Improves Instance Complexity

ICML 2022spotlight

We study oracle complexity of gradient based methods for stochastic approximation problems. Though in many settings optimal algorithms and tight lower bounds are known for such problems, these optimal algorithms do not achieve the best performance when used in practice. We address this theory-practi…

Cited by 1SourcePDFScholar
2022

On Convergence of Gradient Descent Ascent: A Tight Local Analysis

ICML 2022spotlight

Gradient Descent Ascent (GDA) methods are the mainstream algorithms for minimax optimization in generative adversarial networks (GANs). Convergence properties of GDA have drawn significant interest in the recent literature. Specifically, for $\min_{x} \max_{y} f(x;y)$ where $f$ is strongly-concave i…

Cited by 6SourcePDFScholar
2022

Selective Regression under Fairness Criteria

ICML 2022spotlight

Selective regression allows abstention from prediction if the confidence to make an accurate prediction is not sufficient. In general, by allowing a reject option, one expects the performance of a regression model to increase at the cost of reducing coverage (i.e., by predicting on fewer samples). H…

2021

Fair Selective Classification Via Sufficiency

ICML 2021oral

Selective classification is a powerful tool for decision-making in scenarios where mistakes are costly but abstentions are allowed. In general, by allowing a classifier to abstain, one can improve the performance of a model at the cost of reducing coverage and classifying fewer samples. However, rec…