paper-with-me

홈 › Papers

SigFormer: Sparse Signal-Guided Transformer for Multi-Modal Human Action Segmentation

2023-11-29 · Qi Liu, Xinchen Liu, Kun Liu, Xiaoyan Gu, Wu Liu

Multi-modal human action segmentation is a critical and challenging task with a wide range of applications. Nowadays, the majority of approaches concentrate on the fusion of dense signals (i.e., RGB, optical flow, and depth maps). However, the potential contributions of sparse IoT sensor signals, which can be crucial for achieving accurate recognition, have not been fully explored. To make up for this, we introduce a Sparse signalguided Transformer (SigFormer) to combine both dense and sparse signals. We employ mask attention to fuse localized features by constraining cross-attention within the regions where sparse signals are valid. However, since sparse signals are discrete, they lack sufficient information about the temporal action boundaries. Therefore, in SigFormer, we propose to emphasize the boundary information at two stages to alleviate this problem. In the first feature extraction stage, we introduce an intermediate bottleneck module to jointly learn both category and boundary features of each dense modality through the inner loss functions. After the fusion of dense modalities and sparse signals, we then devise a two-branch architecture that explicitly models the interrelationship between action category and temporal boundary. Experimental results demonstrate that SigFormer outperforms the state-of-the-art approaches on a multi-modal action segmentation dataset from real industrial environments, reaching an outstanding F1 score of 0.958. The codes and pre-trained models have been available at https://github.com/LIUQI-creat/SigFormer.

📄 PDF Abstract BibTeX arXiv:2311.17428

Code (1)

liuqi-creat/sigformer 공식 구현 pytorch

Tasks

Action SegmentationOptical Flow Estimationvalid

Methods 이 논문이 사용한 방법론

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…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

SIGformer: Sign-aware Graph Transformer for Recommendation

2024-04-18 · Sirui Chen, Jiawei Chen, Sheng Zhou, Bohao Wang 외

In recommender systems, most graph-based methods focus on positive user feedback, while overlooking the valuable negative feedback. Integrating both positive and negative feedback to form a signed graph can lead to a mor…

Recommendation Systems

SigFormer: Signature Transformers for Deep Hedging

2023-10-20 · Anh Tong, Thanh Nguyen-Tang, Dongeun Lee, Toan Tran 외

Deep hedging is a promising direction in quantitative finance, incorporating models and techniques from deep learning research. While giving excellent hedging strategies, models inherently requires careful treatment in d…

Deep Learning

S3: Learnable Sparse Signal Superdensity for Guided Depth Estimation

2021-06-19 · CVPR 2021 1 · Yu-Kai Huang, Yueh-Cheng Liu, Tsung-Han Wu, Hung-Ting Su 외

Dense depth estimation plays a key role in multiple applications such as robotics, 3D reconstruction, and augmented reality. While sparse signal, e.g., LiDAR and Radar, has been leveraged as guidance for enhancing de…

3D ReconstructionDepth Estimation

$S^3$: Learnable Sparse Signal Superdensity for Guided Depth Estimation

2021-03-03 · Yu-Kai Huang, Yueh-Cheng Liu, Tsung-Han Wu, Hung-Ting Su 외

Dense depth estimation plays a key role in multiple applications such as robotics, 3D reconstruction, and augmented reality. While sparse signal, e.g., LiDAR and Radar, has been leveraged as guidance for enhancing dense …

3D ReconstructionDepth Estimation

Rethink Sparse Signals for Pose-guided Text-to-image Generation

2025-06-26 · Wenjie Xuan, Jing Zhang, Juhua Liu, Bo Du 외

Recent works favored dense signals (e.g., depth, DensePose), as an alternative to sparse signals (e.g., OpenPose), to provide detailed spatial guidance for pose-guided text-to-image generation. However, dense representat…

Image GenerationPose-Guided Image GenerationText to Image GenerationText-to-Image Generation