paper-with-me

홈 › Papers

Context-Aware Visual Compatibility Prediction

2019-02-10 · CVPR 2019 6 · Guillem Cucurull, Perouz Taslakian, David Vazquez

How do we determine whether two or more clothing items are compatible or visually appealing? Part of the answer lies in understanding of visual aesthetics, and is biased by personal preferences shaped by social attitudes, time, and place. In this work we propose a method that predicts compatibility between two items based on their visual features, as well as their context. We define context as the products that are known to be compatible with each of these item. Our model is in contrast to other metric learning approaches that rely on pairwise comparisons between item features alone. We address the compatibility prediction problem using a graph neural network that learns to generate product embeddings conditioned on their context. We present results for two prediction tasks (fill in the blank and outfit compatibility) tested on two fashion datasets Polyvore and Fashion-Gen, and on a subset of the Amazon dataset; we achieve state of the art results when using context information and show how test performance improves as more context is used.

📄 PDF Abstract BibTeX arXiv:1902.03646

Code (1)

gcucurull/visual-compatibility tf

Tasks

Graph Neural NetworkMetric LearningPredictionRecommendation SystemsSlot Filling

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

ICAR: Image-based Complementary Auto Reasoning

2023-08-17 · Xijun Wang, Anqi Liang, Junbang Liang, Ming Lin 외

Scene-aware Complementary Item Retrieval (CIR) is a challenging task which requires to generate a set of compatible items across domains. Due to the subjectivity, it is difficult to set up a rigorous standard for both da…

Retrieval

ContextShift: A Controlled Benchmark for Context Dependence in Object Detection

2026-06-08 · Dan Zlotnikov, Alex Lazarovich, Ohad Ben-Shahar arxiv

Modern object detectors achieve strong performance on standard benchmarks, yet their robustness to contextual variation remains insufficiently understood. Prior evaluations largely rely on aggregate metrics such as AP on…

Object Detection

Compatibility-aware Heterogeneous Visual Search

2021-05-13 · CVPR 2021 1 · Rahul Duggal, Hao Zhou, Shuo Yang, Yuanjun Xiong 외

We tackle the problem of visual search under resource constraints. Existing systems use the same embedding model to compute representations (embeddings) for the query and gallery images. Such systems inherently face a ha…

Neural Architecture SearchRetrieval

DisCo-FLoc: Semantic-Free Floorplan Localization via $SE(2)$-Aware Contrastive Disambiguation

2026-01-05 · Ping Zhong, Shiyong Meng, Bolei Chen, Tao Zou 외 arxiv

Visual Floorplan Localization (FLoc) struggles with severe structural aliasing caused by repetitive minimalist layouts. This occurs because physically distant poses share highly similar visual-geometric features, which d…

Contrastive Learning

Personalised Outfit Recommendation via History-aware Transformers

2024-06-29 · Myong Chol Jung, Julien Monteil, Philip Schulz, Volodymyr Vaskovych

We present the history-aware transformer (HAT), a transformer-based model that uses shoppers' purchase history to personalise outfit predictions. The aim of this work is to recommend outfits that are internally coherent …