Data Distribution Distilled Generative Model for Generalized Zero-Shot Recognition
Abstract
In the realm of Zero-Shot Learning (ZSL), we address biases in Generalized Zero-Shot Learning (GZSL) models, which favor seen data. To counter this, we introduce an end-to-end generative GZSL framework called D3GZSL. This framework respects seen and synthesized unseen data as in-distribution and out-of-distribution data, respectively, for a more balanced model. D3GZSL comprises two core modules: in-distribution dual space distillation (ID2SD) and out-of-distribution batch distillation (O2DBD). ID2SD aligns teacher-student outcomes in embedding and label spaces, enhancing learning coherence. O2DBD introduces low-dimensional out-of-distribution representations per batch sample, capturing shared structures between seen and un seen categories. Our approach demonstrates its effectiveness across established GZSL benchmarks, seamlessly integrating into mainstream generative frameworks. Extensive experiments consistently showcase that D3GZSL elevates the performance of existing generative GZSL methods, under scoring its potential to refine zero-shot learning practices. The code is available at: https://github.com/PJBQ/D3GZSL.git
Cite
Text
Wang et al. "Data Distribution Distilled Generative Model for Generalized Zero-Shot Recognition." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I6.28381Markdown
[Wang et al. "Data Distribution Distilled Generative Model for Generalized Zero-Shot Recognition." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/wang2024aaai-data/) doi:10.1609/AAAI.V38I6.28381BibTeX
@inproceedings{wang2024aaai-data,
title = {{Data Distribution Distilled Generative Model for Generalized Zero-Shot Recognition}},
author = {Wang, Yijie and Hong, Mingjian and Huangfu, Luwen and Huang, Sheng},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {5695-5703},
doi = {10.1609/AAAI.V38I6.28381},
url = {https://mlanthology.org/aaai/2024/wang2024aaai-data/}
}