CVMMJul 27, 2022

VICTOR: Visual Incompatibility Detection with Transformers and Fashion-specific contrastive pre-training

arXiv:2207.13458v23 citationsh-index: 57Has Code
Originality Incremental advance
AI Analysis

This addresses the need for more granular compatibility feedback in outfit maker applications, though it is incremental as it builds on existing benchmarks and methods.

The paper tackles the problem of detecting visual incompatibility in fashion outfits by proposing VICTOR, which optimizes for overall compatibility regression and mismatching item detection, achieving competitive or superior performance to state-of-the-art on Polyvore datasets while reducing floating operations by 88%.

For fashion outfits to be considered aesthetically pleasing, the garments that constitute them need to be compatible in terms of visual aspects, such as style, category and color. Previous works have defined visual compatibility as a binary classification task with items in a garment being considered as fully compatible or fully incompatible. However, this is not applicable to Outfit Maker applications where users create their own outfits and need to know which specific items may be incompatible with the rest of the outfit. To address this, we propose the Visual InCompatibility TransfORmer (VICTOR) that is optimized for two tasks: 1) overall compatibility as regression and 2) the detection of mismatching items and utilize fashion-specific contrastive language-image pre-training for fine tuning computer vision neural networks on fashion imagery. We build upon the Polyvore outfit benchmark to generate partially mismatching outfits, creating a new dataset termed Polyvore-MISFITs, that is used to train VICTOR. A series of ablation and comparative analyses show that the proposed architecture can compete and even surpass the current state-of-the-art on Polyvore datasets while reducing the instance-wise floating operations by 88%, striking a balance between high performance and efficiency. We release our code at https://github.com/stevejpapad/Visual-InCompatibility-Transformer

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