中文
相关论文

相关论文: Interpretable Open-Vocabulary Referring Object Det…

200 篇论文

Referring expression comprehension (REC) aims to localize a target object within an image based on a given expression. Although recent advances in vision-language models have led to substantial improvements in REC tasks, current REC…

计算机视觉与模式识别 · 计算机科学 2026-05-26 Zongjian Wu , Lei Zhang

Open-vocabulary object detection (OVD) has been studied with Vision-Language Models (VLMs) to detect novel objects beyond the pre-trained categories. Previous approaches improve the generalization ability to expand the knowledge of the…

计算机视觉与模式识别 · 计算机科学 2024-04-09 Jooyeon Kim , Eulrang Cho , Sehyung Kim , Hyunwoo J. Kim

Referring expression comprehension (REC) aims to localize the target object described by a natural language expression. Recent advances in vision-language learning have led to significant performance improvements in REC tasks. However,…

计算机视觉与模式识别 · 计算机科学 2025-10-07 Kanoko Goto , Takumi Hirose , Mahiro Ukai , Shuhei Kurita , Nakamasa Inoue

Large Vision-Language Models (LVLMs) exhibit strong multimodal capabilities but remain vulnerable to hallucinations from intrinsic errors and adversarial attacks from external exploitations, limiting their reliability in real-world…

计算机视觉与模式识别 · 计算机科学 2026-05-20 Chung-En Johnny Yu , Brian Jalaian , Nathaniel D. Bastian

When integrating computational tools such as automatic segmentation into clinical practice, it is of utmost importance to be able to assess the level of accuracy on new data, and in particular, to detect when an automatic method fails.…

计算机视觉与模式识别 · 计算机科学 2017-02-14 Vanya V. Valindria , Ioannis Lavdas , Wenjia Bai , Konstantinos Kamnitsas , Eric O. Aboagye , Andrea G. Rockall , Daniel Rueckert , Ben Glocker

Transformer-based models have made remarkable progress in image restoration (IR) tasks. However, the quadratic complexity of self-attention in Transformer hinders its applicability to high-resolution images. Existing methods mitigate this…

计算机视觉与模式识别 · 计算机科学 2025-05-23 Yuang Ai , Huaibo Huang , Tao Wu , Qihang Fan , Ran He

In clinical decision-making, predictive models face a persistent trade-off: accurate models are often opaque "black boxes," while interpretable methods frequently lack predictive precision or statistical grounding. In this paper, we…

人工智能 · 计算机科学 2026-02-10 Zijian Shao , Haiyang Shen , Mugeng Liu , Gecheng Fu , Yaoqi Guo , Yanfeng Wang , Yun Ma

Object detection is widely studied in computer vision filed. In recent years, certain representative deep learning based detection methods along with solid benchmarks are proposed, which boosts the development of related researchs. However,…

计算机视觉与模式识别 · 计算机科学 2021-05-13 Xin Yi , Jiahao Wu , Bo Ma , Yangtong Ou , Longyao Liu

Vision-language models (VLMs) have demonstrated remarkable open-vocabulary object recognition capabilities, motivating their adaptation for dense prediction tasks like segmentation. However, directly applying VLMs to such tasks remains…

计算机视觉与模式识别 · 计算机科学 2024-09-16 Wenhao Xu , Changwei Wang , Xuxiang Feng , Rongtao Xu , Longzhao Huang , Zherui Zhang , Li Guo , Shibiao Xu

Recent advances in Vision-Language-Action (VLA) models have enabled robotic agents to integrate multimodal understanding with action execution. However, our empirical analysis reveals that current VLAs struggle to allocate visual attention…

While vision-language models like CLIP have shown remarkable success in open-vocabulary tasks, their application is currently confined to image-level tasks, and they still struggle with dense predictions. Recent works often attribute such…

计算机视觉与模式识别 · 计算机科学 2024-11-26 Yuhang Yang , Jinhong Deng , Wen Li , Lixin Duan

Vision-language models (VLMs) such as CLIP and Grounding DINO have achieved remarkable success in object recognition and detection. However, their performance often degrades under real-world distribution shifts. Test-time adaptation (TTA)…

计算机视觉与模式识别 · 计算机科学 2025-10-06 Lihua Zhou , Mao Ye , Shuaifeng Li , Nianxin Li , Jinlin Wu , Xiatian Zhu , Lei Deng , Hongbin Liu , Jiebo Luo , Zhen Lei

Video Referring Expression Comprehension (REC) aims to localize a target object in video frames referred by the natural language expression. Recently, the Transformerbased methods have greatly boosted the performance limit. However, we…

计算机视觉与模式识别 · 计算机科学 2022-10-07 Ji Jiang , Meng Cao , Tengtao Song , Yuexian Zou

We propose an adaptation to the training of Vision Transformers (ViTs) that allows for an explicit modeling of objects during the attention computation. This is achieved by adding a new branch to selected attention layers that computes an…

计算机视觉与模式识别 · 计算机科学 2025-04-14 Vivek Trivedy , Amani Almalki , Longin Jan Latecki

Different from universal object detection, referring expression comprehension (REC) aims to locate specific objects referred to by natural language expressions. The expression provides high-level concepts of relevant visual and contextual…

计算机视觉与模式识别 · 计算机科学 2023-06-08 Wei Su , Peihan Miao , Huanzhang Dou , Yongjian Fu , Xi Li

Deep reinforcement learning agents, trained on raw pixel inputs, often fail to generalize beyond their training environments, relying on spurious correlations and irrelevant background details. To address this issue, object-centric agents…

Cross Attention is a popular method for retrieving information from a set of context tokens for making predictions. At inference time, for each prediction, Cross Attention scans the full set of $\mathcal{O}(N)$ tokens. In practice, however,…

机器学习 · 计算机科学 2024-03-04 Leo Feng , Frederick Tung , Hossein Hajimirsadeghi , Yoshua Bengio , Mohamed Osama Ahmed

Unsupervised Domain Adaptation (UDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain. Recent UDA methods based on Vision Transformers (ViTs) have achieved strong performance through attention-based…

机器学习 · 计算机科学 2025-06-24 Zelin Zang , Fei Wang , Liangyu Li , Jinlin Wu , Chunshui Zhao , Zhen Lei , Baigui Sun

Transformer networks have achieved remarkable success across diverse domains, leveraging a variety of architectural innovations, including residual connections. However, traditional residual connections, which simply sum the outputs of…

机器学习 · 计算机科学 2025-07-25 Mike Heddes , Adel Javanmard , Kyriakos Axiotis , Gang Fu , MohammadHossein Bateni , Vahab Mirrokni

The majority of current object detectors lack context: class predictions are made independently from other detections. We propose to incorporate context in object detection by post-processing the output of an arbitrary detector to rescore…

计算机视觉与模式识别 · 计算机科学 2020-03-31 Lourenço V. Pato , Renato Negrinho , Pedro M. Q. Aguiar