paper-with-me

홈 › Papers

Attribute-Guided Multi-Level Attention Network for Fine-Grained Fashion Retrieval

2022-12-27 · Ling Xiao, Toshihiko Yamasaki

Fine-grained fashion retrieval searches for items that share a similar attribute with the query image. Most existing methods use a pre-trained feature extractor (e.g., ResNet 50) to capture image representations. However, a pre-trained feature backbone is typically trained for image classification and object detection, which are fundamentally different tasks from fine-grained fashion retrieval. Therefore, existing methods suffer from a feature gap problem when directly using the pre-trained backbone for fine-tuning. To solve this problem, we introduce an attribute-guided multi-level attention network (AG-MAN). Specifically, we first enhance the pre-trained feature extractor to capture multi-level image embedding, thereby enriching the low-level features within these representations. Then, we propose a classification scheme where images with the same attribute, albeit with different values, are categorized into the same class. This can further alleviate the feature gap problem by perturbing object-centric feature learning. Moreover, we propose an improved attribute-guided attention module for extracting more accurate attribute-specific representations. Our model consistently outperforms existing attention based methods when assessed on the FashionAI (62.8788% in MAP), DeepFashion (8.9804% in MAP), and Zappos50k datasets (93.32% in Prediction accuracy). Especially, ours improves the most typical ASENet_V2 model by 2.12%, 0.31%, and 0.78% points in FashionAI, DeepFashion, and Zappos50k datasets, respectively. The source code is available in https://github.com/Dr-LingXiao/AG-MAN.

📄 PDF Abstract BibTeX arXiv:2301.13014

Code (1)

dr-lingxiao/ag-man 공식 구현 pytorch

Tasks

Attributeimage-classificationImage Classificationobject-detectionObject DetectionRetrieval

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

FOCUS: Fine-grained Optimization with Semantic Guided Understanding for Pedestrian Attributes Recognition

2025-06-28 · Hongyan An, Kuan Zhu, Xin He, Haiyun Guo 외

Pedestrian attribute recognition (PAR) is a fundamental perception task in intelligent transportation and security. To tackle this fine-grained task, most existing methods focus on extracting regional features to enrich …

AttributeContrastive LearningPedestrian Attribute Recognition

GUIDED: Granular Understanding via Identification, Detection, and Discrimination for Fine-Grained Open-Vocabulary Object Detection

2026-03-27 · Jiaming Li, Zhijia Liang, Weikai Chen, Lin Ma 외 arxiv

Fine-grained open-vocabulary object detection (FG-OVD) aims to detect novel object categories described by attribute-rich texts. While existing open-vocabulary detectors show promise at the base-category level, they unde…

Object LocalizationObject Detection

AGA-GAN: Attribute Guided Attention Generative Adversarial Network with U-Net for Face Hallucination

2021-11-20 · Abhishek Srivastava, Sukalpa Chanda, Umapada Pal

The performance of facial super-resolution methods relies on their ability to recover facial structures and salient features effectively. Even though the convolutional neural network and generative adversarial network-ba…

AttributeFace HallucinationGenerative Adversarial NetworkHallucination+1

Localizing by Describing: Attribute-Guided Attention Localization for Fine-Grained Recognition

2016-05-20 · Xiao Liu, Jiang Wang, Shilei Wen, Errui Ding 외

A key challenge in fine-grained recognition is how to find and represent discriminative local regions. Recent attention models are capable of learning discriminative region localizers only from category labels with reinf…

Attributereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Attribute-Aware Attention Model for Fine-grained Representation Learning

2019-01-02 · Kai Han, Jianyuan Guo, Chao Zhang, Mingjian Zhu

How to learn a discriminative fine-grained representation is a key point in many computer vision applications, such as person re-identification, fine-grained classification, fine-grained image retrieval, etc. Most of the…

AttributeFine-Grained Image ClassificationImage RetrievalPerson Re-Identification+2