AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 Exam - Question 113


DRAG DROP -

You train a Custom Vision model used in a mobile app.

You receive 1,000 new images that do not have any associated data.

You need to use the images to retrain the model. The solution must minimize how long it takes to retrain the model.

Which three actions should you perform in the Custom Vision portal? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Show Answer
Correct Answer:

Reference:

https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-started-build-a-classifier

Discussion

15 comments
Sign in to comment
SuperPetey
Aug 24, 2021

The given answer is incorrect. The question emphasizes two things - 1) the model has already been trained 2) the solution should be expedient. The given answer will be very slow to manually tag 1,000 images. instead: 1.) upload all the images 2.) Get suggested tags 3.) Review the suggestions and confirm the tags reference: https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/suggested-tags

Derin_tade
Sep 13, 2021

Thank you.

vominhtri854
Oct 20, 2021

When you tag images for a Custom Vision model, the service uses the latest trained iteration of the model to predict the labels of untagged images we need latest trained to predict the labels, but this isn NOT HAVE ANY ASSOCIATED DATA

rdemontis
Nov 4, 2023

Exactly. Here we need to use Smart Labeler instead. https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/suggested-tags

STH
Sep 20, 2022

Answer is correct. When uploading all images from a same folder, you can tag all of them with the same value at the same time. Then you wont tag all 1000 images one by one, but only once by category (which is time saving as the question ask for). Also, even if model is already trained, images are uploaded to workspace, and not to specific trained iteration. You then cannot get tag suggestion when importing an image. There is none, that feature simply does not exist. Try by yourself : https://learn.microsoft.com/en-us/training/modules/classify-images/5-exercise-custom-vision

STH
Sep 22, 2022

my bad the feature is real : https://learn.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/suggested-tags so right answer is - Upload all - Get suggested tags - Review and confirm tags

Number00
May 27, 2022

I agree with SuperPetey. The answer should be 1.) upload all the images 2.) Get suggested tags 3.) Review the suggestions and confirm the tags Reason being that using the tools(suggested tags) would still applied to the new 1000 images item, even if those 1000 images doesn't associate with the original data pool. So, that means tagging even 1 less images using the suggested tags would still be faster than manually tagging them. https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/suggested-tags

evangelist
Feb 16, 2024

To minimize the time required for retraining the model, the correct three steps are: Upload all images: First, you need to bulk upload the 1000 new images to the Custom Vision service. This is the foundational step for preparing the data. Get suggested tags: Utilize Custom Vision's functionality to automatically suggest tags for the uploaded images. This can significantly reduce the workload of manual tagging. Review and confirm suggested tags: Finally, manually review and confirm the tags suggested by the system to ensure their accuracy. Then, use these tagged images to retrain the model. This process leverages the automation tools provided by Custom Vision to streamline and expedite the data preparation process, particularly effective when dealing with a large number of untagged images.

EXCEL1177
Sep 20, 2021

@superpetey, kindly read through the article in the link you shared, I just did and confirmed from it that the provided answer by the platform is correct.

angie31
Sep 30, 2021

"You should only request suggested tags for images whose content has already been trained once. Don't get suggestions for a new tag that you're just beginning to train." And the question says RETRAINING of an existing model to which we are adding new images. So the response is actually wrong and @superpetey is correct

angie31
Sep 30, 2021

AHHHH but the key word is 'DO NOT HAVE ANY ASSOCIATED DATA'. So the content of images is brand new!!! Therefore we cant use suggester and the response is correct!

ThomasKong
Jan 13, 2022

I support your highlighted point to the right point. So the given answer should be correct.

Mehe323
Mar 27, 2024

The point of machine learning is that a model eventually LEARNS how to do things independently. Even though there is no associated data, there is previous learning done and existing labels can be used. I am not sure why we would need ML if we still have to do things manually all the time?

GilEdwards
Jan 19, 2022

I disagree, the images are unlabeled, but there is nothing in the text of the question mentioning that there are new tags. I agree with SuperPetey.

Eltooth
Jul 18, 2022

Answer given would be only option IF model had not already been trained with images, so... I agree with SuperPetey et al... Upload Get suggested tags Review and confirm tags

Ravnit
Nov 28, 2021

Was on exam 27/11/2021

sl_mslconsulting
Oct 11, 2023

The answer is correct - there is no magic here. You can’t suggest any new tags based on the model you currently have. Read the limitations of the smart labeler carefully: When to use Smart Labeler Keep the following limitations in mind: You should only request suggested tags for images whose tags have already been trained on once. Don't get suggestions for a new tag that you're just beginning to train.

josebernabeo
Jan 19, 2024

"When you tag images for a Custom Vision model, the service uses the latest trained iteration of the model to predict the labels of new images" source: https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/suggested-tags

varinder82
Mar 28, 2024

Final Answer - Upload all - Get suggested tags - Review and confirm tags

reachmymind
Mar 1, 2022

1.) Upload all the images 2.) Get suggested tags 3.) Review the suggestions and confirm the tags If an image does not have any associated TAG, we can add a new one while reviewing https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-started-improving-your-classifier

tdctdc
Nov 29, 2023

Well, it's a bit confusing. In both cases (ET answers and SuperPetey suggestion) - we will have to walk through the pictures manually if there is no info about them. IF they are stored in class folders - the ET answer is less time consuming, if not - it's not possible to tell if separating them manually or manual check of suggested tags will take less time.

9H3zmT6
May 1, 2024

This question was asked in the actual exam on April 30, 2024 (+9:00, Japan). I think SuperPetey's answer is CORRECT, because I passed the AI-102 exam with a score of 917/1000. Thank you very much.

nanaw770
May 24, 2024

So questions registered in 2021 will still be on the exam in April 2024? Japan is a scary country.

nanaw770
May 24, 2024

Group Upload category Tag

Toby86
Jul 8, 2024

Can't be correct. You wanna tell me people should manually tag 1000 images? And how do you categorize them in folders when they have no association? Seems dumb It has to be 1. Upload all the Images 2. Get suggested tags 3. Review the suggested Tags and confirm

krzkrzkra
Jul 15, 2024

1.) upload all the images 2.) Get suggested tags 3.) Review the suggestions and confirm the tags