paper-with-me

Papers

Multi-Modal Graph Convolutional Network with Sinusoidal Encoding for Robust Human Action Segmentation

2025-07-01 · Hao Xing, Kai Zhe Boey, Yuankai Wu, Darius Burschka, Gordon Cheng arxiv

Accurate temporal segmentation of human actions is critical for intelligent robots in collaborative settings, where a precise understanding of sub-activity labels and their temporal structure is essential. However, the inherent noise in both human pose estimation and object detection often leads to over-segmentation errors, disrupting the coherence of action sequences. To address this, we propose a Multi-Modal Graph Convolutional Network (MMGCN) that integrates low-frame-rate (e.g., 1 fps) visual data with high-frame-rate (e.g., 30 fps) motion data (skeleton and object detections) to mitigate fragmentation. Our framework introduces three key contributions. First, a sinusoidal encoding strategy that maps 3D skeleton coordinates into a continuous sin-cos space to enhance spatial representation robustness. Second, a temporal graph fusion module that aligns multi-modal inputs with differing resolutions via hierarchical feature aggregation, Third, inspired by the smooth transitions inherent to human actions, we design SmoothLabelMix, a data augmentation technique that mixes input sequences and labels to generate synthetic training examples with gradual action transitions, enhancing temporal consistency in predictions and reducing over-segmentation artifacts. Extensive experiments on the Bimanual Actions Dataset, a public benchmark for human-object interaction understanding, demonstrate that our approach outperforms state-of-the-art methods, especially in action segmentation accuracy, achieving F1@10: 94.5% and F1@25: 92.8%.

📄 PDF Abstract BibTeX arXiv:2507.00752

Code (0)

등록된 구현이 없습니다.

Tasks

Action SegmentationData AugmentationObject DetectionPose Estimation

Similar Papers 제목 키워드 기반

Lightweight Text Classifier using Sinusoidal Positional Encoding

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Byoung-Doo Oh, Yu-Seop Kim

Large and complex models have recently been developed that require many parameters and much time to solve various problems in natural language processing. This paper explores an efficient way to avoid models being too co…

Positiontext-classificationText Classification

Functional Equivalence in Attention: A Comprehensive Study with Applications to Linear Mode Connectivity

2026-06-16 · Viet-Hoang Tran, Vinh Khanh Bui, Van-Hoan Trinh, Tan Lai Ngoc 외 arxiv

Neural network parameter spaces are inherently non-injective, as distinct parameter configurations can realize identical functions through functional equivalence. While this symmetry is well understood in classical fully…

The Impact of Positional Encodings on Multilingual Compression

2021-09-11 · EMNLP 2021 11 · Vinit Ravishankar, Anders Søgaard

In order to preserve word-order information in a non-autoregressive setting, transformer architectures tend to include positional knowledge, by (for instance) adding positional encodings to token embeddings. Several modi…

Inductive Bias

Towards Generalized Multi-Image Editing for Unified Multimodal Models

2026-01-09 · Pengcheng Xu, Peng Tang, Donghao Luo, Xiaobin Hu 외 arxiv

Unified Multimodal Models (UMMs) integrate multimodal understanding and generation, yet they are limited to maintaining visual consistency and disambiguating visual cues when referencing details across multiple input ima…

Image Editing

Between Linear and Sinusoidal: Rethinking the Time Encoder in Dynamic Graph Learning

2025-04-10 · Hsing-Huan Chung, Shravan Chaudhari, Xing Han, Yoav Wald 외

Dynamic graph learning is essential for applications involving temporal networks and requires effective modeling of temporal relationships. Seminal attention-based models like TGAT and DyGFormer rely on sinusoidal time e…

Graph Learning