paper-with-me

홈 › Papers

Informative and Representative Triplet Selection for Multilabel Remote Sensing Image Retrieval

2021-05-08 · Gencer Sumbul, Mahdyar Ravanbakhsh, Begüm Demir

Learning the similarity between remote sensing (RS) images forms the foundation for content-based RS image retrieval (CBIR). Recently, deep metric learning approaches that map the semantic similarity of images into an embedding (metric) space have been found very popular in RS. A common approach for learning the metric space relies on the selection of triplets of similar (positive) and dissimilar (negative) images to a reference image called as an anchor. Choosing triplets is a difficult task particularly for multi-label RS CBIR, where each training image is annotated by multiple class labels. To address this problem, in this paper we propose a novel triplet sampling method in the framework of deep neural networks (DNNs) defined for multi-label RS CBIR problems. The proposed method selects a small set of the most representative and informative triplets based on two main steps. In the first step, a set of anchors that are diverse to each other in the embedding space is selected from the current mini-batch using an iterative algorithm. In the second step, different sets of positive and negative images are chosen for each anchor by evaluating the relevancy, hardness and diversity of the images among each other based on a novel strategy. Experimental results obtained on two multi-label benchmark archives show that the selection of the most informative and representative triplets in the context of DNNs results in: i) reducing the computational complexity of the training phase of the DNNs without any significant loss on the performance; and ii) an increase in learning speed since informative triplets allow fast convergence. The code of the proposed method is publicly available at https://git.tu-berlin.de/rsim/image-retrieval-from-triplets.

📄 PDF Abstract BibTeX arXiv:2105.03647

Code (1)

https://git.tu-berlin.de/rsim/image-retrieval-from-triplets 공식 구현

Tasks

Image RetrievalMetric LearningRetrievalSemantic SimilaritySemantic Textual SimilarityTriplet

Similar Papers 제목 키워드 기반

Task-Guided Multi-Annotation Triplet Learning for Remote Sensing Representations

2026-04-04 · Meilun Zhou, Alina Zare arxiv

Prior multi-task triplet loss methods relied on static weights to balance supervision between various types of annotation. However, static weighting requires tuning and does not account for how tasks interact when shapin…

Enhancing Remote Sensing Image Retrieval with Triplet Deep Metric Learning Network

2019-02-15 · Rui Cao, Qian Zhang, Jiasong Zhu, Qing Li 외

With the rapid growing of remotely sensed imagery data, there is a high demand for effective and efficient image retrieval tools to manage and exploit such data. In this letter, we present a novel content-based remote se…

Image RetrievalMetric LearningRetrievalTriplet

AdaSample: Adaptive Sampling of Hard Positives for Descriptor Learning

2019-11-27 · Xin-Yu Zhang, Le Zhang, Zao-Yi Zheng, Yun Liu 외

Triplet loss has been widely employed in a wide range of computer vision tasks, including local descriptor learning. The effectiveness of the triplet loss heavily relies on the triplet selection, in which a common practi…

InformativenessTriplet

A Unified Batch Selection Policy for Active Metric Learning

2021-02-15 · Priyadarshini K, Siddhartha Chaudhuri, Vivek Borkar, Subhasis Chaudhuri

Active metric learning is the problem of incrementally selecting high-utility batches of training data (typically, ordered triplets) to annotate, in order to progressively improve a learned model of a metric over some in…

Active LearningDiversityInformativenessMetric Learning+1

Active Learning by Querying Informative and Representative Examples

2010-12-01 · NeurIPS 2010 12 · Sheng-Jun Huang, Rong Jin, Zhi-Hua Zhou

Most active learning approaches select either informative or representative unlabeled instances to query their labels. Although several active learning algorithms have been proposed to combine the two criterions for quer…

Active LearningInformativeness