Edge & Fog Computing · Study deck

Edge AI: Application Fit and Constraints

An edge model earns its place only when local action beats cloud delay or exposure.

Edge Eddie is your guide for this deck.

Edge Eddie, the module guide, in a scene from this chapter.
iotclass.org

After studying this chapter

Learning objectives

You will be able to:

  • Select edge AI application candidates from latency, privacy, bandwidth, autonomy, and operational-value evidence.
  • Compare visual inspection, predictive maintenance, audio/event detection, and privacy-preserving sensing patterns.
  • Design an edge AI deployment loop from data collection through monitoring and retraining.
  • Identify target-device validation requirements for model size, memory, latency, power, and fallback behavior.
iotclass.org

Major section

In 60 Seconds

Bandwidth is how much data a link can carry.

  • Latency is the time a result takes to arrive.
  • Edge AI is useful when the decision is more valuable near the sensor than in a remote cloud call.
  • Good applications need local latency, offline continuity, privacy control, bandwidth reduction, or site-level autonomy.
iotclass.org

Major section

Phoebe's Field Notes: Two Different Things Called "Quantization"

The mathematical gist.: A 30 fps camera has a 15.0 Hz Nyquist limit, so a 22.0 Hz vibration can appear as a false 8.00 Hz wobble.

  • Frame rate protects motion identity; ADC depth protects brightness detail; later model quantisation repairs neither.
iotclass.org

Major section

Start Simple

Waiting for a far service may take too long or fail when the link is down.

  • Local work can cut delay and data use, but it spends device power and is harder to update.
  • Remote work is easier to share, yet it depends on the link.
  • The cases and checks later in the chapter set those bounds.

Key terms

Bandwidth
Bandwidth is how much data a link can carry.
Latency
Latency is the time a result takes to arrive.
iotclass.org

Major section

Minimum Viable Understanding

Edge AI is an inference placement choice.: Training usually stays in the cloud or workstation; inference runs near the data source.

  • The application drives the hardware.: A wake-word detector, a vibration monitor, and a multi-camera inspection line need different sensors, accelerators, memory, power, and update processes.
  • Target-device validation is mandatory.: Accuracy measured in a notebook is not enough; validate latency, memory, thermal behavior, power, and failure mode on the deployed device class.
  • Monitoring continues after deployment.: Edge models can drift when lighting, equipment, firmware, placement, or user behavior changes.
iotclass.org

Major section

Application Map

Edge AI applications are easier to reason about when you separate the sensing path, local inference path, action path, and cloud evidence path.

  • That split is the reusable application pattern: raw observations support a local response, and compact evidence supports later fleet review.
  • The device or gateway classifies, detects, scores, or filters data before sending anything upstream.
An edge AI application map showing sensor input, local inference, edge action, application families, and cloud insight
An edge AI application map showing sensor input, local inference, edge action, application families, and cloud insight
iotclass.org

Major section

When Edge AI Is a Good Fit

The decision must happen before a conveyor, vehicle, operator, process, or device state changes.

  • The site must keep filtering, detecting, or protecting equipment when cloud connectivity is delayed or unavailable.
  • Images, audio, health signals, location, or occupancy data should be minimized before it leaves the device or site.
  • The raw stream is large, frequent, or expensive to transmit, but the useful result is small.

Why it matters

The model can triage events, rank evidence, or reduce the volume of manual review without hiding uncertainty.

iotclass.org

Major section

Application Family 1: Visual Inspection

Visual inspection is a strong edge AI candidate when image volume is high and the action needs to happen near the line, station, vehicle, or gate.

  • False rejects can waste product or slow production.
  • Missed defects can reach customers or downstream processes.
  • Both costs must be included.
iotclass.org

Major section

Application Family 2: Predictive Maintenance

Predictive maintenance works best when the edge model catches a local pattern that is costly to stream continuously and meaningful to maintenance teams.

  • Normal, watch, inspect soon, stop safely, schedule service, collect high-resolution evidence, or escalate to expert review.
  • Failure examples are often rare.
  • A model trained only on normal operation may need anomaly detection, expert labels, and careful alert thresholds.
iotclass.org

Major section

Application Family 4: Privacy-Preserving Sensing

Some applications are primarily about reducing raw data exposure rather than controlling a machine.

  • Local inference does not automatically make a system privacy-preserving.
  • Logs, samples, labels, and update data can still leak sensitive information.
  • This pattern connects the local model to the chapter's operating loop: monitor useful outcomes without quietly rebuilding the sensitive data stream that edge placement was meant to avoid.
iotclass.org

Deck summary

Key takeaways

Bandwidth is how much data a link can carry.

  • The mathematical gist.: A 30 fps camera has a 15.0 Hz Nyquist limit, so a 22.0 Hz vibration can appear as a false 8.00 Hz wobble.
  • Waiting for a far service may take too long or fail when the link is down.
  • Edge AI is an inference placement choice.: Training usually stays in the cloud or workstation; inference runs near the data source.
  • Edge AI applications are easier to reason about when you separate the sensing path, local inference path, action path, and cloud evidence path.
iotclass.org

Retrieval practice

Recall check 1 of 3

Edge Eddie says: answer from memory, then check your reasoning.

Q1A camera application sends every frame to the cloud, but operators only need an alert when a rare defect appears. Which evidence most strongly supports moving inference to the edge?

AThe cloud model has the largest parameter count, even if upload volume and latency stay high
BThe team wants to use a new accelerator board before proving local filtering changes the workflow
CMost frames are not actionable, and the local system can reliably filter them before upload
DThe defect is rare, so monitoring and sampled review evidence can be removed
Show answer

Answer: C A strong edge AI candidate converts high-volume sensor streams into low-volume decisions, especially when latency, privacy, bandwidth, autonomy, or site operations matter.

iotclass.org

Retrieval practice

Recall check 2 of 3

Edge Eddie says: answer from memory, then check your reasoning.

Q2A predictive maintenance project has months of normal vibration data but almost no confirmed failure examples. What is the safest early modeling approach?

APromise exact failure dates from the first deployed model, even without validated failure labels
BTreat the first release as anomaly detection with human review and evidence collection
CDiscard normal data because only confirmed failures can define a useful baseline
DDisable cloud monitoring once the model runs locally, so drift evidence is not collected
Show answer

Answer: B Many industrial maintenance systems start with normal-behavior baselines and human-reviewed anomalies because confirmed failure labels are rare.

iotclass.org

Retrieval practice

Recall check 3 of 3

Edge Eddie says: answer from memory, then check your reasoning.

Q3A building occupancy system runs person detection locally and sends only counts to the cloud. What remaining privacy risk still needs review?

AThere is no privacy risk once the model is on the device and raw frames stay local
BOnly cloud GPU training creates privacy risk; field logs and review samples are harmless
CCounts are always public information, even when paired with room, time, or small-group patterns
DDebug samples, logs, timestamps, and review evidence could still reveal sensitive behavior
Show answer

Answer: D Privacy-preserving edge AI must govern raw data, debug artifacts, labels, logs, timestamps, uploads, and retention policy.

iotclass.org

Print reference

Answers

Answer key.

  1. C · A strong edge AI candidate converts high-volume sensor streams into low-volume decisions, especially when latency, privacy, bandwidth, autonomy, or site operations matter.
  2. B · Many industrial maintenance systems start with normal-behavior baselines and human-reviewed anomalies because confirmed failure labels are rare.
  3. D · Privacy-preserving edge AI must govern raw data, debug artifacts, labels, logs, timestamps, uploads, and retention policy.
iotclass.org