DTA. M8. Lecture

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering the fundamental terms and concepts introduced in the lecture on computer vision and its applications in insurance and other industries.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Computer Vision

A field of artificial intelligence that enables computers to derive meaningful information from digital images or videos and make decisions or recommendations based on that information.

2
New cards

Artificial Intelligence (AI)

The broader discipline that seeks to create systems capable of performing tasks that normally require human intelligence, such as reasoning, learning, and perception.

3
New cards

Deep Learning

A subset of machine learning that uses multi-layered neural networks to automatically learn representations and patterns from data.

4
New cards

Neural Network

A computational model inspired by the human brain, composed of interconnected nodes (neurons) that process data in layers to recognize patterns.

5
New cards

Convolutional Neural Network (CNN)

A type of deep neural network especially effective at processing grid-like data such as images, using convolutional layers to detect spatial hierarchies of features.

6
New cards

Supervised Learning

A machine-learning approach where models are trained on labeled data so they can learn to map inputs to desired outputs.

7
New cards

Training Data

A curated set of labeled examples used to teach a model how to perform a specific task, such as identifying damaged versus undamaged vehicles.

8
New cards

Metadata

Descriptive information attached to data (e.g., image tags like damage type, repair cost) that aids training and interpretation by AI systems.

9
New cards

Object Detection

A computer-vision task that identifies and localizes all relevant objects within an image or video, typically drawing bounding boxes around them.

10
New cards

Bounding Box

A rectangle drawn around an object in an image to indicate its position and size for tasks like object detection.

11
New cards

Image Classification

Assigning a label or category to an entire image based on its visual content.

12
New cards

Image Restoration

Techniques used to improve or reconstruct the quality of an image that has been degraded or corrupted.

13
New cards

Accuracy Rate

The percentage of predictions a model gets correct; in computer vision some tasks now achieve over 99% accuracy.

14
New cards

Personal Protective Equipment (PPE) Detection

A computer-vision application that automatically identifies whether workers are wearing safety gear such as hard hats or vests.

15
New cards

Geospatial Imagery

Aerial or satellite images tied to geographic coordinates, used by insurers to assess property conditions during underwriting.

16
New cards

Underwriting

The insurance process of evaluating risk and determining appropriate coverage terms and premiums.

17
New cards

Claims Handling

The workflow an insurer follows to assess, validate, and settle an insurance claim, now often expedited by computer vision.

18
New cards

Recommendation Engine

An AI system that suggests actions or treatments (e.g., medical interventions) based on analyzed data and predicted outcomes.

19
New cards

Feedback Loop

The process of feeding a model’s outputs back into its training cycle to continuously improve accuracy and performance.

20
New cards

Data Cleansing

The rigorous process of identifying and correcting or removing inaccurate or inconsistent data to ensure high-quality inputs for AI models.

21
New cards

Computing Power

The processing capacity (CPUs, GPUs, etc.) required to train and run resource-intensive computer-vision algorithms.

22
New cards

Facial Recognition

A computer-vision technology that identifies or verifies individuals by analyzing facial features in images or video.

23
New cards

Surveillance

The monitoring of behavior or activities, often using technologies like facial recognition, raising privacy and ethical concerns.

24
New cards

Privacy

The right of individuals to control how their personal information and likeness are collected, used, and shared.

25
New cards

Model Drift

The degradation of an AI model’s performance over time as data patterns change, necessitating ongoing retraining.