paper-with-me

Papers

TransZero++: Cross Attribute-Guided Transformer for Zero-Shot Learning

2021-12-16 · Shiming Chen, Ziming Hong, Wenjin Hou, Guo-Sen Xie, Yibing Song, Jian Zhao, Xinge You, Shuicheng Yan, Ling Shao

Zero-shot learning (ZSL) tackles the novel class recognition problem by transferring semantic knowledge from seen classes to unseen ones. Existing attention-based models have struggled to learn inferior region features in a single image by solely using unidirectional attention, which ignore the transferability and discriminative attribute localization of visual features. In this paper, we propose a cross attribute-guided Transformer network, termed TransZero++, to refine visual features and learn accurate attribute localization for semantic-augmented visual embedding representations in ZSL. TransZero++ consists of an attribute$\rightarrow$visual Transformer sub-net (AVT) and a visual$\rightarrow$attribute Transformer sub-net (VAT). Specifically, AVT first takes a feature augmentation encoder to alleviate the cross-dataset problem, and improves the transferability of visual features by reducing the entangled relative geometry relationships among region features. Then, an attribute$\rightarrow$visual decoder is employed to localize the image regions most relevant to each attribute in a given image for attribute-based visual feature representations. Analogously, VAT uses the similar feature augmentation encoder to refine the visual features, which are further applied in visual$\rightarrow$attribute decoder to learn visual-based attribute features. By further introducing semantical collaborative losses, the two attribute-guided transformers teach each other to learn semantic-augmented visual embeddings via semantical collaborative learning. Extensive experiments show that TransZero++ achieves the new state-of-the-art results on three challenging ZSL benchmarks. The codes are available at: \url{https://github.com/shiming-chen/TransZero_pp}.

📄 PDF Abstract BibTeX arXiv:2112.08643

Code (1)

shiming-chen/transzero_pp 공식 구현 pytorch

Tasks

AttributeDecoderZero-Shot Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

TransZero: Attribute-guided Transformer for Zero-Shot Learning

2021-12-03 · Shiming Chen, Ziming Hong, Yang Liu, Guo-Sen Xie 외

Zero-shot learning (ZSL) aims to recognize novel classes by transferring semantic knowledge from seen classes to unseen ones. Semantic knowledge is learned from attribute descriptions shared between different classes, wh…

AttributeDecoderZero-Shot Learning

TransZero: Parallel Tree Expansion in MuZero using Transformer Networks

2025-09-14 · Emil Malmsten, Wendelin Böhmer arxiv

We present TransZero, a model-based reinforcement learning algorithm that removes the sequential bottleneck in Monte Carlo Tree Search (MCTS). Unlike MuZero, which constructs its search tree step by step using a recurren…

Reinforcement Learning

Super-class guided Transformer for Zero-Shot Attribute Classification

2025-01-10 · Sehyung Kim, Chanhyeong Yang, Jihwan Park, Taehoon Song 외

Attribute classification is crucial for identifying specific characteristics within image regions. Vision-Language Models (VLMs) have been effective in zero-shot tasks by leveraging their general knowledge from large-sca…

AttributeClassificationGeneral KnowledgeMulti-Label Classification+2

Attribute-Guided Network for Cross-Modal Zero-Shot Hashing

2018-02-06 · Zhong Ji, Yuxin Sun, Yunlong Yu, Yanwei Pang 외

Zero-Shot Hashing aims at learning a hashing model that is trained only by instances from seen categories but can generate well to those of unseen categories. Typically, it is achieved by utilizing a semantic embedding s…

AttributeCross-Modal RetrievalImage RetrievalRetrieval+1

Z-Magic: Zero-shot Multiple Attributes Guided Image Creator

2025-01-01 · CVPR 2025 1 · Yingying Deng, Xiangyu He, Fan Tang, WeiMing Dong

The customization of multiple attributes has gained increasing popularity with the rising demand for personalized content creation. Despite promising empirical results, the contextual coherence between different attr…

AttributeImage GenerationMulti-Task Learning