← Search

Saikat Dutta

5 accepted papers

2026

QLCoder: A Query Synthesizer For Static Analysis of Security Vulnerabilities

ICLR 2026poster

CodeQL is a powerful static analysis engine that represents programs’ abstract syntax trees as databases that can be queried to detect security vulnerabilities. While CodeQL supports expressive interprocedural dataflow queries, the coverage and precision of its existing security queries remain limit…

Cited by 0SourcecodeScholar
2025

DOLPHIN: A Programmable Framework for Scalable Neurosymbolic Learning

ICML 2025poster

Neurosymbolic learning enables the integration of symbolic reasoning with deep learning but faces significant challenges in scaling to complex symbolic programs, large datasets, or both. We introduce DOLPHIN, a framework that tackles these challenges by supporting neurosymbolic programs in Python, e…

2025

IRIS: LLM-Assisted Static Analysis for Detecting Security Vulnerabilities

ICLR 2025poster

Software is prone to security vulnerabilities. Program analysis tools to detect them have limited effectiveness in practice due to their reliance on human labeled specifications. Large language models (or LLMs) have shown impressive code generation capabilities but they cannot do complex reasoning o…

2025

When Domain Generalization meets Generalized Category Discovery: An Adaptive Task-Arithmetic Driven Approach

CVPR 2025poster

Generalized Class Discovery (GCD) clusters base and novel classes in a target domain, using supervision from a source domain with only base classes. Current methods often falter with distribution shifts and typically require access to target data during training, which can sometimes be impractical.…

Cited by 1SourcePDFScholar
2023

ASTRA: Understanding the practical impact of robustness for probabilistic programs

UAI 2023poster

We present the first systematic study of effectiveness of robustness transformations on a diverse set of 24 probabilistic programs representing generalized linear models, mixture models, and time-series models. We evaluate five robustness transformations from literature on each model. We quantify an…

Cited by 3SourcePDFScholar