用文本嵌入反演实现跨模态的开放词汇动作识别
Initial Findings on Sensor based Open Vocabulary Activity Recognition via Text Embedding Inversion
- 将动作转为自然语言描述,生成固定长度嵌入向量
- 在多种传感器数据上实现未见动作的准确识别
- 无需大模型推理,适合实时应用
传统人体活动识别(HAR)依赖于训练好的分类器,仅能识别训练集中出现的动作类别,对未见动作会给出零概率。我们提出开放词汇动作识别(OV-HAR),通过将每个动作转化为自然语言描述并拆分为基本运动序列,再编码为固定维度嵌入向量。模型训练回归该嵌入,并利用预训练的嵌入反演模型解码回自然语言。相比依赖自回归大语言模型的方法,本框架避免了计算开销,在姿态、惯性测量单元(IMU)和压力传感器等多种模态上均展现出对未见动作和模态的鲁棒泛化能力,提供了一种区别于现有分类器的根本性新范式。
原文摘要 · Abstract (English)
Conventional human activity recognition (HAR) relies on classifiers trained to predict discrete activity classes, inherently limiting recognition to activities explicitly present in the training set. Such classifiers would invariably fail, putting zero likelihood, when encountering unseen activities. We propose Open Vocabulary HAR (OV-HAR), a framework that overcomes this limitation by first converting each activity into natural language and breaking it into a sequence of elementary motions. This descriptive text is then encoded into a fixed-size embedding. The model is trained to regress this embedding, which is subsequently decoded back into natural language using a pre-trained embedding inversion model. Unlike other works that rely on auto-regressive large language models (LLMs) at their core, OV-HAR achieves open vocabulary recognition without the computational overhead of such models. The generated text can be transformed into a single activity class using LLM prompt engineering. We have evaluated our approach on different modalities, including vision (pose), IMU, and pressure sensors, demonstrating robust generalization across unseen activities and modalities, offering a fundamentally different paradigm from contemporary classifiers.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。