{
  "nodes": [
    {
      "id": "embodied_ai",
      "label": "具身智能",
      "category": "core",
      "description": "结合物理身体和环境交互的人工智能系统",
      "importance": 10
    },
    {
      "id": "humanoid_robot",
      "label": "人形机器人",
      "category": "platform",
      "description": "模仿人类形态和行为的机器人",
      "importance": 9
    },
    {
      "id": "reinforcement_learning",
      "label": "强化学习",
      "category": "technology",
      "description": "通过试错和奖励学习最优策略",
      "importance": 8
    },
    {
      "id": "computer_vision",
      "label": "计算机视觉",
      "category": "technology",
      "description": "使机器能够理解和处理视觉信息",
      "importance": 8
    },
    {
      "id": "natural_language_processing",
      "label": "自然语言处理",
      "category": "technology",
      "description": "使机器理解和生成人类语言",
      "importance": 7
    },
    {
      "id": "sensor_fusion",
      "label": "传感器融合",
      "category": "technology",
      "description": "整合多种传感器数据以提高感知能力",
      "importance": 6
    },
    {
      "id": "motion_planning",
      "label": "运动规划",
      "category": "technology",
      "description": "规划机器人在环境中的移动路径",
      "importance": 7
    },
    {
      "id": "manipulation",
      "label": "物体操作",
      "category": "application",
      "description": "机器人抓取和操纵物体的能力",
      "importance": 7
    },
    {
      "id": "navigation",
      "label": "导航",
      "category": "application",
      "description": "在环境中自主移动和定位",
      "importance": 6
    },
    {
      "id": "hri",
      "label": "人机交互",
      "category": "research",
      "description": "人类与机器人之间的交互方式",
      "importance": 8
    },
    {
      "id": "deep_learning",
      "label": "深度学习",
      "category": "technology",
      "description": "使用多层神经网络进行学习",
      "importance": 9
    },
    {
      "id": "sim_to_real",
      "label": "仿真到现实",
      "category": "research",
      "description": "将仿真环境中的学习迁移到真实世界",
      "importance": 7
    },
    {
      "id": "world_model",
      "label": "世界模型",
      "category": "research",
      "description": "对环境的内部表示和预测",
      "importance": 7
    },
    {
      "id": "llm",
      "label": "大语言模型",
      "category": "technology",
      "description": "具有强大语言理解和生成能力的AI模型",
      "importance": 9
    },
    {
      "id": "multimodal_learning",
      "label": "多模态学习",
      "category": "technology",
      "description": "整合视觉、语言、触觉等多种模态",
      "importance": 8
    },
    {
      "id": "service_robot",
      "label": "服务机器人",
      "category": "application",
      "description": "为人类提供各种服务的机器人",
      "importance": 6
    },
    {
      "id": "industrial_robot",
      "label": "工业机器人",
      "category": "application",
      "description": "用于制造和生产的机器人",
      "importance": 6
    },
    {
      "id": "autonomous_driving",
      "label": "自动驾驶",
      "category": "application",
      "description": "无需人类干预的车辆驾驶",
      "importance": 8
    },
    {
      "id": "dexterous_manipulation",
      "label": "灵巧操作",
      "category": "research",
      "description": "精细的物体操作和手部协调",
      "importance": 6
    },
    {
      "id": "embodied_cognition",
      "label": "具身认知",
      "category": "research",
      "description": "认知过程与身体和环境的交互关系",
      "importance": 7
    },
    {
      "id": "boston_dynamics",
      "label": "波士顿动力",
      "category": "platform",
      "description": "知名机器人公司，开发了Atlas和Spot等机器人",
      "importance": 8
    },
    {
      "id": "tesla_optimus",
      "label": "特斯拉Optimus",
      "category": "platform",
      "description": "特斯拉开发的人形机器人项目",
      "importance": 9
    },
    {
      "id": "unitree",
      "label": "宇树科技",
      "category": "platform",
      "description": "中国四足机器人和人形机器人公司",
      "importance": 7
    },
    {
      "id": "figure_ai",
      "label": "Figure AI",
      "category": "platform",
      "description": "专注于通用人形机器人的初创公司",
      "importance": 8
    },
    {
      "id": "safety",
      "label": "安全性",
      "category": "research",
      "description": "确保机器人操作的安全性",
      "importance": 8
    }
  ],
  "edges": [
    {
      "source": "embodied_ai",
      "target": "humanoid_robot",
      "type": "RELATES",
      "weight": 10
    },
    {
      "source": "embodied_ai",
      "target": "reinforcement_learning",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "embodied_ai",
      "target": "computer_vision",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "embodied_ai",
      "target": "embodied_cognition",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "humanoid_robot",
      "target": "manipulation",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "humanoid_robot",
      "target": "navigation",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "humanoid_robot",
      "target": "hri",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "humanoid_robot",
      "target": "boston_dynamics",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "humanoid_robot",
      "target": "tesla_optimus",
      "type": "RELATES",
      "weight": 10
    },
    {
      "source": "humanoid_robot",
      "target": "figure_ai",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "reinforcement_learning",
      "target": "deep_learning",
      "type": "RELATES",
      "weight": 10
    },
    {
      "source": "reinforcement_learning",
      "target": "sim_to_real",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "reinforcement_learning",
      "target": "world_model",
      "type": "RELATES",
      "weight": 7
    },
    {
      "source": "computer_vision",
      "target": "deep_learning",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "computer_vision",
      "target": "sensor_fusion",
      "type": "RELATES",
      "weight": 7
    },
    {
      "source": "computer_vision",
      "target": "multimodal_learning",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "natural_language_processing",
      "target": "llm",
      "type": "RELATES",
      "weight": 10
    },
    {
      "source": "natural_language_processing",
      "target": "multimodal_learning",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "natural_language_processing",
      "target": "hri",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "manipulation",
      "target": "dexterous_manipulation",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "manipulation",
      "target": "motion_planning",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "navigation",
      "target": "motion_planning",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "navigation",
      "target": "sensor_fusion",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "navigation",
      "target": "autonomous_driving",
      "type": "RELATES",
      "weight": 7
    },
    {
      "source": "hri",
      "target": "safety",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "llm",
      "target": "embodied_ai",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "multimodal_learning",
      "target": "embodied_ai",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "service_robot",
      "target": "humanoid_robot",
      "type": "RELATES",
      "weight": 7
    },
    {
      "source": "service_robot",
      "target": "hri",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "industrial_robot",
      "target": "manipulation",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "autonomous_driving",
      "target": "computer_vision",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "autonomous_driving",
      "target": "reinforcement_learning",
      "type": "RELATES",
      "weight": 7
    },
    {
      "source": "sim_to_real",
      "target": "world_model",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "boston_dynamics",
      "target": "navigation",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "boston_dynamics",
      "target": "manipulation",
      "type": "RELATES",
      "weight": 7
    },
    {
      "source": "tesla_optimus",
      "target": "manipulation",
      "type": "RELATES",
      "weight": 9
    },
    {
      "source": "tesla_optimus",
      "target": "llm",
      "type": "RELATES",
      "weight": 7
    },
    {
      "source": "unitree",
      "target": "humanoid_robot",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "figure_ai",
      "target": "llm",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "dexterous_manipulation",
      "target": "reinforcement_learning",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "embodied_cognition",
      "target": "world_model",
      "type": "RELATES",
      "weight": 8
    },
    {
      "source": "safety",
      "target": "embodied_ai",
      "type": "RELATES",
      "weight": 9
    }
  ]
}
