How are the assumed thresholds for Amazon Rekognition Custom Labels computed?

0

In the Per label performance section of my model's evaluation summary in the Amazon Rekognition console, I can see an Assumed threshold metric. How are those metrics computed?

When I collected all the confidence levels computed for a given class in the test dataset, I could see that the minimum confidence level for my KO label was 0.87, while the minimum confidence level for the OK label was around 0.30. Is there some kind of heuristics going on (for example, 90% of the minimum confidence level observed for a class?), or is there a precise mathematical definition behind the assumed thresholds?

Also, is there a way to get the assumed thresholds programmatically with the Amazon Rekognition Custom Labels API?

profile pictureAWS
질문됨 4년 전491회 조회
1개 답변
0
수락된 답변

The assumed threshold for each label is the value above which a prediction is counted as a true or false positive. The metric is calculated based on the best F1 score achieved on the test dataset during model training. For more information, see the Assumed threshold section in the Rekognition Custom Labels guide.

To get the assumed thresholds programmatically, use the Rekognition SDK. The assumed thresholds are listed in the summary file output.

profile pictureAWS
전문가
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