paper-with-me

홈 › Papers

End-to-End Neuro-Symbolic Architecture for Image-to-Image Reasoning Tasks

2021-06-06 · Ananye Agarwal, Pradeep Shenoy, Mausam

Neural models and symbolic algorithms have recently been combined for tasks requiring both perception and reasoning. Neural models ground perceptual input into a conceptual vocabulary, on which a classical reasoning algorithm is applied to generate output. A key limitation is that such neural-to-symbolic models can only be trained end-to-end for tasks where the output space is symbolic. In this paper, we study neural-symbolic-neural models for reasoning tasks that require a conversion from an image input (e.g., a partially filled sudoku) to an image output (e.g., the image of the completed sudoku). While designing such a three-step hybrid architecture may be straightforward, the key technical challenge is end-to-end training -- how to backpropagate without intermediate supervision through the symbolic component. We propose NSNnet, an architecture that combines an image reconstruction loss with a novel output encoder to generate a supervisory signal, develops update algorithms that leverage policy gradient methods for supervision, and optimizes loss using a novel subsampling heuristic. We experiment on problem settings where symbolic algorithms are easily specified: a visual maze solving task and a visual Sudoku solver where the supervision is in image form. Experiments show high accuracy with significantly less data compared to purely neural approaches.

📄 PDF Abstract BibTeX arXiv:2106.03121

Code (0)

등록된 구현이 없습니다.

Tasks

Image ReconstructionPolicy Gradient Methods

Similar Papers 제목 키워드 기반

pix2rule: End-to-end Neuro-symbolic Rule Learning

2021-06-14 · Nuri Cingillioglu, Alessandra Russo

Humans have the ability to seamlessly combine low-level visual input with high-level symbolic reasoning often in the form of recognising objects, learning relations between them and applying rules. Neuro-symbolic systems…

image-classificationImage Classification

LTLZinc: a Benchmarking Framework for Continual Learning and Neuro-Symbolic Temporal Reasoning

2025-07-23 · Luca Salvatore Lorello, Nikolaos Manginas, Marco Lippi, Stefano Melacci arxiv

Neuro-symbolic artificial intelligence aims to combine neural architectures with symbolic approaches that can represent knowledge in a human-interpretable formalism. Continual learning concerns with agents that expand th…

Image ClassificationContinual Learning

Neuro-Symbolic Continual Learning: Knowledge, Reasoning Shortcuts and Concept Rehearsal

2023-02-02 · Emanuele Marconato, Gianpaolo Bontempo, Elisa Ficarra, Simone Calderara 외

We introduce Neuro-Symbolic Continual Learning, where a model has to solve a sequence of neuro-symbolic tasks, that is, it has to map sub-symbolic inputs to high-level concepts and compute predictions by reasoning consis…

Continual Learning

Image Manipulation via Multi-Hop Instructions -- A New Dataset and Weakly-Supervised Neuro-Symbolic Approach

2023-05-23 · Harman Singh, Poorva Garg, Mohit Gupta, Kevin Shah 외

We are interested in image manipulation via natural language text -- a task that is useful for multiple AI applications but requires complex reasoning over multi-modal spaces. We extend recently proposed Neuro Symbolic C…

Image ManipulationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Can VLMs Reason Robustly? A Neuro-Symbolic Investigation

2026-03-25 · Weixin Chen, Antonio Vergari, Han Zhao arxiv

Vision-Language Models (VLMs) have been applied to a wide range of reasoning tasks, yet it remains unclear whether they can reason robustly under distribution shifts. In this paper, we study covariate shifts in which the…