Difference between revisions of "Cognitive Robotics"

From David Vernon's Wiki
Jump to: navigation, search
(Content details:)
Line 58: Line 58:
 
<span style="color:#AB0000">Cognitive robotics</span><BR>
 
<span style="color:#AB0000">Cognitive robotics</span><BR>
 
* Introduction to AI and cognition in robotics.  
 
* Introduction to AI and cognition in robotics.  
*Industrial requirements. Artificial cognitive systems.  
+
* Industrial requirements.  
*Cognitivist, emergent, and hybrid paradigms in cognitive science.  
+
* Artificial cognitive systems.  
 +
* Cognitivist, emergent, and hybrid paradigms in cognitive science.  
 
* Autonomy.
 
* Autonomy.
  

Revision as of 02:38, 6 November 2016


XX-YYY

Course discipline: TBD

Elective

Units: 12 (could also be run as two seven-week independent 6 unit minis, running consecutively)

Lecture/Lab/Rep hours/week: 3 hours lecture/week, 3 hours lab/week

Semester: Spring

Pre-requisites: Programming skills

Course description:

Cognitive robotics is an emerging discipline that draws on robotics, artificial intelligence, and cognitive science. It often exploits models based on biological cognition.

There are at least two reasons why having a cognitive ability is useful in robotics:

  1. It allows the robot to work autonomously in challenging environments, adapting to changes and unforeseen situations, and anticipating outcomes when selecting the actions it will perform.
  2. It facilitates interaction with people. Humans have a strong preference for interaction with other cognitive agents so being able to exhibit a capacity for cognition encourages human robot interaction. Conversely, a cognitive ability provides the robot with the ability to infer the goals and intentions of the person it is interacting with and thereby allows it to do so in safe and helpful manner.

Cognitive robots achieve their goals by perceiving their environment, paying attention to the events that matter, planning what to do, anticipating the outcome of their own actions and the actions of other agents (people and other robots), and learning from the resultant interaction. They deal with the inherent uncertainty of natural environments by continually learning, reasoning, and sharing their knowledge.

A key feature of cognitive robotics is its focus on predictive capabilities to augment and compensate for perceptual capacities. Also, by being able to view the world from someone else’s perspective, a cognitive robot can anticipate that person’s intended actions and needs.

In cognitive robotics, the robot body can be more than just an instrument for physical manipulation or locomotion: it can also be a component of the cognitive process. In the particular case of humanoid robotics, the robot’s physical morphology, kinematics, and dynamics, as well as the environment in which it is operating, can help it to achieve its key characteristic of adaptive anticipatory interaction by mirroring the actions of the person it is interacting with.

This course provides introduces the key elements of cognitive robotics, touching on all of these issues. In doing so, it emphasizes both theory and practice and makes extensive use of physical robots, both mobile robots and manipulator arms, as well as different sensor technologies including RGB-D cameras.

Learning objectives:

The primary goal of this course is provide students with an intensive treatment of a cross-section of the key elements of robotics, robot vision, AI, and cognitive science. Students will learn about the fundamentals of 2D and 3D visual sensing, focussing on the some essential techniques for mobile robots and robot arms. They will then learn about the kinematics and inverse kinematics of mobile robots, addressing locomotion, mapping, and path planning, as well as robot arm kinematics, manipulation, and programming. Based on these foundations, students will progress quickly to cover the topics that gives cognitive robotics its special focus, including reasoning, cognitive architectures, learning and development, memory, attention, prospection by internal simulation, and social interaction.

Outcomes:

After completing this course, students should be able to:

  • Apply their knowledge of machine vision and robot kinematics to create computer programs that control mobile robots and robot arms, enabling the robots to recognize and manipulate objects and navigate their environments.
  • Explain how a robot can be designed to exhibit cognitive goal-directed behaviour through the integration of computer models of visual attention, reasoning, learning, prospection, and social interaction.
  • Create computer programs that realize limited instances of each of these models.

Content details:

