中文
相关论文

相关论文: VideoMix: Rethinking Data Augmentation for Video C…

200 篇论文

This paper proposes a simple yet effective interpolation-based data augmentation approach termed DoubleMix, to improve the robustness of models in text classification. DoubleMix first leverages a couple of simple augmentation operations to…

计算与语言 · 计算机科学 2022-09-13 Hui Chen , Wei Han , Diyi Yang , Soujanya Poria

Action recognition in videos has attracted a lot of attention in the past decade. In order to learn robust models, previous methods usually assume videos are trimmed as short sequences and require ground-truth annotations of each video…

计算机视觉与模式识别 · 计算机科学 2019-02-21 Xiao-Yu Zhang , Haichao Shi , Changsheng Li , Kai Zheng , Xiaobin Zhu , Lixin Duan

Unsupervised domain adaptation which aims to adapt models trained on a labeled source domain to a completely unlabeled target domain has attracted much attention in recent years. While many domain adaptation techniques have been proposed…

计算机视觉与模式识别 · 计算机科学 2021-10-29 Aadarsh Sahoo , Rutav Shah , Rameswar Panda , Kate Saenko , Abir Das

Data augmentation is becoming essential for improving regression performance in critical applications including manufacturing, climate prediction, and finance. Existing techniques for data augmentation largely focus on classification tasks…

机器学习 · 计算机科学 2022-08-18 Seong-Hyeon Hwang , Steven Euijong Whang

Data augmentation policies drastically improve the performance of image recognition tasks, especially when the policies are optimized for the target data and tasks. In this paper, we propose to optimize image recognition models and data…

计算机视觉与模式识别 · 计算机科学 2020-06-16 Ryuichiro Hataya , Jan Zdenek , Kazuki Yoshizoe , Hideki Nakayama

We introduce Knowledge Fusion Transformers for video action classification. We present a self-attention based feature enhancer to fuse action knowledge in 3D inception based spatio-temporal context of the video clip intended to be…

计算机视觉与模式识别 · 计算机科学 2020-10-01 Ganesh Samarth , Sheetal Ojha , Nikhil Pareek

Video action detectors are usually trained using datasets with fully-supervised temporal annotations. Building such datasets is an expensive task. To alleviate this problem, recent methods have tried to leverage weak labeling, where videos…

计算机视觉与模式识别 · 计算机科学 2020-11-10 Alejandro Pardo , Humam Alwassel , Fabian Caba Heilbron , Ali Thabet , Bernard Ghanem

This paper investigates the impact of various data augmentation techniques on the performance of object detection models. Specifically, we explore classical augmentation methods, image compositing, and advanced generative models such as…

计算机视觉与模式识别 · 计算机科学 2025-02-20 Ang Jia Ning Shermaine , Michalis Lazarou , Tania Stathaki

Creating and labelling datasets of videos for use in training Human Activity Recognition models is an arduous task. In this paper, we approach this by using 3D rendering tools to generate a synthetic dataset of videos, and show that a…

计算机视觉与模式识别 · 计算机科学 2020-07-23 Ollie Matthews , Koki Ryu , Tarun Srivastava

In this paper, the main task we aim to tackle is the multi-instance semi-supervised video object segmentation across a sequence of frames where only the first-frame box-level ground-truth is provided. Detection-based algorithms are widely…

计算机视觉与模式识别 · 计算机科学 2020-04-17 Mingjie Sun , Jimin Xiao , Eng Gee Lim , Bingfeng Zhang , Yao Zhao

We present pure-transformer based models for video classification, drawing upon the recent success of such models in image classification. Our model extracts spatio-temporal tokens from the input video, which are then encoded by a series of…

计算机视觉与模式识别 · 计算机科学 2021-11-02 Anurag Arnab , Mostafa Dehghani , Georg Heigold , Chen Sun , Mario Lučić , Cordelia Schmid

There has been abundant work in unsupervised domain adaptation for semantic segmentation (DAS) seeking to adapt a model trained on images from a labeled source domain to an unlabeled target domain. While the vast majority of prior work has…

计算机视觉与模式识别 · 计算机科学 2024-02-29 Simar Kareer , Vivek Vijaykumar , Harsh Maheshwari , Prithvijit Chattopadhyay , Judy Hoffman , Viraj Prabhu

The design of deep learning methods for low light video enhancement remains a challenging problem owing to the difficulty in capturing low light and ground truth video pairs. This is particularly hard in the context of dynamic scenes or…

计算机视觉与模式识别 · 计算机科学 2022-10-11 Shivam Chhirolya , Sameer Malik , Rajiv Soundararajan

Joint Embedding Architecture-based self-supervised learning methods have attributed the composition of data augmentations as a crucial factor for their strong representation learning capabilities. While regional dropout strategies have…

计算机视觉与模式识别 · 计算机科学 2023-09-08 Arjon Das , Xin Zhong

Visual surveillance aims to stably detect a foreground object using a continuous image acquired from a fixed camera. Recent deep learning methods based on supervised learning show superior performance compared to classical background…

计算机视觉与模式识别 · 计算机科学 2021-02-16 Jae-Yeul Kim , Jong-Eun Ha

The diversity, quantity, and quality of manipulation data are critical for training effective robot policies. However, due to hardware and physical setup constraints, collecting large-scale real-world manipulation data remains difficult to…

计算机视觉与模式识别 · 计算机科学 2026-01-09 Boyang Wang , Haoran Zhang , Shujie Zhang , Jinkun Hao , Mingda Jia , Qi Lv , Yucheng Mao , Zhaoyang Lyu , Jia Zeng , Xudong Xu , Jiangmiao Pang

The rapid progress in machine learning methods has been empowered by i) huge datasets that have been collected and annotated, ii) improved engineering (e.g. data pre-processing/normalization). The existing datasets typically include several…

计算机视觉与模式识别 · 计算机科学 2018-01-23 Grigorios G. Chrysos , Yannis Panagakis , Stefanos Zafeiriou

An agent that is capable of predicting what happens next can perform a variety of tasks through planning with no additional training. Furthermore, such an agent can internally represent the complex dynamics of the real-world and therefore…

计算机视觉与模式识别 · 计算机科学 2021-06-25 Mohammad Babaeizadeh , Mohammad Taghi Saffar , Suraj Nair , Sergey Levine , Chelsea Finn , Dumitru Erhan

In learning action recognition, models are typically pre-trained on object recognition with images, such as ImageNet, and later fine-tuned on target action recognition with videos. This approach has achieved good empirical performance…

计算机视觉与模式识别 · 计算机科学 2021-12-15 Bowen Zhang , Jiahui Yu , Christopher Fifty , Wei Han , Andrew M. Dai , Ruoming Pang , Fei Sha

We tackle catastrophic forgetting problem in the context of class-incremental learning for video recognition, which has not been explored actively despite the popularity of continual learning. Our framework addresses this challenging task…

计算机视觉与模式识别 · 计算机科学 2022-03-28 Jaeyoo Park , Minsoo Kang , Bohyung Han