中文
相关论文

相关论文: LocateAnything: Fast and High-Quality Vision-Langu…

200 篇论文

We present GR3D, a spatial vision language model equipped with three complementary grounding capabilities--explicit 2D grounding, implicit 2D grounding, and monocular 3D grounding--within a single framework. GR3D introduces an implicit…

Video grounding aims to localize the corresponding video moment in an untrimmed video given a language query. Existing methods often address this task in an indirect way, by casting it as a proposal-and-match or fusion-and-detection…

计算机视觉与模式识别 · 计算机科学 2024-02-29 Fengyuan Shi , Weilin Huang , Limin Wang

Visual grounding is the task of locating objects specified by natural language expressions. Existing methods extend generic object detection frameworks to tackle this task. They typically extract visual and textual features separately using…

计算机视觉与模式识别 · 计算机科学 2024-09-10 Ruilin Yao , Shengwu Xiong , Yichen Zhao , Yi Rong

Diffusion-based multimodal large language models (dMLLMs) decode by iteratively predicting tokens at multiple masked positions in parallel. This turns each decoding step into a position-selection problem: the model must choose not only…

机器学习 · 计算机科学 2026-05-26 Yulin Yuan , Hongshuo Zhao , Xiangming Meng

Multimodal Large Language Models (MLLMs) have made impressive progress in connecting vision and language, but they still struggle with spatial understanding and viewpoint-aware reasoning. Recent efforts aim to augment the input…

计算机视觉与模式识别 · 计算机科学 2026-03-19 Kevin Qu , Haozhe Qi , Mihai Dusmanu , Mahdi Rad , Rui Wang , Marc Pollefeys

Spatial reasoning remains a fundamental challenge for Vision-Language Models (VLMs), with current approaches struggling to achieve robust performance despite recent advances. We identify that this limitation stems from a critical gap:…

计算机视觉与模式识别 · 计算机科学 2025-10-10 Hongxing Li , Dingming Li , Zixuan Wang , Yuchen Yan , Hang Wu , Wenqi Zhang , Yongliang Shen , Weiming Lu , Jun Xiao , Yueting Zhuang

Spatial reasoning is a core aspect of human intelligence that allows perception, inference and planning in 3D environments. However, current vision-language models (VLMs) struggle to maintain geometric coherence and cross-view consistency…

人工智能 · 计算机科学 2025-12-03 Qiyao Xue , Weichen Liu , Shiqi Wang , Haoming Wang , Yuyang Wu , Wei Gao

Different from Object Detection, Visual Grounding deals with detecting a bounding box for each text-image pair. This one box for each text-image data provides sparse supervision signals. Although previous works achieve impressive results,…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Weitai Kang , Gaowen Liu , Mubarak Shah , Yan Yan

3D visual grounding is a critical skill for household robots, enabling them to navigate, manipulate objects, and answer questions based on their environment. While existing approaches often rely on extensive labeled data or exhibit…

计算机视觉与模式识别 · 计算机科学 2023-09-22 Jianing Yang , Xuweiyi Chen , Shengyi Qian , Nikhil Madaan , Madhavan Iyengar , David F. Fouhey , Joyce Chai

The challenge of visual grounding and masking in multimodal machine translation (MMT) systems has encouraged varying approaches to the detection and selection of visually-grounded text tokens for masking. We introduce new methods for…

计算与语言 · 计算机科学 2024-03-06 Braeden Bowen , Vipin Vijayan , Scott Grigsby , Timothy Anderson , Jeremy Gwinnup

Video camouflaged object detection (VCOD) is challenging due to dynamic environments. Existing methods face two main issues: (1) SAM-based methods struggle to separate camouflaged object edges due to model freezing, and (2) MLLM-based…

计算机视觉与模式识别 · 计算机科学 2025-09-09 Hua Zhang , Changjiang Luo , Ruoyu Chen

Achieving visual semantic understanding requires a unified framework that simultaneously handles object detection, category prediction, and attribute recognition. However, current advanced approaches rely on global similarity and struggle…

计算机视觉与模式识别 · 计算机科学 2025-11-21 Xinyu Nan , Lingtao Mao , Huangyu Dai , Zexin Zheng , Xinyu Sun , Zihan Liang , Ben Chen , Yuqing Ding , Chenyi Lei , Wenwu Ou , Han Li

We propose FindIt, a simple and versatile framework that unifies a variety of visual grounding and localization tasks including referring expression comprehension, text-based localization, and object detection. Key to our architecture is an…

计算机视觉与模式识别 · 计算机科学 2022-08-10 Weicheng Kuo , Fred Bertsch , Wei Li , AJ Piergiovanni , Mohammad Saffar , Anelia Angelova

To solve video-and-language grounding tasks, the key is for the network to understand the connection between the two modalities. For a pair of video and language description, their semantic relation is reflected by their encodings'…

计算机视觉与模式识别 · 计算机科学 2023-02-28 Yubo Zhang , Feiyang Niu , Qing Ping , Govind Thattai

Object detection, particularly open-vocabulary object detection, plays a crucial role in Earth sciences, such as environmental monitoring, natural disaster assessment, and land-use planning. However, existing open-vocabulary detectors,…

计算机视觉与模式识别 · 计算机科学 2025-03-07 Jiancheng Pan , Yanxing Liu , Yuqian Fu , Muyuan Ma , Jiahao Li , Danda Pani Paudel , Luc Van Gool , Xiaomeng Huang

Detecting and localizing objects in space is a fundamental computer vision problem. While much progress has been made to solve 2D object detection, 3D object localization is much less explored and far from solved, especially for open-world…

计算机视觉与模式识别 · 计算机科学 2026-04-08 Daniel DeTone , Tianwei Shen , Fan Zhang , Lingni Ma , Julian Straub , Richard Newcombe , Jakob Engel

Vision foundation models have been explored recently to build general-purpose vision systems. However, predominant paradigms, driven by casting instance-level tasks as an object-word alignment, bring heavy cross-modality interaction, which…

计算机视觉与模式识别 · 计算机科学 2023-12-05 Yunhang Shen , Chaoyou Fu , Peixian Chen , Mengdan Zhang , Ke Li , Xing Sun , Yunsheng Wu , Shaohui Lin , Rongrong Ji

Vision-Language Pre-training (VLP) has achieved impressive performance on various cross-modal downstream tasks. However, most existing methods can only learn from aligned image-caption data and rely heavily on expensive regional features,…

计算机视觉与模式识别 · 计算机科学 2022-03-18 Wei Li , Can Gao , Guocheng Niu , Xinyan Xiao , Hao Liu , Jiachen Liu , Hua Wu , Haifeng Wang

Current mainstream vision-language (VL) tracking framework consists of three parts, \ie a visual feature extractor, a language feature extractor, and a fusion model. To pursue better performance, a natural modus operandi for VL tracking is…

计算机视觉与模式识别 · 计算机科学 2025-03-03 Chunhui Zhang , Xin Sun , Yiqian Yang , Li Liu , Qiong Liu , Xi Zhou , Yanfeng Wang

Visual tokenization remains a core challenge in unifying visual understanding and generation within the autoregressive paradigm. Existing methods typically employ tokenizers in discrete latent spaces to align with the tokens from large…