paper-with-me

Papers

SEGA: Semantic Guided Attention on Visual Prototype for Few-Shot Learning

2021-11-08 · Fengyuan Yang, Ruiping Wang, Xilin Chen

Teaching machines to recognize a new category based on few training samples especially only one remains challenging owing to the incomprehensive understanding of the novel category caused by the lack of data. However, human can learn new classes quickly even given few samples since human can tell what discriminative features should be focused on about each category based on both the visual and semantic prior knowledge. To better utilize those prior knowledge, we propose the SEmantic Guided Attention (SEGA) mechanism where the semantic knowledge is used to guide the visual perception in a top-down manner about what visual features should be paid attention to when distinguishing a category from the others. As a result, the embedding of the novel class even with few samples can be more discriminative. Concretely, a feature extractor is trained to embed few images of each novel class into a visual prototype with the help of transferring visual prior knowledge from base classes. Then we learn a network that maps semantic knowledge to category-specific attention vectors which will be used to perform feature selection to enhance the visual prototypes. Extensive experiments on miniImageNet, tieredImageNet, CIFAR-FS, and CUB indicate that our semantic guided attention realizes anticipated function and outperforms state-of-the-art results.

📄 PDF Abstract BibTeX arXiv:2111.04316

Code (1)

martayang/sega 공식 구현 pytorch

Tasks

feature selectionFew-Shot Learning

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

Semantics-Enhanced Adversarial Nets for Text-to-Image Synthesis

2019-10-01 · ICCV 2019 10 · Hongchen Tan, Xiuping Liu, Xin Li, Yi Zhang 외

This paper presents a new model, Semantics-enhanced Generative Adversarial Network (SEGAN), for fine-grained text-to-image generation. We introduce two modules, a Semantic Consistency Module (SCM) and an Attention Compet…

Generative Adversarial NetworkImage GenerationText to Image GenerationText-to-Image Generation

Prototype-Guided Curriculum Learning for Zero-Shot Learning

2025-08-11 · Lei Wang, Shiming Chen, Guo-Sen Xie, Ziming Hong 외 arxiv

In Zero-Shot Learning (ZSL), embedding-based methods enable knowledge transfer from seen to unseen classes by learning a visual-semantic mapping from seen-class images to class-level semantic prototypes (e.g., attributes…

Zero-Shot Learning

SegAssess: Panoramic quality mapping for robust and transferable unsupervised segmentation assessment

2025-09-01 · Bingnan Yang, Mi Zhang, Zhili Zhang, Zhan Zhang 외 arxiv

High-quality image segmentation is fundamental to pixel-level geospatial analysis in remote sensing, necessitating robust segmentation quality assessment (SQA), particularly in unsupervised settings lacking ground truth.…

Image Segmentation

SEGA: Spectral-Energy Guided Attention for Resolution Extrapolation in Diffusion Transformers

2026-05-21 · Javad Rajabi, Kimia Shaban, Koorosh Roohi, David B. Lindell 외 arxiv

Diffusion transformers (DiTs) have emerged as a dominant architecture for text-to-image generation, yet their performance drops when generating at resolutions beyond their training range. Existing training-free approache…

Text-to-Image Generation

Towards Robust Visual Continual Learning with Multi-Prototype Supervision

2025-09-19 · Xiwei Liu, Yulong Li, Yichen Li, Xinlin Zhuang 외 arxiv

Language-guided supervision, which utilizes a frozen semantic target from a Pretrained Language Model (PLM), has emerged as a promising paradigm for visual Continual Learning (CL). However, relying on a single target int…

Continual Learning