paper-with-me

홈 › Papers

A Training-Free, Task-Agnostic Framework for Enhancing MLLM Performance on High-Resolution Images

2025-07-14 · Jaeseong Lee, Yeeun Choi, Heechan Choi, Hanjung Kim, Seonjoo Kim arxiv

Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities in vision-language understanding, reasoning, and generation. However, they struggle with tasks requiring fine-grained localization and reasoning in high-resolution images. This constraint stems from the fact that MLLMs are fine-tuned with fixed image resolution to align with the pre-trained image encoder used in MLLM. Consequently, feeding high-resolution images directly into MLLMs leads to poor generalization due to a train-test resolution discrepancy, while downsampling these images-although ensuring consistency-compromises fine-grained visual details and ultimately degrades performance. To address this challenge, we propose Extract Candidate then Predict (ECP), a novel training-free, task-agnostic two-stage framework designed to enhance MLLM performance on high-resolution images. The key intuition behind ECP is that while MLLMs struggle with high-resolution images, their predictions on downsampled images still contain implicit localization cues. By first identifying candidate region using the coarse prediction and then predicting the final output based on candidate region, ECP effectively preserves fine-grained details while mitigating the challenges posed by high-resolution data. We validate our framework on 4K GUI grounding and 4K, 8K MLLM perception, achieving +21.3%, +5.8%, +5.2% absolute improvement compared to baseline respectively, demonstrating its effectiveness. Code is available at https://github.com/yenncye/ECP.

📄 PDF Abstract BibTeX arXiv:2507.10202

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

NoteContrast: Contrastive Language-Diagnostic Pretraining for Medical Text

2024-12-16 · Prajwal Kailas, Max Homilius, Rahul C. Deo, Calum A. MacRae

Accurate diagnostic coding of medical notes is crucial for enhancing patient care, medical research, and error-free billing in healthcare organizations. Manual coding is a time-consuming task for providers, and diagnosti…

DiagnosticMedical DiagnosisSpecificity

Latent Refinement via Flow Matching for Training-free Linear Inverse Problem Solving

2025-11-08 · Hossein Askari, Yadan Luo, Hongfu Sun, Fred Roosta arxiv

Recent advances in inverse problem solving have increasingly adopted flow priors over diffusion models due to their ability to construct straight probability paths from noise to data, thereby enhancing efficiency in both…

KCES: Training-Free Defense for Robust Graph Neural Networks via Kernel Complexity

2025-06-13 · Yaning Jia, Shenyang Deng, Chiyu Ma, Yaoqing Yang 외

Graph Neural Networks (GNNs) have achieved impressive success across a wide range of graph-based tasks, yet they remain highly vulnerable to small, imperceptible perturbations and adversarial attacks. Although numerous d…

FreeSOLO: Learning to Segment Objects without Annotations

2022-02-24 · CVPR 2022 1 · Xinlong Wang, Zhiding Yu, Shalini De Mello, Jan Kautz 외

Instance segmentation is a fundamental vision task that aims to recognize and segment each object in an image. However, it requires costly annotations such as bounding boxes and segmentation masks for learning. In this w…

Instance Segmentationobject-detectionObject DetectionSegmentation+2

Data-free Universal Adversarial Perturbation with Pseudo-semantic Prior

2025-02-28 · CVPR 2025 1 · Chanhui Lee, Yeonghwan Song, Jeany Son

Data-free Universal Adversarial Perturbation (UAP) is an image-agnostic adversarial attack that deceives deep neural networks using a single perturbation generated solely from random noise without relying on data priors.…

Adversarial Attack