paper-with-me

홈 › Papers

Learning by Hallucinating: Vision-Language Pre-training with Weak Supervision

2022-10-24 · Tzu-Jui Julius Wang, Jorma Laaksonen, Tomas Langer, Heikki Arponen, Tom E. Bishop

Weakly-supervised vision-language (V-L) pre-training (W-VLP) aims at learning cross-modal alignment with little or no paired data, such as aligned images and captions. Recent W-VLP methods, which pair visual features with object tags, help achieve performances comparable with some VLP models trained with aligned pairs in various V-L downstream tasks. This, however, is not the case in cross-modal retrieval (XMR). We argue that the learning of such a W-VLP model is curbed and biased by the object tags of limited semantics. We address the lack of paired V-L data for model supervision with a novel Visual Vocabulary based Feature Hallucinator (WFH), which is trained via weak supervision as a W-VLP model, not requiring images paired with captions. WFH generates visual hallucinations from texts, which are then paired with the originally unpaired texts, allowing more diverse interactions across modalities. Empirically, WFH consistently boosts the prior W-VLP works, e.g. U-VisualBERT (U-VB), over a variety of V-L tasks, i.e. XMR, Visual Question Answering, etc. Notably, benchmarked with recall@{1,5,10}, it consistently improves U-VB on image-to-text and text-to-image retrieval on two popular datasets Flickr30K and MSCOCO. Meanwhile, it gains by at least 14.5% in cross-dataset generalization tests on these XMR tasks. Moreover, in other V-L downstream tasks considered, our WFH models are on par with models trained with paired V-L data, revealing the utility of unpaired data. These results demonstrate greater generalization of the proposed W-VLP model with WFH.

📄 PDF Abstract BibTeX arXiv:2210.13591

Code (0)

등록된 구현이 없습니다.

Tasks

cross-modal alignmentCross-Modal RetrievalImage RetrievalImage to textQuestion AnsweringRetrievalVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Fine-Tuning Pre-trained Language Model with Weak Supervision: A Contrastive-Regularized Self-Training Approach

2020-10-15 · NAACL 2021 4 · Yue Yu, Simiao Zuo, Haoming Jiang, Wendi Ren 외

Fine-tuned pre-trained language models (LMs) have achieved enormous success in many natural language processing (NLP) tasks, but they still require excessive labeled data in the fine-tuning stage. We study the problem of…

Language ModelingLanguage ModellingSentenceSentence-Pair Classification+3

WALNUT: A Benchmark on Semi-weakly Supervised Learning for Natural Language Understanding

2021-08-28 · NAACL 2022 7 · Guoqing Zheng, Giannis Karamanolakis, Kai Shu, Ahmed Hassan Awadallah

Building machine learning models for natural language understanding (NLU) tasks relies heavily on labeled data. Weak supervision has been proven valuable when large amount of labeled data is unavailable or expensive to o…

Natural Language UnderstandingWeakly-supervised Learning

Language Models in the Loop: Incorporating Prompting into Weak Supervision

2022-05-04 · Ryan Smith, Jason A. Fries, Braden Hancock, Stephen H. Bach

We propose a new strategy for applying large pre-trained language models to novel tasks when labeled training data is limited. Rather than apply the model in a typical zero-shot or few-shot fashion, we treat the model as…

Alfred: A System for Prompted Weak Supervision

2023-05-29 · Peilin Yu, Stephen Bach

Alfred is the first system for programmatic weak supervision (PWS) that creates training data for machine learning by prompting. In contrast to typical PWS systems where weak supervision sources are programs coded by exp…

Spam detection

Boxes2Pixels: Learning Defect Segmentation from Noisy SAM Masks

2026-04-13 · Camile Lendering, Erkut Akdag, Egor Bondarev arxiv

Accurate defect segmentation is critical for industrial inspection, yet dense pixel-level annotations are rarely available. A common workaround is to convert inexpensive bounding boxes into pseudo-masks using foundation …