中文
相关论文

相关论文: Zero-Shot Open Entity Typing as Type-Compatible Gr…

200 篇论文

Methods for object detection and segmentation often require abundant instance-level annotations for training, which are time-consuming and expensive to collect. To address this, the task of zero-shot object detection (or segmentation) aims…

计算机视觉与模式识别 · 计算机科学 2023-02-16 Siddhesh Khandelwal , Anirudth Nambirajan , Behjat Siddiquie , Jayan Eledath , Leonid Sigal

Vision-language models enable open-world classification of objects without the need for any retraining. While this zero-shot paradigm marks a significant advance, even today's best models exhibit skewed performance when objects are…

计算机视觉与模式识别 · 计算机科学 2024-04-26 Mazda Moayeri , Michael Rabbat , Mark Ibrahim , Diane Bouchacourt

Entity typing aims at predicting one or more words that describe the type(s) of a specific mention in a sentence. Due to shortcuts from surface patterns to annotated entity labels and biased training, existing entity typing models are…

计算与语言 · 计算机科学 2022-10-27 Nan Xu , Fei Wang , Bangzheng Li , Mingtao Dong , Muhao Chen

Zero-shot learning (ZSL) enables solving a task without the need to see its examples. In this paper, we propose two ZSL frameworks that learn to synthesize parameters for novel unseen classes. First, we propose to cast the problem of ZSL as…

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

Due to the high costs associated with finetuning large language models, various recent works propose to adapt them to specific tasks without any parameter updates through in-context learning. Unfortunately, for in-context learning there is…

计算与语言 · 计算机科学 2022-02-15 Yanchen Liu , Timo Schick , Hinrich Schütze

Cell type annotation is a fundamental step in the analysis of single-cell RNA sequencing (scRNA-seq) data. In practice, human experts often rely on the structure revealed by principal component analysis (PCA) followed by $k$-nearest…

基因组学 · 定量生物学 2026-02-10 Tianxiang Hu , Chenyi Zhou , Jiaxiang Liu , Jiongxin Wang , Ruizhe Chen , Haoxiang Xia , Gaoang Wang , Jian Wu , Zuozhu Liu

Semantic annotation, the process of identifying key-phrases in texts and linking them to concepts in a knowledge base, is an important basis for semantic information retrieval and the Semantic Web uptake. Despite the emergence of semantic…

计算与语言 · 计算机科学 2018-11-15 Gagnon Michel , Zouaq Amal , Aranha Francisco , Ensan Faezeh , Jean-Louis Ludovic

Inferring semantic types for entity mentions within text documents is an important asset for many downstream NLP tasks, such as Semantic Role Labelling, Entity Disambiguation, Knowledge Base Question Answering, etc. Prior works have mostly…

计算与语言 · 计算机科学 2021-04-06 Sarthak Dash , Nandana Mihindukulasooriya , Alfio Gliozzo , Mustafa Canim

Reference-based object composition involves integrating foreground reference image with background scene to produce harmonious fused image. This task becomes particularly challenging in cross-domain scenarios, where models must balance…

计算机视觉与模式识别 · 计算机科学 2026-04-28 Raghu Vamsi Chittersu , Yuvraj Singh Rathore , Pranav Adlinge , Kunal Swami

A phrase grounding system localizes a particular object in an image referred to by a natural language query. In previous work, the phrases were restricted to have nouns that were encountered in training, we extend the task to Zero-Shot…

计算机视觉与模式识别 · 计算机科学 2019-08-21 Arka Sadhu , Kan Chen , Ram Nevatia

Automatic extraction of funding information from academic articles adds significant value to industry and research communities, such as tracking research outcomes by funding organizations, profiling researchers and universities based on the…

计算与语言 · 计算机科学 2022-09-21 Gizem Aydin , Seyed Amin Tabatabaei , Giorgios Tsatsaronis , Faegheh Hasibi

Traditional computer vision models often necessitate extensive data acquisition, annotation, and validation. These models frequently struggle in real-world applications, resulting in high false positive and negative rates, and exhibit poor…

Zero-shot learning, which aims to recognize new categories that are not included in the training set, has gained popularity owing to its potential ability in the real-word applications. Zero-shot learning models rely on learning an…

计算机视觉与模式识别 · 计算机科学 2025-10-22 Xinsheng Wang , Shanmin Pang , Jihua Zhu , Zhongyu Li , Zhiqiang Tian , Yaochen Li

Zero-shot referring expression comprehension aims at localizing bounding boxes in an image corresponding to provided textual prompts, which requires: (i) a fine-grained disentanglement of complex visual scene and textual context, and (ii) a…

计算机视觉与模式识别 · 计算机科学 2024-04-10 Zeyu Han , Fangrui Zhu , Qianru Lao , Huaizu Jiang

Text-to-image generation has traditionally focused on finding better modeling assumptions for training on a fixed dataset. These assumptions might involve complex architectures, auxiliary losses, or side information such as object part…

计算机视觉与模式识别 · 计算机科学 2021-03-02 Aditya Ramesh , Mikhail Pavlov , Gabriel Goh , Scott Gray , Chelsea Voss , Alec Radford , Mark Chen , Ilya Sutskever

In recent years, the fine-tuned generative models have been proven more powerful than the previous tagging-based or span-based models on named entity recognition (NER) task. It has also been found that the information related to entities,…

计算与语言 · 计算机科学 2024-06-12 Guochao Jiang , Ziqin Luo , Yuchen Shi , Dixuan Wang , Jiaqing Liang , Deqing Yang

As we move towards large-scale object detection, it is unrealistic to expect annotated training data, in the form of bounding box annotations around objects, for all object classes at sufficient scale, and so methods capable of unseen…

计算机视觉与模式识别 · 计算机科学 2019-03-20 Pengkai Zhu , Hanxiao Wang , Venkatesh Saligrama

Zero-shot event-relational reasoning is an important task in natural language processing, and existing methods jointly learn a variety of event-relational prefixes and inference-form prefixes to achieve such tasks. However, training…

计算与语言 · 计算机科学 2025-01-03 Jingyao Tang , Lishuang Li , Liteng Mi , Haiming Wu , Hongbin Lu

Named-entity recognition (NER) is a task that typically requires large annotated datasets, which limits its applicability across domains with varying entity definitions. This paper addresses few-shot NER, aiming to transfer knowledge to new…

计算与语言 · 计算机科学 2024-12-13 Ayoub Hammal , Benno Uthayasooriyar , Caio Corro

Zero-shot Hashing (ZSH) is to learn hashing models for novel/target classes without training data, which is an important and challenging problem. Most existing ZSH approaches exploit transfer learning via an intermediate shared semantic…

计算机视觉与模式识别 · 计算机科学 2017-11-09 Hanjiang Lai , Yan Pan