paper-with-me

Papers

ZEST: Zero-shot Learning from Text Descriptions using Textual Similarity and Visual Summarization

2020-10-07 · Findings of the Association for Computational Linguistics 2020 · Tzuf Paz-Argaman, Yuval Atzmon, Gal Chechik, Reut Tsarfaty

We study the problem of recognizing visual entities from the textual descriptions of their classes. Specifically, given birds' images with free-text descriptions of their species, we learn to classify images of previously-unseen species based on specie descriptions. This setup has been studied in the vision community under the name zero-shot learning from text, focusing on learning to transfer knowledge about visual aspects of birds from seen classes to previously-unseen ones. Here, we suggest focusing on the textual description and distilling from the description the most relevant information to effectively match visual features to the parts of the text that discuss them. Specifically, (1) we propose to leverage the similarity between species, reflected in the similarity between text descriptions of the species. (2) we derive visual summaries of the texts, i.e., extractive summaries that focus on the visual features that tend to be reflected in images. We propose a simple attention-based model augmented with the similarity and visual summaries components. Our empirical results consistently and significantly outperform the state-of-the-art on the largest benchmarks for text-based zero-shot learning, illustrating the critical importance of texts for zero-shot image-recognition.

📄 PDF Abstract BibTeX arXiv:2010.03276

Code (1)

tzuf/ZEST 공식 구현 pytorch

Tasks

Zero-Shot Learning

Similar Papers 제목 키워드 기반

ZeST: Zero-Shot Material Transfer from a Single Image

2024-04-09 · Ta-Ying Cheng, Prafull Sharma, Andrew Markham, Niki Trigoni 외

We propose ZeST, a method for zero-shot material transfer to an object in the input image given a material exemplar image. ZeST leverages existing diffusion adapters to extract implicit material representation from the e…

Appearance TransferObject

ZEST: Zero-shot Embodied Skill Transfer for Athletic Robot Control

2026-01-30 · Jean Pierre Sleiman, He Li, Alphonsus Adu-Bredu, Robin Deits 외 arxiv

Achieving robust, human-like whole-body control on humanoid robots for agile, contact-rich behaviors remains a central challenge, demanding heavy per-skill engineering and a brittle process of tuning controllers. We intr…

Reinforcement Learning

ZEST: Attention-based Zero-Shot Learning for Unseen IoT Device Classification

2023-10-12 · Binghui Wu, Philipp Gysel, Dinil Mon Divakaran, Mohan Gurusamy

Recent research works have proposed machine learning models for classifying IoT devices connected to a network. However, there is still a practical challenge of not having all devices (and hence their traffic) available …

DecoderZero-Shot Learning

Gen-Z: Generative Zero-Shot Text Classification with Contextualized Label Descriptions

2023-11-13 · Sachin Kumar, Chan Young Park, Yulia Tsvetkov

Language model (LM) prompting--a popular paradigm for solving NLP tasks--has been shown to be susceptible to miscalibration and brittleness to slight prompt variations, caused by its discriminative prompting approach, i.…

ClassificationLanguage ModelingLanguage Modellingtext-classification+4

Garbage in, garbage out: Zero-shot detection of crime using Large Language Models

2023-07-04 · Anj Simmons, Rajesh Vasa

This paper proposes exploiting the common sense knowledge learned by large language models to perform zero-shot reasoning about crimes given textual descriptions of surveillance videos. We show that when video is (manual…

Common Sense ReasoningLanguage ModelingLanguage ModellingLarge Language Model