V2CNet: A Deep Learning Framework to Translate Videos to Commands for Robotic Manipulation
Anh Nguyen, Thanh-Toan Do, Ian Reid, Darwin G. Caldwell, Nikos G., Tsagarakis

TL;DR
V2CNet is a deep learning framework that translates demonstration videos into robotic commands by understanding fine-grained actions and sequential information, outperforming previous methods on a large dataset.
Contribution
Introduces V2CNet, a dual-branch deep learning model combining encoder-decoder and TCN to improve video-to-command translation for robotics.
Findings
Outperforms state-of-the-art methods on a large-scale dataset
Effectively encodes fine-grained actions and sequential command information
Demonstrates applicability in real robotic systems
Abstract
We propose V2CNet, a new deep learning framework to automatically translate the demonstration videos to commands that can be directly used in robotic applications. Our V2CNet has two branches and aims at understanding the demonstration video in a fine-grained manner. The first branch has the encoder-decoder architecture to encode the visual features and sequentially generate the output words as a command, while the second branch uses a Temporal Convolutional Network (TCN) to learn the fine-grained actions. By jointly training both branches, the network is able to model the sequential information of the command, while effectively encodes the fine-grained actions. The experimental results on our new large-scale dataset show that V2CNet outperforms recent state-of-the-art methods by a substantial margin, while its output can be applied in real robotic applications. The source code and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Pose and Action Recognition · Multimodal Machine Learning Applications · Robot Manipulation and Learning
