paper-with-me

홈 › Papers

Coarse-to-Fine: Learning Compact Discriminative Representation for Single-Stage Image Retrieval

2023-08-08 · ICCV 2023 1 · Yunquan Zhu, Xinkai Gao, Bo Ke, Ruizhi Qiao, Xing Sun

Image retrieval targets to find images from a database that are visually similar to the query image. Two-stage methods following retrieve-and-rerank paradigm have achieved excellent performance, but their separate local and global modules are inefficient to real-world applications. To better trade-off retrieval efficiency and accuracy, some approaches fuse global and local feature into a joint representation to perform single-stage image retrieval. However, they are still challenging due to various situations to tackle, $e.g.$, background, occlusion and viewpoint. In this work, we design a Coarse-to-Fine framework to learn Compact Discriminative representation (CFCD) for end-to-end single-stage image retrieval-requiring only image-level labels. Specifically, we first design a novel adaptive softmax-based loss which dynamically tunes its scale and margin within each mini-batch and increases them progressively to strengthen supervision during training and intra-class compactness. Furthermore, we propose a mechanism which attentively selects prominent local descriptors and infuse fine-grained semantic relations into the global representation by a hard negative sampling strategy to optimize inter-class distinctiveness at a global scale. Extensive experimental results have demonstrated the effectiveness of our method, which achieves state-of-the-art single-stage image retrieval performance on benchmarks such as Revisited Oxford and Revisited Paris. Code is available at https://github.com/bassyess/CFCD.

📄 PDF Abstract BibTeX arXiv:2308.04008

Code (1)

bassyess/cfcd 공식 구현 pytorch

Tasks

Image RetrievalRetrieval

Similar Papers 제목 키워드 기반

Learning Compact Representations of Neural Networks using DiscriminAtive Masking (DAM)

2021-10-01 · NeurIPS 2021 12 · Jie Bu, Arka Daw, M. Maruf, Anuj Karpatne

A central goal in deep learning is to learn compact representations of features at every layer of a neural network, which is useful for both unsupervised representation learning and structured network pruning. While ther…

Dimensionality ReductionGraph Representation Learningimage-classificationImage Classification+2

Coarse-To-Fine Tensor Trains for Compact Visual Representations

2024-06-06 · Sebastian Loeschcke, Dan Wang, Christian Leth-Espensen, Serge Belongie 외

The ability to learn compact, high-quality, and easy-to-optimize representations for visual data is paramount to many applications such as novel view synthesis and 3D reconstruction. Recent work has shown substantial suc…

3D ReconstructionDenoisingNovel View SynthesisTensor Networks

Task-Oriented Candidate-Latent Feedback for Coarse-to-Fine Sensing in Distributed OFDM-ISAC Networks

2026-08-04 · Shiv Shankar, Radha Krishna Ganti, J Klutto Milleth arxiv

Future integrated sensing and communication (ISAC) architectures separate the sensing entity (SE) that acquires measurements from the sensing function (SF) that performs inference, creating a need for compact, task-orien…

Discriminative Multi-level Reconstruction under Compact Latent Space for One-Class Novelty Detection

2020-03-03 · Jaewoo Park, Yoon Gyo Jung, Andrew Beng Jin Teoh

In one-class novelty detection, a model learns solely on the in-class data to single out out-class instances. Autoencoder (AE) variants aim to compactly model the in-class data to reconstruct it exclusively, thus differe…

Novelty Detection

A New Benchmark and Approach for Fine-grained Cross-media Retrieval

2019-07-10 · Xiangteng He, Yuxin Peng, Liu Xie

Cross-media retrieval is to return the results of various media types corresponding to the query of any media type. Existing researches generally focus on coarse-grained cross-media retrieval. When users submit an image …

Representation LearningRetrieval