中文
相关论文

相关论文: Encoder-Decoder Based Long Short-Term Memory (LSTM…

200 篇论文

Supported by powerful generative models, low-bitrate learned image compression (LIC) models utilizing perceptual metrics have become feasible. Some of the most advanced models achieve high compression rates and superior perceptual quality…

图像与视频处理 · 电气工程与系统科学 2024-11-21 Shimon Murai , Heming Sun , Jiro Katto

Video captioning aims to understand the spatio-temporal semantic concept of the video and generate descriptive sentences. The de-facto approach to this task dictates a text generator to learn from \textit{offline-extracted} motion or…

计算机视觉与模式识别 · 计算机科学 2022-05-09 Yiqi Gao , Xinglin Hou , Wei Suo , Mengyang Sun , Tiezheng Ge , Yuning Jiang , Peng Wang

Instructional videos are a common source for learning text-video or even multimodal representations by leveraging subtitles extracted with automatic speech recognition systems (ASR) from the audio signal in the videos. However, in contrast…

计算机视觉与模式识别 · 计算机科学 2024-09-10 Nina Shvetsova , Anna Kukleva , Xudong Hong , Christian Rupprecht , Bernt Schiele , Hilde Kuehne

While deep-learning models have been shown to perform well on image-to-text datasets, it is difficult to use them in practice for captioning images. This is because captions traditionally tend to be context-dependent and offer complementary…

机器学习 · 计算机科学 2023-06-07 Shinjini Ghosh , Sagnik Anupam

Language models (LMs) and their extension, vision-language models (VLMs), have achieved remarkable performance across various tasks. However, they still struggle with complex reasoning tasks that require multimodal or multilingual…

机器学习 · 计算机科学 2025-07-09 Wenyi Wu , Zixuan Song , Kun Zhou , Yifei Shao , Zhiting Hu , Biwei Huang

Language models (LM) play an important role in large vocabulary continuous speech recognition (LVCSR). However, traditional language models only predict next single word with given history, while the consecutive predictions on a sequence of…

音频与语音处理 · 电气工程与系统科学 2020-08-06 Qi Liu , Yanmin Qian , Kai Yu

Accurately assessing student knowledge is central to education. Cognitive Diagnosis (CD) models estimate student proficiency at a fixed point in time, while Knowledge Tracing (KT) methods model evolving knowledge states to predict future…

计算与语言 · 计算机科学 2026-02-10 Antonin Berthon , Mihaela van der Schaar

Dense video captioning aims to interpret and describe all temporally localized events throughout an input video. Recent state-of-the-art methods leverage large language models (LLMs) to provide detailed moment descriptions for video data.…

计算机视觉与模式识别 · 计算机科学 2026-01-07 Wei-Yuan Cheng , Kai-Po Chang , Chi-Pin Huang , Fu-En Yang , Yu-Chiang Frank Wang

Video captioning models convert frames into visual tokens and generate descriptions with large language models (LLMs). Since encoding all frames is prohibitively expensive, uniform sampling is the default choice, but it enforces equal…

计算机视觉与模式识别 · 计算机科学 2026-05-08 Lianying Chao , Linfeng Yin , Peiyu Ren , Yifan Jiang , Qiaoyu Ren , Dingcheng Shan , Jing-cheng Pang , Sijie Wu , Xubin Li , Kai Zhang , Xin Chen

Image Captioning is an arduous task of producing syntactically and semantically correct textual descriptions of an image in natural language with context related to the image. Existing notable pieces of research in Bengali Image Captioning…

计算机视觉与模式识别 · 计算机科学 2021-02-16 Mohammad Faiyaz Khan , S. M. Sadiq-Ur-Rahman Shifath , Md. Saiful Islam

Video captioning in Nepali, a language written in the Devanagari script, presents a unique challenge due to the lack of existing academic work in this domain. This work develops a novel encoder-decoder paradigm for Nepali video captioning…

计算机视觉与模式识别 · 计算机科学 2024-05-21 Kabita Parajuli , Shashidhar Ram Joshi

In a globalized world at the present epoch of generative intelligence, most of the manual labour tasks are automated with increased efficiency. This can support businesses to save time and money. A crucial component of generative…

计算机视觉与模式识别 · 计算机科学 2023-03-07 Pranav Dandwate , Chaitanya Shahane , Vandana Jagtap , Shridevi C. Karande

Video Paragraph Captioning (VPC) aims to generate paragraph captions that summarises key events within a video. Despite recent advancements, challenges persist, notably in effectively utilising multimodal signals inherent in videos and…

计算机视觉与模式识别 · 计算机科学 2024-10-15 Eileen Wang , Caren Han , Josiah Poon

We consider referring image segmentation. It is a problem at the intersection of computer vision and natural language understanding. Given an input image and a referring expression in the form of a natural language sentence, the goal is to…

计算机视觉与模式识别 · 计算机科学 2020-02-03 Linwei Ye , Zhi Liu , Yang Wang

Dense video captioning aims to identify the events of interest in an input video, and generate descriptive captions for each event. Previous approaches usually follow a two-stage generative process, which first proposes a segment for each…

计算机视觉与模式识别 · 计算机科学 2022-09-19 Wanrong Zhu , Bo Pang , Ashish V. Thapliyal , William Yang Wang , Radu Soricut

Video captioning aims to automatically generate natural language sentences that can describe the visual contents of a given video. Existing generative models like encoder-decoder frameworks cannot explicitly explore the object-level…

计算机视觉与模式识别 · 计算机科学 2021-08-11 Yang Bai , Junyan Wang , Yang Long , Bingzhang Hu , Yang Song , Maurice Pagnucco , Yu Guan

Dense video captioning aims to localize and describe important events in untrimmed videos. Existing methods mainly tackle this task by exploiting only visual features, while completely neglecting the audio track. Only a few prior works have…

计算机视觉与模式识别 · 计算机科学 2020-08-12 Vladimir Iashin , Esa Rahtu

In this work, we learn a shared encoding representation for a multi-task neural network model optimized with connectionist temporal classification (CTC) and conventional framewise cross-entropy training criteria. Our experiments show that…

音频与语音处理 · 电气工程与系统科学 2019-04-04 Thai-Son Nguyen , Sebastian Stueker , Alex Waibel

Recurrent Neural Network (RNN) and one of its specific architectures, Long Short-Term Memory (LSTM), have been widely used for sequence labeling. In this paper, we first enhance LSTM-based sequence labeling to explicitly model label…

计算与语言 · 计算机科学 2016-09-01 Gakuto Kurata , Bing Xiang , Bowen Zhou , Mo Yu

We propose a high-level concept word detector that can be integrated with any video-to-language models. It takes a video as input and generates a list of concept words as useful semantic priors for language generation models. The proposed…

计算机视觉与模式识别 · 计算机科学 2017-07-26 Youngjae Yu , Hyungjin Ko , Jongwook Choi , Gunhee Kim