Lobster: A GPU-Accelerated Framework for Neurosymbolic Programming
Journal:
arXiv
Published Date:
Mar 27, 2025
Abstract
Neurosymbolic programs combine deep learning with symbolic reasoning to
achieve better data efficiency, interpretability, and generalizability compared
to standalone deep learning approaches. However, existing neurosymbolic
learning frameworks implement an uneasy marriage between a highly scalable,
GPU-accelerated neural component with a slower symbolic component that runs on
CPUs. We propose Lobster, a unified framework for harnessing GPUs in an
end-to-end manner for neurosymbolic learning. Lobster maps a general
neurosymbolic language based on Datalog to the GPU programming paradigm. This
mapping is implemented via compilation to a new intermediate language called
APM. The extra abstraction provided by APM allows Lobster to be both flexible,
supporting discrete, probabilistic, and differentiable modes of reasoning on
GPU hardware with a library of provenance semirings, and performant,
implementing new optimization passes. We demonstrate that Lobster programs can
solve interesting problems spanning the domains of natural language processing,
image processing, program reasoning, bioinformatics, and planning. On a suite
of 8 applications, Lobster achieves an average speedup of 5.3x over Scallop, a
state-of-the-art neurosymbolic framework, and enables scaling of neurosymbolic
solutions to previously infeasible tasks.