Skip to content

RE-GZSL: Relation Extrapolation for Generalized Zero-Shot Learning [TCSVT 2024]

License

Notifications You must be signed in to change notification settings

Barcaaaa/RE-GZSL

Repository files navigation

RE-GZSL: Relation Extrapolation for Generalized Zero-Shot Learning [TCSVT 2024]

🔥 This is the official PyTorch implementation of our work. 🔥

RE-GZSL: Relation Extrapolation for Generalized Zero-Shot Learning
Yao Wu, Xia Kong, Yuan Xie, Yanyun Qu
Published in: IEEE Transactions on Circuits and Systems for Video Technology (TCSVT), 2024.

News

  • 2024-10 📢 This work has been accepted by IEEE Transactions on Circuits and Systems for Video Technology (TCSVT).
  • 2024-07 🚀 We release the initial code for RE-GZSL.

Overview

framework

Getting Started

Installation

The implementation runs on

  • Python 3.7
  • Torch 1.8.0+cu101
  • Torchvision 0.9.0
  • CUDA 10.1
  • scikit-learn
  • pillow
  • numpy

Training

Example of AWA1:

python main.py --dataset AWA1 --way 8 --shot 32 --c_batch_size 5000 --syn_num 5000 --c_epoch 30 --epoch 100 --mad 0.8 --seen_Neighbours 4 --gamma 0.8 --contrast_ratio 0.1 --manualSeed 438

About

RE-GZSL: Relation Extrapolation for Generalized Zero-Shot Learning [TCSVT 2024]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages