모델 성능을 지속적으로 개선하려는 경우 첫 번째 단계로 오류 케이스를 검사하고 잠재적 원인을 조사하는 것입니다. 각 클래스의 평가 페이지에는 거짓음성, 거짓양성, 참양성으로 분류된 특정 클래스의 자세한 테스트 이미지가 제공됩니다. 각 카테고리의 정의는 모델 평가, 테스트, 배포 섹션에서 확인할 수 있습니다.
각 카테고리의 각 이미지에 대해 이미지를 클릭하여 예측 세부정보를 자세히 확인하고 세부 분석 결과에 액세스할 수 있습니다. 페이지 오른쪽에 유사한 이미지 검토 패널이 표시됩니다. 여기에서 학습 세트에서 가장 가까운 샘플이 특성 공간에서 측정된 거리로 제공됩니다.
주의해야 할 수 있는 데이터 문제에는 두 가지이 있습니다.
라벨 불일치. 학습 세트의 시각적으로 유사한 샘플의 라벨이 테스트 샘플의 라벨과 다른 경우, 그 샘플 중 하나가 잘못되었거나, 모델 학습에 더 많은 데이터가 필요한 미묘한 차이가 있거나, 현재 클래스 라벨이 정확하지 않아 지정된 샘플을 설명할 수 없는 경우입니다.
유사한 이미지를 검토하면 오류 케이스를 수정하거나 테스트 세트에서 문제가 있는 샘플을 제외하여 라벨 정보를 정확하게 얻을 수 있습니다. 같은 페이지의 유사한 이미지 검토 패널에서 테스트 이미지 또는 학습 이미지의 라벨을 쉽게 변경할 수 있습니다.
이상점. 테스트 샘플이 이상점으로 표시되는 경우, 학습 세트에 모델을 학습시키는 데 도움이 되는 시각적으로 유사한 샘플이 없을 가능성이 높습니다.
학습 세트에서 유사한 이미지를 검토하면 이러한 샘플을 식별하고 유사한 이미지를 학습 이미지에 추가하여 모델 성능을 더욱 향상시킬 수 있습니다.
다음 단계
모델 성능이 만족스러우면 이 튜토리얼의 다음 페이지를 따라 학습된 AutoML 모델을 엔드포인트에 배포하고 예측을 위해 이미지를 모델로 보내세요.
데이터에 대한 수정 사항이 있는 경우 AutoML 이미지 분류 모델 학습 튜토리얼을 사용하여 새 모델을 학습시키세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-06-16(UTC)"],[],[],null,["# Hello image data: Evaluating and analyzing model performance\n\nUse the Google Cloud console to check your model performance. Analyze test\nerrors to iteratively improve model quality by fixing data issues.\n\nThis tutorial has several pages:\n\n1. [Set up your project and environment.](/vertex-ai/docs/tutorials/image-classification-automl)\n\n2. [Create an image classification dataset, and\n import images.](/vertex-ai/docs/tutorials/image-classification-automl/dataset)\n\n3. [Train an AutoML image classification\n model.](/vertex-ai/docs/tutorials/image-classification-automl/training)\n\n4. Evaluate and analyze model performance.\n\n5. [Deploy a model to an endpoint, and send a\n prediction.](/vertex-ai/docs/tutorials/image-classification-automl/deploy-predict)\n\n6. [Clean up your project.](/vertex-ai/docs/tutorials/image-classification-automl/cleanup)\n\nEach page assumes that you have already performed the instructions from the\nprevious pages of the tutorial.\n\n1. Understand AutoML model evaluation results\n---------------------------------------------\n\nAfter training is completed, your model is automatically evaluated against the\ntest data split. The corresponding evaluation results are presented by clicking\nthe model's name from either the **Model Registry** page or the **Dataset**\npage.\n\nFrom there, you can find the metrics to measure the model's performance.\n\nYou can find a more detailed introduction to different evaluation metrics in the\n[Evaluate, test, and deploy your model](https://cloud.google.com/vertex-ai/docs/beginner/beginners-guide/#evaluate_model) section.\n\n2. Analyze test results\n-----------------------\n\nIf you want to continue improving the model performance, the first step is often\nto examine the error cases and investigate the potential causes. The\nevaluation page of each class presents detailed test images of the given\nclass categorized as false negatives, false positives, and true positives. The\ndefinition of each category can be found in the\n[Evaluate, test, and deploy your model](https://cloud.google.com/vertex-ai/docs/beginner/beginners-guide/#evaluate_model) section.\n\nFor each image under every category, you can further check the prediction\ndetails by clicking the image and access the detailed analysis results. You will\nsee the **Review similar images** panel on the right side of the page, where the\nclosest samples from the training set are presented with distances measured in\nthe feature space.\n\nThere are two types of data issues that you might want to pay attention:\n\n1. Label inconsistency. If a visually similar sample from the training set has\n different labels from the test sample, it's possible that one of them is\n incorrect, or that the subtle difference requires more data for the model to\n learn from,\n or that the current class labels are simply not accurate enough to describe\n the given sample.\n Reviewing similar images can help you get the label information accurate by\n either correcting the error cases or excluding the problematic sample from\n the test set. You can conveniently change the label of either the test image\n or training images on the **Review similar images** panel on the same page.\n\n2. Outliers. If a test sample is marked as an outlier, it's possible that there\n are no visually similar samples in the training set to help train the model.\n Reviewing similar images from the training set can help you identify these\n samples and add similar images into the training set to further improve the\n model performance on these cases.\n\nWhat's next\n-----------\n\nIf you're happy with the model performance, follow the\n[next page of this tutorial](/vertex-ai/docs/tutorials/image-classification-automl/deploy-predict) to deploy your trained\nAutoML model to an endpoint and send an image to the model for prediction.\nOtherwise, if you make any corrections on the data, train a new model using the\n[Training an AutoML image classification model](/vertex-ai/docs/tutorials/image-classification-automl/training)\ntutorial."]]