DynRefer: Delving into Region-level Multimodal Tasks via Dynamic Resolution
Yuzhong Zhao, Feng Liu, Yue Liu, Mingxiang Liao, Chen Gong, Qixiang Ye, Fang Wan
TL;DR
DynRefer tackles the challenge of region-level multimodal tasks requiring precise region-language descriptions by introducing dynamic resolution through nested views around the referred region. It trains a stochastic vision-language alignment that maps a region representation $x_v$ to language via decoders $D_{tag}$, $D_{rtc}$, and $D_{llm}$, while enforcing alignment with multi-resolution inputs. At inference, it performs selective multimodal referring using task priors or image priors, guided by a greedy view-selection strategy based on information gain measured by a perceptual hash, ultimately achieving state-of-the-art results on OVAD, COCO region recognition, Visual Genome dense captioning, and RefCOCOg with a compact 4.2B-parameter model. These results demonstrate the practicality and effectiveness of dynamic resolution for unifying diverse region-level multimodal tasks, reducing unnecessary computation while improving alignment with human preferences.
Abstract
One fundamental task of multimodal models is to translate referred image regions to human preferred language descriptions. Existing methods, however, ignore the resolution adaptability needs of different tasks, which hinders them to find out precise language descriptions. In this study, we propose a DynRefer approach, to pursue high-accuracy region-level referring through mimicking the resolution adaptability of human visual cognition. During training, DynRefer stochastically aligns language descriptions of multimodal tasks with images of multiple resolutions, which are constructed by nesting a set of random views around the referred region. During inference, DynRefer performs selectively multimodal referring by sampling proper region representations for tasks from the nested views based on image and task priors. This allows the visual information for referring to better match human preferences, thereby improving the representational adaptability of region-level multimodal models. Experiments show that DynRefer brings mutual improvement upon broad tasks including region-level captioning, open-vocabulary region recognition and attribute detection. Furthermore, DynRefer achieves state-of-the-art results on multiple region-level multimodal tasks using a single model. Code is available at https://github.com/callsys/DynRefer.
