paper-with-me

Papers

Image Complexity-Aware Adaptive Retrieval for Efficient Vision-Language Models

2025-12-17 · Mikel Williams-Lekuona, Georgina Cosma arxiv

Vision transformers in vision-language models typically use the same amount of compute for every image, regardless of whether it is simple or complex. We propose ICAR (Image Complexity-Aware Retrieval), an adaptive computation approach that 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 the early-exit and full-depth paths. 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, attaining a Pearson correlation coefficient of 0.959 with human labelling whilst delivering 4.4x faster complexity prediction. Evaluated on standard benchmarks augmented with real-world web data, ICAR achieves 20% faster image encoding while maintaining category-level performance and 95% of instance-level performance, enabling sustainable scaling of vision-language systems.

📄 PDF Abstract BibTeX arXiv:2512.15372

Code (0)

등록된 구현이 없습니다.

Tasks

Image-text matching

Similar Papers 제목 키워드 기반

AutothinkRAG: Complexity-Aware Control of Retrieval-Augmented Reasoning for Image-Text Interaction

2026-03-05 · Jiashu Yang, Chi Zhang, Abudukelimu Wuerkaixi, Xuxin Cheng 외 arxiv

Multimodal document question answering requires retrieving dispersed evidence from visually rich long documents and performing reliable reasoning over heterogeneous information. Existing multimodal RAG systems remain lim…

Question AnsweringAnswer GenerationLogical Reasoning

Adaptive ToR: Complexity-Aware Tree-Based Retrieval for Pareto-Optimal Multi-Intent NLU

2026-04-27 · Hee-Kyong Yoo, Wonbae Kim, Hyocheol Ahn arxiv

Multi-intent natural language understanding requires retrieval systems that simultaneously achieve high accuracy and computational efficiency, yet existing approaches apply either uniform single-step retrieval that compr…

Natural Language UnderstandingComputational Efficiency

Subject-Aware Multi-Granularity Alignment for Zero-Shot EEG-to-Image Retrieval

2026-04-20 · Lin Jiang, Qingshan She, Jiale Xu, Haiqi Xu 외 arxiv

Decoding visual content from electroencephalography (EEG) is important for understanding neural visual representations and developing non-invasive brain-computer interfaces. Existing approaches mainly improve EEG represe…

Image Retrieval

SCANet: Scene Complexity Aware Network for Weakly-Supervised Video Moment Retrieval

2023-10-08 · ICCV 2023 1 · Sunjae Yoon, Gwanhyeong Koo, Dahyun Kim, Chang D. Yoo

Video moment retrieval aims to localize moments in video corresponding to a given language query. To avoid the expensive cost of annotating the temporal moments, weakly-supervised VMR (wsVMR) systems have been studied. F…

Moment RetrievalRetrieval

Sali4Vid: Saliency-Aware Video Reweighting and Adaptive Caption Retrieval for Dense Video Captioning

2025-09-04 · MinJu Jeon, Si-Woo Kim, Ye-Chan Kim, HyunGee Kim 외 arxiv

Dense video captioning aims to temporally localize events in video and generate captions for each event. While recent works propose end-to-end models, they suffer from two limitations: (1) applying timestamp supervision …

Dense Video Captioning