Deviation-Based Multiple Coefficient Item Mixer for Heterogeneous Set-to-Set Matching

Abstract

Heterogeneous set-to-set matching tasks such as fashion outfit recommendation, require permutation-invariant and dynamic item-wise transformations to bring compatible sets closer while pushing incompatible ones apart. While attention-based methods satisfy the permutation invariance requirement, they often suffer from convex hull limitations due to their reliance on softmax-based dot-product operations. On the other hand, MLP-based methods like DuMLP-Pin avoid such constraints but tend to lose critical item-wise structure through global aggregation. To address these limitations, we propose DeviMix (Deviation-based multiple coefficient item Mixer), a novel MLP-based architecture that performs item-wise dynamic transformations. Our approach generates multiple item-mixing coefficients by applying MLPs to cross-deviation vectors computed from all possible item pairs in sets. Extensive experiments on fashion outfit and furniture coordination matching tasks demonstrate that DeviMix consistently outperforms attention-based and global pooling-based baselines, validating the effectiveness of our MLP-based item-wise aggregation using cross-deviation for heterogeneous set matching.

Cite

Text

Hachiya and Yukito. "Deviation-Based Multiple Coefficient Item Mixer for Heterogeneous Set-to-Set Matching." Proceedings of the 17th Asian Conference on Machine Learning, 2025.

Markdown

[Hachiya and Yukito. "Deviation-Based Multiple Coefficient Item Mixer for Heterogeneous Set-to-Set Matching." Proceedings of the 17th Asian Conference on Machine Learning, 2025.](https://mlanthology.org/acml/2025/hachiya2025acml-deviationbased/)

BibTeX

@inproceedings{hachiya2025acml-deviationbased,
  title     = {{Deviation-Based Multiple Coefficient Item Mixer for Heterogeneous Set-to-Set Matching}},
  author    = {Hachiya, Hirotaka and Yukito, Kajishiro},
  booktitle = {Proceedings of the 17th Asian Conference on Machine Learning},
  year      = {2025},
  pages     = {129-144},
  volume    = {304},
  url       = {https://mlanthology.org/acml/2025/hachiya2025acml-deviationbased/}
}