We lifted 2 functions out of this paper's own repositories and ran 0 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| WingsBrokenAngel/delving-deeper-into-the-decoder-for-video-captioning | canonical | 0 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| cal_metrics | Not yet run | WingsBrokenAngel/delving-deeper-into-the-decoder-for-video-captioning/msrvtt/train_model.py code served (permissive licence) · get_code("48102a8c5eac95bf") |
| cal_metrics | Not yet run | WingsBrokenAngel/delving-deeper-into-the-decoder-for-video-captioning/msvd/train_model.py code served (permissive licence) · get_code("74b35ce6360835ab") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Video captioning is an advanced multi-modal task which aims to describe a video clip using a natural language sentence. The encoder-decoder framework is the most popular paradigm for this task in recent years. However, there exist some problems in the decoder of a video captioning model. We make a thorough investigation into the decoder and adopt three techniques to improve the performance of the model. First of all, a combination of variational dropout and layer normalization is embedded into a recurrent unit to alleviate the problem of overfitting. Secondly, a new online method is proposed to evaluate the performance of a model on a validation set so as to select the best checkpoint for testing. Finally, a new training strategy called professional learning is proposed which uses the strengths of a captioning model and bypasses its weaknesses. It is demonstrated in the experiments on Microsoft Research Video Description Corpus (MSVD) and MSR-Video to Text (MSR-VTT) datasets that our model has achieved the best results evaluated by BLEU, CIDEr, METEOR and ROUGE-L metrics with significant gains of up to 18% on MSVD and 3.5% on MSR-VTT compared with the previous state-of-the-art models.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2001.05614")
get_code_for_paper("2001.05614")
have("2001.05614")
Connect an agent — have() is free.