English

Large Language Models Meet Extreme Multi-label Classification: Scaling and Multi-modal Framework

Computer Vision and Pattern Recognition 2025-11-18 v1 Information Retrieval

Abstract

Foundation models have revolutionized artificial intelligence across numerous domains, yet their transformative potential remains largely untapped in Extreme Multi-label Classification (XMC). Queries in XMC are associated with relevant labels from extremely large label spaces, where it is critical to strike a balance between efficiency and performance. Therefore, many recent approaches efficiently pose XMC as a maximum inner product search between embeddings learned from small encoder-only transformer architectures. In this paper, we address two important aspects in XMC: how to effectively harness larger decoder-only models, and how to exploit visual information while maintaining computational efficiency. We demonstrate that both play a critical role in XMC separately and can be combined for improved performance. We show that a few billion-size decoder can deliver substantial improvements while keeping computational overhead manageable. Furthermore, our Vision-enhanced eXtreme Multi-label Learning framework (ViXML) efficiently integrates foundation vision models by pooling a single embedding per image. This limits computational growth while unlocking multi-modal capabilities. Remarkably, ViXML with small encoders outperforms text-only decoder in most cases, showing that an image is worth billions of parameters. Finally, we present an extension of existing text-only datasets to exploit visual metadata and make them available for future benchmarking. Comprehensive experiments across four public text-only datasets and their corresponding image enhanced versions validate our proposals' effectiveness, surpassing previous state-of-the-art by up to +8.21\% in P@1 on the largest dataset. ViXML's code is available at https://github.com/DiegoOrtego/vixml.

Keywords

Cite

@article{arxiv.2511.13189,
  title  = {Large Language Models Meet Extreme Multi-label Classification: Scaling and Multi-modal Framework},
  author = {Diego Ortego and Marlon Rodríguez and Mario Almagro and Kunal Dahiya and David Jiménez and Juan C. SanMiguel},
  journal= {arXiv preprint arXiv:2511.13189},
  year   = {2025}
}

Comments

To appear at AAAI 2026

R2 v1 2026-07-01T07:40:51.083Z