paper-with-me

Papers

Transferable Neural Projection Representations

2019-06-04 · NAACL 2019 6 · Chinnadhurai Sankar, Sujith Ravi, Zornitsa Kozareva

Neural word representations are at the core of many state-of-the-art natural language processing models. A widely used approach is to pre-train, store and look up word or character embedding matrices. While useful, such representations occupy huge memory making it hard to deploy on-device and often do not generalize to unknown words due to vocabulary pruning. In this paper, we propose a skip-gram based architecture coupled with Locality-Sensitive Hashing (LSH) projections to learn efficient dynamically computable representations. Our model does not need to store lookup tables as representations are computed on-the-fly and require low memory footprint. The representations can be trained in an unsupervised fashion and can be easily transferred to other NLP tasks. For qualitative evaluation, we analyze the nearest neighbors of the word representations and discover semantically similar words even with misspellings. For quantitative evaluation, we plug our transferable projections into a simple LSTM and run it on multiple NLP tasks and show how our transferable projections achieve better performance compared to prior work.

📄 PDF Abstract BibTeX arXiv:1906.01605

Code (2)

samrat-halder/Neural-Projection-Skip-Gram tf
samrat-halder/Neural-Projection-Skip-Gram-DAN tf

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Hierarchically Learned View-Invariant Representations for Cross-View Action Recognition

2018-09-03 · Yang Liu, Zhaoyang Lu, Jing Li, Tao Yang

Recognizing human actions from varied views is challenging due to huge appearance variations in different views. The key to this problem is to learn discriminant view-invariant representations generalizing well across vi…

Action RecognitionDenoisingTemporal Action Localization

ForensicConcept: Transferable Forensic Concepts for AIGI Detection

2026-06-05 · Menyanshu Zhou, Ziyin Zhou, Ke Sun, Yunpeng Luo 외 arxiv

AI-generated image detectors achieve high accuracy on in-distribution data but often fail on unseen generators. A key obstacle to understanding this failure is the black-box nature of current detectors: they do not revea…

Meta-learning Transferable Representations with a Single Target Domain

2020-11-03 · Hong Liu, Jeff Z. HaoChen, Colin Wei, Tengyu Ma

Recent works found that fine-tuning and joint training---two popular approaches for transfer learning---do not always improve accuracy on downstream tasks. First, we aim to understand more about when and why fine-tuning …

Meta-LearningRepresentation LearningTransfer Learning

ConceptAttention: Diffusion Transformers Learn Highly Interpretable Features

2025-02-06 · Alec Helbling, Tuna Han Salih Meral, Ben Hoover, Pinar Yanardag 외

Do the rich representations of multi-modal diffusion transformers (DiTs) exhibit unique properties that enhance their interpretability? We introduce ConceptAttention, a novel method that leverages the expressive power of…

Image SegmentationSegmentationSemantic Segmentation

Towards Interpretable Foundation Models for Retinal Fundus Images

2026-03-19 · Samuel Ofosu Mensah, Camila Roa, Kerol Djoumessi, Philipp Berens arxiv

Foundation models are used to extract transferable representations from large amounts of unlabeled data, typically via self-supervised learning (SSL). However, many of these models rely on architectures that offer limite…

Self-Supervised Learning