paper-with-me

홈 › Papers

Towards Interpretable Deep Metric Learning with Structural Matching

2021-08-12 · ICCV 2021 10 · Wenliang Zhao, Yongming Rao, Ziyi Wang, Jiwen Lu, Jie zhou

How do the neural networks distinguish two images? It is of critical importance to understand the matching mechanism of deep models for developing reliable intelligent systems for many risky visual applications such as surveillance and access control. However, most existing deep metric learning methods match the images by comparing feature vectors, which ignores the spatial structure of images and thus lacks interpretability. In this paper, we present a deep interpretable metric learning (DIML) method for more transparent embedding learning. Unlike conventional metric learning methods based on feature vector comparison, we propose a structural matching strategy that explicitly aligns the spatial embeddings by computing an optimal matching flow between feature maps of the two images. Our method enables deep models to learn metrics in a more human-friendly way, where the similarity of two images can be decomposed to several part-wise similarities and their contributions to the overall similarity. Our method is model-agnostic, which can be applied to off-the-shelf backbone networks and metric learning methods. We evaluate our method on three major benchmarks of deep metric learning including CUB200-2011, Cars196, and Stanford Online Products, and achieve substantial improvements over popular metric learning methods with better interpretability. Code is available at https://github.com/wl-zhao/DIML

📄 PDF Abstract BibTeX arXiv:2108.05889

Code (1)

wl-zhao/diml 공식 구현 pytorch

Tasks

Metric Learning

Similar Papers 제목 키워드 기반

CyBOKClaw: Human-in-the-Loop CyBOK Mapping for Cybersecurity Curriculum

2026-05-23 · Yan Lin Aung, Kevin Togbe arxiv

This paper presents CyBOKClaw, an interpretable human-in-the-loop retrieval framework for mapping cybersecurity keywords or phrases (KWoPs) to the Cyber Security Body of Knowledge (CyBOK). Rather than treating the task a…

MALTS: Matching After Learning to Stretch

2018-11-18 · Harsh Parikh, Cynthia Rudin, Alexander Volfovsky

We introduce a flexible framework that produces high-quality almost-exact matches for causal inference. Most prior work in matching uses ad-hoc distance metrics, often leading to poor quality matches, particularly when t…

Causal Inference

Matching-Based Few-Shot Semantic Segmentation Models Are Interpretable by Design

2025-11-22 · Pasquale De Marinis, Uzay Kaymak, Rogier Brussee, Gennaro Vessio 외 arxiv

Few-Shot Semantic Segmentation (FSS) models achieve strong performance in segmenting novel classes with minimal labeled examples, yet their decision-making processes remain largely opaque. While explainable AI has advanc…

Few-Shot Semantic Segmentation

LayoutGMN: Neural Graph Matching for Structural Layout Similarity

2020-12-11 · CVPR 2021 1 · Akshay Gadi Patil, Manyi Li, Matthew Fisher, Manolis Savva 외

We present a deep neural network to predict structural similarity between 2D layouts by leveraging Graph Matching Networks (GMN). Our network, coined LayoutGMN, learns the layout metric via neural graph matching, using a…

Graph MatchingMetric LearningRetrievalTriplet

SoftPQ: Robust Instance Segmentation Evaluation via Soft Matching and Tunable Thresholds

2025-05-17 · Ranit Karmakar, Simon F. Nørrelykke

Segmentation evaluation metrics traditionally rely on binary decision logic: predictions are either correct or incorrect, based on rigid IoU thresholds. Detection--based metrics such as F1 and mAP determine correctness a…

BenchmarkingBinary ClassificationInstance SegmentationSegmentation+1