paper-with-me

Papers

Embodied Concept Learner: Self-supervised Learning of Concepts and Mapping through Instruction Following

2023-04-07 · Mingyu Ding, Yan Xu, Zhenfang Chen, David Daniel Cox, Ping Luo, Joshua B. Tenenbaum, Chuang Gan

Humans, even at a very early age, can learn visual concepts and understand geometry and layout through active interaction with the environment, and generalize their compositions to complete tasks described by natural languages in novel scenes. To mimic such capability, we propose Embodied Concept Learner (ECL) in an interactive 3D environment. Specifically, a robot agent can ground visual concepts, build semantic maps and plan actions to complete tasks by learning purely from human demonstrations and language instructions, without access to ground-truth semantic and depth supervisions from simulations. ECL consists of: (i) an instruction parser that translates the natural languages into executable programs; (ii) an embodied concept learner that grounds visual concepts based on language descriptions; (iii) a map constructor that estimates depth and constructs semantic maps by leveraging the learned concepts; and (iv) a program executor with deterministic policies to execute each program. ECL has several appealing benefits thanks to its modularized design. Firstly, it enables the robotic agent to learn semantics and depth unsupervisedly acting like babies, e.g., ground concepts through active interaction and perceive depth by disparities when moving forward. Secondly, ECL is fully transparent and step-by-step interpretable in long-term planning. Thirdly, ECL could be beneficial for the embodied instruction following (EIF), outperforming previous works on the ALFRED benchmark when the semantic label is not provided. Also, the learned concept can be reused for other downstream tasks, such as reasoning of object states. Project page: http://ecl.csail.mit.edu/

📄 PDF Abstract BibTeX arXiv:2304.03767

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingSelf-Supervised Learning

Similar Papers 제목 키워드 기반

ConceptLearner: Discovering Visual Concepts from Weakly Labeled Image Collections

2014-11-19 · CVPR 2015 6 · Bolei Zhou, Vignesh Jagadeesh, Robinson Piramuthu

Discovering visual knowledge from weakly labeled data is crucial to scale up computer vision recognition system, since it is expensive to obtain fully labeled data for a large number of concept categories. In this paper,…

object-detectionObject DetectionScene Recognition

Fast Concept Mapping: The Emergence of Human Abilities in Artificial Neural Networks when Learning Embodied and Self-Supervised

2021-02-03 · Viviane Clay, Peter König, Gordon Pipa, Kai-Uwe Kühnberger

Most artificial neural networks used for object detection and recognition are trained in a fully supervised setup. This is not only very resource consuming as it requires large data sets of labeled examples but also very…

object-detectionObject Detection

MetaConcept: Learn to Abstract via Concept Graph for Weakly-Supervised Few-Shot Learning

2020-07-05 · Baoquan Zhang, Ka-Cheong Leung, Yunming Ye, Xutao Li

Meta-learning has been proved to be an effective framework to address few-shot learning problems. The key challenge is how to minimize the generalization error of base learner across tasks. In this paper, we explore the …

Few-Shot LearningMeta-Learning

Can Language Models Understand Physical Concepts?

2023-05-23 · Lei LI, Jingjing Xu, Qingxiu Dong, Ce Zheng 외

Language models~(LMs) gradually become general-purpose interfaces in the interactive and embodied world, where the understanding of physical concepts is an essential prerequisite. However, it is not yet clear whether LMs…

Self-supervised Semantic Segmentation Grounded in Visual Concepts

2022-03-25 · Wenbin He, William Surmeier, Arvind Kumar Shekar, Liang Gou 외

Unsupervised semantic segmentation requires assigning a label to every pixel without any human annotations. Despite recent advances in self-supervised representation learning for individual images, unsupervised semantic …

Representation LearningSegmentationSelf-Supervised LearningSemantic Segmentation+1