paper-with-me

홈 › Papers

Simple and Effective Transfer Learning for Neuro-Symbolic Integration

2024-02-21 · Alessandro Daniele, Tommaso Campari, Sagar Malhotra, Luciano Serafini

Deep Learning (DL) techniques have achieved remarkable successes in recent years. However, their ability to generalize and execute reasoning tasks remains a challenge. A potential solution to this issue is Neuro-Symbolic Integration (NeSy), where neural approaches are combined with symbolic reasoning. Most of these methods exploit a neural network to map perceptions to symbols and a logical reasoner to predict the output of the downstream task. These methods exhibit superior generalization capacity compared to fully neural architectures. However, they suffer from several issues, including slow convergence, learning difficulties with complex perception tasks, and convergence to local minima. This paper proposes a simple yet effective method to ameliorate these problems. The key idea involves pretraining a neural model on the downstream task. Then, a NeSy model is trained on the same task via transfer learning, where the weights of the perceptual part are injected from the pretrained network. The key observation of our work is that the neural network fails to generalize only at the level of the symbolic part while being perfectly capable of learning the mapping from perceptions to symbols. We have tested our training strategy on various SOTA NeSy methods and datasets, demonstrating consistent improvements in the aforementioned problems.

📄 PDF Abstract BibTeX arXiv:2402.14047

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

LANTERN: LLM-Augmented Neurosymbolic Transfer with Experience-Gated Reasoning Networks

2026-05-06 · Mahyar Alinejad, Yue Wang, Amrit Singh Bedi, George Atia arxiv

Transfer learning in reinforcement learning (RL) seeks to accelerate learning in new tasks by leveraging knowledge from related sources. Existing neurosymbolic transfer methods, however, typically rely on manually specif…

Reinforcement LearningTransfer Learning

Reasoning in Neurosymbolic AI

2025-05-22 · Son Tran, Edjard Mota, Artur d'Avila Garcez

Knowledge representation and reasoning in neural networks have been a long-standing endeavor which has attracted much attention recently. The principled integration of reasoning and learning in neural networks is a main …

FairnessLogical Reasoning

Sample-Efficient Neurosymbolic Deep Reinforcement Learning

2026-01-06 · Celeste Veronese, Alessandro Farinelli, Daniele Meli arxiv

Reinforcement Learning (RL) is a well-established framework for sequential decision-making in complex environments. However, state-of-the-art Deep RL (DRL) algorithms typically require large training datasets and often s…

Reinforcement Learning

Dolphin: A Programmable Framework for Scalable Neurosymbolic Learning

2024-10-04 · Aaditya Naik, Jason Liu, Claire Wang, Saikat Dutta 외

Neurosymbolic learning enables the integration of symbolic reasoning with deep learning but faces significant challenges in scaling to complex symbolic programs, large datasets, or both. We introduce Dolphin, a framework…

CPUDeep LearningGPU

Sample-efficient Neuro-symbolic Proximal Policy Optimization

2026-04-28 · Simone Murari, Celeste Veronese, Daniele Meli arxiv

Deep Reinforcement Learning (DRL) algorithms often require a large amount of data and struggle in sparse-reward domains with long planning horizons and multiple sub-goals. In this paper, we propose a neuro-symbolic exten…

Reinforcement Learning