@article{Lee2025, 
author = {Junseok Lee and Jinming Cao and Yifang Yin and Jihie Kim and Roger Zimmermann and Seongsik Park},
title = {BDA: Bi-directional attention for zero-shot learning},
year = {2025},
journal = {Computational Visual Media},
volume = {11},
number = {5},
pages = {983-1003},
keywords = {zero-shot learning (ZSL), bi-directional attention (BDA), transferability, interaction},
url = {https://www.sciopen.com/article/10.26599/CVM.2025.9450401},
doi = {10.26599/CVM.2025.9450401},
abstract = {Zero-shot learning (ZSL) is an important and rapidly growing area of machine learning that aims to recognize new classes without prior training data. Despite its significance, ZSL has faced challenges with overfitting in embedding-based methods and limitations in traditional one-directional attention (ODA) based approaches. To bridge these gaps, this paper proposes the use of bi-directional attention (BDA) to integrate insights from both embedding and attention-based approaches. The proposed BDA system consists of a bi-directional attention network (BDAN) and a synthesized visual embedding network (SVEN) that facilitates visual-semantic interaction for ZSL classification. More specifically, the BDAN employs region self-attention (RSA), semantic synthesis attention (SSA), and visual synthesis attention (VSA) to overcome the overfitting issue in embedding methods and enhance transferability, to associate visual features with semantic property information, and to learn locally improved visual features. Extensive testing on CUB, SUN, and AWA2 datasets confirm the superiority of our proposed method over traditional approaches. Code is available at https://github.com/JunseokLee3/BDA.}
}