← Search

Tomáš Pevný

5 accepted papers

2025

Generating Likely Counterfactuals Using Sum-Product Networks

ICLR 2025poster

The need to explain decisions made by AI systems is driven by both recent regulation and user demand. The decisions are often explainable only post hoc. In counterfactual explanations, one may ask what constitutes the best counterfactual explanation. Clearly, multiple criteria must be taken into acc…

2025

Probabilistic Graph Circuits: Deep Generative Models for Tractable Probabilistic Inference over Graphs

UAI 2025

Deep generative models (DGMs) have recently demonstrated remarkable success in capturing complex probability distributions over graphs. Although their excellent performance is attributed to powerful and scalable deep neural networks, it is, at the same time, exactly the presence of these highly non-

2025

State Encodings for GNN-Based Lifted Planners

AAAI 2025technical

The application of graph neural networks (GNNs) to learn heuristic functions in classical planning is gaining traction. Despite the variety of methods proposed in the literature to encode classical planning tasks for GNNs, a comparative study evaluating their relative performances has been lacking.…

2024

Sum-Product-Set Networks: Deep Tractable Models for Tree-Structured Graphs

ICLR 2024poster

Daily internet communication relies heavily on tree-structured graphs, embodied by popular data formats such as XML and JSON. However, many recent generative (probabilistic) models utilize neural networks to learn a probability distribution over undirected cyclic graphs. This assumption of a generic…

2023

Optimize Planning Heuristics to Rank, not to Estimate Cost-to-Goal

NeurIPS 2023poster

In imitation learning for planning, parameters of heuristic functions are optimized against a set of solved problem instances. This work revisits the necessary and sufficient conditions of strictly optimally efficient heuristics for forward search algorithms, mainly A* and greedy best-first search,…