paper-with-me

Papers

Weakly-Supervised Action Localization with Expectation-Maximization Multi-Instance Learning

2020-03-31 · ECCV 2020 8 · Zhekun Luo, Devin Guillory, Baifeng Shi, Wei Ke, Fang Wan, Trevor Darrell, Huijuan Xu

Weakly-supervised action localization requires training a model to localize the action segments in the video given only video level action label. It can be solved under the Multiple Instance Learning (MIL) framework, where a bag (video) contains multiple instances (action segments). Since only the bag's label is known, the main challenge is assigning which key instances within the bag to trigger the bag's label. Most previous models use attention-based approaches applying attentions to generate the bag's representation from instances, and then train it via the bag's classification. These models, however, implicitly violate the MIL assumption that instances in negative bags should be uniformly negative. In this work, we explicitly model the key instances assignment as a hidden variable and adopt an Expectation-Maximization (EM) framework. We derive two pseudo-label generation schemes to model the E and M process and iteratively optimize the likelihood lower bound. We show that our EM-MIL approach more accurately models both the learning objective and the MIL assumptions. It achieves state-of-the-art performance on two standard benchmarks, THUMOS14 and ActivityNet1.2.

📄 PDF Abstract BibTeX arXiv:2004.00163

Code (1)

airmachine/EM-MIL-WeaklyActionDetection 공식 구현 pytorch

Tasks

Action LocalizationMultiple Instance LearningPseudo LabelWeakly Supervised Action Localization

Similar Papers 제목 키워드 기반

Weakly- and Semi-Supervised Object Detection with Expectation-Maximization Algorithm

2017-02-28 · Ziang Yan, Jian Liang, Weishen Pan, Jin Li 외

Object detection when provided image-level labels instead of instance-level labels (i.e., bounding boxes) during training is an important problem in computer vision, since large scale image datasets with instance-level l…

object-detectionObject DetectionSemi-Supervised Object Detection

Weakly-Supervised Arbitrary-Shaped Text Detection with Expectation-Maximization Algorithm

2020-12-01 · Mengbiao Zhao, Wei Feng, Fei Yin, Xu-Yao Zhang 외

Arbitrary-shaped text detection is an important and challenging task in computer vision. Most existing methods require heavy data labeling efforts to produce polygon-level text region labels for supervised training. In o…

Text DetectionWeakly-supervised Learning

Keep CALM and Improve Visual Feature Attribution

2021-06-15 · ICCV 2021 10 · Jae Myung Kim, Junsuk Choe, Zeynep Akata, Seong Joon Oh

The class activation mapping, or CAM, has been the cornerstone of feature attribution methods for multiple vision tasks. Its simplicity and effectiveness have led to wide applications in the explanation of visual predict…

Object LocalizationWeakly-Supervised Object Localization

CREAM: Weakly Supervised Object Localization via Class RE-Activation Mapping

2022-05-27 · CVPR 2022 1 · Jilan Xu, Junlin Hou, Yuejie Zhang, Rui Feng 외

Weakly Supervised Object Localization (WSOL) aims to localize objects with image-level supervision. Existing works mainly rely on Class Activation Mapping (CAM) derived from a classification model. However, CAM-based met…

ClusteringObjectObject Localizationparameter estimation+1

Sharp Analysis of Expectation-Maximization for Weakly Identifiable Models

2019-02-01 · Raaz Dwivedi, Nhat Ho, Koulik Khamaru, Martin J. Wainwright 외

We study a class of weakly identifiable location-scale mixture models for which the maximum likelihood estimates based on $n$ i.i.d. samples are known to have lower accuracy than the classical $n^{- \frac{1}{2}}$ error. …