paper-with-me

Papers

MSDN: Mutually Semantic Distillation Network for Zero-Shot Learning

2022-03-07 · CVPR 2022 1 · Shiming Chen, Ziming Hong, Guo-Sen Xie, Wenhan Yang, Qinmu Peng, Kai Wang, Jian Zhao, Xinge You

The key challenge of zero-shot learning (ZSL) is how to infer the latent semantic knowledge between visual and attribute features on seen classes, and thus achieving a desirable knowledge transfer to unseen classes. Prior works either simply align the global features of an image with its associated class semantic vector or utilize unidirectional attention to learn the limited latent semantic representations, which could not effectively discover the intrinsic semantic knowledge e.g., attribute semantics) between visual and attribute features. To solve the above dilemma, we propose a Mutually Semantic Distillation Network (MSDN), which progressively distills the intrinsic semantic representations between visual and attribute features for ZSL. MSDN incorporates an attribute$\rightarrow$visual attention sub-net that learns attribute-based visual features, and a visual$\rightarrow$attribute attention sub-net that learns visual-based attribute features. By further introducing a semantic distillation loss, the two mutual attention sub-nets are capable of learning collaboratively and teaching each other throughout the training process. The proposed MSDN yields significant improvements over the strong baselines, leading to new state-of-the-art performances on three popular challenging benchmarks, i.e., CUB, SUN, and AWA2. Our codes have been available at: \url{https://github.com/shiming-chen/MSDN}.

📄 PDF Abstract BibTeX arXiv:2203.03137

Code (2)

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

Tasks

AttributeTransfer LearningZero-Shot Learning

Similar Papers 제목 키워드 기반

Mutually Causal Semantic Distillation Network for Zero-Shot Learning

2026-03-18 · Shiming Chen, Shuhuang Chen, Guo-Sen Xie, Xinge You arxiv

Zero-shot learning (ZSL) aims to recognize the unseen classes in the open-world guided by the side-information (e.g., attributes). Its key task is how to infer the latent semantic knowledge between visual and attribute f…

Zero-Shot Learning

MSDNet: Multi-Scale Decoder for Few-Shot Semantic Segmentation via Transformer-Guided Prototyping

2024-09-17 · Amirreza Fateh, Mohammad Reza Mohammadi, Mohammad Reza Jahed Motlagh

Few-shot Semantic Segmentation addresses the challenge of segmenting objects in query images with only a handful of annotated examples. However, many previous state-of-the-art methods either have to discard intricate loc…

DecoderFew-Shot Semantic SegmentationSegmentationSemantic Segmentation

MSDNet: Efficient 4D Radar Super-Resolution via Multi-Stage Distillation

2025-09-16 · Minqing Huang, Shouyi Lu, Boyuan Zheng, Ziyao Li 외 arxiv

4D radar super-resolution, which aims to reconstruct sparse and noisy point clouds into dense and geometrically consistent representations, is a foundational problem in autonomous perception. However, existing methods of…

Computational EfficiencyPoint Clouds

ChatZero:Zero-shot Cross-Lingual Dialogue Generation via Pseudo-Target Language

2024-08-16 · Yongkang Liu, Feng Shi, Daling Wang, Yifei Zhang 외

Although large language models(LLMs) show amazing capabilities, among various exciting applications discovered for LLMs fall short in other low-resource languages. Besides, most existing methods depend on large-scale dia…

Contrastive LearningDialogue Generation

Image-to-Lidar Relational Distillation for Autonomous Driving Data

2024-09-01 · Anas Mahmoud, Ali Harakeh, Steven Waslander

Pre-trained on extensive and diverse multi-modal datasets, 2D foundation models excel at addressing 2D tasks with little or no downstream supervision, owing to their robust representations. The emergence of 2D-to-3D dist…

3D Semantic SegmentationAutonomous DrivingFew-shot 3D semantic segmentationSemantic Segmentation+2