paper-with-me

홈 › Papers

Self-learn to Explain Siamese Networks Robustly

2021-09-15 · Chao Chen, Yifan Shen, Guixiang Ma, Xiangnan Kong, Srinivas Rangarajan, Xi Zhang, Sihong Xie

Learning to compare two objects are essential in applications, such as digital forensics, face recognition, and brain network analysis, especially when labeled data is scarce and imbalanced. As these applications make high-stake decisions and involve societal values like fairness and transparency, it is critical to explain the learned models. We aim to study post-hoc explanations of Siamese networks (SN) widely used in learning to compare. We characterize the instability of gradient-based explanations due to the additional compared object in SN, in contrast to architectures with a single input instance. We propose an optimization framework that derives global invariance from unlabeled data using self-learning to promote the stability of local explanations tailored for specific query-reference pairs. The optimization problems can be solved using gradient descent-ascent (GDA) for constrained optimization, or SGD for KL-divergence regularized unconstrained optimization, with convergence proofs, especially when the objective functions are nonconvex due to the Siamese architecture. Quantitative results and case studies on tabular and graph data from neuroscience and chemical engineering show that the framework respects the self-learned invariance while robustly optimizing the faithfulness and simplicity of the explanation. We further demonstrate the convergence of GDA experimentally.

📄 PDF Abstract BibTeX arXiv:2109.07371

Code (0)

등록된 구현이 없습니다.

Tasks

Face RecognitionFairnessSelf-Learning

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Reconstructing the Invisible: Video Frame Restoration through Siamese Masked Conditional Variational Autoencoder

2024-01-18 · Yongchen Zhou, Richard Jiang

In the domain of computer vision, the restoration of missing information in video frames is a critical challenge, particularly in applications such as autonomous driving and surveillance systems. This paper introduces th…

Autonomous DrivingMissing Elements

AttentionDDI: Siamese Attention-based Deep Learning method for drug-drug interaction predictions

2020-12-24 · Kyriakos Schwarz, Ahmed Allam, Nicolas Andres Perez Gonzalez, Michael Krauthammer

Background: Drug-drug interactions (DDIs) refer to processes triggered by the administration of two or more drugs leading to side effects beyond those observed when drugs are administered by themselves. Due to the massiv…

F-Siamese Tracker: A Frustum-based Double Siamese Network for 3D Single Object Tracking

2020-10-22 · Hao Zou, Jinhao Cui, Xin Kong, Chujuan Zhang 외

This paper presents F-Siamese Tracker, a novel approach for single object tracking prominently characterized by more robustly integrating 2D and 3D information to reduce redundant search space. A main challenge in 3D sin…

3D Single Object TrackingObjectObject Tracking

An explanation method for Siamese neural networks

2019-11-18 · Lev V. Utkin, Maxim S. Kovalev, Ernest M. Kasimov

A new method for explaining the Siamese neural network is proposed. It uses the following main ideas. First, the explained feature vector is compared with the prototype of the corresponding class computed at the embeddin…

Decoder

Siamese DETR

2023-03-31 · CVPR 2023 1 · Zeren Chen, Gengshi Huang, Wei Li, Jianing Teng 외

Recent self-supervised methods are mainly designed for representation learning with the base model, e.g., ResNets or ViTs. They cannot be easily transferred to DETR, with task-specific Transformer modules. In this work, …

MULTI-VIEW LEARNINGRepresentation Learning