LucidPPN: Unambiguous Prototypical Parts Network for User-centric Interpretable Computer Vision
Mateusz Pach, Dawid Rymarczyk, Koryna Lewandowska, Jacek Tabor, Bartosz Zieliński
TL;DR
LucidPPN tackles the ambiguity of prototypical parts by introducing a two-branch architecture that disentangles color from non-color visual features. ShapeTexNet processes grayscale inputs to capture texture/shape, while ColorNet models color, and their activations are fused to form part-based predictions aligned with semantic object parts via PDiscoNet masks. The model optimizes a triple loss L = $\alpha_D L_D + \alpha_S L_S + \alpha_C L_C$, enabling clear correspondences between prototypical parts and object parts while producing intuitive, color-aware explanations. Empirical results on four fine-grained datasets show competitive accuracy, with color disentanglement improving interpretability and robustness to color perturbations, complemented by a user study demonstrating superior human understanding compared to prior PP-based methods.
Abstract
Prototypical parts networks combine the power of deep learning with the explainability of case-based reasoning to make accurate, interpretable decisions. They follow the this looks like that reasoning, representing each prototypical part with patches from training images. However, a single image patch comprises multiple visual features, such as color, shape, and texture, making it difficult for users to identify which feature is important to the model. To reduce this ambiguity, we introduce the Lucid Prototypical Parts Network (LucidPPN), a novel prototypical parts network that separates color prototypes from other visual features. Our method employs two reasoning branches: one for non-color visual features, processing grayscale images, and another focusing solely on color information. This separation allows us to clarify whether the model's decisions are based on color, shape, or texture. Additionally, LucidPPN identifies prototypical parts corresponding to semantic parts of classified objects, making comparisons between data classes more intuitive, e.g., when two bird species might differ primarily in belly color. Our experiments demonstrate that the two branches are complementary and together achieve results comparable to baseline methods. More importantly, LucidPPN generates less ambiguous prototypical parts, enhancing user understanding.
