CVMay 4, 2021

Effectively Leveraging Attributes for Visual Similarity

arXiv:2105.01695v212 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurately measuring image similarity for applications like fashion and fine-grained classification, though it is incremental as it builds on prior attribute-based methods.

The paper tackles the problem of measuring visual similarity by addressing the limitations of using incomplete attribute annotations, proposing PAN to separate similarity conditions and relevance scores, resulting in improvements of 4-9% on compatibility prediction, 5% on few-shot classification, and over 1% on retrieval tasks.

Measuring similarity between two images often requires performing complex reasoning along different axes (e.g., color, texture, or shape). Insights into what might be important for measuring similarity can can be provided by annotated attributes, but prior work tends to view these annotations as complete, resulting in them using a simplistic approach of predicting attributes on single images, which are, in turn, used to measure similarity. However, it is impractical for a dataset to fully annotate every attribute that may be important. Thus, only representing images based on these incomplete annotations may miss out on key information. To address this issue, we propose the Pairwise Attribute-informed similarity Network (PAN), which breaks similarity learning into capturing similarity conditions and relevance scores from a joint representation of two images. This enables our model to identify that two images contain the same attribute, but can have it deemed irrelevant (e.g., due to fine-grained differences between them) and ignored for measuring similarity between the two images. Notably, while prior methods of using attribute annotations are often unable to outperform prior art, PAN obtains a 4-9% improvement on compatibility prediction between clothing items on Polyvore Outfits, a 5% gain on few shot classification of images using Caltech-UCSD Birds (CUB), and over 1% boost to Recall@1 on In-Shop Clothes Retrieval. Implementation available at https://github.com/samarth4149/PAN

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes