paper-with-me

홈 › Papers

Adversarial Sampling and Training for Semi-Supervised Information Retrieval

2018-11-09 · Dae Hoon Park, Yi Chang

Ad-hoc retrieval models with implicit feedback often have problems, e.g., the imbalanced classes in the data set. Too few clicked documents may hurt generalization ability of the models, whereas too many non-clicked documents may harm effectiveness of the models and efficiency of training. In addition, recent neural network-based models are vulnerable to adversarial examples due to the linear nature in them. To solve the problems at the same time, we propose an adversarial sampling and training framework to learn ad-hoc retrieval models with implicit feedback. Our key idea is (i) to augment clicked examples by adversarial training for better generalization and (ii) to obtain very informational non-clicked examples by adversarial sampling and training. Experiments are performed on benchmark data sets for common ad-hoc retrieval tasks such as Web search, item recommendation, and question answering. Experimental results indicate that the proposed approaches significantly outperform strong baselines especially for high-ranked documents, and they outperform IRGAN in NDCG@5 using only 5% of labeled data for the Web search task.

📄 PDF Abstract BibTeX arXiv:1811.04155

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Negative sampling in semi-supervised learning

2019-11-12 · ICML 2020 1 · John Chen, Vatsal Shah, Anastasios Kyrillidis

We introduce Negative Sampling in Semi-Supervised Learning (NS3L), a simple, fast, easy to tune algorithm for semi-supervised learning (SSL). NS3L is motivated by the success of negative sampling/contrastive estimation. …

Balanced Semi-Supervised Generative Adversarial Network for Damage Assessment from Low-Data Imbalanced-Class Regime

2022-11-29 · Yuqing Gao, Pengyuan Zhai, Khalid M. Mosalam

In recent years, applying deep learning (DL) to assess structural damages has gained growing popularity in vision-based structural health monitoring (SHM). However, both data deficiency and class-imbalance hinder the wid…

Generative Adversarial NetworkStructural Health MonitoringTransfer Learning

Virtual Adversarial Training: A Regularization Method for Supervised and Semi-Supervised Learning

2017-04-13 · Takeru Miyato, Shin-ichi Maeda, Masanori Koyama, Shin Ishii

We propose a new regularization method based on virtual adversarial loss: a new measure of local smoothness of the conditional label distribution given input. Virtual adversarial loss is defined as the robustness of the …

Semi-Supervised Image Classification

Tangent-Normal Adversarial Regularization for Semi-supervised Learning

2018-08-18 · CVPR 2019 6 · Bing Yu, Jingfeng Wu, Jinwen Ma, Zhanxing Zhu

Compared with standard supervised learning, the key difficulty in semi-supervised learning is how to make full use of the unlabeled data. A recently proposed method, virtual adversarial training (VAT), smartly performs a…

TAR

PCA: Semi-supervised Segmentation with Patch Confidence Adversarial Training

2022-07-24 · Zihang Xu, Zhenghua Xu, Shuo Zhang, Thomas Lukasiewicz

Deep learning based semi-supervised learning (SSL) methods have achieved strong performance in medical image segmentation, which can alleviate doctors' expensive annotation by utilizing a large amount of unlabeled data. …

Brain Tumor SegmentationImage SegmentationMedical Image SegmentationSegmentation+2