paper-with-me

Papers

PHPQ: Pyramid Hybrid Pooling Quantization for Efficient Fine-Grained Image Retrieval

2021-09-11 · Ziyun Zeng, Jinpeng Wang, Bin Chen, Tao Dai, Shu-Tao Xia, Zhi Wang

Deep hashing approaches, including deep quantization and deep binary hashing, have become a common solution to large-scale image retrieval due to their high computation and storage efficiency. Most existing hashing methods cannot produce satisfactory results for fine-grained retrieval, because they usually adopt the outputs of the last CNN layer to generate binary codes. Since deeper layers tend to summarize visual clues, e.g., texture, into abstract semantics, e.g., dogs and cats, the feature produced by the last CNN layer is less effective in capturing subtle but discriminative visual details that mostly exist in shallow layers. To improve fine-grained image hashing, we propose Pyramid Hybrid Pooling Quantization (PHPQ). Specifically, we propose a Pyramid Hybrid Pooling (PHP) module to capture and preserve fine-grained semantic information from multi-level features, which emphasizes the subtle discrimination of different sub-categories. Besides, we propose a learnable quantization module with a partial codebook attention mechanism, which helps to optimize the most relevant codewords and improves the quantization. Comprehensive experiments on two widely-used public benchmarks, i.e., CUB-200-2011 and Stanford Dogs, demonstrate that PHPQ outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2109.05206

Code (0)

등록된 구현이 없습니다.

Tasks

Deep HashingImage RetrievalQuantizationRetrieval

Similar Papers 제목 키워드 기반

Hybridization of Attention UNet with Repeated Atrous Spatial Pyramid Pooling for Improved Brain Tumour Segmentation

2025-01-22 · Satyaki Roy Chowdhury, Golrokh Mirzaei

Brain tumors are highly heterogeneous in terms of their spatial and scaling characteristics, making tumor segmentation in medical images a difficult task that might result in wrong diagnosis and therapy. Automation of a …

SegmentationSemantic SegmentationTumor Segmentation

P2T: Pyramid Pooling Transformer for Scene Understanding

2021-06-22 · Yu-Huan Wu, Yun Liu, Xin Zhan, Ming-Ming Cheng

Recently, the vision transformer has achieved great success by pushing the state-of-the-art of various vision tasks. One of the most challenging problems in the vision transformer is that the large sequence length of ima…

image-classificationImage ClassificationInstance Segmentationobject-detection+5

Hybrid of DiffStride and Spectral Pooling in Convolutional Neural Networks

2024-01-17 · Sulthan Rafif, Mochamad Arfan Ravy Wahyu Pratama, Mohammad Faris Azhar, Ahmad Mustafidul Ibad 외

Stride determines the distance between adjacent filter positions as the filter moves across the input. A fixed stride causes important information contained in the image can not be captured, so that important information…

Quantization

CSSegNet: Fine-Grained Cardiac Structures Segmentation Using Dilated Pyramid Pooling in U-net

2019-07-02 · Fei Feng, Jiajia Luo

Cardiac structure segmentation plays an important role in medical analysis procedures. Images' blurred boundaries issue always limits the segmentation performance. To address this difficult problem, we presented a novel …

Segmentation

Exploring Spatial Significance via Hybrid Pyramidal Graph Network for Vehicle Re-identification

2020-05-29 · Fei Shen, Jianqing Zhu, Xiaobin Zhu, Yi Xie 외

Existing vehicle re-identification methods commonly use spatial pooling operations to aggregate feature maps extracted via off-the-shelf backbone networks. They ignore exploring the spatial significance of feature maps, …

Vehicle Re-Identification