All Projects → WuJie1010 → TSP-PRL

WuJie1010 / TSP-PRL

Licence: other
Tree-Structured Policy based Progressive Reinforcement Learning for Temporally Language Grounding in Video (AAAI2020)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TSP-PRL

Awesome-Temporally-Language-Grounding
A curated list of “Temporally Language Grounding” and related area
Stars: ✭ 97 (+148.72%)
Mutual labels:  language-grounding
recurrent-decoding-cell
[AAAI'20] Segmenting Medical MRI via Recurrent Decoding Cell (Spotlight)
Stars: ✭ 14 (-64.1%)
Mutual labels:  aaai2020
Dyamic Graph Representation
Official Dynamic Graph Representation PyTorch implement for iris/face recognition
Stars: ✭ 22 (-43.59%)
Mutual labels:  aaai2020
CBP
Official Tensorflow Implementation of the AAAI-2020 paper "Temporally Grounding Language Queries in Videos by Contextual Boundary-aware Prediction"
Stars: ✭ 52 (+33.33%)
Mutual labels:  video-analysis
Rel3D
Official code for NeurRIPS 2020 paper "Rel3D: A Minimally Contrastive Benchmark for Grounding Spatial Relations in 3D"
Stars: ✭ 24 (-38.46%)
Mutual labels:  language-grounding
InteractE
AAAI 2020 - InteractE: Improving Convolution-based Knowledge Graph Embeddings by Increasing Feature Interactions
Stars: ✭ 69 (+76.92%)
Mutual labels:  aaai2020
FISR
Official repository of FISR (AAAI 2020).
Stars: ✭ 72 (+84.62%)
Mutual labels:  aaai2020
SSNM-Coseg
[AAAI20] Deep Object Co-segmentation via Spatial-Semantic Network Modulation(Oral paper)
Stars: ✭ 21 (-46.15%)
Mutual labels:  aaai2020
LCMCG-PyTorch
AAAI2020-The official implementation of "Learning Cross-modal Context Graph for Visual Grounding"
Stars: ✭ 53 (+35.9%)
Mutual labels:  aaai2020
siam-mot
SiamMOT: Siamese Multi-Object Tracking
Stars: ✭ 446 (+1043.59%)
Mutual labels:  video-analysis
LR-GCCF
Revisiting Graph based Collaborative Filtering: A Linear Residual Graph Convolutional Network Approach, AAAI2020
Stars: ✭ 99 (+153.85%)
Mutual labels:  aaai2020
PyAnomaly
Useful Toolbox for Anomaly Detection
Stars: ✭ 95 (+143.59%)
Mutual labels:  video-analysis
symmetrical-synthesis
Official Tensorflow implementation of "Symmetrical Synthesis for Deep Metric Learning" (AAAI 2020)
Stars: ✭ 67 (+71.79%)
Mutual labels:  aaai2020
WeFEND-AAAI20
Dataset for paper "Weak Supervision for Fake News Detection via Reinforcement Learning" published in AAAI'2020.
Stars: ✭ 67 (+71.79%)
Mutual labels:  aaai2020
ACT AAAI20
code for AAAI 2020 paper "ACT"
Stars: ✭ 105 (+169.23%)
Mutual labels:  aaai2020

Tree-Structured Policy based Progressive Reinforcement Learning for Temporally Language Grounding in Video (AAAI2020)

This repository contains the pytorch codes and trained models described in the paper "Tree-Structured Policy based Progressive Reinforcement Learning for Temporally Language Grounding in Video" By Jie Wu, Guanbin Li, Si Liu, Liang Lin. Paper

Motivation

Motivation

Framework

Framework

Requirements

  • Python 2.7
  • Pytorch 0.4.1
  • matplotlib
  • The code is for Charades-STA dataset.

Visual Features

Please download the features in Features1, and put it in the "Dataset/Charades" folder.

Training and Testing Data

Please download the TrainingData in TrainingData, and put it in the "Dataset/Charades/ref_info" folder. Please download the TestingData in TestingData, and put it in the "Dataset/Charades/ref_info" folder.

Pre-trained models

We provide the pre-trained model for Charades-STA dataset, which can get 24.73 on R@1, IoU0.7 and 45.30 on R@1, IoU0.5: Models

Train

python train.py

Validate

python val.py

Test from Pre-trained Model

python test.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].