Task-Adaptive Negative Envision for Few-Shot Open-Set Recognition

Abstract

We study the problem of few-shot open-set recognition (FSOR), which learns a recognition system capable of both fast adaptation to new classes with limited labeled examples and rejection of unknown negative samples. Traditional large-scale open-set methods have been shown ineffective for FSOR problem due to data limitation. Current FSOR methods typically calibrate few-shot closed-set classifiers to be sensitive to negative samples so that they can be rejected via thresholding. However, threshold tuning is a challenging process as different FSOR tasks may require different rejection powers. In this paper, we instead propose task-adaptive negative class envision for FSOR to integrate threshold tuning into the learning process. Specifically, we augment the few-shot closed-set classifier with additional negative prototypes generated from few-shot examples. By incorporating few-shot class correlations in the negative generation process, we are able to learn dynamic rejection boundaries for FSOR tasks. Besides, we extend our method to generalized few-shot open-set recognition (GFSOR), which requires classification on both many-shot and few-shot classes as well as rejection of negative samples. Extensive experiments on public benchmarks validate our methods on both problems.

Cite

Text

Huang et al. "Task-Adaptive Negative Envision for Few-Shot Open-Set Recognition." Conference on Computer Vision and Pattern Recognition, 2022. doi:10.1109/CVPR52688.2022.00703

Markdown

[Huang et al. "Task-Adaptive Negative Envision for Few-Shot Open-Set Recognition." Conference on Computer Vision and Pattern Recognition, 2022.](https://mlanthology.org/cvpr/2022/huang2022cvpr-taskadaptive/) doi:10.1109/CVPR52688.2022.00703

BibTeX

@inproceedings{huang2022cvpr-taskadaptive,
  title     = {{Task-Adaptive Negative Envision for Few-Shot Open-Set Recognition}},
  author    = {Huang, Shiyuan and Ma, Jiawei and Han, Guangxing and Chang, Shih-Fu},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2022},
  pages     = {7171-7180},
  doi       = {10.1109/CVPR52688.2022.00703},
  url       = {https://mlanthology.org/cvpr/2022/huang2022cvpr-taskadaptive/}
}