paper-with-me

Papers

GVT2RPM: An Empirical Study for General Video Transformer Adaptation to Remote Physiological Measurement

2024-06-19 · Hao Wang, Euijoon Ahn, Jinman Kim

Remote physiological measurement (RPM) is an essential tool for healthcare monitoring as it enables the measurement of physiological signs, e.g., heart rate, in a remote setting via physical wearables. Recently, with facial videos, we have seen rapid advancements in video-based RPMs. However, adopting facial videos for RPM in the clinical setting largely depends on the accuracy and robustness (work across patient populations). Fortunately, the capability of the state-of-the-art transformer architecture in general (natural) video understanding has resulted in marked improvements and has been translated to facial understanding, including RPM. However, existing RPM methods usually need RPM-specific modules, e.g., temporal difference convolution and handcrafted feature maps. Although these customized modules can increase accuracy, they are not demonstrated for their robustness across datasets. Further, due to their customization of the transformer architecture, they cannot use the advancements made in general video transformers (GVT). In this study, we interrogate the GVT architecture and empirically analyze how the training designs, i.e., data pre-processing and network configurations, affect the model performance applied to RPM. Based on the structure of video transformers, we propose to configure its spatiotemporal hierarchy to align with the dense temporal information needed in RPM for signal feature extraction. We define several practical guidelines and gradually adapt GVTs for RPM without introducing RPM-specific modules. Our experiments demonstrate favorable results to existing RPM-specific module counterparts. We conducted extensive experiments with five datasets using intra-dataset and cross-dataset settings. We highlight that the proposed guidelines GVT2RPM can be generalized to any video transformers and is robust to various datasets.

📄 PDF Abstract BibTeX arXiv:2406.13136

Code (0)

등록된 구현이 없습니다.

Tasks

Video Understanding

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Dual-path Adaptation from Image to Video Transformers

2023-03-17 · CVPR 2023 1 · Jungin Park, Jiyoung Lee, Kwanghoon Sohn

In this paper, we efficiently transfer the surpassing representation power of the vision foundation models, such as ViT and Swin, for video understanding with only a few trainable parameters. Previous adaptation methods …

Action ClassificationAction RecognitionAction Recognition In VideosActivity Recognition+2

An Empirical Study on Activity Recognition in Long Surgical Videos

2022-05-05 · Zhuohong He, Ali Mottaghi, Aidean Sharghi, Muhammad Abdullah Jamal 외

Activity recognition in surgical videos is a key research area for developing next-generation devices and workflow monitoring systems. Since surgeries are long processes with highly-variable lengths, deep learning models…

Action DetectionActivity DetectionActivity RecognitionDomain Adaptation+1

VideoPoet: A Large Language Model for Zero-Shot Video Generation

2023-12-21 · Dan Kondratyuk, Lijun Yu, Xiuye Gu, José Lezama 외

We present VideoPoet, a language model capable of synthesizing high-quality video, with matching audio, from a large variety of conditioning signals. VideoPoet employs a decoder-only transformer architecture that process…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+2

A Study of Finetuning Video Transformers for Multi-view Geometry Tasks

2025-12-21 · Huimin Wu, Kwang-Ting Cheng, Stephen Lin, Zhirong Wu arxiv

This paper presents an investigation of vision transformer learning for multi-view geometry tasks, such as optical flow estimation, by fine-tuning video foundation models. Unlike previous methods that involve custom arch…

Optical Flow Estimation3D Depth Estimation

SpikeVideoFormer: An Efficient Spike-Driven Video Transformer with Hamming Attention and $\mathcal{O}(T)$ Complexity

2025-05-15 · Shihao Zou, Qingfeng Li, Wei Ji, Jingjing Li 외

Spiking Neural Networks (SNNs) have shown competitive performance to Artificial Neural Networks (ANNs) in various vision tasks, while offering superior energy efficiency. However, existing SNN-based Transformers primaril…

Pose TrackingSemantic Segmentation