AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

Edge computing addresses the latency and bandwidth limitations of cloud-centric architectures by processing data near where it is generated, such as IoT devices, sensors, or local gateways. In AI contexts, this often involves deploying lightweight models directly on edge devices to perform real-time inference without constant connectivity to a central server. This approach enhances privacy, reduces network traffic, and enables immediate decision-making in critical applications like autonomous vehicles or industrial automation. It requires specialized techniques for model compression and quantization to fit within the constrained computational resources of edge hardware.

Summary

Edge computing is a distributed computing paradigm that brings computation and data storage closer to the sources of data rather than relying solely on centralized cloud servers.

Key Concepts

Use Cases