中文
相关论文

相关论文: Optimizing GPT for Video Understanding: Zero-Shot …

200 篇论文

The explosive growth of video data intensified the need for flexible user-controllable summarization tools that operate without training data. Existing methods either rely on domain-specific datasets, limiting generalization, or cannot…

计算机视觉与模式识别 · 计算机科学 2026-02-18 Mario Barbara , Alaa Maalouf

Feature coding has been recently considered to facilitate intelligent video analysis for urban computing. Instead of raw videos, extracted features in the front-end are encoded and transmitted to the back-end for further processing. In this…

多媒体 · 计算机科学 2020-09-11 Weiyao Lin , Xiaoyi He , Wenrui Dai , John See , Tushar Shinde , Hongkai Xiong , Lingyu Duan

Large-scale pre-trained language models such as GPT-3 have shown remarkable performance across various natural language processing tasks. However, applying prompt-based methods with GPT-3 for Grammatical Error Correction (GEC) tasks and…

计算与语言 · 计算机科学 2023-05-30 Mengsay Loem , Masahiro Kaneko , Sho Takase , Naoaki Okazaki

Developing effective prompts demands significant cognitive investment to generate reliable, high-quality responses from Large Language Models (LLMs). By deploying case-specific prompt engineering techniques that streamline frequently…

计算与语言 · 计算机科学 2026-04-30 Valentin Romanov , Steven A Niederer

Zero-shot action recognition, which recognizes actions in videos without having received any training examples, is gaining wide attention considering it can save labor costs and training time. Nevertheless, the performance of zero-shot…

计算机视觉与模式识别 · 计算机科学 2023-06-13 Nan Wu , Hiroshi Kera , Kazuhiko Kawamoto

Designing effective prompts is essential to guiding large language models (LLMs) toward desired responses. Automated prompt engineering aims to reduce reliance on manual effort by streamlining the design, refinement, and optimization of…

计算与语言 · 计算机科学 2025-01-08 Shuyang Wang , Somayeh Moazeni , Diego Klabjan

Zero-shot text classification typically relies on prompt engineering, but the inherent prompt brittleness of large language models undermines its reliability. Minor changes in prompt can cause significant discrepancies in model performance.…

计算与语言 · 计算机科学 2025-04-07 Junlang Qian , Zixiao Zhu , Hanzhang Zhou , Zijian Feng , Zepeng Zhai , Kezhi Mao

In computer vision, fine-tuning is the de-facto approach to leverage pre-trained vision models to perform downstream tasks. However, deploying it in practice is quite challenging, due to adopting parameter inefficient global update and…

计算机视觉与模式识别 · 计算机科学 2022-08-24 Xing Nie , Bolin Ni , Jianlong Chang , Gaomeng Meng , Chunlei Huo , Zhaoxiang Zhang , Shiming Xiang , Qi Tian , Chunhong Pan

Scene understanding is critical for various downstream tasks in autonomous driving, including facilitating driver-agent communication and enhancing human-centered explainability of autonomous vehicle (AV) decisions. This paper evaluates the…

计算机视觉与模式识别 · 计算机科学 2025-06-17 Mohammed Elhenawy , Shadi Jaradat , Taqwa I. Alhadidi , Huthaifa I. Ashqar , Ahmed Jaber , Andry Rakotonirainy , Mohammad Abu Tami

Recently, Large Language Models like ChatGPT have demonstrated remarkable proficiency in various Natural Language Processing tasks. Their application in Requirements Engineering, especially in requirements classification, has gained…

人工智能 · 计算机科学 2024-04-17 Abdelkarim El-Hajjami , Nicolas Fafin , Camille Salinesi

Dense video captioning, a task of localizing meaningful moments and generating relevant captions for videos, often requires a large, expensive corpus of annotated video segments paired with text. In an effort to minimize the annotation…

计算机视觉与模式识别 · 计算机科学 2023-07-13 Yongrae Jo , Seongyun Lee , Aiden SJ Lee , Hyunji Lee , Hanseok Oh , Minjoon Seo

The rise of foundation models has shifted focus from resource-intensive fine-tuning to prompt engineering, a paradigm that steers model behavior through input design rather than weight updates. While manual prompt engineering faces…

人工智能 · 计算机科学 2025-02-18 Wenwu Li , Xiangfeng Wang , Wenhao Li , Bo Jin

Zero-shot learning on 3D point cloud data is a related underexplored problem compared to its 2D image counterpart. 3D data brings new challenges for ZSL due to the unavailability of robust pre-trained feature extraction models. To address…

计算机视觉与模式识别 · 计算机科学 2022-09-30 Majid Nasiri , Ali Cheraghian , Townim Faisal Chowdhury , Sahar Ahmadi , Morteza Saberi , Shafin Rahman

Prompt tuning (PT) is an effective approach to adapting pre-trained language models to downstream tasks. Without a good initialization, prompt tuning doesn't perform well under few-shot settings. So pre-trained prompt tuning (PPT) is…

计算与语言 · 计算机科学 2022-05-26 Yukun Huang , Kun Qian , Zhou Yu

We propose a novel prompt tuning method called CoAPT(Context Attribute words in Prompt Tuning) for few/zero-shot image classification. The core motivation is that attributes are descriptive words with rich information about a given concept.…

计算机视觉与模式识别 · 计算机科学 2024-07-22 Gun Lee , Subin An , Sungyong Baik , Soochahn Lee

Re-rankers, which order retrieved documents with respect to the relevance score on the given query, have gained attention for the information retrieval (IR) task. Rather than fine-tuning the pre-trained language model (PLM), the large-scale…

信息检索 · 计算机科学 2023-05-24 Sukmin Cho , Soyeong Jeong , Jeongyeon Seo , Jong C. Park

Adapting pre-trained models to open classes is a challenging problem in machine learning. Vision-language models fully explore the knowledge of text modality, demonstrating strong zero-shot recognition performance, which is naturally suited…

计算机视觉与模式识别 · 计算机科学 2024-08-30 Zhengqing Gao , Xiang Ao , Xu-Yao Zhang , Cheng-Lin Liu

Vision Transformers (ViT) and Visual Prompt Tuning (VPT) achieve state-of-the-art performance with improved efficiency in various computer vision tasks. This suggests a promising paradigm shift of adapting pre-trained ViT models to…

机器学习 · 计算机科学 2024-02-27 Wenlong Deng , Christos Thrampoulidis , Xiaoxiao Li

Transductive zero-shot learning with vision-language models leverages image-image similarities within the dataset to achieve better classification accuracy compared to the inductive setting. However, there is little work that explores the…

计算机视觉与模式识别 · 计算机科学 2025-10-15 Oindrila Saha , Logan Lawrence , Grant Van Horn , Subhransu Maji

What kinds of instructional prompts are easier to follow for Language Models (LMs)? We study this question by conducting extensive empirical analysis that shed light on important features of successful instructional prompts. Specifically,…

计算与语言 · 计算机科学 2022-03-17 Swaroop Mishra , Daniel Khashabi , Chitta Baral , Yejin Choi , Hannaneh Hajishirzi