paper-with-me

Papers

Fast Weakly Supervised Action Segmentation Using Mutual Consistency

2019-04-05 · Yaser Souri, Mohsen Fayyaz, Luca Minciullo, Gianpiero Francesca, Juergen Gall

Action segmentation is the task of predicting the actions for each frame of a video. As obtaining the full annotation of videos for action segmentation is expensive, weakly supervised approaches that can learn only from transcripts are appealing. In this paper, we propose a novel end-to-end approach for weakly supervised action segmentation based on a two-branch neural network. The two branches of our network predict two redundant but different representations for action segmentation and we propose a novel mutual consistency (MuCon) loss that enforces the consistency of the two redundant representations. Using the MuCon loss together with a loss for transcript prediction, our proposed approach achieves the accuracy of state-of-the-art approaches while being $14$ times faster to train and $20$ times faster during inference. The MuCon loss proves beneficial even in the fully supervised setting.

📄 PDF Abstract BibTeX arXiv:1904.03116

Code (1)

yassersouri/MuCon 공식 구현 pytorch

Tasks

Action SegmentationSegmentationWeakly Supervised Action Segmentation (Transcript)

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Dilated Convolution 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
1D CNN 1D Convolutional Neural Networks are similar to well known and more established 2D Convolutional Neural Networks. 1D Convolutional Neural Networks are used mainly used on text and…

Similar Papers 제목 키워드 기반

Branches Mutual Promotion for End-to-End Weakly Supervised Semantic Segmentation

2023-08-09 · Lei Zhu, Hangzhou He, Xinliang Zhang, Qian Chen 외

End-to-end weakly supervised semantic segmentation aims at optimizing a segmentation model in a single-stage training process based on only image annotations. Existing methods adopt an online-trained classification branc…

ClassificationSegmentationSemantic SegmentationWeakly supervised segmentation+2

On Evaluating Weakly Supervised Action Segmentation Methods

2020-05-19 · Yaser Souri, Alexander Richard, Luca Minciullo, Juergen Gall

Action segmentation is the task of temporally segmenting every frame of an untrimmed video. Weakly supervised approaches to action segmentation, especially from transcripts have been of considerable interest to the compu…

Action SegmentationSegmentation

Adaptive Binarization for Weakly Supervised Affordance Segmentation

2017-07-10 · Johann Sawatzky, Juergen Gall

The concept of affordance is important to understand the relevance of object parts for a certain functional interaction. Affordance types generalize across object categories and are not mutually exclusive. This makes the…

BinarizationObjectSegmentation

Weakly Supervised Instance Segmentation by Deep Community Learning

2020-01-30 · Jaedong Hwang, Seohyun Kim, Jeany Son, Bohyung Han

We present a weakly supervised instance segmentation algorithm based on deep community learning with multiple tasks. This task is formulated as a combination of weakly supervised object detection and semantic segmentatio…

Image-level Supervised Instance SegmentationInstance Segmentationobject-detectionObject Detection+4

FIFA: Fast Inference Approximation for Action Segmentation

2021-08-09 · Yaser Souri, Yazan Abu Farha, Fabien Despinoy, Gianpiero Francesca 외

We introduce FIFA, a fast approximate inference method for action segmentation and alignment. Unlike previous approaches, FIFA does not rely on expensive dynamic programming for inference. Instead, it uses an approximate…

Action SegmentationSegmentationWeakly Supervised Action Segmentation (Transcript)