Research Papers 论文研究 19h ago Updated 18h ago 更新于 18小时前 45

qZACH-ViT: Quantization-Aware Intrinsic Explanations with Recursive Attribution-Stabilized Optimization qZACH-ViT:具有递归归因稳定优化的量化感知内在解释

Introduction of qZACH-ViT, a quantization-aware, zero-token, position-free Vision Transformer designed for compact medical image classification with intrinsic interpretability. Development of Recursive Attribution-Stabilized Optimization (RASO), a novel training procedure that aligns classification and attribution gradients to enhance explanation stability. Empirical validation on seven MedMNIST datasets demonstrates that INT8 quantization preserves high prediction accuracy (99.9751% agreement) 提出 qZACH-ViT,一种无需 CLS token 且位置无关的量化感知视觉Transformer骨干网络,专为紧凑型医疗图像分类设计。 引入递归归因稳定优化算法 (RASO),通过规范匹配分类与归因梯度并移除冲突分量,提升模型的可解释性稳定性。 在七个 MedMNIST 数据集上验证,INT8 量化部署后预测一致性达 99.9751%,模型体积缩小 70%,CPU 推理速度提升 1.41-2.39 倍。 RASO 显著降低了充分性误差并提高了输入噪声下的稳定性,确立了该模型作为可部署的紧凑内在可解释模型的地位。

55
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduction of qZACH-ViT, a quantization-aware, zero-token, position-free Vision Transformer designed for compact medical image classification with intrinsic interpretability.
  • Development of Recursive Attribution-Stabilized Optimization (RASO), a novel training procedure that aligns classification and attribution gradients to enhance explanation stability.
  • Empirical validation on seven MedMNIST datasets demonstrates that INT8 quantization preserves high prediction accuracy (99.9751% agreement) while significantly reducing model size and latency.
  • RASO outperforms standard Adam optimization in reducing sufficiency error and improving input-noise stability for intrinsic explanations, establishing a new standard for deployable XAI models.

Why It Matters

This research addresses the critical trade-off between model efficiency and interpretability in medical AI, where both computational constraints and clinical trust are paramount. By demonstrating that quantized models can maintain near-perfect fidelity to their full-precision counterparts while offering stable, intrinsic explanations, it provides a viable pathway for deploying transparent AI on edge devices. This is particularly significant for practitioners seeking to implement Explainable AI (XAI) in resource-constrained healthcare environments without sacrificing diagnostic reliability.

Technical Details

  • Model Architecture: qZACH-ViT is a CLS-token-free, position-free Vision Transformer backbone that generates intrinsic patch-level class evidence recursively, eliminating the need for post-hoc explanation methods.
  • Optimization Method: Recursive Attribution-Stabilized Optimization (RASO) is introduced to stabilize training by norm-matching classification and attribution gradients and removing conflicting attribution components, unlike standard gradient descent.
  • Quantization Implementation: The model utilizes mixed-precision ONNX INT8 graphs with 16 signed INT8 MatMulInteger projections and INT32 accumulation, achieving a 70% reduction in artifact size compared to source checkpoints.
  • Benchmarking: Evaluated across seven MedMNIST datasets with rigorous controls (50 images/class, 10 seeds, 280 total runs), showing mean paired gains of 0.0313 (Adam) and 0.0368 (RASO) over FP32 baselines, with negligible metric degradation upon quantization.

Industry Insight

  • Edge Deployment Viability: The demonstrated 1.41x to 2.39x CPU speedups and 70% size reduction confirm that high-fidelity, interpretable medical AI models can be effectively deployed on edge hardware, reducing reliance on cloud infrastructure.
  • Stability in XAI: RASO offers a practical solution for the instability often found in gradient-based explanations, suggesting that future XAI frameworks should prioritize intrinsic optimization strategies over post-hoc attribution techniques for critical applications.
  • Regulatory Compliance: The combination of intrinsic interpretability and high quantization fidelity supports regulatory requirements for transparency and reproducibility in medical diagnostics, potentially accelerating the adoption of AI-assisted tools in clinical settings.

TL;DR

  • 提出 qZACH-ViT,一种无需 CLS token 且位置无关的量化感知视觉Transformer骨干网络,专为紧凑型医疗图像分类设计。
  • 引入递归归因稳定优化算法 (RASO),通过规范匹配分类与归因梯度并移除冲突分量,提升模型的可解释性稳定性。
  • 在七个 MedMNIST 数据集上验证,INT8 量化部署后预测一致性达 99.9751%,模型体积缩小 70%,CPU 推理速度提升 1.41-2.39 倍。
  • RASO 显著降低了充分性误差并提高了输入噪声下的稳定性,确立了该模型作为可部署的紧凑内在可解释模型的地位。

为什么值得看

本文解决了医疗AI中效率与可解释性往往分离的痛点,提供了一种在资源受限设备上同时实现高精度、低延迟和内在可解释性的完整解决方案。对于从事边缘计算医疗影像分析的研究者,其量化部署策略和稳定性优化方法具有直接的工程参考价值。

技术解析

  • 模型架构创新:qZACH-ViT 去除了传统的 CLS token 和位置编码,采用零令牌 (zero-token) 设计,通过递归内在补丁级类别证据实现分类,简化了结构并增强了可解释性。
  • 优化算法 RASO:提出递归归因稳定优化 (Recursive Attribution-Stabilized Optimization),核心机制是规范匹配分类损失和归因损失的梯度,并剔除与分类目标冲突的归因组件,从而确保解释信号与预测结果的一致性。
  • 量化与部署细节:将 210 个检查点转换为混合精度 ONNX INT8 图,包含 16 个带 INT32 累加的有符号 INT8 MatMulInteger 投影,实现了从 FP32 到 INT8 的高效转换。
  • 实验评估指标:在 7 个数据集、每类 50 张图像、10 个固定种子的严格条件下进行 280 次运行。重点评估了预测一致性、归因图余弦相似度、秩相关系数以及推理加速比。

行业启示

  • 边缘医疗AI的可行性:证明了通过特定的模型架构修改(如去CLS化)和量化技术,可以在保持甚至提升性能的同时,大幅降低医疗影像模型的部署门槛和硬件成本。
  • 可解释性与性能的协同优化:RASO 算法表明,通过在训练阶段显式约束归因梯度的稳定性,可以有效解决黑盒模型在边缘设备量化后解释性下降的问题,为可信AI落地提供了新路径。
  • 标准化评估的重要性:研究采用了极其严格的控制变量(固定种子、小样本、多数据集对比),这种高复现性的评估范式应成为轻量级医疗AI模型发布时的标准参考。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Quantization 量化 Research 科学研究 Healthcare AI 医疗AI Inference 推理