paper-with-me

Papers

DiBS: Diffusion-Informed Branch Selection

2026-06-02 · Bo Liu, Yuan Xie, Yuan Gao, Xiaolong Luo, Peng Ye, Tao Chen, Fujun Han arxiv

Sudoku is a representative constraint satisfaction problem that requires global structural reasoning under strict discrete constraints. The existing works of solving Sudoku mainly focus on two dominant approaches, i.e., traditional heuristic and deep learning solver. However, they suffer from two complementary limitations: learning-based solvers lack hard correctness guarantees, while complete symbolic solvers are still prone to long-tail search. To address these shortcomings, we propose a novel diffusion model-guided approach, termed as DiBS, for the branch selection search process. Specifically, DiBS keeps the symbolic solver complete and uses the diffusion model as a branch-ordering guide. The core method is ranking candidate values under the current partial assignment and lightweight consistency signal. Furthermore, we provide an in-depth theoretical proof to reveal how it works and why it works. Experiments on the challenging Royle 17-clue Sudoku benchmark show that our DiBS substantially reduces search cost relative to strong heuristic baselines, especially in nodes, backtracks, and long-tail percentiles. Besides, these results confirm that learned global guidance is effective on hard instances where branch-order mistakes are most expensive. All codes are available at https://github.com/shanxierdan/DiBS.

📄 PDF Abstract BibTeX arXiv:2606.06518

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dual Diffusion Implicit Bridges for Image-to-Image Translation

2022-03-16 · Xuan Su, Jiaming Song, Chenlin Meng, Stefano Ermon

Common image-to-image translation methods rely on joint training over data from both source and target domains. The training process requires concurrent access to both datasets, which hinders data separation and privacy …

Image-to-Image TranslationTranslation

Monotonic Transformation Invariant Multi-task Learning

2025-09-28 · Surya Murthy, Kushagra Gupta, Mustafa O. Karabag, David Fridovich-Keil 외 arxiv

Multi-task learning (MTL) algorithms typically rely on schemes that combine different task losses or their gradients through weighted averaging. These methods aim to find Pareto stationary points by using heuristics that…

Multi-Task Learning

DiBS: Differentiable Bayesian Structure Learning

2021-05-25 · NeurIPS 2021 12 · Lars Lorch, Jonas Rothfuss, Bernhard Schölkopf, Andreas Krause

Bayesian structure learning allows inferring Bayesian network structure from data while reasoning about the epistemic uncertainty -- a key element towards enabling active causal discovery and designing interventions in r…

Causal DiscoveryVariational Inference

Searching for Carriers of the Diffuse Interstellar Bands Across Disciplines, using Natural Language Processing

2022-11-15 · Corentin van den Broek d'Obrenan, Frédéric Galliano, Jeremy Minton, Viktor Botev 외

The explosion of scientific publications overloads researchers with information. This is even more dramatic for interdisciplinary studies, where several fields need to be explored. A tool to help researchers overcome thi…

ArticlesOpen-Ended Question Answering

Decoupled Behavioral Cloning for Scalable Inductive Generalization in RL from Specifications

2026-05-30 · Vignesh Subramanian, Subhajit Roy, Suguman Bansal arxiv

Inductive generalization is a framework for reinforcement learning (RL) generalization in which inductively related task instances admit inductively related policies. Prior work captures this structure via a higher-order…

Zero-shot GeneralizationReinforcement Learning