paper-with-me

Papers

Unsupervised Learning on Neural Network Outputs: with Application in Zero-shot Learning

2015-06-02 · Yao Lu

The outputs of a trained neural network contain much richer information than just an one-hot classifier. For example, a neural network might give an image of a dog the probability of one in a million of being a cat but it is still much larger than the probability of being a car. To reveal the hidden structure in them, we apply two unsupervised learning algorithms, PCA and ICA, to the outputs of a deep Convolutional Neural Network trained on the ImageNet of 1000 classes. The PCA/ICA embedding of the object classes reveals their visual similarity and the PCA/ICA components can be interpreted as common visual features shared by similar object classes. For an application, we proposed a new zero-shot learning method, in which the visual features learned by PCA/ICA are employed. Our zero-shot learning method achieves the state-of-the-art results on the ImageNet of over 20000 classes.

📄 PDF Abstract BibTeX arXiv:1506.00990

Code (1)

yaolubrain/ULNNO 공식 구현

Tasks

Zero-Shot Learning

Methods 이 논문이 사용한 방법론

ICA _Independent component analysis (ICA) is a statistical and computational technique for revealing hidden factors that underlie sets of random variables, measurements, or…
PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Testing the Reliability of ChatGPT for Text Annotation and Classification: A Cautionary Remark

2023-04-17 · Michael V. Reiss

Recent studies have demonstrated promising potential of ChatGPT for various text annotation and classification tasks. However, ChatGPT is non-deterministic which means that, as with human coders, identical input can lead…

Classificationtext annotation

DPA: Dual Prototypes Alignment for Unsupervised Adaptation of Vision-Language Models

2024-08-16 · Eman Ali, Sathira Silva, Muhammad Haris Khan

Vision-language models (VLMs), e.g., CLIP, have shown remarkable potential in zero-shot image classification. However, adapting these models to new domains remains challenging, especially in unsupervised settings where l…

Domain Adaptationimage-classificationImage ClassificationPseudo Label+2

Improving the Diversity of Unsupervised Paraphrasing with Embedding Outputs

2021-10-25 · EMNLP (MRL) 2021 11 · Monisha Jegadeesan, Sachin Kumar, John Wieting, Yulia Tsvetkov

We present a novel technique for zero-shot paraphrase generation. The key contribution is an end-to-end multilingual paraphrasing model that is trained using translated parallel corpora to generate paraphrases into "mean…

DiversityParaphrase GenerationWord Embeddings

QUARTZ : QA-based Unsupervised Abstractive Refinement for Task-oriented Dialogue Summarization

2025-09-30 · Mohamed Imed Eddine Ghebriout, Gaël Guibon, Ivan Lerner, Emmanuel Vincent arxiv

Dialogue summarization aims to distill the core meaning of a conversation into a concise text. This is crucial for reducing the complexity and noise inherent in dialogue-heavy applications. While recent approaches typica…

Zero-shot Unsupervised Transfer Instance Segmentation

2023-04-27 · Gyungin Shin, Samuel Albanie, Weidi Xie

Segmentation is a core computer vision competency, with applications spanning a broad range of scientifically and economically valuable domains. To date, however, the prohibitive cost of annotation has limited the deploy…

Instance SegmentationSegmentationSemantic Segmentation