← Search

Devendra Singh Dhami

19 accepted papers

2026

Synthesizing Visual Concepts as Vision-Language Programs

CVPR 2026

Vision-Language models (VLMs) achieve strong performance on multimodal tasks but often fail at systematic visual reasoning, especially in inductive reasoning problems. Neuro-symbolic methods promise to address this by inducing interpretable logical programs from images, though they usually rely on r

Cited by 0SourceScholar
2025

BlendRL: A Framework for Merging Symbolic and Neural Policy Learning

ICLR 2025spotlight

Humans can leverage both symbolic reasoning and intuitive responses. In contrast, reinforcement learning policies are typically encoded in either opaque systems like neural networks or symbolic systems that rely on predefined symbols and rules. This disjointed approach severely limits the agents’ ca…

Cited by 0SourcePDFScholar
2025

Bongard in Wonderland: Visual Puzzles that Still Make AI Go Mad?

ICML 2025poster

Recently, newly developed Vision-Language Models (VLMs), such as OpenAI's o1, have emerged, seemingly demonstrating advanced reasoning capabilities across text and image modalities. However, the depth of these advances in language-guided perception and abstract reasoning remains underexplored, and i…

2025

Exploring Neural Granger Causality with xLSTMs: Unveiling Temporal Dependencies in Complex Data

NeurIPS 2025poster

Causality in time series can be challenging to determine, especially in the presence of non-linear dependencies. Granger causality helps analyze potential relationships between variables, thereby offering a method to determine whether one time series can predict—Granger cause—future values of anothe…

Cited by 0SourceScholar
2025

Scaling Probabilistic Circuits via Data Partitioning

UAI 2025

Probabilistic circuits (PCs) enable us to learn joint distributions over a set of random variables and to perform various probabilistic queries in a tractable fashion. Though the tractability property allows PCs to scale beyond non-tractable models such as Bayesian Networks, scaling training and inf

2025

Systems with Switching Causal Relations: A Meta-Causal Perspective

ICLR 2025spotlight

Most work on causality in machine learning assumes that causal relationships are driven by a constant underlying process. However, the flexibility of agents' actions or tipping points in the environmental process can change the qualitative dynamics of the system. As a result, new causal relationship…

Cited by 0SourcePDFScholar
2025

The Constitutional Filter: Bayesian Estimation of Compliant Agents

IROS 2025

Predicting agents impacted by legal policies, physical limitations, and operational preferences is inherently difficult. In recent years, neuro-symbolic methods have emerged, integrating machine learning and symbolic reasoning models into end-to-end learnable systems. Hereby, a promising avenue for

Cited by 2SourcecodeScholar
2025

When Causal Dynamics Matter: Adapting Causal Strategies through Meta-Aware Interventions

NeurIPS 2025poster

Many causal inference frameworks rely on a staticity assumption, where repeated interventions are expected to yield consistent outcomes, often summarized by metrics like the Average Treatment Effect (ATE). This assumption, however, frequently fails in dynamic environments where interventions can alt…

Cited by 0SourceScholar
2025

xLSTM-Mixer: Multivariate Time Series Forecasting by Mixing via Scalar Memories

NeurIPS 2025poster

Time series data is prevalent across numerous fields, necessitating the development of robust and accurate forecasting models. Capturing patterns both within and between temporal and multivariate components is crucial for reliable predictions. We introduce xLSTM-Mixer, a model designed to effecti…

Cited by 0SourcecodeScholar
2024

DeiSAM: Segment Anything with Deictic Prompting

NeurIPS 2024poster

Large-scale, pre-trained neural networks have demonstrated strong capabilities in various tasks, including zero-shot image segmentation. To identify concrete objects in complex scenes, humans instinctively rely on deictic descriptions in natural language, i.e., referring to something depending on th…

2024

Graph Neural Networks Need Cluster-Normalize-Activate Modules

NeurIPS 2024poster

Graph Neural Networks (GNNs) are non-Euclidean deep learning models for graph-structured data. Despite their successful and diverse applications, oversmoothing prohibits deep architectures due to node features converging to a single fixed point. This severely limits their potential to solve complex…

2024

Learning Large DAGs is Harder than you Think: Many Losses are Minimal for the Wrong DAG

ICLR 2024poster

Structure learning is a crucial task in science, especially in fields such as medicine and biology, where the wrong identification of (in)dependencies among random variables can have significant implications. The primary objective of structure learning is to learn a Directed Acyclic Graph (DAG) that…

Cited by 6SourcePDFScholar
2024

Pix2Code: Learning to Compose Neural Visual Concepts as Programs

UAI 2024poster

The challenge in learning abstract concepts from images in an unsupervised fashion lies in the required integration of visual perception and generalizable relational reasoning. Moreover, the unsupervised nature of this task makes it necessary for human users to be able to understand a model’s learne…

2023

Do Not Marginalize Mechanisms, Rather Consolidate!

NeurIPS 2023poster

Structural causal models (SCMs) are a powerful tool for understanding the complex causal relationships that underlie many real-world systems. As these systems grow in size, the number of variables and complexity of interactions between them does, too. Thus, becoming convoluted and difficult to analy…

Cited by 4SourcePDFScholar
2023

Interpretable and Explainable Logical Policies via Neurally Guided Symbolic Abstraction

NeurIPS 2023poster

The limited priors required by neural networks make them the dominating choice to encode and learn policies using reinforcement learning (RL). However, they are also black-boxes, making it hard to understand the agent's behavior, especially when working on the image level. Therefore, neuro-symbolic…

Cited by 32SourcePDFScholar
2023

Vision Relation Transformer for Unbiased Scene Graph Generation

ICCV 2023poster

Recent years have seen a growing interest in Scene Graph Generation (SGG), a comprehensive visual scene understanding task that aims to predict entity relationships using a relation encoder-decoder pipeline stacked on top of an object encoder-decoder backbone. Unfortunately, current SGG methods suff…

Cited by 21PDFcodeScholar
2022

Predictive Whittle networks for time series

UAI 2022poster

Recent developments have shown that modeling in the spectral domain improves the accuracy in time series forecasting. However, state-of-the-art neural spectral forecasters do not generally yield trustworthy predictions. In particular, they lack the means to gauge predictive likelihoods and provide u…

2021

Interventional Sum-Product Networks: Causal Inference with Tractable Probabilistic Models

NeurIPS 2021poster

While probabilistic models are an important tool for studying causality, doing so suffers from the intractability of inference. As a step towards tractable causal models, we consider the problem of learning interventional distributions using sum-product networks (SPNs) that are over-parameterized by…