paper-with-me

Papers

Unleashing the Power of Shared Label Structures for Human Activity Recognition

2023-01-01 · Xiyuan Zhang, Ranak Roy Chowdhury, Jiayun Zhang, Dezhi Hong, Rajesh K. Gupta, Jingbo Shang

Current human activity recognition (HAR) techniques regard activity labels as integer class IDs without explicitly modeling the semantics of class labels. We observe that different activity names often have shared structures. For example, "open door" and "open fridge" both have "open" as the action; "kicking soccer ball" and "playing tennis ball" both have "ball" as the object. Such shared structures in label names can be translated to the similarity in sensory data and modeling common structures would help uncover knowledge across different activities, especially for activities with limited samples. In this paper, we propose SHARE, a HAR framework that takes into account shared structures of label names for different activities. To exploit the shared structures, SHARE comprises an encoder for extracting features from input sensory time series and a decoder for generating label names as a token sequence. We also propose three label augmentation techniques to help the model more effectively capture semantic structures across activities, including a basic token-level augmentation, and two enhanced embedding-level and sequence-level augmentations utilizing the capabilities of pre-trained models. SHARE outperforms state-of-the-art HAR models in extensive experiments on seven HAR benchmark datasets. We also evaluate in few-shot learning and label imbalance settings and observe even more significant performance gap.

📄 PDF Abstract BibTeX arXiv:2301.03462

Code (0)

등록된 구현이 없습니다.

Tasks

Activity RecognitionDecoderFew-Shot LearningHuman Activity RecognitionTime SeriesTime Series AnalysisTransfer Learning

Similar Papers 제목 키워드 기반

Boosting Inference Efficiency: Unleashing the Power of Parameter-Shared Pre-trained Language Models

2023-10-19 · Weize Chen, Xiaoyue Xu, Xu Han, Yankai Lin 외

Parameter-shared pre-trained language models (PLMs) have emerged as a successful approach in resource-constrained environments, enabling substantial reductions in model storage and memory costs without significant perfor…

GeoSAM2: Unleashing the Power of SAM2 for 3D Part Segmentation

2025-08-19 · Ken Deng, Yunhan Yang, Jingxiang Sun, Xihui Liu 외 arxiv

We introduce GeoSAM2, a prompt-controllable framework for 3D part segmentation that casts the task as multi-view 2D mask prediction. Given a textureless object, we render normal and point maps from predefined viewpoints …

3D Part Segmentation

Unleashing the Power of Image-Tabular Self-Supervised Learning via Breaking Cross-Tabular Barriers

2025-12-16 · Yibing Fu, Yunpeng Zhao, Zhitao Zeng, Cheng Chen 외 arxiv

Multi-modal learning integrating medical images and tabular data has significantly advanced clinical decision-making in recent years. Self-Supervised Learning (SSL) has emerged as a powerful paradigm for pretraining thes…

Self-Supervised LearningRepresentation Learning

NoiseBoost: Alleviating Hallucination with Noise Perturbation for Multimodal Large Language Models

2024-05-30 · Kai Wu, Boyuan Jiang, Zhengkai Jiang, Qingdong He 외

Multimodal large language models (MLLMs) contribute a powerful mechanism to understanding visual information building on large language models. However, MLLMs are notorious for suffering from hallucinations, especially w…

Hallucination

Exploiting Structure in Representation of Named Entities using Active Learning

2018-08-01 · COLING 2018 8 · Nikita Bhutani, Kun Qian, Yunyao Li, H. V. Jagadish 외

Fundamental to several knowledge-centric applications is the need to identify named entities from their textual mentions. However, entities lack a unique representation and their mentions can differ greatly. These variat…

Active LearningEntity LinkingEntity ResolutionQuestion Answering+2