CVAIMLMay 11

A neurosymbolic Approach with Epistemic Deep Learning for Hierarchical Image Classification

arXiv:2605.1638343.9
Predicted impact top 75% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners of hierarchical image classification, this work addresses the need for models that are both accurate and epistemically aware, though the gains are incremental over existing transformer baselines.

The paper proposes a neurosymbolic framework that integrates focal set reasoning and differentiable fuzzy logic with Swin Transformers for hierarchical image classification. It achieves accuracy comparable to baselines while improving calibration, reducing overconfidence, and enforcing logical consistency across hierarchical levels.

Deep neural networks achieve high accuracy on image classification tasks. Yet, they often produce overconfident predictions as which fail to express epistemic uncertainty, and frequently violate logical or structural constraints present in the data. These limitations are particularly pronounced in hierarchical classification, where predictions across fine and coarse levels must remain coherent. We propose, for the first time, a unified neurosymbolic and epistemic modelling framework that augments Swin Transformers with focal set reasoning and differentiable fuzzy logic. Rather than treating labels as isolated categories, our method induces data-driven focal sets within the learnt embedding space, which helps capture epistemic uncertainty over multiple plausible fine-grained classes. These focal sets form the basis of a belief-theoretic layer that uses fuzzy membership functions and t-norm conjunctions to encourage consistency between fine- and coarse-grained predictions. A learnable loss further balances calibration, mass regularisation, and logical consistency, allowing the model to adaptively trade off symbolic structure with data-driven evidence. In experiments on hierarchical image classification, our framework maintains accuracy on par with transformer baselines while providing more calibrated and interpretable predictions, reducing overconfidence and enforcing high logical consistency across hierarchical outputs. Our experimental results show that combining focal set reasoning with fuzzy logic provides a practical step toward deep learning models that are both accurate and epistemically aware.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes