paper-with-me

Papers

SOAR: Scene-debiasing Open-set Action Recognition

2023-09-03 · ICCV 2023 1 · Yuanhao Zhai, Ziyi Liu, Zhenyu Wu, Yi Wu, Chunluan Zhou, David Doermann, Junsong Yuan, Gang Hua

Deep learning models have a risk of utilizing spurious clues to make predictions, such as recognizing actions based on the background scene. This issue can severely degrade the open-set action recognition performance when the testing samples have different scene distributions from the training samples. To mitigate this problem, we propose a novel method, called Scene-debiasing Open-set Action Recognition (SOAR), which features an adversarial scene reconstruction module and an adaptive adversarial scene classification module. The former prevents the decoder from reconstructing the video background given video features, and thus helps reduce the background information in feature learning. The latter aims to confuse scene type classification given video features, with a specific emphasis on the action foreground, and helps to learn scene-invariant information. In addition, we design an experiment to quantify the scene bias. The results indicate that the current open-set action recognizers are biased toward the scene, and our proposed SOAR method better mitigates such bias. Furthermore, our extensive experiments demonstrate that our method outperforms state-of-the-art methods, and the ablation studies confirm the effectiveness of our proposed modules.

📄 PDF Abstract BibTeX arXiv:2309.01265

Code (1)

yhZhai/SOAR 공식 구현 pytorch

Tasks

Action RecognitionDecoderOpen Set Action RecognitionScene Classification

Similar Papers 제목 키워드 기반

Delving Deep into One-Shot Skeleton-based Action Recognition with Diverse Occlusions

2022-02-23 · Kunyu Peng, Alina Roitberg, Kailun Yang, Jiaming Zhang 외

Occlusions are universal disruptions constantly present in the real world. Especially for sparse representations, such as human skeletons, a few occluded points might destroy the geometrical and temporal continuity criti…

Action ClassificationAction RecognitionMetric LearningSkeleton Based Action Recognition

Open Set Action Recognition via Multi-Label Evidential Learning

2023-02-27 · CVPR 2023 1 · Chen Zhao, Dawei Du, Anthony Hoogs, Christopher Funk

Existing methods for open-set action recognition focus on novelty detection that assumes video clips show a single action, which is unrealistic in the real world. We propose a new method for open set action recognition a…

Action DetectionAction RecognitionNovelty DetectionOpen Set Action Recognition

SOAR: Self-supervision Optimized UAV Action Recognition with Efficient Object-Aware Pretraining

2024-09-26 · Ruiqi Xian, Xiyang Wu, Tianrui Guan, Xijun Wang 외

We introduce SOAR, a novel Self-supervised pretraining algorithm for aerial footage captured by Unmanned Aerial Vehicles (UAVs). We incorporate human object knowledge throughout the pretraining process to enhance UAV vid…

Action RecognitionObjectSelf-Supervised Learning

Mitigating Representation Bias in Action Recognition: Algorithms and Benchmarks

2022-09-20 · Haodong Duan, Yue Zhao, Kai Chen, Yuanjun Xiong 외

Deep learning models have achieved excellent recognition results on large-scale video benchmarks. However, they perform poorly when applied to videos with rare scenes or objects, primarily due to the bias of existing vid…

Action Recognition

Learning to Generalize without Bias for Open-Vocabulary Action Recognition

2025-02-27 · Yating Yu, Congqi Cao, Yifan Zhang, Yanning Zhang

Leveraging the effective visual-text alignment and static generalizability from CLIP, recent video learners adopt CLIP initialization with further regularization or recombination for generalization in open-vocabulary act…

Action RecognitionMeta-LearningOpen Vocabulary Action Recognition