paper-with-me

Papers

Time-Contrastive Networks: Self-Supervised Learning from Video

2017-04-23 · Pierre Sermanet, Corey Lynch, Yevgen Chebotar, Jasmine Hsu, Eric Jang, Stefan Schaal, Sergey Levine

We propose a self-supervised approach for learning representations and robotic behaviors entirely from unlabeled videos recorded from multiple viewpoints, and study how this representation can be used in two robotic imitation settings: imitating object interactions from videos of humans, and imitating human poses. Imitation of human behavior requires a viewpoint-invariant representation that captures the relationships between end-effectors (hands or robot grippers) and the environment, object attributes, and body pose. We train our representations using a metric learning loss, where multiple simultaneous viewpoints of the same observation are attracted in the embedding space, while being repelled from temporal neighbors which are often visually similar but functionally different. In other words, the model simultaneously learns to recognize what is common between different-looking images, and what is different between similar-looking images. This signal causes our model to discover attributes that do not change across viewpoint, but do change across time, while ignoring nuisance variables such as occlusions, motion blur, lighting and background. We demonstrate that this representation can be used by a robot to directly mimic human poses without an explicit correspondence, and that it can be used as a reward function within a reinforcement learning algorithm. While representations are learned from an unlabeled collection of task-related videos, robot behaviors such as pouring are learned by watching a single 3rd-person demonstration by a human. Reward functions obtained by following the human demonstrations under the learned representation enable efficient reinforcement learning that is practical for real-world robotic systems. Video results, open-source code and dataset are available at https://sermanet.github.io/imitate

📄 PDF Abstract BibTeX arXiv:1704.06888

Code (7)

2023-MindSpore-1/ms-code-7/tree/main/TCN mindspore
araffin/srl-zoo pytorch
elicassion/3dtrl pytorch
sermanet/tcn
tensorflow/models tf
tensorflow/models/tree/archive/research/tcn tf
tensorflow/models/tree/master/research/tcn tf

Tasks

Metric Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Self-Supervised LearningVideo Alignment

Methods 이 논문이 사용한 방법론

1cycle 설명 없음

Similar Papers 제목 키워드 기반

CrossVideo: Self-supervised Cross-modal Contrastive Learning for Point Cloud Video Understanding

2024-01-17 · Yunze Liu, Changxi Chen, Zifan Wang, Li Yi

This paper introduces a novel approach named CrossVideo, which aims to enhance self-supervised cross-modal contrastive learning in the field of point cloud video understanding. Traditional supervised learning methods enc…

Contrastive Learningpoint cloud video understandingSelf-Supervised LearningVideo Understanding

Self-supervised and Weakly Supervised Contrastive Learning for Frame-wise Action Representations

2022-12-06 · Minghao Chen, Renbo Tu, Chenxi Huang, Yuqi Lin 외

Previous work on action representation learning focused on global representations for short video clips. In contrast, many practical applications, such as video alignment, strongly demand learning the intensive represent…

Action ClassificationContrastive LearningRepresentation LearningRetrieval+2

TCLR: Temporal Contrastive Learning for Video Representation

2021-01-20 · Ishan Dave, Rohit Gupta, Mamshad Nayeem Rizve, Mubarak Shah

Contrastive learning has nearly closed the gap between supervised and self-supervised learning of image representations, and has also been explored for videos. However, prior work on contrastive learning for video data h…

Action ClassificationAction RecognitionContrastive LearningGeneral Classification+6

Self-Supervised Video Representation Learning with Motion-Contrastive Perception

2022-04-10 · Jinyu Liu, Ying Cheng, Yuejie Zhang, Rui-Wei Zhao 외

Visual-only self-supervised learning has achieved significant improvement in video representation learning. Existing related methods encourage models to learn video representations by utilizing contrastive learning or de…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Self-Supervised Video Representation Learning with Meta-Contrastive Network

2021-08-19 · ICCV 2021 10 · Yuanze Lin, Xun Guo, Yan Lu

Self-supervised learning has been successfully applied to pre-train video representations, which aims at efficient adaptation from pre-training domain to downstream tasks. Existing approaches merely leverage contrastive …

Action RecognitionContrastive LearningMeta-LearningRepresentation Learning+5