Gorilla-Lab-SCUT / TTAC2

[TPAMI 2024] The official implementation of "Revisiting Realistic Test-Time Training: Sequential Inference and Adaptation by Anchored Clustering Regularized Self-Training"

Home Page:https://ieeexplore.ieee.org/abstract/document/10452869

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TTAC++

This repository is an official implementation for our TPAMI paper [Arxiv] [IEEE Xplore].

This repo is built upon our previous work TTAC accepted by NeurIPS 2022.

Revisiting Realistic Test-Time Training: Sequential Inference and Adaptation by Anchored Clustering Regularizad Self-Training

Yongyi Su1   Xun Xu2   Tianrui Li3   Kui Jia1
1South China University of Technology  
2Institute for Infocomm Research, A*STAR  
3Southwest Jiaotong University

Overview

CIFAR10/100

The code is released in the cifar folder.

ImageNet-C

The code is released in the imagenet folder.

Citation

If you find our work useful in your research, please consider citing:

@ARTICLE{su2024revisiting,
  author={Su, Yongyi and Xu, Xun and Li, Tianrui and Jia, Kui},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, 
  title={Revisiting Realistic Test-Time Training: Sequential Inference and Adaptation by Anchored Clustering Regularized Self-Training}, 
  year={2024},
  volume={},
  number={},
  pages={1-16},
  doi={10.1109/TPAMI.2024.3370963}
}

About

[TPAMI 2024] The official implementation of "Revisiting Realistic Test-Time Training: Sequential Inference and Adaptation by Anchored Clustering Regularized Self-Training"

https://ieeexplore.ieee.org/abstract/document/10452869

License:MIT License


Languages

Language:Python 95.2%Language:Shell 4.8%