在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):YapengTian/AVE-ECCV18开源软件地址(OpenSource Url):https://github.com/YapengTian/AVE-ECCV18开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):Audio-Visual Event Localization in Unconstrained Videos (To appear in ECCV 2018) AVE Dataset & FeaturesAVE dataset can be downloaded from https://drive.google.com/open?id=1FjKwe79e0u96vdjIVwfRQ1V6SoDHe7kK. Audio feature and visual feature (7.7GB) are also released. Please put videos of AVE dataset into /data/AVE folder and features into /data folder before running the code. Scripts for generating audio and visual features: https://drive.google.com/file/d/1TJL3cIpZsPHGVAdMgyr43u_vlsxcghKY/view?usp=sharing (Feel free to modify and use it to precess your audio and visual data). RequirementsPython-3.6, Pytorch-0.3.0, Keras, ffmpeg. Visualize attention mapsRun: python attention_visualization.py to generate audio-guided visual attention maps. Supervised audio-visual event localizationTesting: A+V-att model in the paper: python supervised_main.py --model_name AV_att DMRN model in the paper: python supervised_main.py --model_name DMRN Training: python supervised_main.py --model_name AV_att --train Weakly-supervised audio-visual event localizationWe add some videos without audio-visual events into training data. Therefore, the labels of these videos are background. Processed visual features can be found in visual_feature_noisy.h5. Put the feature into data folder. Testing: W-A+V-att model in the paper: python weak_supervised_main.py Training: python weak_supervised_main.py --train Cross-modality localizationFor this task, we developed a cross-modal matching network. Here, we used visual feature vectors via global average pooling, and you can find here. Please put the feature into data folder. Note that the code was implemented via Keras-2.0 with Tensorflow as the backend. Testing: python cmm_test.py Training: python cmm_train.py Other Related or Follow-up works[1] Rouditchenko, Andrew, et al. "Self-supervised Audio-visual Co-segmentation." ICASSP, 2019. [Paper] [2] Lin, Yan-Bo, Yu-Jhe Li, and Yu-Chiang Frank Wang. "Dual-modality seq2seq network for audio-visual event localization." ICASSP, 2019 [Paper] [3] Rana, Aakanksha, Cagri Ozcinar, and Aljosa Smolic. "Towards Generating Ambisonics Using Audio-visual Cue for Virtual Reality." ICASSP, 2019. [Paper] [4] Yu Wu, Linchao Zhu, Yan Yan, Yi Yang. "Dual Attention Matching for Audio-Visual Event Localization", ICCV, 2019. (oral) [website] [5] Jinxing Zhou, Liang Zheng, Yiran Zhong, Shijie Hao, Meng Wang. Positive Sample Propagation along the Audio-Visual Event Line, CVPR 2021. [paper][code] CitationIf you find this work useful, please consider citing it.
AcknowledgementsAudio features are extracted using vggish and the audio-guided visual attention model was implemented highly based on adaptive attention. We thank the authors for sharing their codes. If you use our codes, please also cite their nice works. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论