← Search

Sasa Misailovic

7 accepted papers

2026

RefineStat: Efficient Exploration for Probabilistic Program Synthesis

ICLR 2026oral

Probabilistic programming offers a powerful framework for modeling uncertainty, yet statistical model discovery in this domain entails navigating an immense search space under strict domain‐specific constraints. When small language models are tasked with generating probabilistic programs, they frequ…

Cited by 0SourcecodeScholar
2025

CRANE: Reasoning with constrained LLM generation

ICML 2025poster

Code generation, symbolic math reasoning, and other tasks require LLMs to produce outputs that are both syntactically and semantically correct. Constrained LLM generation is a promising direction to enforce adherence to formal grammar, but prior works have empirically observed that strict enforcemen…

Cited by 0SourcePDFScholar
2025

DINGO: Constrained Inference for Diffusion LLMs

NeurIPS 2025poster

Diffusion LLMs have emerged as a promising alternative to conventional autoregressive LLMs, offering substantial potential for improving runtime efficiency. However, existing diffusion models fail to provably enforce user-specified formal constraints, such as regular expressions, which makes them un…

Cited by 0SourcecodeScholar
2025

IterGen: Iterative Semantic-aware Structured LLM Generation with Backtracking

ICLR 2025poster

Large Language Models (LLMs) are widely used for tasks such as natural language and code generation, but their outputs often suffer from issues like hallucination, toxicity, and incorrect results. Current libraries for structured LLM generation rely on left-to-right decoding without support for back…

2024

Incremental Randomized Smoothing Certification

ICLR 2024poster

Randomized smoothing-based certification is an effective approach for obtaining robustness certificates of deep neural networks (DNNs) against adversarial attacks. This method constructs a smoothed DNN model and certifies its robustness through statistical sampling, but it is computationally expensi…

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
2023

Provable Defense Against Geometric Transformations

ICLR 2023top-25%

Geometric image transformations that arise in the real world, such as scaling and rotation, have been shown to easily deceive deep neural networks (DNNs). Hence, training DNNs to be certifiably robust to these perturbations is critical. However, no prior work has been able to incorporate the objecti…