Robotics:复习

REVISION

Posted by R1NG on May 15, 2023 Viewed Times
  1. What is robotics?
  • The field of robotics are the problem of building hardwares with sensors and actuators which is capable of performing tasks in the real world.
  1. What is a robot?
    • A robot is an automonous system which exists in the real world, can sense its environment, and act on it to achieve some goals.
  2. What is intelligent robotics/AI Robotics? the field which combines robotics and AI is called intelligent robotics, which is inspired directly from the field of engineering instead of psychology.

  3. What is Cognitive Robotics? Refers to the design of sensorimotor and cognitive capabilities in intelligent robots, taking direct inspiration from cognitive and biological sciences”

    or:

    Cognitive robotics is the field that combines insights and methods from AI as well as cognitive and biological sciences to robotics.

    It contains four key principles: Embodied Cognitive Theory, AI/Knowledge-based systems, Behavioural Robotics and Synthetic Methedologies.

  4. What is Artificial Cognitive Systems? Modelling of simulated and embodied/robotic agents taking inspiration from natural and cognitive systems

  5. Six key attributes of cognition in artificial cognitive systems:
    • Perception
    • Action
    • Adapt
    • Learn
    • Anticipate
    • Autonomy
  6. Embodiment: The body of a robot is the physical structure that enables it to interact with the environment.

    A robot’s intelligence and cognitive processes are closely tied to its physical body and the way it interacts with the environment. Rather than treating the robot as a disembodied mind or an abstract information processor, embodiment emphasizes the integration of perception, action, and cognition in a unified system.

  7. What is cognition? “Cognition is the process by which an autonomous system perceives its environment, learns from experience, anticipates the outcome of events, acts to pursue goals, and adapts to changing circumstances” (Vernon 2014)

  8. The first intelligent robot: Shakey the robot

  9. What are the five main cognitive robotics approaches?
    • Developmental Robotics
    • Evolutional Robotics
    • Swarm Robotics
    • Soft Robotics
    • Neural Robotics
  10. What is the Marr’s abstraction?
    • Computational / Theory
    • Representational / Algorithmic
    • Implementation

    which decomposes the different level of abstraction and allow the analysation of the problem from highest levels, avoiding the consideration of the details of the implementation before the computational level or theoretical level is solved.

  11. Example of an analysis/design of a cognitive robotics experiment: (Modi):

    Follows Marr’s Abstraction, Modi experiment is designed as:

    • Computational / Theory: Model the language acquisition process exploiting embodiment, following a study showing how posture and space strategies allow word learning in the absence of visual objects.

    • Representational / Algorithmic: Robots are given both speech and visual input stimuli, which will be lead to some internal semantic representations, result in expected behavior: naming correct object or being able to acting on object such as pointing to it.

    • Implementation: A robot hardware platform such as iCub or Nao is used, with a camera and microphone to capture visual and speech input, as well as handle the embodiment routine. A LSTM network is used to implement the robot’s cognitive architecture.

    • Further information: “The robot’s task and the input/output dataset which the model is going to be used”: The robot is presented with N objects visually, then each object is then given a word associated to it => The input consists of images of the objects and corresponding speeches, while the output consists of the name of the object that is learned and the movement of the robot’s arm to point to the object.

    “The procedure of training and testing the robot”:

      1. Provide image only inputs;
      1. Provide image-speech associated inputs;
      1. Gather the output and compare with the expected output to evaluate the effect of model training.

    Test: use a separate test dataset on the robot to evaluate the model’s performance.

  12. What is the first robot in the world, the first industrial robot and the first cognitive robot?
    • First robot in the world: Waldo
    • First industrial robot: PUMA (Unimate)
    • First cognitive robot: Shakey
  13. What is cybernetics? Cybernetics is the study of the communication and control of regulatory feedback both in living beings and machines, and in combinations of the two.

  14. What is the difference between close-loop and open-loop control?
    • Open-loop control: The control action is independent of the respond.
    • Close-loop control: The control action is dependent on the respond.
  15. What are the main four components of a robot?
    • A Physical body to be embodied in the world
    • Sensors to perceive the environment
    • Actuators & Effectors to take actions in the environment
    • Controller to be automous and have goals
  16. What are the types of robots? Humanoid: resembles a human (have human-like body plan and senses for human-robot interactions), but not necessarily in appearance

    Android: robots which are designed to resemble humans in appearance (Geminoid, Hanson, Kaspar)

    Biometric Robots: robots which are designed with animal body-plans, to exploit biological structures and mechanisms

  17. What is the uncanny valley? The uncanny valley is a hypothesis in the field of aesthetics which holds that when features look and move almost, but not exactly, like natural beings, it causes a response of revulsion among some observers => caused by the failure to attain full human-like qualities in both behavior and appearance.

  18. What are the difference between effector and actuator? Effector: the device that has an effect on the environment Actuator: the device which enabling effectors to execute the movement

  19. What are the two types of DOF (Degree of Freedom)? Translational DOF: move without rotation, x, y, z Rotational DOF: rotate without translation, roll, pitch, yaw

  20. What are the total and controllable DOFs? Untrollable DOF: DOF which cannot be controlled by the robot, cause problems

    Holonomic DOF: All DOFs happens to be able to controlled by Non-holonomic DOF: Some DOFs cannot be controlled by the robot Redundant DOF: The robot has more DOFs than it needs to perform a task

  21. What is active and passive actuation? Activator: the actuators which use energy to provide power to the effectors Passive actuation: the actuators which do not use extra energy to provide power to the effectors by exploiting the body-enviroment interaction (exploit gravity/weight)

  22. What are stiff effector and compliant actuator? Stiff effector: the effectors which are rigid and do not deform when interacting with the environment Compliance actuator: the actuators which are responsive to external force by stopping the movement or deforming

  23. What are the types of sensors?
    • Proprioceptive sensors: sensors which measure the internal state of the robot (joint angles, joint torques, joint velocities, etc.)
    • Exteroceptive sensors: sensors which measure the external state of the robot (camera, microphone, etc.)
  24. What are the levels of sensor processing? Low: electronic signals, such as bump sensor Mid: signal processing, such as microphones, sonar, lidar High: include computation or sensor-fusion, suchas vision, NLP, multi-modal sensor fusion

  25. What are two main perception theories?
    • Passive vision: passively observing the world, which is done by most robots
    • Active vision: actively observing the world, use knowledge and instict to look for particular stimuli (human’s eye-movement)
  26. What is SONAR? SOund NAvigation and Ranging

  27. What is LIDAR? LIght Detection And Ranging

  28. What is developmental Robotics? Developmental Robotics is the first example of cognitive robotics, which take direct inspiration form developmental psychology.

    Developmental Robotics is the interdisciplinary approach to the automous design of behavioral and cognitive capability in artificial agents which take direct inspiration from developmental principles and machenisms observed in natural cognitive systems such as children.

  29. What are the six main principles of Developmental Robotics?
    • Development as a Dynamic System:
    • Phylogenetic and Ontogenetic interaction:
    • Embodied and Situated development:
    • Intrinsic Motivation and Social Learning:
    • Non-linear, stage-like development:
    • Online, open-ended cumulative learning:
  30. What are the four Piaget’s stages of cognitive development?
    • Sensorimotor
    • Preoperational
    • Concrete Operational
    • Formal Operational
  31. What is the difference between navigation and manipulation? Navigation: where to go and were am I Manipulation: go to where and fecth sth (reaching & grasping)

  32. What are the difference between Localisation and Map making?
    • Localisation: where am I
    • Map making: where I have been (SLAM)
  33. What are two main ways of path planning?
    • Qualitative Path Planning: Topological/Route navigation, such as distinctive places and associative methods
    • Quantitative Path Planning: Metric navigation, precise determine the location
  34. What are two main ways of feature-based localisation?
    • marcov Localization, typically used for global localisation
    • extended kalman filters, also used for global localisation
  35. What is the main method used for iconic licalisation? Monte-Carlo Localization

  36. What is SLAM? Simultaneous Localization and Mapping, build maps while localising in a new environment without any prior knowledge

  37. What is RatSLAM? a cognitive navigation model, emulate the spatial navigation capability of rat’s hippocampal system.

    good at deal with noisy input, cope with new environment and accomodate complexity.

    Discover head-direction cells, grid cells, place cells.

    Place Cells: fire when the rat is in a particular location in the environment

    Grid cells: fire in a metrically regular way across the environment

  38. What is an artificial neural network? consists of a set of interconnected nodes, can receive input stimuli from the environment and learn new output responses

  39. What are the main activation functions? neuron functions: ReLU, Sigmoid, Tanh.

  40. What are the main output layer function (categorical)? SoftMax.

  41. What are the main NNet Topologies?
    • Feedforward: perception, MLP, Deep NN.
  42. What is CNN? learn features automatically through filters, similar to hierarchical, deep brain visual cortex

  43. What is the main revolution of CNN? 2010, AlexNet, which is based on 1998’s Lenet.

  44. What is Feature Map? Simple neoruns use local receptive fields to filter elementary filters, which are then combined to form feature maps.

  45. What is convolution? Sequential implementation of feature maps to scan the input image with a single local receptive field, extract features and combine them to form a feature map.

  46. What is pooling? The technique to reduce the feature maps’ spatial resolution, which is locally invariant, can reduce the sensitivity of the output to shifts and distortions.

  47. What is robot manipulator? One or more links connected by joints, and the endeffector.

  48. What is endeffector? used to affect and move objects in the environment, such as gripper, hand, arm, etc.

  49. What is joint limit? the extreme of how far a joint can move.

  50. What is Workspace? the space that the endeffector can reach, the set of all poses attainable by a particular endeffector

  51. What is inverse and forward kinemetics? Inverse kinematics: given the endeffector pose, find the joint angles Forward kinematics: given the joint angles, find the endeffector pose

  52. What is compliance and how to achieve it? yielding to the environment forces, maintain safety for contact with humans

    solutions: sensors(software compliance), soft materials, spring in joints

  53. What is the difference between close loop and open loop control? close loop ctrl: achieve and maintain a desired state by continuously comparing its current state with the desired one using feedback and computing error (difference between current state and desired state)

    open loop ctrl: directly apply force to joints (actuators) towards the desired state without check

  54. What is reaching model? Follows the natural cognitive principle of “reaching model”: infants learns to ctrl their bodies by actively generating trial-and-error arm movements, reaching a U-shaped development: accuracy goes up, then down, then up again.

    Theory: replica the human reaching model via imolementing maturation model. Algorithmic: given a robot with one arm low-acuity visual input, let it learn to reach to grasp the object. Implementation: use a humanoid such as iCub or Nao, implement the grasp model using artificial neural networks, continue to give it visual input and update the weights of the network using genetic algorithm, analyze the change of grasp performance.

  55. What are two main ways of deep learning for manipulation?
    1. Reinforcement Learning: deep Q reinforcement learning
    2. Hand-eye coordination
  56. What is Social Interaction and Learning? It is a developmental approach containing for incremental skills: joint attention, imitation, cooperation and TOM (Theory of Mind).

  57. What is joint attention? It refers to the capability that two or more individuals share attention to the same object or event, no matter the object is visible for both or not.

  58. What are the four stages of joint attention?
    1. Sensitivity stage
    2. Ecological Stage
    3. Geometrical Stage
    4. Representational Stage
  59. (Developmental Learning) Joint Gaze Model:
    1. Computational: use a humanoid robot to exploit the stages of joint attention observed in human infants
    2. Algorithmic: use a controller of a humanoid robot, continue to train it to follow the gaze of a human
    3. Implementation: implement the controller with modules such as salient feature detectors, visual feedback controller, self-evaluating learning module, internal evaluator, gate module, with the rboot embodied in the reality as Nao, iCub, etc.
  60. What is “Attention manipulation via pointing”? Imperative Pointing: request an object when the other agent is not initially looking at it. Declarative Pointing: create a shared attention on an object focus of the interaction

  61. Imitation Architecture: HAMMER architecture combine inverse and forward models, compare the “intended” movement outcome with the real outcome, then use the respond to make the system more robust

  62. What is Theory of Mind? The ability of attributing mental stages of others, infer other agent’s intention and beliefs, and predict their behavior.

  63. What are three main challenges(technical/scientific) of HRI (human-Robot-Interaction)?
    1. ASR: Automatically Speech Recognition (accuracy problem, can be alleviated using high-quality microphones)
    2. Action recognizing and intention reading (can use real-time pose estimation like OpenPose with 3D depth cameras such as Kinect)
    3. Trust and Acceptability (can be alleviated using social robots with more human-like appearance and social gazes)
  64. What is Bayesian ToM Trust Model? use a bayesian network to seperate reliable and unreliable speakers collect statistical information to track the reliability of agents

  65. What roles can robots take in education? Tutor (1-1), Teacher (1-Many), Peer

  66. Why we can use robots/need to use robots in Education?
    1. Teaching requlre physical contact: robots are physical, human are physical
    2. Social behaviors would benefit learning: better attention, participation, enjoyment, …
    3. Learning gains increase when interacting with physical systems
  67. What are the results of the review paper?
    1. Role of robot is application specific
    2. The role of tutor is the most effective role for robot to take in the field of education
  68. Examples:
    1. Robots increase learning sudokos;
    2. too social robots offer less learning advantage for maths (distractions);
    3. Robots teach L1/L2: language acquisation benefited from emboddied and situated learning, but not suitable for children in 1-1 case, however effective when robots work as a tutor along with human teacher
  69. Advantage of social robots:
    1. allow 1-1 personalized learning
    2. can help learning in context
    3. patient and non-judgemental
    4. can be used in special need cases
  70. Problem of social robots:
    1. expensive and need maintainance
    2. still have limitations in speeching and actions
    3. Not universally suitable for all cases
  71. Robot-Era Project: build robots as compaions for the elderly, over 80% of the elderly people are satisfied with the robot

  72. What is Ethics for AI and Machine Ethics?
    1. Ethics for AI: build ethical rules for AI, ensure AI respect human and do right things
    2. Machine Ethics: build machines which can automatically understand, create, apply their ethical rules, with the compliance of human ethics
  73. What are three main ethics approaches taught?
    1. Deontological Ethics: assume there exists a set of universal ethical rules, they just exists and never changes (bullshit)
    2. Utlitarian/Consequentialist Ethics: For the greatest good
    3. Virtue Ethics: Assume one is wise enough to automatically come up with and implement virtue rules, similar to machine ethics
  74. What are two ethical systems that is widely used? Utlitarianism and Virtue Ethics

  75. Potential Harm of AI and Robotics?
    1. Bias and Discrimination (use unbiased data)
    2. Denial of Autonomy
  76. What can we do to avoid the potential harm?
    1. Machine Ethics
    2. Responsible AI (follow ethical guidelines in R&D, RRI)
  77. What are four main objectives of Responsible AI approaches?
    1. Ethically permissible: consider as diverse as possible
    2. fair and non-discriminatory: avoid bias and discrimination on individuals
    3. public trust
    4. justfiable: prioritizing transparency and interpretability
  78. What are two main principles of RRI? (Responsible Research and Innovation)
    1. involve society in the very upstream during research process, align the outcome of research with the society
    2. embedded ethics
  79. What is explainable AI? produce explainable models, enable human to understand, trust and manage AI systems

  80. What is the main problem of Explainable AI? Performance VS Explainability

  81. What is classical robotics? Consider developing robots as an engineering problem, break functions down into separated modules such as perception, planning and actions, but have high level of complexity

  82. What is behavior-based robotics? divide the development into a bottom-up approach, build robots with simple behaviors, then combine them to form complex behaviors

  83. What is bio-inspired approach? use natural/biological solutions to evolve complexity, such as use natural selection to evolve complex organs and behaviors, like evolutionary robotics

  84. What is evolutionary robotics? automatic design of robots and their sensorimotor control through an evolutionary computation process.

    OR

    a method that permits to create robots capable of developing the abilities to perform one or more functions as a result of an adaptation process analogous to natural evolution.

  85. genetic algorithm: initialization + fitness test + selection + reproduction + mutation

  86. Khepera’s Body and Brain: implement neural networks with evolving weights

  87. What is co-evolution? Co-evolution is the process in which two or more species evolve in response to each other.

  88. What are the advantages of co-evolution?
    1. select the most effective solutions
    2. select solutions to match counter-strategies
    3. obtained higher complexity without increasing supervision
  89. What is evolving morphology? Evolving morphology is the process of evolving the shape of neural network, the shape of body, etc.

  90. Encode digital (artificial) genes:
    1. Direct encoding
    2. Grammar Encoding
  91. What is swarm robotics? the study of how independent robots can interact as a group, forming a collective behevior which cannot be achieved by single agents

  92. microscale/Macroscale:
    1. Microscale interaction: local, peer-to-peer
    2. Macroscale Sructure: global, systemwide
  93. Principle of self-organization:
    1. Positive /negative feedback: positive feedback amplifies the effect, negative feedback reduces the effect
    2. Fluctuation: random change
    3. Multiple interactions: multiple agents interact with each other
  94. Scalability: the possibility to scale to any system size (decentralized approach + limited communication)

  95. Falut-tolerance: the ability to maintain the collective behavior in the presence of faults, multi-robot systems have higher degree of fault tolerance

  96. Examples: Ant colony (Ant Colony Optimization to solve TSP problems), EvoRobot, SAGA (drone swarms)