中文
相关论文

相关论文: Learning Support and Trivial Prototypes for Interp…

200 篇论文

Part-prototype networks (e.g., ProtoPNet, ProtoTree, and ProtoPool) have attracted broad research interest for their intrinsic interpretability and comparable accuracy to non-interpretable counterparts. However, recent works find that the…

计算机视觉与模式识别 · 计算机科学 2023-10-26 Qihan Huang , Mengqi Xue , Wenqi Huang , Haofei Zhang , Jie Song , Yongcheng Jing , Mingli Song

Deep neural networks that yield human interpretable decisions by architectural design have lately become an increasingly popular alternative to post hoc interpretation of traditional black-box models. Among these networks, the arguably most…

计算机视觉与模式识别 · 计算机科学 2021-06-24 Adrian Hoffmann , Claudio Fanconi , Rahul Rade , Jonas Kohler

Prototypical part learning is emerging as a promising approach for making semantic segmentation interpretable. The model selects real patches seen during training as prototypes and constructs the dense prediction map based on the similarity…

计算机视觉与模式识别 · 计算机科学 2025-04-29 Hugo Porta , Emanuele Dalsasso , Diego Marcos , Devis Tuia

Image recognition with prototypes is considered an interpretable alternative for black box deep learning models. Classification depends on the extent to which a test image "looks like" a prototype. However, perceptual similarity for humans…

计算机视觉与模式识别 · 计算机科学 2022-08-18 Meike Nauta , Annemarie Jutte , Jesper Provoost , Christin Seifert

Interpretability is critical for machine learning models in high-stakes settings because it allows users to verify the model's reasoning. In computer vision, prototypical part models (ProtoPNets) have become the dominant model type to meet…

计算机视觉与模式识别 · 计算机科学 2025-03-04 Jon Donnelly , Zhicheng Guo , Alina Jade Barnett , Hayden McTavish , Chaofan Chen , Cynthia Rudin

We introduce ProtoSeg, a novel model for interpretable semantic image segmentation, which constructs its predictions using similar patches from the training set. To achieve accuracy comparable to baseline methods, we adapt the mechanism of…

计算机视觉与模式识别 · 计算机科学 2025-06-30 Mikołaj Sacha , Dawid Rymarczyk , Łukasz Struski , Jacek Tabor , Bartosz Zieliński

As AI systems grow more capable, it becomes increasingly important that their decisions remain understandable and aligned with human expectations. A key challenge is the limited interpretability of deep models. Post-hoc methods like GradCAM…

计算机视觉与模式识别 · 计算机科学 2025-11-21 Mahdi Alehdaghi , Rajarshi Bhattacharya , Pourya Shamsolmoali , Rafael M. O. Cruz , Maguelonne Heritier , Eric Granger

One of the major challenges in machine learning nowadays is to provide predictions with not only high accuracy but also user-friendly explanations. Although in recent years we have witnessed increasingly popular use of deep neural networks…

机器学习 · 计算机科学 2019-07-24 Yao Ming , Panpan Xu , Huamin Qu , Liu Ren

Visual prompt tuning offers significant advantages for adapting pre-trained visual foundation models to specific tasks. However, current research provides limited insight into the interpretability of this approach, which is essential for…

计算机视觉与模式识别 · 计算机科学 2026-02-24 Yubin Wang , Xinyang Jiang , De Cheng , Xiangqian Zhao , Zilong Wang , Dongsheng Li , Cairong Zhao

Prototype-based methods use interpretable representations to address the black-box nature of deep learning models, in contrast to post-hoc explanation methods that only approximate such models. We propose the Neural Prototype Tree…

计算机视觉与模式识别 · 计算机科学 2021-04-16 Meike Nauta , Ron van Bree , Christin Seifert

The prototypical network (ProtoNet) is a few-shot learning framework that performs metric learning and classification using the distance to prototype representations of each class. It has attracted a great deal of attention recently since…

机器学习 · 计算机科学 2020-09-29 Kei Mukaiyama , Issei Sato , Masashi Sugiyama

With the increasing attention to pre-trained vision-language models (VLMs), \eg, CLIP, substantial efforts have been devoted to many downstream tasks, especially in test-time adaptation (TTA). However, previous works focus on learning…

计算机视觉与模式识别 · 计算机科学 2025-12-02 Xingyu Zhu , Shuo Wang , Beier Zhu , Miaoge Li , Yunfan Li , Junfeng Fang , Zhicai Wang , Dongsheng Wang , Hanwang Zhang

Due to the high inter-class similarity caused by the complex composition and the co-existing objects across scenes, numerous studies have explored object semantic knowledge within scenes to improve scene recognition. However, a resulting…

计算机视觉与模式识别 · 计算机科学 2024-08-06 Chuanxin Song , Hanbo Wu , Xin Ma , Yibin Li

Explainable Artificial Intelligence (xAI) has the potential to enhance the transparency and trust of AI-based systems. Although accurate predictions can be made using Deep Neural Networks (DNNs), the process used to arrive at such…

计算机视觉与模式识别 · 计算机科学 2024-08-09 Bhushan Atote , Victor Sanchez

Tackling pattern recognition problems in areas such as computer vision, bioinformatics, speech or text recognition is often done best by taking into account task-specific statistical relations between output variables. In structured…

机器学习 · 统计学 2016-03-14 Rein Houthooft , Filip De Turck

The objective of this work is to explore how to effectively and efficiently adapt pre-trained visual foundation models to various downstream tasks of semantic segmentation. Previous methods usually fine-tuned the entire networks for each…

计算机视觉与模式识别 · 计算机科学 2022-11-22 Lingbo Liu , Jianlong Chang , Bruce X. B. Yu , Liang Lin , Qi Tian , Chang-Wen Chen

The deep CNNs in image semantic segmentation typically require a large number of densely-annotated images for training and have difficulties in generalizing to unseen object categories. Therefore, few-shot segmentation has been developed to…

计算机视觉与模式识别 · 计算机科学 2022-11-01 Henghui Ding , Hui Zhang , Xudong Jiang

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…

计算机视觉与模式识别 · 计算机科学 2026-04-16 Jianlin Xiang , Linhui Dai , Xue Yang , Chaolei Yang , Yanshan Li

Prototype-based interpretability methods provide intuitive explanations of model prediction by comparing samples to a reference set of memorized exemplars or typical representatives in terms of similarity. In the field of sequential data…

机器学习 · 计算机科学 2023-03-20 Yifei Zhang , Neng Gao , Cunqing Ma

Prototypical network for Few shot learning tries to learn an embedding function in the encoder that embeds images with similar features close to one another in the embedding space. However, in this process, the support set samples for a…

计算机视觉与模式识别 · 计算机科学 2022-11-23 Manas Gogoi , Sambhavi Tiwari , Shekhar Verma