在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):MichiganCOG/A2CL-PT开源软件地址(OpenSource Url):https://github.com/MichiganCOG/A2CL-PT开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):A2CL-PTAdversarial Background-Aware Loss for Weakly-supervised Temporal Activity Localization (ECCV 2020) OverviewWe argue that existing methods for weakly-supervised temporal activity localization are not able to sufficiently distinguish background information from activities of interest for each video even though such an ability is critical to strong temporal activity localization. To this end, we propose a novel method named Adversarial and Angular Center Loss with a Pair of Triplets (A2CL-PT). Our method outperforms all the previous state-of-the-art approaches. Specifically, the average mAP of IoU thresholds from 0.1 to 0.9 on THUMOS14 dataset is significantly improved from 27.9% to 30.0%.
Weakly-supervised Temporal Activity LocalizationThe main goal of temporal activity localization is to find the start and end times of activities from untrimmed videos. A weakly-supervised version has recently taken foot in the community: here, one assumes that only video-level groundtruth activity labels are available. These video-level activity annotations are easy to collect and already exist across many datasets, thus weakly-supervised methods can be applied to a broader range of situations. ExampleFull example video clip is included in Code UsageFirst, clone this repository and download these pre-extracted I3D features of the THUMOS14 dataset: feature_train.npy and feature_val.npy.
Then, put these files in the
This will reproduce the results reported in the paper. You can also train the model from scratch by running
You can refer to the Notes
Citation@inproceedings{min2020adversarial,
title={Adversarial Background-Aware Loss for Weakly-supervised Temporal Activity Localization},
author={Min, Kyle and Corso, Jason J},
booktitle={European Conference on Computer Vision},
pages={283--299},
year={2020},
organization={Springer}
} |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论