paper-with-me

Papers

FireGNN: Neuro-Symbolic Graph Neural Networks with Trainable Fuzzy Rules for Interpretable Medical Image Classification

2025-09-02 · Prajit Sengupta, Islem Rekik arxiv

Medical image classification requires not only high predictive performance but also interpretability to ensure clinical trust and adoption. Graph Neural Networks (GNNs) offer a powerful framework for modeling relational structures within datasets; however, standard GNNs often operate as black boxes, limiting transparency and usability, particularly in clinical settings. In this work, we present an interpretable graph-based learning framework named FireGNN that integrates trainable fuzzy rules into GNNs for medical image classification. These rules embed topological descriptors - node degree, clustering coefficient, and label agreement - using learnable thresholds and sharpness parameters to enable intrinsic symbolic reasoning. Additionally, we explore auxiliary self-supervised tasks (e.g., homophily prediction, similarity entropy) as a benchmark to evaluate the contribution of topological learning. Our fuzzy-rule-enhanced model achieves strong performance across five MedMNIST benchmarks and the synthetic dataset MorphoMNIST, while also generating interpretable rule-based explanations. To our knowledge, this is the first integration of trainable fuzzy rules within a GNN. Source Code: https://github.com/basiralab/FireGNN

📄 PDF Abstract BibTeX arXiv:2509.10510

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image Classification

Similar Papers 제목 키워드 기반

The DeepLog Neurosymbolic Machine

2025-08-19 · Vincent Derkinderen, Robin Manhaeve, Rik Adriaensen, Lucas Van Praet 외 arxiv

We contribute a theoretical and operational framework for neurosymbolic AI called DeepLog. DeepLog introduces building blocks and primitives for neurosymbolic AI that make abstraction of commonly used representations and…

KANFIS: A Neuro-Symbolic Framework for Interpretable and Uncertainty-Aware Learning

2026-02-03 · Binbin Yong, Haoran Pei, Jun Shen, Haoran Li 외 arxiv

Adaptive Neuro-Fuzzy Inference System (ANFIS) was designed to combine the learning capabilities of neural network with the reasoning transparency of fuzzy logic. However, conventional ANFIS architectures suffer from stru…

Logic of Hypotheses: from Zero to Full Knowledge in Neurosymbolic Integration

2025-09-25 · Davide Bizzaro, Alessandro Daniele arxiv

Neurosymbolic integration (NeSy) blends neural-network learning with symbolic reasoning. The field can be split between methods injecting hand-crafted rules into neural models, and methods inducing symbolic rules from da…

Fuzzy Datalog$^\exists$ over Arbitrary t-Norms

2024-03-05 · Matthias Lanzinger, Stefano Sferrazza, Przemysław A. Wałęga, Georg Gottlob

One of the main challenges in the area of Neuro-Symbolic AI is to perform logical reasoning in the presence of both neural and symbolic data. This requires combining heterogeneous data sources such as knowledge graphs, n…

Knowledge GraphsLogical Reasoning

Optimisation in Neurosymbolic Learning Systems

2024-01-19 · Emile van Krieken

Neurosymbolic AI aims to integrate deep learning with symbolic AI. This integration has many promises, such as decreasing the amount of data required to train a neural network, improving the explainability and interpreta…