paper-with-me

홈 › Papers

AdaTriplet-RA: Domain Matching via Adaptive Triplet and Reinforced Attention for Unsupervised Domain Adaptation

2022-11-16 · Xinyao Shu, ShiYang Yan, Zhenyu Lu, Xinshao Wang, Yuan Xie

Unsupervised domain adaption (UDA) is a transfer learning task where the data and annotations of the source domain are available but only have access to the unlabeled target data during training. Most previous methods try to minimise the domain gap by performing distribution alignment between the source and target domains, which has a notable limitation, i.e., operating at the domain level, but neglecting the sample-level differences. To mitigate this weakness, we propose to improve the unsupervised domain adaptation task with an inter-domain sample matching scheme. We apply the widely-used and robust Triplet loss to match the inter-domain samples. To reduce the catastrophic effect of the inaccurate pseudo-labels generated during training, we propose a novel uncertainty measurement method to select reliable pseudo-labels automatically and progressively refine them. We apply the advanced discrete relaxation Gumbel Softmax technique to realise an adaptive Topk scheme to fulfil the functionality. In addition, to enable the global ranking optimisation within one batch for the domain matching, the whole model is optimised via a novel reinforced attention mechanism with supervision from the policy gradient algorithm, using the Average Precision (AP) as the reward. Our model (termed \textbf{\textit{AdaTriplet-RA}}) achieves State-of-the-art results on several public benchmark datasets, and its effectiveness is validated via comprehensive ablation studies. Our method improves the accuracy of the baseline by 9.7\% (ResNet-101) and 6.2\% (ResNet-50) on the VisDa dataset and 4.22\% (ResNet-50) on the Domainnet dataset. {The source code is publicly available at \textit{https://github.com/shuxy0120/AdaTriplet-RA}}.

📄 PDF Abstract BibTeX arXiv:2211.08894

Code (1)

shuxy0120/adatriplet-ra 공식 구현 pytorch

Tasks

Domain AdaptationTransfer LearningTripletUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Gumbel Softmax 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

AdaTriplet: Adaptive Gradient Triplet Loss with Automatic Margin Learning for Forensic Medical Image Matching

2022-05-05 · Khanh Nguyen, Huy Hoang Nguyen, Aleksei Tiulpin

This paper tackles the challenge of forensic medical image matching (FMIM) using deep neural networks (DNNs). FMIM is a particular case of content-based image retrieval (CBIR). The main challenge in FMIM compared to the …

Content-Based Image RetrievalImage RetrievalRetrievalTriplet

PVSNet: Palm Vein Authentication Siamese Network Trained using Triplet Loss and Adaptive Hard Mining by Learning Enforced Domain Specific Features

2018-12-15 · Daksh Thapar, Gaurav Jaswal, Aditya Nigam, Vivek Kanhangad

Designing an end-to-end deep learning network to match the biometric features with limited training samples is an extremely challenging task. To address this problem, we propose a new way to design an end-to-end deep CNN…

DecoderTriplet

Learning to Selectively Transfer: Reinforced Transfer Learning for Deep Text Matching

2018-12-30 · Chen Qu, Feng Ji, Minghui Qiu, Liu Yang 외

Deep text matching approaches have been widely studied for many applications including question answering and information retrieval systems. To deal with a domain that has insufficient labeled data, these approaches can …

Information RetrievalNatural Language InferenceParaphrase IdentificationQuestion Answering+3

Active Mining Sample Pair Semantics for Image-text Matching

2023-11-09 · Yongfeng Chena, Jin Liua, Zhijing Yang, Ruihan Chena 외

Recently, commonsense learning has been a hot topic in image-text matching. Although it can describe more graphic correlations, commonsense learning still has some shortcomings: 1) The existing methods are based on tripl…

Active LearningImage-text matchingSemantic SimilaritySemantic Textual Similarity+2

Distance-Adaptive Quaternion Knowledge Graph Embedding with Bidirectional Rotation

2024-12-05 · Weihua Wang, Qiuyu Liang, Feilong Bao, Guanglai Gao

Quaternion contains one real part and three imaginary parts, which provided a more expressive hypercomplex space for learning knowledge graph. Existing quaternion embedding models measure the plausibility of a triplet ei…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingLink Prediction+2