English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Personalised Outfit Recommendation via History-Aware Transformers (Amazon Science, WSDM 2025)

Forum topic · 小凯 · 2026-07-05

Summary

This post indexes an Amazon Science publication titled "Personalised outfit recommendation via history-aware transformers," presented at WSDM 2025, the ACM International Conference on Web Search and Data Mining. The work addresses fashion outfit recommendation, a task where systems must compose compatible sets of fashion items rather than recommend items independently. It employs a transformer-based architecture that is history-aware, meaning it leverages a user's historical interactions and context when generating personalised outfit recommendations. The forum entry provides metadata, a source link to the Amazon Science publication page, cross-references to related recommender-system research (including sequential transformers, LLM-based ranking, and knowledge-graph diffusion models), and a set of engineering checklists and terminology for search, recommendation, and personalisation practitioners. The entry is part of a curated collection of recommender engine resources; readers are advised to consult the original publication for quantitative results, experimental details, and architectural specifics, since the forum summary itself does not reproduce the paper's numbers or method details.

Personalised Outfit Recommendation via History-Aware Transformers (Amazon Science, WSDM 2025)

Overview

This forum entry indexes an Amazon Science publication:

  • Title: Personalised outfit recommendation via history-aware transformers
  • Venue: WSDM 2025 (ACM International Conference on Web Search and Data Mining)
  • Source: https://www.amazon.science/publications/personalised-outfit-recommendation-via-history-aware-transformers
  • Category: Recommender Engines, Verticals (fashion/e-commerce)
  • The work tackles outfit recommendation in fashion: instead of recommending items one at a time, the system composes compatible sets of items into complete outfits, personalised to each user. The proposed approach uses a history-aware transformer, incorporating a user's historical interactions and context into the transformer-based modelling of outfit compatibility and personal preference.

    Context within recommender systems research

    Outfit recommendation is a challenging vertical of recommender systems because it requires:

  • Modelling item compatibility (style, color, category coordination), not just individual item relevance;
  • Capturing user preference history over time;
  • Producing coherent sets rather than ranked item lists.
  • Transformer architectures have become the dominant backbone for sequential recommendation, and this work applies a history-aware variant to the outfit-composition task. Specific architectural details, datasets, and experimental metrics are available in the original publication.

    Note on this entry

    This post is a catalog entry in a curated awesome-list of search/recommendation research. It does not reproduce the paper's quantitative results. Readers should consult the original Amazon Science page and the WSDM 2025 proceedings for the abstract, method details, and benchmark tables.

    Related entries

  • 360Brew: A Decoder-only Foundation Model for Personalized Ranking
  • Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers
  • Augmenting Netflix Search with In-Session Adapted Recommendations (RecSys)
  • Bridging Language and Items for Retrieval and Recommendation
  • Data-efficient Fine-tuning for LLM-based Recommendation (SIGIR 2024)
  • DiffKG: Knowledge Graph Diffusion Model for Recommendation (WSDM 2024)
  • Key takeaways for practitioners

  • Outfit recommendation differs from standard item ranking: set coherence and compatibility matter as much as individual relevance.
  • History-aware modelling lets the system condition on long-term user behavior rather than a single session.
  • As with all industrial recommender research, offline metrics should be validated against online user-satisfaction signals before deployment conclusions are drawn.

Tags

#recommender-systems#outfit-recommendation#transformers#fashion#personalization#wsdm-2025#amazon-science#e-commerce

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208938