Deep Learning, Human-Robot Interaction, and Robotics Lecture Review

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Flashcards providing key definitions and vocabulary terms for Deep Learning, CNN anatomy, Vision Transformers, Human-Robot Interaction, and Robotics principles.

Last updated 6:37 PM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Deep Learning (DL)

A technology that enables robots to perceive, interpret, and interact with their environment in a human-like manner, providing greater autonomy, adaptability, and efficiency.

2
New cards

Automatic Feature Abstraction

A key addition of deep learning that learns useful features automatically from raw data, reducing the need for manual feature engineering.

3
New cards

Hierarchical Pattern Recognition

A deep learning process where early layers learn simple patterns such as edges, and deeper layers combine them into complex objects or concepts.

4
New cards

Convolutional Neural Network (CNN)

A deep-learning algorithm designed for grid-like data such as images that automatically learns features like edges and textures.

5
New cards

Convolution Layer

A CNN layer that uses learnable filters to scan the image and highlight important features.

6
New cards

ReLU / Activation Layer

A CNN component that adds non-linearity to the network, allowing it to learn complex patterns.

7
New cards

Pooling Layer

A CNN layer that reduces spatial or image resolution while preserving important information to increase model efficiency.

8
New cards

Fully Connected Layer

The layer in a CNN that interprets learned features and produces the final decision or prediction.

9
New cards

Low-Level Features

Basic features learned in the early steps of a CNN, including edges, corners, lines, and basic color contrasts.

10
New cards

Mid-Level Features

Intermediate features learned by a CNN, including textures, curves, contours, and repeated patterns.

11
New cards

High-Level Features

Complex features learned in deeper CNN steps that represent specific object parts such as wheels, faces, handles, and shapes.

12
New cards

Object Detection

A technology enabling robots to identify, locate, and categorize objects in their environment using deep-learning models like YOLO, SSD, and Faster R-CNN.

13
New cards

Vision Transformer (ViT)

A deep-learning architecture that divides an image into fixed-size patches, treats them as a sequence, uses self-attention, and learns global relationships across the image.

14
New cards

Human-Robot Interaction (HRI)

A multidisciplinary field concerned with understanding, designing, and evaluating robotic systems for use by or with humans.

15
New cards

Remote Control (HRI Level)

An interaction level where the human is in full control, giving commands that the robot follows without independent decision-making.

16
New cards

Shared Control (HRI Level)

An interaction level where the robot uses AI and sensors to execute tasks while working together with a human who can guide, supervise, or override.

17
New cards

Fully Autonomous (HRI Level)

An interaction level where the robot operates completely independently, sensing its environment and making decisions using AI without human intervention.

18
New cards

Cognitive Load

A human factor in HRI referring to the mental effort required by the user, which should be minimized through intuitive interfaces.

19
New cards

Robotics

An interdisciplinary field of science and engineering concerned with the design, construction, and use of robots to perform repetitive, complex, or hazardous tasks.

20
New cards

Robot

A reprogrammable, multifunctional manipulator that performs different tasks through programmed motions with appropriate intelligence.

21
New cards

Actuators

Robot components that produce physical movement in joints, wheels, arms, and grippers using electric, hydraulic, pneumatic, or linear mechanisms.

22
New cards

Effectors / End-Effectors

Robot attachments or tools that perform actual tasks, such as grabbing, welding, painting, cutting, or drilling.

23
New cards

Controller

The central processing unit of a robot that processes sensor data, calculates movement, sends signals to actuators, and handles safety and errors.

24
New cards

Humanoid Robot

A robot designed to look and behave like a human, typically possessing a head, torso, arms, hands, and legs, integrated with sensors and AI for decision-making.

25
New cards

Robot Processing Pipeline

The fundamental operational workflow of a robot consisting of Perception (Sensors) -> Decision-Making (AI) -> Action (Actuators).