中文
相关论文

相关论文: Tuning-less Object Naming with a Foundation Model

200 篇论文

We present FoundationPose, a unified foundation model for 6D object pose estimation and tracking, supporting both model-based and model-free setups. Our approach can be instantly applied at test-time to a novel object without fine-tuning,…

计算机视觉与模式识别 · 计算机科学 2024-03-28 Bowen Wen , Wei Yang , Jan Kautz , Stan Birchfield

Object detection is one of the major problems in computer vision, and has been extensively studied. Most of the existing detection works rely on labor-intensive supervision, such as ground truth bounding boxes of objects or at least…

计算机视觉与模式识别 · 计算机科学 2018-08-02 Qingyi Tao , Hao Yang , Jianfei Cai

We present a novel approach for recognizing what we call targetable named entities; that is, named entities in a targeted set (e.g, movies, books, TV shows). Unlike many other NER systems that need to retrain their statistical models as new…

计算与语言 · 计算机科学 2014-08-05 Sandeep Ashwini , Jinho D. Choi

Large Language Models (LLMs) have demonstrated impressive capabilities for generalizing in unseen tasks. In the Named Entity Recognition (NER) task, recent advancements have seen the remarkable improvement of LLMs in a broad range of entity…

计算与语言 · 计算机科学 2024-06-21 Yuyang Ding , Juntao Li , Pinzheng Wang , Zecheng Tang , Bowen Yan , Min Zhang

Given semantic descriptions of object classes, zero-shot learning aims to accurately recognize objects of the unseen classes, from which no examples are available at the training stage, by associating them to the seen classes, from which…

计算机视觉与模式识别 · 计算机科学 2016-05-31 Soravit Changpinyo , Wei-Lun Chao , Boqing Gong , Fei Sha

Object naming - the act of identifying an object with a word or a phrase - is a fundamental skill in interpersonal communication, relevant to many disciplines, such as psycholinguistics, cognitive linguistics, or language and vision…

计算与语言 · 计算机科学 2025-08-22 Alžběta Kučerová , Johann-Mattis List

Great labels make great models. However, traditional labeling approaches for tasks like object detection have substantial costs at scale. Furthermore, alternatives to fully-supervised object detection either lose functionality or require…

计算机视觉与模式识别 · 计算机科学 2025-06-04 Brent A. Griffin , Manushree Gangwar , Jacob Sela , Jason J. Corso

Localizing objects in image collections without supervision can help to avoid expensive annotation campaigns. We propose a simple approach to this problem, that leverages the activation features of a vision transformer pre-trained in a…

计算机视觉与模式识别 · 计算机科学 2021-10-19 Oriane Siméoni , Gilles Puy , Huy V. Vo , Simon Roburin , Spyros Gidaris , Andrei Bursuc , Patrick Pérez , Renaud Marlet , Jean Ponce

Event-based object detection has recently garnered attention in the computer vision community due to the exceptional properties of event cameras, such as high dynamic range and no motion blur. However, feature asynchronism and sparsity…

计算机视觉与模式识别 · 计算机科学 2024-09-19 Ting-Kang Yen , Igor Morawski , Shusil Dangi , Kai He , Chung-Yi Lin , Jia-Fong Yeh , Hung-Ting Su , Winston Hsu

In this work, we explore the way to perform named entity recognition (NER) using only unlabeled data and named entity dictionaries. To this end, we formulate the task as a positive-unlabeled (PU) learning problem and accordingly propose a…

计算与语言 · 计算机科学 2019-06-12 Minlong Peng , Xiaoyu Xing , Qi Zhang , Jinlan Fu , Xuanjing Huang

Named Entity Recognition seeks to extract substrings within a text that name real-world objects and to determine their type (for example, whether they refer to persons or organizations). In this survey, we first present an overview of…

计算与语言 · 计算机科学 2024-12-23 Imed Keraghel , Stanislas Morbieu , Mohamed Nadif

Although it is well believed for years that modeling relations between objects would help object recognition, there has not been evidence that the idea is working in the deep learning era. All state-of-the-art object detection systems still…

计算机视觉与模式识别 · 计算机科学 2018-06-15 Han Hu , Jiayuan Gu , Zheng Zhang , Jifeng Dai , Yichen Wei

In this paper we propose augmenting Vision Transformer models with learnable memory tokens. Our approach allows the model to adapt to new tasks, using few parameters, while optionally preserving its capabilities on previously learned tasks.…

计算机视觉与模式识别 · 计算机科学 2022-03-31 Mark Sandler , Andrey Zhmoginov , Max Vladymyrov , Andrew Jackson

In this paper, we tackle the task of estimating the 3D orientation of previously-unseen objects from monocular images. This task contrasts with the one considered by most existing deep learning methods which typically assume that the…

计算机视觉与模式识别 · 计算机科学 2022-07-25 Chen Zhao , Yinlin Hu , Mathieu Salzmann

Unsupervised object discovery, the task of identifying and localizing objects in images without human-annotated labels, remains a significant challenge and a growing focus in computer vision. In this work, we introduce a novel model, DADO…

计算机视觉与模式识别 · 计算机科学 2025-10-09 Federico Gonzalez , Estefania Talavera , Petia Radeva

Leveraging class semantic descriptions and examples of known objects, zero-shot learning makes it possible to train a recognition model for an object class whose examples are not available. In this paper, we propose a novel zero-shot…

计算机视觉与模式识别 · 计算机科学 2017-08-22 Soravit Changpinyo , Wei-Lun Chao , Fei Sha

Object counting is a challenging task with broad application prospects in security surveillance, traffic management, and disease diagnosis. Existing object counting methods face a tri-fold challenge: achieving superior performance,…

计算机视觉与模式识别 · 计算机科学 2024-05-07 Pan Ting , Jianfeng Lin , Wenhao Yu , Wenlong Zhang , Xiaoying Chen , Jinlu Zhang , Binqiang Huang

The goal of this paper is to recognize actions in video without the need for examples. Different from traditional zero-shot approaches we do not demand the design and specification of attribute classifiers and class-to-attribute mappings to…

计算机视觉与模式识别 · 计算机科学 2015-10-26 Mihir Jain , Jan C. van Gemert , Thomas Mensink , Cees G. M. Snoek

We present an attention-based model for recognizing multiple objects in images. The proposed model is a deep recurrent neural network trained with reinforcement learning to attend to the most relevant regions of the input image. We show…

机器学习 · 计算机科学 2015-04-24 Jimmy Ba , Volodymyr Mnih , Koray Kavukcuoglu

Foundation models are a strong trend in deep learning and computer vision. These models serve as a base for applications as they require minor or no further fine-tuning by developers to integrate into their applications. Foundation models…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Anas Gouda , Max Schwarz , Christopher Reining , Sven Behnke , Alice Kirchheim