Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.03 KB

When and How Does Known Class Help Discover Unknown Ones? Provable Understandings Through Spectral Analysis

Yiyou Sun, Zhenmei Shi, Yingyu Liang, Yixuan (Sharon) Li

This repo contains the reference source code in PyTorch of the NSCL framework. For more details please check our paper When and How Does Known Class Help Discover Unknown Ones? Provable Understandings Through Spectral Analysis (ICML 23).

Dependencies

The code is built with following libraries:

Usage

Get Started
  • To train and evaluate on CIFAR-100/10, run
./run.sh

Citing

If you find our code useful, please consider citing:

@inproceedings{
    sun2023nscl,
    title={When and How Does Known Class Help Discover Unknown Ones? Provable Understandings Through Spectral Analysis},
    author={Yiyou Sun and Zhenmei Shi and Yingyu Liang and Yixuan Li},
    booktitle={ICML},
    year={2023},
    url={https://openreview.net/forum?id=JHodnaW5WZ}
}