Glocal Energy-Based Learning for Few-Shot Open-Set Recognition

Abstract

Few-shot open-set recognition (FSOR) is a challenging task of great practical value. It aims to categorize a sample to one of the pre-defined, closed-set classes illustrated by few examples while being able to reject the sample from unknown classes. In this work, we approach the FSOR task by proposing a novel energy-based hybrid model. The model is composed of two branches, where a classification branch learns a metric to classify a sample to one of closed-set classes and the energy branch explicitly estimates the open-set probability. To achieve holistic detection of open-set samples, our model leverages both class-wise and pixel-wise features to learn a glocal energy-based score, in which a global energy score is learned using the class-wise features, while a local energy score is learned using the pixel-wise features. The model is enforced to assign large energy scores to samples that are deviated from the few-shot examples in either the class-wise features or the pixel-wise features, and to assign small energy scores otherwise. Experiments on three standard FSOR datasets show the superior performance of our model.

Cite

Text

Wang et al. "Glocal Energy-Based Learning for Few-Shot Open-Set Recognition." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.00725

Markdown

[Wang et al. "Glocal Energy-Based Learning for Few-Shot Open-Set Recognition." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/wang2023cvpr-glocal/) doi:10.1109/CVPR52729.2023.00725

BibTeX

@inproceedings{wang2023cvpr-glocal,
  title     = {{Glocal Energy-Based Learning for Few-Shot Open-Set Recognition}},
  author    = {Wang, Haoyu and Pang, Guansong and Wang, Peng and Zhang, Lei and Wei, Wei and Zhang, Yanning},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {7507-7516},
  doi       = {10.1109/CVPR52729.2023.00725},
  url       = {https://mlanthology.org/cvpr/2023/wang2023cvpr-glocal/}
}