1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

OpenMix: Exploring Outlier Samples for Misclassification Detection

Posted at

1. 概要

AIが自信を持って間違えること(overconfident predictions)を防ぐために、誤分類検知(Misclassification Detection: MisD)の研究が進んでおり、誤った予測を信頼できる信頼度を使って補正していく手法が多数提案されている。従来手法では、学習していないデータ分布(Out-of-Distribution: OOD)を検知してこの問題に対処することが多かった。この研究では、誤分類検知(MisD)に対して外れ値(Outliers)のサンプルを用いた最初の研究となっている。


2. 新規性

従来手法で多かった、OODの検知が実は誤分類検知(MisD)に対して何の効果ももたらさないことを明らかにした。その上で、正しいサンプルと誤分類されたサンプルとの間の信頼度がうまく分離できるように学習をさせることで、誤分類検知(MisD)の精度を大幅に改善した。


3. 実現方法

image.png
外れ値(Outliers)用のクラスを新たに定義して、外れ値の予測をするネットワークを学習する。次に、学習された外れ値を使って疑似サンプルを生成しこれを見抜けるように別のネットワークを学習する。


4. 結果

image.png
image.png
image.png
提案手法が誤分類サンプルの検知(MisD)だけでなく学習していないデータ分布(OOD)検知としても機能することが分かった。


Paper URL: https://openaccess.thecvf.com/content/CVPR2023/papers/Zhu_OpenMix_Exploring_Outlier_Samples_for_Misclassification_Detection_CVPR_2023_paper.pdf

last updates: July 5 2023

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?