paper-with-me

Papers

HSVA: Hierarchical Semantic-Visual Adaptation for Zero-Shot Learning

2021-09-30 · NeurIPS 2021 12 · Shiming Chen, Guo-Sen Xie, Yang Liu, Qinmu Peng, Baigui Sun, Hao Li, Xinge You, Ling Shao

Zero-shot learning (ZSL) tackles the unseen class recognition problem, transferring semantic knowledge from seen classes to unseen ones. Typically, to guarantee desirable knowledge transfer, a common (latent) space is adopted for associating the visual and semantic domains in ZSL. However, existing common space learning methods align the semantic and visual domains by merely mitigating distribution disagreement through one-step adaptation. This strategy is usually ineffective due to the heterogeneous nature of the feature representations in the two domains, which intrinsically contain both distribution and structure variations. To address this and advance ZSL, we propose a novel hierarchical semantic-visual adaptation (HSVA) framework. Specifically, HSVA aligns the semantic and visual domains by adopting a hierarchical two-step adaptation, i.e., structure adaptation and distribution adaptation. In the structure adaptation step, we take two task-specific encoders to encode the source data (visual domain) and the target data (semantic domain) into a structure-aligned common space. To this end, a supervised adversarial discrepancy (SAD) module is proposed to adversarially minimize the discrepancy between the predictions of two task-specific classifiers, thus making the visual and semantic feature manifolds more closely aligned. In the distribution adaptation step, we directly minimize the Wasserstein distance between the latent multivariate Gaussian distributions to align the visual and semantic distributions using a common encoder. Finally, the structure and distribution adaptation are derived in a unified framework under two partially-aligned variational autoencoders. Extensive experiments on four benchmark datasets demonstrate that HSVA achieves superior performance on both conventional and generalized ZSL. The code is available at \url{https://github.com/shiming-chen/HSVA} .

📄 PDF Abstract BibTeX arXiv:2109.15163

Code (2)

shiming-chen/hsva 공식 구현 pytorch
uqzhichen/haszsl pytorch

Tasks

Transfer LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

When Semantics Saturate or Emerge: Adaptation-Conditional Semantic Utility in Source-Free Cross-Domain Few-Shot Learning

2026-08-07 · Wei Liu, Xing Deng, Haijian Shao arxiv

Language descriptions in source-free cross-domain few-shot learning (SF-CDFSL) are often selected according to zero-shot accuracy obtained with a frozen vision--language model. This paper asks whether that ranking remain…

cross-domain few-shot learning

Unified Language-driven Zero-shot Domain Adaptation

2024-04-10 · CVPR 2024 1 · Senqiao Yang, Zhuotao Tian, Li Jiang, Jiaya Jia

This paper introduces Unified Language-driven Zero-shot Domain Adaptation (ULDA), a novel task setting that enables a single model to adapt to diverse target domains without explicit domain-ID knowledge. We identify the …

Domain AdaptationRepresentation Learning

SemTra: A Semantic Skill Translator for Cross-Domain Zero-Shot Policy Adaptation

2024-02-12 · Sangwoo Shin, Minjong Yoo, Jeongwoo Lee, Honguk Woo

This work explores the zero-shot adaptation capability of semantic skills, semantically interpretable experts' behavior patterns, in cross-domain settings, where a user input in interleaved multi-modal snippets can promp…

Autonomous VehiclesContrastive LearningLanguage ModelingLanguage Modelling+1

On Aligning Hierarchical Standardized Embedding for Audio-visual Generalized Zero-shot Learning

2026-06-10 · Zihan Zhang, Jie Hong, Siyuan Fan, Yanghao Zhou 외 arxiv

Audio-visual Generalized Zero-shot Learning (AV-GZSL) is a challenging task that aims to classify both seen and unseen objects or scenes by integrating data from audio and visual modalities. Recent studies primarily focu…

Generalized Zero-Shot Learning

Zero-Shot Fine-Grained Classification by Deep Feature Learning with Semantics

2017-07-04 · Aoxue Li, Zhiwu Lu, Li-Wei Wang, Tao Xiang 외

Fine-grained image classification, which aims to distinguish images with subtle distinctions, is a challenging task due to two main issues: lack of sufficient training data for every class and difficulty in learning disc…

ClassificationDomain AdaptationFine-Grained Image ClassificationGeneral Classification+3