paper-with-me

Papers

EVEREST: Efficient Masked Video Autoencoder by Removing Redundant Spatiotemporal Tokens

2022-11-19 · Sunil Hwang, Jaehong Yoon, Youngwan Lee, Sung Ju Hwang

Masked Video Autoencoder (MVA) approaches have demonstrated their potential by significantly outperforming previous video representation learning methods. However, they waste an excessive amount of computations and memory in predicting uninformative tokens/frames due to random masking strategies. (e.g., over 16 nodes with 128 NVIDIA A100 GPUs). To resolve this issue, we exploit the unequal information density among the patches in videos and propose EVEREST, a surprisingly efficient MVA approach for video representation learning that finds tokens containing rich motion features and discards uninformative ones during both pre-training and fine-tuning. We further present an information-intensive frame selection strategy that allows the model to focus on informative and causal frames with minimal redundancy. Our method significantly reduces the computation and memory requirements of MVA, enabling the pre-training and fine-tuning on a single machine with 8 GPUs while achieving comparable performance to computation- and memory-heavy baselines on multiple benchmarks and the uncurated Ego4D dataset. We hope that our work contributes to reducing the barrier to further research on video understanding.

📄 PDF Abstract BibTeX arXiv:2211.10636

Code (2)

sunilhoho/VideoMS 공식 구현 pytorch
sunilhoho/everest 공식 구현 pytorch

Tasks

Action RecognitionObject State Change ClassificationObject State Change Classification on Ego4DRepresentation LearningSelf-Supervised Action RecognitionSelf-Supervised LearningVideo Understanding

Similar Papers 제목 키워드 기반

Removing Blocking Artifacts in Video Streams Using Event Cameras

2021-05-12 · Henry H. Chopp, Srutarshi Banerjee, Oliver Cossairt, Aggelos K. Katsaggelos

In this paper, we propose EveRestNet, a convolutional neural network designed to remove blocking artifacts in videostreams using events from neuromorphic sensors. We first degrade the video frame using a quadtree structu…

Blocking

VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training

2022-03-23 · Zhan Tong, Yibing Song, Jue Wang, LiMin Wang

Pre-training video transformers on extra large-scale datasets is generally required to achieve premier performance on relatively small datasets. In this paper, we show that video masked autoencoders (VideoMAE) are data-e…

4kAction ClassificationAction RecognitionSelf-Supervised Action Recognition+3

RobustFormer: Noise-Robust Pre-training for images and videos

2024-11-20 · Ashish Bastola, Nishant Luitel, Hao Wang, Danda Pani Paudel 외

While deep learning models are powerful tools that revolutionized many areas, they are also vulnerable to noise as they rely heavily on learning patterns and features from the exact details of the clean data. Transformer…

VideoMAC: Video Masked Autoencoders Meet ConvNets

2024-02-29 · CVPR 2024 1 · Gensheng Pei, Tao Chen, Xiruo Jiang, Huafeng Liu 외

Recently, the advancement of self-supervised learning techniques, like masked autoencoders (MAE), has greatly influenced visual representation learning for images and videos. Nevertheless, it is worth noting that the pre…

Pose TrackingRepresentation LearningSelf-Supervised LearningSemantic Segmentation+2

DeepEverest: Accelerating Declarative Top-K Queries for Deep Neural Network Interpretation

2021-04-06 · Dong He, Maureen Daum, Walter Cai, Magdalena Balazinska

We design, implement, and evaluate DeepEverest, a system for the efficient execution of interpretation by example queries over the activation values of a deep neural network. DeepEverest consists of an efficient indexing…

Network Interpretation