(For a detailed plan of lectures and labs, see Cognitive Robotics Lectures and Labs.

The course will cover the following topics:

  • Cognitive robotics
  • Robot vision
  • Mobile robots
  • Robot arms
  • Constraint-based reasoning for robotics
  • Cognitive architectures
  • Learning and development
  • Memory and Prospection
  • Internal simulation
  • Visual attention
  • Social interaction

Cognitive robotics

  • Introduction to AI and cognition in robotics.
  • Industrial requirements.
  • Artificial cognitive systems.
  • Cognitivist, emergent, and hybrid paradigms in cognitive science.
  • Autonomy.

Robot vision

  • Optics, sensors, and image formation.
  • Image acquisition.
  • Image filtering.
  • Edge detection.
  • Segmentation.
  • Hough transform: line, circle, and generalized transform; extension to codeword features.
  • Colour-based segmentation.
  • Object recognition.
  • Interest point operators.
  • Gradient orientation histogram - SIFT descriptor.
  • Colour histogram intersection.
  • Haar features, boosting, face detection.
  • Homogeneous coordinates and transformations.
  • Perspective transformation.
  • Camera model and inverse perspective transformation.
  • Stereo vision.
  • Epipolar geometry.
  • Structured light & RGB-D cameras.
  • Visual attention.
  • Plane pop-out.
  • RANSAC.
  • Differential geometry.
  • Surface normals and Gaussian sphere.
  • Point clouds.
  • 3D descriptors.

Mobile robots

  • Differential drive locomotion.
  • Forward and inverse kinematics.
  • Holonomic and non-holonomic constraints.
  • Cozmo mobile robot.
  • Map representation.
  • Probabilistic map-based localization.
  • Landmark-based localization.
  • SLAM: simulataneous localization and mapping.
  • Extended Kalman Filter (EKF) SLAM.
  • Visual SLAM.
  • Particle filter SLAM.
  • Graph search path planning.
  • Potential field path planning.
  • Navigation. Obstacle avoidance.
  • Object search.

Robot arms

  • Homogeneous transformations.
  • Frame-based pose specification.
  • Denavit-Hartenberg specifications.
  • Robot kinematics.
  • Analytic inverse kinematics.
  • Iterative approaches.
  • Kinematic structure learning.
  • Kinematics structure correspondences.
  • Robot manipulation.
  • Frame-based task specification.
  • Vision-based pose estimation.
  • Language-based programming.
  • Programming by demonstration.

Constraint-based reasoning for robotics

  • Constraint satisfaction problems (CSP).
  • Meta-Constraints and Meta-CSP reasoning.
  • Planning and navigation with multiple mobile robots.

Cognitive architectures

  • Role and requirements.
  • Cognitive architecture schemas.
  • Example cognitive architectures including Soar, ACT-R, Clarion, LIDA, and ISAC.
  • BECCA: Brain-emulating cognition and control architecture.

Learning and development

  • Supervised, unsupervised, and reinforcement learning.
  • Hebbian learning.
  • Predictive sequence learning (PSL).
  • Cognitive development in humans and robots.
  • Value systems for developmental and cognitive robots.

Memory and Prospection

  • Declarative vs. procedural memory
  • Semantic memory
  • Episodic memory

Internal simulation

  • Forward and inverse models.
  • Internal simulation hypothesis.
  • Internal simulation with PSL
  • HAMMER cognitive architecture

Visual attention

  • Visual attention.
  • Spatial attention vs. selective attention
  • Saliency functions.
  • Selective Tuning.
  • Overt attention.
  • Inhibition of return.
  • Habituation.
  • Top-down attention

Social interaction

  • Joint action.
  • Joint attention.
  • Shared intention.
  • Shared goals.
  • Perspective taking.
  • Theory of mind.
  • Action and intention recognition.
  • Learning from demonstration.
  • Humanoid robotics.

Faculty:

David Vernon

Delivery:

Face-to-face

Recommended reading

Vernon 1991 D. Vernon, Machine Vision: Automated Visual Inspection and Robot Vision, Prentice-Hall, 1991.