An オープンセット in the context of 人工知能 (AI) and 機械学習 refers to a conceptual framework where the set of possible classes or categories is not fixed. This means that the model is designed to recognize not only the classes it was trained on, but also to identify new classes that may emerge after the training phase. Open sets are particularly important in applications where the environment is dynamic and constantly changing, such as in real-world 画像分類, 異常検知, and 自然言語処理.
従来の機械学習のシナリオでは、モデルは通常、閉じたセットのクラスで訓練されており、これらの事前定義されたカテゴリーにのみインスタンスを分類できます。しかし、オープンセットのシナリオでは、モデルは入力が既知のクラスに属さない場合を認識し、それを適切にフラグ付けできる能力を持つ必要があります。これは、新しい未見のデータに適応できるAIシステムを確保するために重要です。
オープンセット認識には次のような手法が含まれます 分布外検出, where the model is trained to distinguish between known and unknown classes effectively. This may involve using confidence scores or additional algorithms to determine whether a sample belongs to a known class or should be classified as unknown. The concept of open sets is gaining traction in various fields, including computer vision, where new objects may appear, and natural language processing, where new phrases or terms may emerge.