CVAIApr 22, 2025

Progressive Language-guided Visual Learning for Multi-Task Visual Grounding

arXiv:2504.16145v24 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses limitations in existing multi-task visual grounding methods by improving feature extraction and task collaboration, offering incremental advancements for computer vision applications.

The paper tackles multi-task visual grounding by proposing a Progressive Language-guided Visual Learning (PLVL) framework that integrates language information into the visual backbone and uses a multi-task head for collaborative prediction, achieving superior performance on benchmark datasets for both Referring Expression Comprehension and Referring Expression Segmentation tasks.

Multi-task visual grounding (MTVG) includes two sub-tasks, i.e., Referring Expression Comprehension (REC) and Referring Expression Segmentation (RES). The existing representative approaches generally follow the research pipeline which mainly consists of three core procedures, including independent feature extraction for visual and linguistic modalities, respectively, cross-modal interaction module, and independent prediction heads for different sub-tasks. Albeit achieving remarkable performance, this research line has two limitations: 1) The linguistic content has not been fully injected into the entire visual backbone for boosting more effective visual feature extraction and it needs an extra cross-modal interaction module; 2) The relationship between REC and RES tasks is not effectively exploited to help the collaborative prediction for more accurate output. To deal with these problems, in this paper, we propose a Progressive Language-guided Visual Learning framework for multi-task visual grounding, called PLVL, which not only finely mine the inherent feature expression of the visual modality itself but also progressively inject the language information to help learn linguistic-related visual features. In this manner, our PLVL does not need additional cross-modal fusion module while fully introducing the language guidance. Furthermore, we analyze that the localization center for REC would help identify the to-be-segmented object region for RES to some extent. Inspired by this investigation, we design a multi-task head to accomplish collaborative predictions for these two sub-tasks. Extensive experiments conducted on several benchmark datasets comprehensively substantiate that our PLVL obviously outperforms the representative methods in both REC and RES tasks. https://github.com/jcwang0602/PLVL

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes