paper-with-me

Papers

Globally Correlation-Aware Hard Negative Generation

2024-11-20 · Wenjie Peng, Hongxiang Huang, Tianshui Chen, Quhui Ke, Gang Dai, Shuangping Huang

Hard negative generation aims to generate informative negative samples that help to determine the decision boundaries and thus facilitate advancing deep metric learning. Current works select pair/triplet samples, learn their correlations, and fuse them to generate hard negatives. However, these works merely consider the local correlations of selected samples, ignoring global sample correlations that would provide more significant information to generate more informative negatives. In this work, we propose a Globally Correlation-Aware Hard Negative Generation (GCA-HNG) framework, which first learns sample correlations from a global perspective and exploits these correlations to guide generating hardness-adaptive and diverse negatives. Specifically, this approach begins by constructing a structured graph to model sample correlations, where each node represents a specific sample and each edge represents the correlations between corresponding samples. Then, we introduce an iterative graph message propagation to propagate the messages of node and edge through the whole graph and thus learn the sample correlations globally. Finally, with the guidance of the learned global correlations, we propose a channel-adaptive manner to combine an anchor and multiple negatives for HNG. Compared to current methods, GCA-HNG allows perceiving sample correlations with numerous negatives from a global and comprehensive perspective and generates the negatives with better hardness and diversity. Extensive experiment results demonstrate that the proposed GCA-HNG is superior to related methods on four image retrieval benchmark datasets. Codes and trained models are available at \url{https://github.com/PWenJay/GCA-HNG}.

📄 PDF Abstract BibTeX arXiv:2411.13145

Code (1)

pwenjay/gca-hng 공식 구현 pytorch

Tasks

Image RetrievalMetric LearningTriplet

Similar Papers 제목 키워드 기반

GlobalCY I: A JAX Framework for Globally Defined and Symmetry-Aware Neural Kähler Potentials

2026-04-13 · Abdul Rahman arxiv

We present \emph{GlobalCY}, a JAX-based framework for globally defined and symmetry-aware neural Kähler-potential models on projective hypersurface Calabi--Yau geometries. The central problem is that local-input neural K…

HaSa: Hardness and Structure-Aware Contrastive Knowledge Graph Embedding

2023-05-17 · Honggen Zhang, June Zhang, Igor Molybog

We consider a contrastive learning approach to knowledge graph embedding (KGE) via InfoNCE. For KGE, efficient learning relies on augmenting the training data with negative triples. However, most KGE works overlook the b…

Contrastive LearningGraph EmbeddingKnowledge Graph CompletionKnowledge Graph Embedding+2

An Adversarial Approach to Hard Triplet Generation

2018-09-01 · ECCV 2018 9 · Yiru Zhao, Zhongming Jin, Guo-Jun Qi, Hongtao Lu 외

While deep neural networks have demonstrated competitive results for many visual recognition and image retrieval tasks, the major challenge lies in distinguishing similar images from different categories (i.e., hard nega…

ClusteringImage RetrievalRetrievalTriplet

HBReID: Harder Batch for Re-identification

2021-12-09 · Wen Li, Furong Xu, Jianan Zhao, Ruobing Zheng 외

Triplet loss is a widely adopted loss function in ReID task which pulls the hardest positive pairs close and pushes the hardest negative pairs far away. However, the selected samples are not the hardest globally, but the…

Person Re-IdentificationTriplet

NPCFace: Negative-Positive Collaborative Training for Large-scale Face Recognition

2020-07-20 · Dan Zeng, Hailin Shi, Hang Du, Jun Wang 외

The training scheme of deep face recognition has greatly evolved in the past years, yet it encounters new challenges in the large-scale data situation where massive and diverse hard cases occur. Especially in the range o…

Face Recognition