<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PEMFC | DAIS Research Group</title><link>https://dais-research.github.io/en/tags/pemfc/</link><atom:link href="https://dais-research.github.io/en/tags/pemfc/index.xml" rel="self" type="application/rss+xml"/><description>PEMFC</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Wed, 06 May 2026 00:00:00 +0000</lastBuildDate><image><url>https://dais-research.github.io/media/icon_hu_16536ef0fb63f9e8.png</url><title>PEMFC</title><link>https://dais-research.github.io/en/tags/pemfc/</link></image><item><title>Comparing SHAP and CRAFT Across Architectures for PEMFC SEM Images</title><link>https://dais-research.github.io/en/publications/kips2026-shap-craft/</link><pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><guid>https://dais-research.github.io/en/publications/kips2026-shap-craft/</guid><description>
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;🏆 &lt;strong&gt;Bronze Award, Undergraduate / High-School Paper Competition&lt;/strong&gt; — ASK 2026 (Annual Symposium of the Korea Information Processing Society)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="background"&gt;Background&lt;/h2&gt;
&lt;p&gt;AI-driven materials development is increasingly active in renewable-energy
research. The PEMFC uses a platinum (Pt) catalyst to generate electricity from
hydrogen and oxygen and is a core module of hydrogen fuel-cell vehicles. The
catalyst layer degrades over long-term operation, leading to performance loss.
Accurate diagnosis of degradation is therefore essential for life-time
prediction.&lt;/p&gt;
&lt;p&gt;While deep classifiers can distinguish degradation states from SEM images at
high accuracy, their decision processes are opaque to domain experts. XAI
methods address this, but most prior work studies a single model — leaving open
whether explanations transfer across architectures.&lt;/p&gt;
&lt;h2 id="research-questions"&gt;Research Questions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Are SHAP attributions consistent across model architectures?&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Do the concepts extracted by CRAFT vary with model architecture?&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="dataset-and-classifiers"&gt;Dataset and Classifiers&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;22 pristine (0 cycles) and 50 degraded (200K cycles) catalyst SEM images
(50K magnification, 2 kV, SE) — 72 images total.&lt;/li&gt;
&lt;li&gt;80/20 train–test split with ImageNet-pretrained initialization.&lt;/li&gt;
&lt;li&gt;All eight CNN/Transformer architectures reached 100% accuracy on the test
set (5 pristine + 10 degraded images).&lt;/li&gt;
&lt;li&gt;For the XAI comparison we selected three architecturally distinct models:
&lt;strong&gt;GoogLeNet&lt;/strong&gt; (Inception), &lt;strong&gt;DenseNet121&lt;/strong&gt; (dense connections), and
&lt;strong&gt;MaxViT-T&lt;/strong&gt; (multi-axis Vision Transformer).&lt;/li&gt;
&lt;li&gt;Random seed fixed at 42.&lt;/li&gt;
&lt;li&gt;Without pretraining, MaxViT-T reached only 80% accuracy, confirming that
transfer learning is essential for this small-data regime.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Because all models reach the same accuracy, model selection cannot rely on
performance — making XAI-explanation dependence on architecture the central
question.&lt;/p&gt;
&lt;h2 id="expert-reference"&gt;Expert Reference&lt;/h2&gt;
&lt;p&gt;Following identical-location SEM (IL-SEM) studies [Shokhen 2022; Strandberg
2024], we used reported degradation indicators as the expert reference:
pristine samples show homogeneous flat surfaces; degraded samples exhibit Pt
agglomeration, carbon shrinkage, cracks, and dark regions.&lt;/p&gt;
&lt;p&gt;Pt-agglomerate quantification confirmed statistically significant morphological
change: per-image agglomerate count increased 60% (131 ± 15 → 209 ± 24) and
median individual area decreased 14% (78 → 67 px) — Pt redistributes into more
numerous, smaller agglomerates with degradation.&lt;/p&gt;
&lt;h2 id="shap-meta-analysis"&gt;SHAP Meta-Analysis&lt;/h2&gt;
&lt;p&gt;We computed pixel-level Shapley values with a Gaussian-blur masker (σ = 128)
and aggregated across 26 settings of seven segmentation algorithms.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Cross-architecture consensus is sparse: 2.7% at 0K, 0.8% at 200K.&lt;/li&gt;
&lt;li&gt;Inter-model IoU of 0.1–0.2 — &lt;strong&gt;important regions differ by architecture even
in attribution-based explanation&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;However, at 200K &lt;strong&gt;34% of the Pt-agglomerate region overlaps with
cross-model consensus&lt;/strong&gt;, demonstrating that combining attribution with domain
knowledge recovers physically meaningful structure.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="craft-analysis"&gt;CRAFT Analysis&lt;/h2&gt;
&lt;p&gt;We ran CRAFT for the three models × four patch sizes (16, 32, 48, 64 px).
Mapping pixel scale (3.97 nm/px from the scale bar, 14.2 nm/px after resize to
224×224), the patches correspond to physical receptive fields of ≈ 227 / 454 /
680 / 907 nm.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;At 16 px, GoogLeNet extracted dark fine-structure concepts (mean intensity
37) consistent with carbon-support corrosion.&lt;/li&gt;
&lt;li&gt;MaxViT-T&amp;rsquo;s dominant concept had intensity 118 and DenseNet121&amp;rsquo;s had 81 —
&lt;strong&gt;all three models attended to darker regions than 0K (136–163)&lt;/strong&gt;, a shared
trend.&lt;/li&gt;
&lt;li&gt;As the patch grew, the contrast between 0K and 200K shrank; at 48–64 px
reversals occurred — &lt;strong&gt;CRAFT analysis combined with domain knowledge requires
patches small enough to capture fine structure&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="conclusion"&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;Both methods exhibit architecture-dependent explanations, yet they agree on
trends consistent with established degradation indicators: SHAP&amp;rsquo;s cross-model
consensus concentrates around Pt agglomerates, and CRAFT picks up brighter
surfaces at 0K and darker degradation structures at 200K.&lt;/p&gt;
&lt;p&gt;Two takeaways: equally accurate models can still produce different XAI
explanations, so interpretation should rely on &lt;strong&gt;multi-method, multi-model
comparison combined with domain knowledge&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Future work extends the binary 0K vs. 200K classification to multi-class
(50K, 100K, 150K, 200K) to track how a model&amp;rsquo;s reasoning shifts with
degradation progress.&lt;/p&gt;
&lt;h2 id="acknowledgement"&gt;Acknowledgement&lt;/h2&gt;
&lt;p&gt;This work was supported by the basic R&amp;amp;D project of the Korea Institute of
Energy Research (C6-2402-08).&lt;/p&gt;</description></item></channel></rss>