來源:arXiv · cs.CV查看原文 ↗
原文著作權歸來源方所有,本站僅作收錄、翻譯或格式整理。
事實脈絡
arXiv:2608.12570v1 Announce Type: new Abstract: Fashion retrieval often requires satisfying multiple attributes at once, such as category, color, pattern, and demographic. Monolithic embeddings mix these signals into a
解讀與影響
导读摘要
正文
时尚检索场景通常需要同时满足多个属性条件,例如一件衣服既要属于特定类别,又要符合颜色、图案以及适用人群等要求。论文指出,传统的单一嵌入(monolithic embeddings)方式会将这些不同维度的信号混合进同一个表示空间中,导致检索系统难以精确控制某一属性,也难以在多个属性之间进行灵活组合。针对这一问题,作者提出了一种属性条件化的多模态槽位分解框架,核心思路是将视觉与文本等多模态信息按照属性维度进行结构化拆分,使每个槽位对应一类属性信号,从而在检索阶段实现更细粒度的条件控制。
从方法论角度看,该工作的关键贡献在于将「槽位分解」这一概念引入时尚检索的多模态表示学习。与以往直接学习整体相似度的做法不同,该方法在建模阶段就显式地引入了属性条件,使得模型能够分别编码类别、颜色、图案与人群等属性信息。检索时,用户可以对不同槽位施加独立约束,系统再根据各槽位的匹配程度进行综合排序。论文摘要指出,这种设计旨在解决单一嵌入无法有效分离属性信号的问题,但具体的模型结构、训练策略与实验数据规模在摘要中未展开说明。
值得注意的是,该论文发布于 2026 年 8 月 14 日的 arXiv 平台,属于计算机视觉与模式识别(cs.CV)领域的新提交稿件。从摘要所描述的问题动机来看,该研究与近年来多模态检索中「解耦表示学习」和「可控生成」的方向一脉相承,但其将槽位分解与属性条件化结合的做法,在时尚领域的多属性检索任务中提供了一个相对具体的实现路径。由于目前公开的仅有摘要部分,关于该方法在标准时尚检索基准上的性能表现、与现有方法的对比结果,以及模型在实际部署中的效率等关键信息,原文未提供,需等待完整论文发布后才能进一步评估。
媒体
原文未提供配图或视频素材。
參考來源
來源原文
arXiv:2608.12570v1 Announce Type: new Abstract: Fashion retrieval often requires satisfying multiple attributes at once, such as category, color, pattern, and demographic. Monolithic embeddings mix these signals into a single vector, making attribute-specific control difficult at retrieval time. Many existing semantic-ID methods provide discrete item codes, but these codes are typically optimized as item-level or residual addresses and do not expose named, independently controllable attribute slots. We introduce MM-slotgate, a multimodal slot encoder that factorizes Fashion-CLIP text and image embeddings into four named attribute slots. Each slot learns its own text-image gate, so visually grounded attributes such as color and pattern can rely more on image evidence, while taxonomy-oriented attributes such as category and demographic can remain more text-driven. On H&M, using a combined slot-similarity and slot-logit retrieval score, MM-slotgate achieves 0.7566 macro ConstraintSatisfied@10, outperforming equal-weight multimodal fusion (0.7142) and fCLIP text-only retrieval (0.4755). The largest gain is on color, which improves from 0.321 to 0.889 (+0.568 absolute), as the learned color gate assigns 57.4% weight to image evidence. The learned gates are interpretable without modality supervision: color is image-leaning, category is text-leaning, and pattern and demographic lie near the middle. The resulting slots also remain controllable: linear probes show no measured excess leakage beyond the label-correlation baseline, and quantized slot codes support targeted intervention, including a 15.3x lift for color. These results suggest that controllable fashion retrieval benefits from typed, attribute-conditioned multimodal slots rather than either a single global embedding or opaque item-level semantic IDs.