中文
相关论文

相关论文: TEAM-Net: Multi-modal Learning for Video Action Re…

200 篇论文

Generic event boundary detection aims to localize the generic, taxonomy-free event boundaries that segment videos into chunks. Existing methods typically require video frames to be decoded before feeding into the network, which contains…

计算机视觉与模式识别 · 计算机科学 2023-09-28 Libo Zhang , Xin Gu , Congcong Li , Tiejian Luo , Heng Fan

Generic event boundary detection aims to localize the generic, taxonomy-free event boundaries that segment videos into chunks. Existing methods typically require video frames to be decoded before feeding into the network, which demands…

计算机视觉与模式识别 · 计算机科学 2022-03-30 Congcong Li , Xinyao Wang , Longyin Wen , Dexiang Hong , Tiejian Luo , Libo Zhang

Data of different modalities generally convey complimentary but heterogeneous information, and a more discriminative representation is often preferred by combining multiple data modalities like the RGB and infrared features. However in…

计算机视觉与模式识别 · 计算机科学 2018-04-18 Lan Wang , Chenqiang Gao , Luyu Yang , Yue Zhao , Wangmeng Zuo , Deyu Meng

The recent success in deep learning has lead to various effective representation learning methods for videos. However, the current approaches for video representation require large amount of human labeled datasets for effective learning. We…

计算机视觉与模式识别 · 计算机科学 2018-11-30 Shruti Vyas , Yogesh S Rawat , Mubarak Shah

Human action recognition (HAR) in videos has garnered widespread attention due to the rich information in RGB videos. Nevertheless, existing methods for extracting deep features from RGB videos face challenges such as information…

计算机视觉与模式识别 · 计算机科学 2025-12-04 Mengyuan Liu , Jinfu Liu , Yongkang Jiang , Bin He

Diverse input data modalities can provide complementary cues for several tasks, usually leading to more robust algorithms and better performance. However, while a (training) dataset could be accurately designed to include a variety of…

计算机视觉与模式识别 · 计算机科学 2018-10-30 Nuno Garcia , Pietro Morerio , Vittorio Murino

In recent years, many works in the video action recognition literature have shown that two stream models (combining spatial and temporal input streams) are necessary for achieving state of the art performance. In this paper we show the…

计算机视觉与模式识别 · 计算机科学 2021-10-22 Yinxiao Li , Zhichao Lu , Xuehan Xiong , Jonathan Huang

Data input modality plays an important role in video action recognition. Normally, there are three types of input: RGB, flow stream and compressed data. In this paper, we proposed a new input modality: gray stream. Specifically, taken the…

计算机视觉与模式识别 · 计算机科学 2021-10-22 Yanping Zhang , Yongxin Yu

Spatial and temporal stream model has gained great success in video action recognition. Most existing works pay more attention to designing effective features fusion methods, which train the two-stream model in a separate way. However, it's…

计算机视觉与模式识别 · 计算机科学 2019-08-28 Jingran Zhang , Fumin Shen , Xing Xu , Heng Tao Shen

Compressed video action recognition has recently drawn growing attention, since it remarkably reduces the storage and computational cost via replacing raw videos by sparsely sampled RGB frames and compressed motion cues (e.g., motion…

计算机视觉与模式识别 · 计算机科学 2025-10-06 Bing Li , Jiaxin Chen , Dongming Zhang , Xiuguo Bao , Di Huang

Group Activity Recognition (GAR) aims to detect the activity performed by multiple actors in a scene. Prior works model the spatio-temporal features based on the RGB, optical flow or keypoint data types. However, using both the temporality…

计算机视觉与模式识别 · 计算机科学 2023-03-14 Berker Demirel , Huseyin Ozkan

Video understanding usually requires expensive computation that prohibits its deployment, yet videos contain significant spatiotemporal redundancy that can be exploited. In particular, operating directly on the motion vectors and residuals…

计算机视觉与模式识别 · 计算机科学 2020-04-23 Barak Battash , Haim Barad , Hanlin Tang , Amit Bleiweiss

We propose an approach to learn spatio-temporal features in videos from intermediate visual representations we call "percepts" using Gated-Recurrent-Unit Recurrent Networks (GRUs).Our method relies on percepts that are extracted from all…

计算机视觉与模式识别 · 计算机科学 2016-03-02 Nicolas Ballas , Li Yao , Chris Pal , Aaron Courville

A common strategy to video understanding is to incorporate spatial and motion information by fusing features derived from RGB frames and optical flow. In this work, we introduce a new way to leverage semantic segmentation as an intermediate…

计算机视觉与模式识别 · 计算机科学 2021-04-16 Juhana Kangaspunta , AJ Piergiovanni , Rico Jonschkowski , Michael Ryoo , Anelia Angelova

Video restoration, which aims to restore clear frames from degraded videos, has numerous important applications. The key to video restoration depends on utilizing inter-frame information. However, existing deep learning methods often rely…

图像与视频处理 · 电气工程与系统科学 2023-05-23 Dasong Li , Xiaoyu Shi , Yi Zhang , Ka Chun Cheung , Simon See , Xiaogang Wang , Hongwei Qin , Hongsheng Li

The focal point of egocentric video understanding is modelling hand-object interactions. Standard models -- CNNs, Vision Transformers, etc. -- which receive RGB frames as input perform well, however, their performance improves further by…

计算机视觉与模式识别 · 计算机科学 2022-10-11 Gorjan Radevski , Dusan Grujicic , Matthew Blaschko , Marie-Francine Moens , Tinne Tuytelaars

Current state-of-the-art models for video action recognition are mostly based on expensive 3D ConvNets. This results in a need for large GPU clusters to train and evaluate such architectures. To address this problem, we present a…

计算机视觉与模式识别 · 计算机科学 2021-07-27 Quanfu Fan , Chun-Fu Chen , Hilde Kuehne , Marco Pistoia , David Cox

We have witnessed the discovery of many techniques for network representation learning in recent years, ranging from encoding the context in random walks to embedding the lower order connections, to finding latent space representations with…

机器学习 · 计算机科学 2017-10-10 Yanlei Yu , Zhiwu Lu , Jiajun Liu , Guoping Zhao , Ji-Rong Wen , Kai Zheng

Referring video object segmentation aims to segment the object referred by a given language expression. Existing works typically require compressed video bitstream to be decoded to RGB frames before being segmented, which increases…

计算机视觉与模式识别 · 计算机科学 2022-07-27 Weidong Chen , Dexiang Hong , Yuankai Qi , Zhenjun Han , Shuhui Wang , Laiyun Qing , Qingming Huang , Guorong Li

When a deep neural network is trained on data with only image-level labeling, the regions activated in each image tend to identify only a small region of the target object. We propose a method of using videos automatically harvested from…

计算机视觉与模式识别 · 计算机科学 2019-08-14 Jungbeom Lee , Eunji Kim , Sungmin Lee , Jangho Lee , Sungroh Yoon
‹ 上一页 1 2 3 10 下一页 ›