paper-with-me

홈 › Papers

Actor-agnostic Multi-label Action Recognition with Multi-modal Query

2023-07-20 · Anindya Mondal, Sauradip Nag, Joaquin M Prada, Xiatian Zhu, Anjan Dutta

Existing action recognition methods are typically actor-specific due to the intrinsic topological and apparent differences among the actors. This requires actor-specific pose estimation (e.g., humans vs. animals), leading to cumbersome model design complexity and high maintenance costs. Moreover, they often focus on learning the visual modality alone and single-label classification whilst neglecting other available information sources (e.g., class name text) and the concurrent occurrence of multiple actions. To overcome these limitations, we propose a new approach called 'actor-agnostic multi-modal multi-label action recognition,' which offers a unified solution for various types of actors, including humans and animals. We further formulate a novel Multi-modal Semantic Query Network (MSQNet) model in a transformer-based object detection framework (e.g., DETR), characterized by leveraging visual and textual modalities to represent the action classes better. The elimination of actor-specific model designs is a key advantage, as it removes the need for actor pose estimation altogether. Extensive experiments on five publicly available benchmarks show that our MSQNet consistently outperforms the prior arts of actor-specific alternatives on human and animal single- and multi-label action recognition tasks by up to 50%. Code is made available at https://github.com/mondalanindya/MSQNet.

📄 PDF Abstract BibTeX arXiv:2307.10763

Code (1)

mondalanindya/msqnet 공식 구현 pytorch

Tasks

Action ClassificationAction RecognitionAction Recognition In VideosAction Recognition on HMDB-51Animal Action RecognitionZero-Shot Action Recognition

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

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

Can Humans Fly? Action Understanding With Multiple Classes of Actors

2015-06-01 · CVPR 2015 6 · Chenliang Xu, Shao-Hang Hsieh, Caiming Xiong, Jason J. Corso

Can humans fly? Emphatically no. Can cars eat? Again, absolutely not. Yet, these absurd inferences result from the current disregard for particular types of actors in action understanding. There is no work we know of on …

Action RecognitionAction UnderstandingSemantic SegmentationTemporal Action Localization

LA-RL: Label-Aware Self-Reflection for Reinforcement Learning in Information Extraction

2026-07-26 · Xiao You, Tianwei Yan, Zixu Shan, Longyu Du 외 arxiv

Large language models show strong promise for information extraction (IE), but existing reflection-based correction methods are often misaligned with structured extraction outputs. Free-form self-reflection can flag an e…

Information ExtractionReinforcement LearningRelation ExtractionEvent Extraction

Dr. Tongue: Sign-Oriented Multi-label Detection for Remote Tongue Diagnosis

2025-01-06 · Yiliang Chen, Steven SC Ho, Cheng Xu, Yao Jie Xie 외

Tongue diagnosis is a vital tool in Western and Traditional Chinese Medicine, providing key insights into a patient's health by analyzing tongue attributes. The COVID-19 pandemic has heightened the need for accurate remo…

AttributeDiagnostic

Nuisance-Label Supervision: Robustness Improvement by Free Labels

2021-10-14 · Xinyue Wei, Weichao Qiu, Yi Zhang, Zihao Xiao 외

In this paper, we present a Nuisance-label Supervision (NLS) module, which can make models more robust to nuisance factor variations. Nuisance factors are those irrelevant to a task, and an ideal model should be invarian…

Action RecognitionActivity RecognitionData Augmentation