paper-with-me

Papers

ASQuery: A Query-based Model for Action Segmentation

2024-09-30 · 2024 IEEE International Conference on Multimedia and Expo (ICME) 2024 9 · Gan Ziliang, Jin Lei, Nie Lei, Zheng Wang, Li Zhou, Li Liang, Wang Zhecan, Li Jianshu, Xing Junliang, Zhao Jian

For the task of temporal action segmentation, existing works commonly treat it as a frame-wise classification problem. In this paper, we propose a straight but effective model namely ASQuery by learning central representation of each action category, which transforms the classification problem to the similarity calculation between category-specific queries and frame features. These central representations are dynamically generated through our Transformer decoder module, endowing them more flexible and comprehensive perception of the whole video. Moreover, we first introduce the boundary query for refining segmentation results, aiding to alleviating the troublesome over-segmentation problem. ASQuery demonstrates superior performance compared to state-of-the-art models, achieving improvements of 0.9% and 4.1% in the mean metrics on two public action segmentation datasets, i.e., Breakfast and Assembly101, respectively. The source codes are available at https://github.com/zlngan/ASQuery.

📄 PDF Abstract BibTeX

Code (1)

zlngan/ASQuery pytorch

Tasks

Action SegmentationDecodermodelSegmentationTemporal Action Segmentation

Methods 이 논문이 사용한 방법론

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…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…

Similar Papers 제목 키워드 기반

Few-Shot Segmentation with Global and Local Contrastive Learning

2021-08-11 · Weide Liu, Zhonghua Wu, Henghui Ding, Fayao Liu 외

In this work, we address the challenging task of few-shot segmentation. Previous few-shot segmentation methods mainly employ the information of support images as guidance for query image segmentation. Although some works…

Contrastive LearningImage SegmentationSegmentationSemantic Segmentation

Asymmetric Cross-Guided Attention Network for Actor and Action Video Segmentation From Natural Language Query

2019-10-01 · ICCV 2019 10 · Hao Wang, Cheng Deng, Junchi Yan, Dacheng Tao

Actor and action video segmentation from natural language query aims to selectively segment the actor and its action in a video based on an input textual description. Previous works mostly focus on learning simple correl…

Referring Expression SegmentationSegmentationVideo SegmentationVideo Semantic Segmentation

Dynamic Prototype Convolution Network for Few-Shot Semantic Segmentation

2022-04-22 · CVPR 2022 1 · Jie Liu, Yanqi Bao, Guo-Sen Xie, Huan Xiong 외

The key challenge for few-shot semantic segmentation (FSS) is how to tailor a desirable interaction among support and query features and/or their prototypes, under the episodic training scenario. Most existing FSS method…

Few-Shot Semantic SegmentationSemantic Segmentation

Actor and Action Modular Network for Text-based Video Segmentation

2020-11-02 · Jianhua Yang, Yan Huang, Kai Niu, Linjiang Huang 외

Text-based video segmentation aims to segment an actor in video sequences by specifying the actor and its performing action with a textual query. Previous methods fail to explicitly align the video content with the textu…

Action SegmentationAction UnderstandingReferring Expression SegmentationSegmentation+3

A Unified Query-based Paradigm for Camouflaged Instance Segmentation

2023-08-14 · Bo Dong, Jialun Pei, Rongrong Gao, Tian-Zhu Xiang 외

Due to the high similarity between camouflaged instances and the background, the recently proposed camouflaged instance segmentation (CIS) faces challenges in accurate localization and instance segmentation. To this end,…

Boundary DetectionDecoderInstance SegmentationMulti-Task Learning+2