computer-vision
AI Essentials - Grok · 29 questions
- A retail analytics team wants a vision model that both draws a box around each product on a shelf image and labels what product it is. Which computer-vision task does that describe?
- What is the primary role of a convolutional neural network (CNN) when applied to structured spatial inputs?
- What does the field of computer vision focus on within artificial intelligence?
- A team is deploying a vision model that must identify pedestrians, signs, and vehicles from camera streams on an autonomous vehicle. For safe, closed-loop control at highway speeds, which system property matters most?
- In a convolutional neural network (CNN), what is a filter (also called a kernel)?
- An operations team needs a deep learning model for live camera feeds that must detect vehicles and pedestrians frame by frame. Which network type is the best primary fit?
- In a convolutional neural network, what role does a kernel (filter) play?
- A clinical AI project outlines tumor boundaries pixel-by-pixel on radiology scans so clinicians can see exact lesion regions. What computer vision task does this describe?
- In computer vision, what does image segmentation specifically mean?
- In a convolutional neural network, what does stride refer to?
- In convolutional neural networks, what does padding typically refer to?
- Which task is a classic, high-impact application of a convolutional neural network (CNN)?
- What is the primary purpose of transfer learning when building computer vision models?
- Why is semantic segmentation often considered especially challenging in computer vision projects?
- In classical computer vision, what is the main role of a HOG (Histogram of Oriented Gradients) descriptor?
- A security system must locate human faces within live camera frames so operators can review those regions. Which computer vision task family best matches this requirement?
- A team adapts a large pre-trained vision network to a new specialized recognition task by adding a small task-specific head. Why is it common to freeze the early backbone layers and update only the newly attached layers during the first training stage?
- A city operations group needs a vision system that both finds vehicles in roadside camera frames and estimates how many vehicles appear in each frame. Which computer vision task best matches that requirement?
- An application lets users upload a photo and returns other photos from a catalog that look visually alike. Which computer vision capability does this product primarily use?
- What is the key distinction between object detection and image classification in computer vision?
- An engineer must classify photos of rare bird species but has only a modest labeled set. Why is transfer learning especially attractive for this computer-vision task?
- In a semantic segmentation problem, what does the model produce as its primary output?
- To help a car-recognition model generalize, engineers expand the training set by creating additional views of each vehicle under varied angles and lighting. What is this practice an example of?
- A vision team trains a defect detector for products on a production line, but nearly all training images are defect-free and only a handful show true defects. Which approach is commonly used to mitigate this class imbalance?
- A vision system must keep following one particular vehicle as it moves across successive video frames. What is the name of this computer-vision task?
- An autonomous-driving stack must label every pixel in a live camera stream as road, sidewalk, or building so the planner knows traversable space. Which task-and-model pairing best matches this need?
- In computer vision training pipelines, what is the primary purpose of data augmentation?
- A computer-vision team has tight funding and a short delivery window. Which approach is most practical for standing up a strong model quickly?
- A warehouse vision system correctly names the items it sees on a conveyor belt, yet every predicted bounding box is shifted away from the true object. Which part of the detector is most likely failing?