Symmetrical Synthesis for Deep Metric Learning
Geonmo Gu, Byungsoo Ko

TL;DR
This paper introduces a hyper-parameter free symmetrical synthesis method for deep metric learning that generates synthetic hard samples efficiently, improving embedding quality for clustering and image retrieval tasks.
Contribution
It proposes a novel symmetrical synthesis technique for generating hard samples without extra hyper-parameters, enhancing existing metric learning methods.
Findings
Outperforms existing hard sample generation methods across multiple loss functions.
Improves clustering and image retrieval performance.
Simplifies training by eliminating additional hyper-parameters.
Abstract
Deep metric learning aims to learn embeddings that contain semantic similarity information among data points. To learn better embeddings, methods to generate synthetic hard samples have been proposed. Existing methods of synthetic hard sample generation are adopting autoencoders or generative adversarial networks, but this leads to more hyper-parameters, harder optimization, and slower training speed. In this paper, we address these problems by proposing a novel method of synthetic hard sample generation called symmetrical synthesis. Given two original feature points from the same class, the proposed method firstly generates synthetic points with each other as an axis of symmetry. Secondly, it performs hard negative pair mining within the original and synthetic points to select a more informative negative pair for computing the metric learning loss. Our proposed method is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Generative Adversarial Networks and Image Synthesis · Human Pose and Action Recognition
