Pytorch Implementation for "Minority-Oriented Vicinity Expansion with Attentive Aggregation for Video Long-Tailed Recognition" (AAAI 2023)
Arxiv | Download Imbalanced-MiniKinetics200
To run the code, you need to install requirements below. We suggest to work with torch version (1.2 ~ 1.7.1). Other versions may work fine but we haven't tested them.
pip install -r requirements.txt
Please refer to subdirectories for training each VideoLT and Imbalanced-MiniKinetics200 dataset.
If you find this repository useful, please use the following entry for citation.
If there are any questions, feel free to contact with the authors: WonJun Moon and Hyun Seok Seong.
This repository is built based on VideoLT repository.