Papers › Learning Type-Aware Embeddings for Fashion Compatibility

Learning Type-Aware Embeddings for Fashion Compatibility

25 Mar 2018ECCV 2018 9arXiv:1803.09196archive 2025-07-28

Mariya I. Vasileva, Bryan A. Plummer, Krishna Dusad, Shreya Rajpal, Ranjitha Kumar, David Forsyth

Outfits in online fashion data are composed of items of many different types (e.g. top, bottom, shoes) that share some stylistic relationship with one another. A representation for building outfits requires a method that can learn both notions of similarity (for example, when two tops are interchangeable) and compatibility (items of possibly different type that can go together in an outfit). This paper presents an approach to learning an image embedding that respects item type, and jointly learns notions of item similarity and compatibility in an end-to-end model. To evaluate the learned representation, we crawled 68,306 outfits created by users on the Polyvore website. Our approach obtains 3-5% improvement over the state-of-the-art on outfit compatibility prediction and fill-in-the-blank tasks using our dataset, as well as an established smaller dataset, while supporting a variety of useful queries.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1803.09196")

Code

Syntology Ran 1 of 16 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 8 samples from 1 repository, 1 ran; community (archive-listed): 8 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mvasil/fashion-compatibility officialmentioned in papermentioned on GitHubpytorchBSD-3-Clause report
owj0421/DeepFashion mentioned on GitHubpytorchApache-2.0 report
owj0421/csa-net mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 1 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
15unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv3x3 mvasil/fashion-compatibility/Resnet_18.py official repository ran · our draft was wrong BSD-3-Clause (permissive) · fac5364e2f53c6db · report
accuracy mvasil/fashion-compatibility/tripletnet.py official repository unverified BSD-3-Clause (permissive) · e4dd841456c7cc95 · report
default_image_loader mvasil/fashion-compatibility/polyvore_outfits.py official repository unverified BSD-3-Clause (permissive) · dd93840741a221e7 · report
load_typespaces mvasil/fashion-compatibility/polyvore_outfits.py official repository unverified BSD-3-Clause (permissive) · 53d887c7aafb755c · report
make_fc_1d mvasil/fashion-compatibility/tripletnet.py official repository unverified BSD-3-Clause (permissive) · b07513a5b7a4e7d2 · report
parse_iminfo mvasil/fashion-compatibility/polyvore_outfits.py official repository unverified BSD-3-Clause (permissive) · 800cd884053adb56 · report
resnet18 mvasil/fashion-compatibility/Resnet_18.py official repository unverified BSD-3-Clause (permissive) · dca32d9a409dda05 · report
selective_margin_loss mvasil/fashion-compatibility/tripletnet.py official repository unverified BSD-3-Clause (permissive) · 1be9808eff045cfb · report
compute_cir_scores owj0421/DeepFashion/src/evaluation/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 8fed54184c09baea · report
compute_cp_scores owj0421/DeepFashion/src/evaluation/metrics.py community (archive-listed) unverified Apache-2.0 (permissive) · 96971605709f6e86 · report
ddp_to_std owj0421/DeepFashion/src/models/load.py community (archive-listed) unverified Apache-2.0 (permissive) · 194e3b30b4aaa9e5 · report
gather_results owj0421/DeepFashion/src/utils/distributed_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 31d8ae5162014982 · report
get_device owj0421/DeepFashion/src/models/csa_net.py community (archive-listed) unverified Apache-2.0 (permissive) · d68e5599bba94323 · report
get_logger owj0421/DeepFashion/src/utils/logger_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · b5a7546483113625 · report
load_model owj0421/DeepFashion/src/models/load.py community (archive-listed) unverified Apache-2.0 (permissive) · a0f17a05cbef8b55 · report
safe_divide owj0421/DeepFashion/src/models/loss.py community (archive-listed) unverified Apache-2.0 (permissive) · 6e063d74f933e308 · report

Tasks

Vocal Bursts Type Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections