paper-with-me

홈 › Papers

Combating Visual Neglect and Semantic Drift in Large Multimodal Models for Enhanced Cross-Modal Retrieval

2026-04-28 · Guosheng Zhang, Linkai Liu, Keyao Wang, Haixiao Yue, Zhiwen Tan, Xiao Tan arxiv

Despite significant progress in Unified Multimodal Retrieval (UMR) powered by Large Multimodal Models (LMMs), existing embedding methods primarily focus on sample-level objectives via contrastive learning while overlooking the crucial subject-level semantics. This limitation hinders the model's ability to group semantically coherent subjects in complex multimodal queries, manifesting as semantic alignment deviation--where models fail to accurately localize salient text-referred regions in visual content. Moreover, without explicit guidance to model salient visual subjects, LMMs tend to over-rely on textual cues, resulting in visual modality neglect and suboptimal utilization of visual knowledge. To this end, we propose Salient Subject-Aware Multimodal Embedding (SSA-ME), a novel framework designed to enhance fine-grained representation learning through saliency-aware modeling. SSA-ME leverages LMMs and visual experts to identify and emphasize salient visual concepts in image-text pairs, and introduces a saliency-guided objective to better align cross-modal attention with semantically meaningful regions. Additionally, a feature regeneration module recalibrates visual features based on the derived saliency maps, ensuring a balanced and semantically coherent integration across modalities. Extensive experiments show that our method achieves state-of-the-art performance on the MMEB benchmark, demonstrating that incorporating subject-level modeling substantially improves multimodal retrieval. Comprehensive qualitative analyses further illustrate the interpretability and effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2604.25273

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningCross-Modal RetrievalContrastive Learning

Similar Papers 제목 키워드 기반

TruthLens:A Training-Free Paradigm for DeepFake Detection

2025-03-19 · Ritabrata Chakraborty, Rajatsubhra Chakraborty, Ali Khaleghi Rahimian, Thomas MacDougall

The proliferation of synthetic images generated by advanced AI models poses significant challenges in identifying and understanding manipulated visual content. Current fake image detection methods predominantly rely on b…

Binary ClassificationDeepFake DetectionFace SwappingFake Image Detection+3

Combating Concept Drift with Explanatory Detection and Adaptation for Android Malware Classification

2024-05-07 · Yiling He, Junchi Lei, Zhan Qin, Kui Ren 외

Machine learning-based Android malware classifiers achieve high accuracy in stationary environments but struggle with concept drift. The rapid evolution of malware, especially with new families, can depress classificatio…

Drift DetectionMalware Classification

Semantic Label Drift in Cross-Cultural Translation

2025-10-29 · Mohsinul Kabir, Tasnim Ahmed, Md Mezbaur Rahman, Polydoros Giannouris 외 arxiv

Machine Translation (MT) is widely employed to address resource scarcity in low-resource languages by generating synthetic data from high-resource counterparts. While sentiment preservation in translation has long been s…

Machine Translation

MADCAT: Combating Malware Detection Under Concept Drift with Test-Time Adaptation

2025-05-24 · Eunjin Roh, Yigitcan Kaya, Christopher Kruegel, Giovanni Vigna 외

We present MADCAT, a self-supervised approach designed to address the concept drift problem in malware detection. MADCAT employs an encoder-decoder architecture and works by test-time training of the encoder on a small, …

Android Malware DetectionDecoderMalware DetectionTest-time Adaptation

Hard Labels In! Rethinking the Role of Hard Labels in Mitigating Local Semantic Drift

2025-12-17 · Jiacheng Cui, Bingkui Tong, Xinyue Bi, Xiaohan Zhao 외 arxiv

Soft labels from teacher models are a de facto practice for knowledge transfer and large-scale dataset distillation (e.g., SRe2L, LPLD). However, when we limit the number of crops per image to reduce the substantial cost…