HiProto: Hierarchical Prototype Learning for Interpretable Object Detection Under Low-quality Conditions

arXiv cs.CV / 4/16/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • HiProto is a proposed interpretable object detection framework that uses hierarchical prototype learning to keep class semantics stable under low-quality imaging conditions.
  • The method introduces three training components: Region-to-Prototype Contrastive Loss (RPC-Loss) for semantic focus on target regions, Prototype Regularization Loss (PR-Loss) for stronger class prototype distinctiveness, and Scale-aware Pseudo Label Generation Strategy (SPLGS) to reduce supervision mismatches.
  • Experiments on ExDark, RTTS, and VOC2012-FOG show competitive detection performance while maintaining interpretability via prototype response behavior.
  • The approach is designed to avoid image enhancement or unusually complex architectures, aiming for robustness and interpretability simultaneously.
  • The authors announce code availability at the provided GitHub repository for reproducibility and further experimentation.

Abstract

Interpretability is essential for deploying object detection systems in critical applications, especially under low-quality imaging conditions that degrade visual information and increase prediction uncertainty. Existing methods either enhance image quality or design complex architectures, but often lack interpretability and fail to improve semantic discrimination. In contrast, prototype learning enables interpretable modeling by associating features with class-centered semantics, which can provide more stable and interpretable representations under degradation. Motivated by this, we propose HiProto, a new paradigm for interpretable object detection based on hierarchical prototype learning. By constructing structured prototype representations across multiple feature levels, HiProto effectively models class-specific semantics, thereby enhancing both semantic discrimination and interpretability. Building upon prototype modeling, we first propose a Region-to-Prototype Contrastive Loss (RPC-Loss) to enhance the semantic focus of prototypes on target regions. Then, we propose a Prototype Regularization Loss (PR-Loss) to improve the distinctiveness among class prototypes. Finally, we propose a Scale-aware Pseudo Label Generation Strategy (SPLGS) to suppress mismatched supervision for RPC-Loss, thereby preserving the robustness of low-level prototype representations. Experiments on ExDark, RTTS, and VOC2012-FOG demonstrate that HiProto achieves competitive results while offering clear interpretability through prototype responses, without relying on image enhancement or complex architectures. Our code will be available at https://github.com/xjlDestiny/HiProto.git.