paper-with-me

Papers

Dilation-Erosion for Single-Frame Supervised Temporal Action Localization

2022-12-13 · Bin Wang, Yan Song, Fanming Wang, Yang Zhao, Xiangbo Shu, Yan Rui

To balance the annotation labor and the granularity of supervision, single-frame annotation has been introduced in temporal action localization. It provides a rough temporal location for an action but implicitly overstates the supervision from the annotated-frame during training, leading to the confusion between actions and backgrounds, i.e., action incompleteness and background false positives. To tackle the two challenges, in this work, we present the Snippet Classification model and the Dilation-Erosion module. In the Dilation-Erosion module, we expand the potential action segments with a loose criterion to alleviate the problem of action incompleteness and then remove the background from the potential action segments to alleviate the problem of action incompleteness. Relying on the single-frame annotation and the output of the snippet classification, the Dilation-Erosion module mines pseudo snippet-level ground-truth, hard backgrounds and evident backgrounds, which in turn further trains the Snippet Classification model. It forms a cyclic dependency. Furthermore, we propose a new embedding loss to aggregate the features of action instances with the same label and separate the features of actions from backgrounds. Experiments on THUMOS14 and ActivityNet 1.2 validate the effectiveness of the proposed method. Code has been made publicly available (https://github.com/LingJun123/single-frame-TAL).

📄 PDF Abstract BibTeX arXiv:2212.06348

Code (1)

lingjun123/single-frame-tal 공식 구현

Tasks

Action LocalizationTemporal Action Localization

Similar Papers 제목 키워드 기반

Linear Dilation-Erosion Perceptron Trained Using a Convex-Concave Procedure

2020-11-11 · Angelica Lourenço Oliveira, Marcos Eduardo Valle

Mathematical morphology (MM) is a theory of non-linear operators used for the processing and analysis of images. Morphological neural networks (MNNs) are neural networks whose neurons compute morphological operators. Dil…

Binary ClassificationGeneral Classification

Linear Dilation-Erosion Perceptron for Binary Classification

2020-11-11 · Angelica Lourenço Oliveira, Marcos Eduardo Valle

In this work, we briefly revise the reduced dilation-erosion perceptron (r-DEP) models for binary classification tasks. Then, we present the so-called linear dilation-erosion perceptron (l-DEP), in which a linear transfo…

Binary ClassificationClassificationGeneral Classification

Double-sided probing by map of Asplund's distances using Logarithmic Image Processing in the framework of Mathematical Morphology

2017-01-27 · Guillaume Noyel, Michel Jourlin

We establish the link between Mathematical Morphology and the map of Asplund's distances between a probe and a grey scale function, using the Logarithmic Image Processing scalar multiplication. We demonstrate that the ma…

Reduced Dilation-Erosion Perceptron for Binary Classification

2020-03-04 · Marcos Eduardo Valle

Dilation and erosion are two elementary operations from mathematical morphology, a non-linear lattice computing methodology widely used for image processing and analysis. The dilation-erosion perceptron (DEP) is a morpho…

Binary ClassificationClassificationGeneral Classification

Mathematical Morphology via Category Theory

2020-09-14 · Hossein Memarzadeh Sharifipour, Bardia Yousefi

Mathematical morphology contributes many profitable tools to image processing area. Some of these methods considered to be basic but the most important fundamental of data processing in many various applications. In this…