Image Complexity-Aware Adaptive Retrieval for Efficient Vision-Language Models
By: Mikel Williams-Lekuona, Georgina Cosma
Potential Business Impact:
Makes AI understand pictures faster by skipping easy ones.
Vision transformers in vision-language models apply uniform computational effort across all images, expending 175.33 GFLOPs (ViT-L/14) whether analysing a straightforward product photograph or a complex street scene. We propose ICAR (Image Complexity-Aware Retrieval), which enables vision transformers to use less compute for simple images whilst processing complex images through their full network depth. The key challenge is maintaining cross-modal alignment: embeddings from different processing depths must remain compatible for text matching. ICAR solves this through dual-path training that produces compatible embeddings from both reduced-compute and full-compute processing. This maintains compatibility between image representations and text embeddings in the same semantic space, whether an image exits early or processes fully. Unlike existing two-stage approaches that require expensive reranking, ICAR enables direct image-text matching without additional overhead. To determine how much compute to use, we develop ConvNeXt-IC, which treats image complexity assessment as a classification task. By applying modern classifier backbones rather than specialised architectures, ConvNeXt-IC achieves state-of-the-art performance with 0.959 correlation with human judgement (Pearson) and 4.4x speedup. Evaluated on standard benchmarks augmented with real-world web data, ICAR achieves 20% practical speedup while maintaining category-level performance and 95% of instance-level performance, enabling sustainable scaling of vision-language systems.
Similar Papers
Instance-Level Composed Image Retrieval
CV and Pattern Recognition
Helps computers find specific objects in pictures.
Dual Prompt Learning for Adapting Vision-Language Models to Downstream Image-Text Retrieval
CV and Pattern Recognition
Finds exact pictures for text descriptions.
Exploring a Unified Vision-Centric Contrastive Alternatives on Multi-Modal Web Documents
CV and Pattern Recognition
Lets computers understand web pages with text and pictures.