Paper Overview
- Field: Computer Vision (CV)
- Authors: Homayoun Afshari, Pietro Basci, Alessandro Russo, Lia Morra
- Published: 2026-09-04
- arXiv: 2609.05388
- Evaluated on the ViSudo-PC benchmark across four visual domains: MNIST, EMNIST, KMNIST, and FMNIST.
- The system induces valid Sudoku constraint rules from only three training examples.
- Achieves AUC scores that match or exceed prior methods (NeuPSL, LTN), demonstrating the potential of automatic rule discovery via VLMs.
Abstract
Visual reasoning tasks require a system to jointly perceive visual content and apply formal relational constraints—a combination that neither pure neural nor purely symbolic approaches handle well in isolation. This paper proposes a Neuro-Symbolic (NeSy) framework that closes this gap by tightly coupling a Vision-Language Model (VLM) for automatic First-Order Logic (FOL) rule induction with a Dynamic Logic Tensor Network (D-LTN) for differentiable rule verification, in a closed iterative feedback loop.
How It Works (Think-Verify-Revise)
1. Think: The VLM receives a small set of labeled visual examples and proposes candidate FOL rules conforming to a strict grammar. 2. Verify: The D-LTN is automatically assembled from these rules at runtime and evaluates them, grounding the rules on CNN-produced visual embeddings. 3. Revise: Verification failures are fed back to the VLM, guiding it to generate the next rule hypothesis.
Results
*Auto-collected on 2026-09-09.*