paper-with-me

Papers

Perturb, Predict & Paraphrase: Semi-Supervised Learning using Noisy Student for Image Captioning

2021-08-19 · IJCAI 2021 8 · Arjit Jain, Pranay Reddy Samala, Preethi Jyothi, Deepak Mittal, Maneesh Singh

Recent semi-supervised learning (SSL) methods are predominantly focused on multi-class classification tasks. Classification tasks allow for easy mixing of class labels during augmentation which does not trivially extend to structured outputs such as word sequences that appear in tasks like image captioning. Noisy Student Training is a recent SSL paradigm proposed for image classification that is an extension of self-training and teacher-student learning. In this work, we provide an in-depth analysis of the noisy student SSL framework for the task of image captioning and derive state-of-the-art results. The original algorithm relies on computationally expensive data augmentation steps that involve perturbing the raw images and computing features for each perturbed image. We show that, even in the absence of raw image augmentation, the use of simple model and feature perturbations to the input images for the student model are beneficial to SSL training. We also show how a paraphrase generator could be effectively used for label augmentation to improve the quality of pseudo labels and significantly improve performance. Our final results in the limited labeled data setting (1% of the MS-COCO labeled data) outperform previous state-of-the-art approaches by 2.5 on BLEU4 and 11.5 on CIDEr scores.

📄 PDF Abstract BibTeX

Code (1)

csalt-research/perturb-predict-paraphrase pytorch

Tasks

Data AugmentationImage AugmentationImage Captioningimage-classificationSemi Supervised Learning for Image Captioning

Methods 이 논문이 사용한 방법론

Object Dropout Object Dropout is a technique that perturbs object features in an image for noisy student training. It performs at par with…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Noisy Student 설명 없음

Similar Papers 제목 키워드 기반

Paraphrase Generation for Semi-Supervised Learning in NLU

2019-06-01 · WS 2019 6 · Eunah Cho, He Xie, William M. Campbell

Semi-supervised learning is an efficient way to improve performance for natural language processing systems. In this work, we propose Para-SSL, a scheme to generate candidate utterances using paraphrasing and methods fro…

Natural Language UnderstandingParaphrase Generation

Simple Conversational Data Augmentation for Semi-supervised Abstractive Dialogue Summarization

2021-11-01 · EMNLP 2021 11 · Jiaao Chen, Diyi Yang

Abstractive conversation summarization has received growing attention while most current state-of-the-art summarization models heavily rely on human-annotated summaries. To reduce the dependence on labeled summaries, in …

Abstractive Dialogue SummarizationConversation SummarizationData Augmentation

Semi-Supervised Learning with Noisy Proxy Covariates: Generalization Bounds and Distribution Regression

2026-05-30 · Kwangho Kim, Jisu Kim arxiv

In many modern machine learning pipelines, abundant pretrained representations serve as noisy proxy covariates, while task-specific labels remain scarce. We study semi-supervised regression in this setting, and propose a…

Smooth Neighbors on Teacher Graphs for Semi-supervised Learning

2017-11-01 · CVPR 2018 6 · Yucen Luo, Jun Zhu, Mengxi Li, Yong Ren 외

The recently proposed self-ensembling methods have achieved promising results in deep semi-supervised learning, which penalize inconsistent predictions of unlabeled data under different perturbations. However, they only …

Effective and Robust Adversarial Training against Data and Label Corruptions

2024-05-07 · Peng-Fei Zhang, Zi Huang, Xin-Shun Xu, Guangdong Bai

Corruptions due to data perturbations and label noise are prevalent in the datasets from unreliable sources, which poses significant threats to model training. Despite existing efforts in developing robust models, curren…