Skip to content
forked from kdiAAA/TDA

[CVPR 2024] Official Repository for "Efficient Test-Time Adaptation of Vision-Language Models"

License

Notifications You must be signed in to change notification settings

jucamohedano/my_TDA

 
 

Repository files navigation

Efficient TTA with Cache-based Dynamic Adapter (TDA)

Efficient Test-Time Adaptation of Vision-Language Models
Adilbek Karmanov, Dayan Guan, Shijian Lu, Abdulmotaleb El Saddik, Eric Xing

Course-project for "Trends and Applications in Computer Vision" of prof. M. Mancini and G. Boato.

Here you can find our final presentation for the results.

Here you can find the report about the related works we studied with our presentation.

by Juan Camacho Mohedano, Andrea De Carlo, Samuele Bolotta

Please refer to the official README of the original project for the configuration of the original code.

Our Contributions

What we did:

  • Benchmark on different datasets, both OOD and CD with failure cases on CIFAR-10-C (non-iid data stream) CD_benchmark

  • We evaluated how the performance changed w.r.t. changing hyperparameters and the orders of data presented considering budget-aware constraints positive_hyperparams

  • We tried to mitigate the issues adding a Waiting List to the model, which improved performance on ImageNet but didn’t help on more challenging dataset like as CIFAR10-C waiting list

You can find better details in the final presentation

file added:

About

[CVPR 2024] Official Repository for "Efficient Test-Time Adaptation of Vision-Language Models"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • Jupyter Notebook 5.2%
  • Shell 1.3%