Retrieval of Family Members Using Siamese Neural Network

05/30/2020
by   Jun Yu, et al.
0

Retrieval of family members in the wild aims at finding family members of the given subject in the dataset, which is useful in finding the lost children and analyzing the kinship. However, due to the diversity in age, gender, pose and illumination of the collected data, this task is always challenging. To solve this problem, we propose our solution with deep Siamese neural network. Our solution can be divided into two parts: similarity computation and ranking. In training procedure, the Siamese network firstly takes two candidate images as input and produces two feature vectors. And then, the similarity between the two vectors is computed with several fully connected layers. While in inference procedure, we try another similarity computing method by dropping the followed several fully connected layers and directly computing the cosine similarity of the two feature vectors. After similarity computation, we use the ranking algorithm to merge the similarity scores with the same identity and output the ordered list according to their similarities. To gain further improvement, we try different combinations of backbones, training methods and similarity computing methods. Finally, we submit the best combination as our solution and our team(ustc-nelslip) obtains favorable result in the track3 of the RFIW2020 challenge with the first runner-up, which verifies the effectiveness of our method. Our code is available at: https://github.com/gniknoil/FG2020-kinship

READ FULL TEXT

page 1

page 2

research
05/30/2020

Deep Fusion Siamese Network for Automatic Kinship Verification

Automatic kinship verification aims to determine whether some individual...
research
10/22/2018

Learning to Measure Change: Fully Convolutional Siamese Metric Networks for Scene Change Detection

The key factor of scene change detection is to learn effective feature t...
research
03/25/2020

Two-stage Discriminative Re-ranking for Large-scale Landmark Retrieval

We propose an efficient pipeline for large-scale landmark image retrieva...
research
08/18/2023

Taken by Surprise: Contrast effect for Similarity Scores

Accurately evaluating the similarity of object vector embeddings is of c...
research
02/15/2023

Unsupervised Hashing via Similarity Distribution Calibration

Existing unsupervised hashing methods typically adopt a feature similari...
research
02/04/2019

A Two-Stream Siamese Neural Network for Vehicle Re-Identification by Using Non-Overlapping Cameras

We describe in this paper a novel Two-Stream Siamese Neural Network for ...
research
05/01/2019

Learning fashion compatibility across apparel categories for outfit recommendation

This paper addresses the problem of generating recommendations for compl...

Please sign up or login with your details

Forgot password? Click here to reset