Views
No views yet
uv for dependency management.1# Clone the repository
2git clone https://github.com/ynanwu/TALON
3cd TALON
4
5# Install all dependencies
6uv syncuv run test.py --dataset_name cub --backbone clip --ckpt_path checkpoints/clip/cub/best_model.pth1@inproceedings{talon2026,
2 title={TALON: Test-time Adaptive Learning for On-the-Fly Category Discovery},
3 author={Wu, Yanan and Yan, Yuhan and Chen, Tailai and Chi, Zhixiang and Wu, ZiZhang and Jin, Yi and Wang, Yang and Li Zhenbo},
4 booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
5 year={2026}
6}