Holi-DETR: Holistic Fashion Item Detection Leveraging Contextual Information
Youngchae Kwon, Jinyoung Choi, Injung Kim
TL;DR
Fashion item detection suffers from ambiguities due to diverse appearances and subcategory similarities. Holi-DETR introduces a holistic, DETR-based detector that injects three contextual cues—item co-occurrence, inter-item spatial relations, and item–body keypoint relations—via a context encoder and a pose estimator to modulate attention. The approach yields consistent gains over DETR and Co-DETR on the Showniq-H dataset, with ablations clarifying the contribution of each contextual cue. This methodology enhances disambiguation among similar subcategories and offers a scalable path for more reliable fashion item detection in realistic outfits.
Abstract
Fashion item detection is challenging due to the ambiguities introduced by the highly diverse appearances of fashion items and the similarities among item subcategories. To address this challenge, we propose a novel Holistic Detection Transformer (Holi-DETR) that detects fashion items in outfit images holistically, by leveraging contextual information. Fashion items often have meaningful relationships as they are combined to create specific styles. Unlike conventional detectors that detect each item independently, Holi-DETR detects multiple items while reducing ambiguities by leveraging three distinct types of contextual information: (1) the co-occurrence relationship between fashion items, (2) the relative position and size based on inter-item spatial arrangements, and (3) the spatial relationships between items and human body key-points. %Holi-DETR explicitly incorporates three types of contextual information: (1) the co-occurrence probability between fashion items, (2) the relative position and size based on inter-item spatial arrangements, and (3) the spatial relationships between items and human body key-points. To this end, we propose a novel architecture that integrates these three types of heterogeneous contextual information into the Detection Transformer (DETR) and its subsequent models. In experiments, the proposed methods improved the performance of the vanilla DETR and the more recently developed Co-DETR by 3.6 percent points (pp) and 1.1 pp, respectively, in terms of average precision (AP).
