In AI/ML, "detection" is a broad functional concept that refers to automatically identifying the presence, absence, or change of specific patterns, objects, events, or anomalies in data. It underpins many applied systems such as fraud detection, intrusion detection, defect detection in manufacturing, and object detection in images and video. Because it is a generic capability rather than a single product, there is no single vendor, logo, or canonical implementation associated with "Detection" as an entity.
Use manually authored rules and signatures instead of learned models; easier to understand but less adaptive.
Classical statistical techniques (control charts, thresholds) rather than modern ML; common in manufacturing and operations.
Simple threshold-based alerts on metrics without full ML modeling.