PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #283
You work for a semiconductor manufacturing company. You need to create a real-time application that automates the quality control process. High-definition images of each semiconductor are taken at the
The correct answer is A. Use Vertex AI Data Labeling Service to label the images, and tram an AutoML image. For real-time quality control involving high-definition images and tabular data, utilize Vertex AI Data Labeling Service for image annotation and train an AutoML object detection model to maximize accuracy.
Question
Options
- AUse Vertex AI Data Labeling Service to label the images, and tram an AutoML image
- BUse Vertex AI Data Labeling Service to label the images, and train an AutoML image
- CConvert the images into an embedding representation. Import this data into BigQuery, and train a
- DImport the tabular data into BigQuery, use Vertex AI Data Labeling Service to label the data and
How the community answered
(28 responses)- A75% (21)
- B7% (2)
- C14% (4)
- D4% (1)
Why each option
For real-time quality control involving high-definition images and tabular data, utilize Vertex AI Data Labeling Service for image annotation and train an AutoML object detection model to maximize accuracy.
AutoML object detection models are highly effective for identifying specific defects or components within images, a common task in quality control. The Data Labeling Service helps prepare the necessary training data, and AutoML generally achieves high accuracy with minimal configuration, aligning with the goal of maximizing model accuracy.
An AutoML image classification model classifies entire images (e.g., 'good'/'bad'), which is less granular and often less accurate for precise quality control than object detection, which pinpoints specific issues within an image.
Converting images to embeddings and training a BigQuery ML model is a more custom and complex approach that might not leverage specialized image processing capabilities as effectively as AutoML for maximizing accuracy.
This option focuses only on tabular data and a tabular AutoML model, completely ignoring the crucial high-definition images which are essential for visual quality control in semiconductor manufacturing.
Concept tested: Vertex AI AutoML for image object detection
Source: https://cloud.google.com/vertex-ai/docs/start/automl-image-object-detection
Topics
Community Discussion
No community discussion yet for this question.