paper-with-me

Papers

GPU Accelerated Compact-Table Propagation

2025-07-24 · Enrico Santi, Fabio Tardivo, Agostino Dovier, Andrea Formisano arxiv

Constraint Programming developed within Logic Programming in the Eighties; nowadays all Prolog systems encompass modules capable of handling constraint programming on finite domains demanding their solution to a constraint solver. This work focuses on a specific form of constraint, the so-called table constraint, used to specify conditions on the values of variables as an enumeration of alternative options. Since every condition on a set of finite domain variables can be ultimately expressed as a finite set of cases, Table can, in principle, simulate any other constraint. These characteristics make Table one of the most studied constraints ever, leading to a series of increasingly efficient propagation algorithms. Despite this, it is not uncommon to encounter real-world problems with hundreds or thousands of valid cases that are simply too many to be handled effectively with standard CPU-based approaches. In this paper, we deal with the Compact-Table (CT) algorithm, the state-of-the-art propagation algorithms for Table. We describe how CT can be enhanced by exploiting the massive computational power offered by modern GPUs to handle large Table constraints. In particular, we report on the design and implementation of GPU-accelerated CT, on its integration into an existing constraint solver, and on an experimental validation performed on a significant set of instances.

📄 PDF Abstract BibTeX arXiv:2507.18413

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerated Riemannian Optimization: Handling Constraints with a Prox to Bound Geometric Penalties

2022-11-26 · David Martínez-Rubio, Sebastian Pokutta

We propose a globally-accelerated, first-order method for the optimization of smooth and (strongly or not) geodesically-convex functions in a wide class of Hadamard manifolds. We achieve the same convergence rates as Nes…

Open-Ended Question AnsweringRiemannian optimization

Accelerated Training through Iterative Gradient Propagation Along the Residual Path

2025-01-28 · Erwan Fagnou, Paul Caillon, Blaise Delattre, Alexandre Allauzen

Despite being the cornerstone of deep learning, backpropagation is criticized for its inherent sequentiality, which can limit the scalability of very deep models. Such models faced convergence issues due to vanishing gra…

Near Maximum Likelihood Decoding with Deep Learning

2018-01-08 · Eliya Nachmani, Yaron Bachar, Elad Marciano, David Burshtein 외

A novel and efficient neural decoder algorithm is proposed. The proposed decoder is based on the neural Belief Propagation algorithm and the Automorphism Group. By combining neural belief propagation with permutations fr…

DecoderDeep Learning

GPU-accelerated real-time stixel computation

2016-10-13 · Daniel Hernandez-Juarez, Antonio Espinosa, David Vázquez, Antonio Manuel López 외

The Stixel World is a medium-level, compact representation of road scenes that abstracts millions of disparity pixels into hundreds or thousands of stixels. The goal of this work is to implement and evaluate a complete m…

GPU

3D Gaussian Accelerated Ray Tracing: Fast training through particle-based backward propagation

2026-08-18 · Laurent Vit, Oliver Batchelor, Richard Green arxiv

3D Gaussian Splatting has made Gaussian primitives a highly efficient representation for real-time novel view synthesis, but its rasterisation-based formulation relies on screen-space approximations that limit accurate v…

Novel View Synthesis