All Projects → yassouali → Awesome Semi Supervised Learning

yassouali / Awesome Semi Supervised Learning

Licence: mit
📜 An up-to-date & curated list of awesome semi-supervised learning papers, methods & resources.

Projects that are alternatives of or similar to Awesome Semi Supervised Learning

Good Papers
I try my best to keep updated cutting-edge knowledge in Machine Learning/Deep Learning and Natural Language Processing. These are my notes on some good papers
Stars: ✭ 248 (-53.9%)
Mutual labels:  natural-language-processing, semi-supervised-learning
Seqgan
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
Stars: ✭ 502 (-6.69%)
Mutual labels:  natural-language-processing, generative-model
Triple Gan
See Triple-GAN-V2 in PyTorch: https://github.com/taufikxu/Triple-GAN
Stars: ✭ 203 (-62.27%)
Mutual labels:  generative-model, semi-supervised-learning
Li emnlp 2017
Deep Recurrent Generative Decoder for Abstractive Text Summarization in DyNet
Stars: ✭ 56 (-89.59%)
Mutual labels:  natural-language-processing, generative-model
Uda
Unsupervised Data Augmentation (UDA)
Stars: ✭ 1,877 (+248.88%)
Mutual labels:  natural-language-processing, semi-supervised-learning
Bible text gcn
Pytorch implementation of "Graph Convolutional Networks for Text Classification"
Stars: ✭ 90 (-83.27%)
Mutual labels:  natural-language-processing, semi-supervised-learning
Notes
The notes for Math, Machine Learning, Deep Learning and Research papers.
Stars: ✭ 53 (-90.15%)
Mutual labels:  natural-language-processing, generative-model
Deep Generative Models For Natural Language Processing
DGMs for NLP. A roadmap.
Stars: ✭ 185 (-65.61%)
Mutual labels:  natural-language-processing, generative-model
Cross-Speaker-Emotion-Transfer
PyTorch Implementation of ByteDance's Cross-speaker Emotion Transfer Based on Speaker Condition Layer Normalization and Semi-Supervised Training in Text-To-Speech
Stars: ✭ 107 (-80.11%)
Mutual labels:  generative-model, semi-supervised-learning
Doccano
Open source annotation tool for machine learning practitioners.
Stars: ✭ 5,600 (+940.89%)
Mutual labels:  natural-language-processing
Seqeval
A Python framework for sequence labeling evaluation(named-entity recognition, pos tagging, etc...)
Stars: ✭ 508 (-5.58%)
Mutual labels:  natural-language-processing
Rnnlg
RNNLG is an open source benchmark toolkit for Natural Language Generation (NLG) in spoken dialogue system application domains. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
Stars: ✭ 487 (-9.48%)
Mutual labels:  natural-language-processing
Ml paper notes
📖 Notes and summaries of some Machine Learning / Computer Vision / NLP papers.
Stars: ✭ 496 (-7.81%)
Mutual labels:  natural-language-processing
Deep Semantic Similarity Model
My Keras implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://research.microsoft.com/pubs/226585/cikm2014_cdssm_final.pdf.
Stars: ✭ 509 (-5.39%)
Mutual labels:  natural-language-processing
Neural Vqa
❔ Visual Question Answering in Torch
Stars: ✭ 487 (-9.48%)
Mutual labels:  natural-language-processing
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (-4.09%)
Mutual labels:  natural-language-processing
Ml Mipt
Open Machine Learning course at MIPT
Stars: ✭ 480 (-10.78%)
Mutual labels:  natural-language-processing
Languagetool
Style and Grammar Checker for 25+ Languages
Stars: ✭ 5,641 (+948.51%)
Mutual labels:  natural-language-processing
Spacy Stanza
💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy
Stars: ✭ 508 (-5.58%)
Mutual labels:  natural-language-processing
Learn Data Science For Free
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in …
Stars: ✭ 4,757 (+784.2%)
Mutual labels:  natural-language-processing

Awesome Semi-Supervised Learning

Awesome MIT License PRs Welcome

A curated list of awesome Semi-Supervised Learning resources. Inspired by awesome-deep-vision, awesome-deep-learning-papers, and awesome-self-supervised-learning.

Background

What is Semi-Supervised Learning?

It is a special form of classification. Traditional classifiers use only labeled data (feature / label pairs) to train. Labeled instances however are often difficult, expensive, or time consuming to obtain, as they require the efforts of experienced human annotators. Meanwhile unlabeled data may be relatively easy to collect, but there has been few ways to use them. Semi-supervised learning addresses this problem by using large amount of unlabeled data, together with the labeled data, to build better classifiers. Because semi-supervised learning requires less human effort and gives higher accuracy, it is of great interest both in theory and in practice.

How many semi-supervised learning methods are there?

Many. Some often-used methods include: EM with generative mixture models, self-training, consistency regularization, co-training, transductive support vector machines, and graph-based methods. And with the advent of deep learning, the majority of these methods were adapted and intergrated into existing deep learning frameworks to take advantage of unlabled data.

How do semi-supervised learning methods use unlabeled data?

Semi-supervised learning methods use unlabeled data to either modify or reprioritize hypotheses obtained from labeled data alone. Although not all methods are probabilistic, it is easier to look at methods that represent hypotheses by p(y|x), and unlabeled data by p(x). Generative models have common parameters for the joint distribution p(x,y). It is easy to see that p(x) influences p(y|x). Mixture models with EM is in this category, and to some extent self-training. Many other methods are discriminative, including transductive SVM, Gaussian processes, information regularization, graph-based and the majority of deep learning based methods. Original discriminative training cannot be used for semi-supervised learning, since p(y|x) is estimated ignoring p(x). To solve the problem, p(x) dependent terms are often brought into the objective function, which amounts to assuming p(y|x) and p(x) share parameters

(source: SSL Literature Survey.)

An example of the influence of unlabeled data in semi-supervised learning. (Image source: Wikipedia)

Contributing

If you find any errors, or you wish to add some papers, please feel free to contribute to this list by contacting me or by creating a pull request using the following Markdown format:

- Paper Name. 
  [[pdf]](link) 
  [[code]](link)
  - Author 1, Author 2, and Author 3. *Conference Year*

Table of contents

Books

  • Semi-Supervised Learning Book. [pdf]
    • Olivier Chapelle, Bernhard Schölkopf, Alexander Zien. IEEE Transactions on Neural Networks 2009

Surveys & Overview

  • Realistic Evaluation of Deep Semi-Supervised Learning Algorithms. [pdf] [code]

    • Avital Oliver, Augustus Odena, Colin Raffel, Ekin D. Cubuk, Ian J. Goodfellow. NeurIPS 2018
  • Semi-Supervised Learning Literature Survey. [pdf]

    • Xiaojin Zhu. 2008
  • An Overview of Deep Semi-Supervised Learning. [pdf]

    • Yassine Ouali, Céline Hudelot, Myriam Tami. 2020
  • A survey on semi-supervised learning. [pdf]

    • Jesper E Van Engelen, Holger H Hoos. 2020

Computer Vision

Note that for Image and Object segmentation tasks, we also include weakly-supervised learning methods, that uses weak labels (eg, image classes) for detection and segmentation.

Image Classification

2021

  • Semi-Supervised Learning with Variational Bayesian Inference and Maximum Uncertainty Regularization. [pdf]

    • Kien Duc Do, Truyen Tran, Svetha Venkatesh. AAAI 2021
  • Curriculum Labeling: Revisiting Pseudo-Labeling for Semi-Supervised Learning. [pdf] [code]

    • Paola Cascante-Bonilla, Fuwen Tan, Yanjun Qi, Vicente Ordonez. AAAI 2021
  • Explanation Consistency Training: Facilitating Consistency-Based Semi-Supervised Learning with Interpretability. [pdf]

    • Tao Han, Wei-Wei Tu, Yu-Feng Li. AAAI 2021
  • In Defense of Pseudo-Labeling: An Uncertainty-Aware Pseudo-label Selection Framework for Semi-Supervised Learning. [pdf]

    • Mamshad Nayeem Rizve, Kevin Duarte, Yogesh S Rawat, Mubarak Shah. ICLR 2021
  • On Data-Augmentation and Consistency-Based Semi-Supervised Learning. [pdf]

    • Atin Ghosh, Alexandre H. Thiery. ICLR 2021

2020

  • CoMatch: Semi-supervised Learning with Contrastive Graph Regularization. [pdf]

    • Junnan Li, Caiming Xiong, Steven Hoi. Preprint 2020
  • Unsupervised Semantic Aggregation and Deformable Template Matching for Semi-Supervised Learning. [pdf]

    • Tao Han, Junyu Gao, Yuan Yuan, Qi Wang. NeurIPS 2020
  • Not All Unlabeled Data are Equal: Learning to Weight Data in Semi-supervised Learning. [pdf]

    • Zhongzheng Ren, Raymond A. Yeh, Alexander G. Schwing. NeurIPS 2020
  • Big Self-Supervised Models are Strong Semi-Supervised Learners. [pdf] [code]

    • Ting Chen, Simon Kornblith, Kevin Swersky, Mohammad Norouzi, Geoffrey Hinton. NeurIPS 2020
  • FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence. [pdf] [code]

    • Kihyuk Sohn, David Berthelot, Chun-Liang Li, Zizhao Zhang, Nicholas Carlini, Ekin D. Cubuk, Alex Kurakin, Han Zhang, Colin Raffel. NeurIPS 2020
  • Unsupervised Data Augmentation for Consistency Training. [pdf] [code]

    • Qizhe Xie, Zihang Dai, Eduard Hovy, Minh-Thang Luong, Quoc V. Le. NeurIPS 2020
  • Autoencoder-based Graph Construction for Semi-supervised Learning. [pdf]

    • Mingeun Kang, Kiwon Lee, Yong H. Lee, Changho Suh. ECCV 2020
  • Time-Consistent Self-Supervision for Semi-Supervised Learning. [pdf]

    • Tianyi Zhou, Shengjie Wang, Jeff Bilmes. ICML 2020
  • FeatMatch: Feature-Based Augmentation for Semi-Supervised Learning. [pdf]

    • Chia-Wen Kuo, Chih-Yao Ma, Jia-Bin Huang, Zsolt Kira. ECCV 2020
  • Negative sampling in semi-supervised learning. [pdf]

    • John Chen, Vatsal Shah, Anastasios Kyrillidis. ICML 2020
  • Milking CowMask for Semi-Supervised Image Classification. [pdf] [code]

    • Geoff French, Avital Oliver, Tim Salimans. Le. Preprint 2020
  • Meta Pseudo Labels. [pdf]

    • Hieu Pham, Qizhe Xie, Zihang Dai, Quoc V. Le. Preprint 2020
  • Self-training with Noisy Student improves ImageNet classification. [pdf] [code]

    • Qizhe Xie, Minh-Thang Luong, Eduard Hovy, Quoc V. Le. CVPR 2020
  • WCP: Worst-Case Perturbations for Semi-Supervised Deep Learning. [pdf] [code]

    • Liheng Zhang, Guo-Jun Qi. CVPR 2020
  • Generating Accurate Pseudo-labels in Semi-Supervised Learning and AvoidingOverconfident Predictions via Hermite Polynomial Activations. [pdf] [code]

    • Vishnu Suresh Lokhande, Songwong Tasneeyapant, Abhay Venkatesh, Sathya N. Ravi, Vikas Singh. CVPR 2020
  • ReMixMatch: Semi-Supervised Learning with Distribution Matching and Augmentation Anchoring. [pdf] [code]

    • David Berthelot, Nicholas Carlini, Ekin D. Cubuk, Alex Kurakin, Kihyuk Sohn, Han Zhang, Colin Raffel. ICLR 2020
  • DivideMix: Learning with Noisy Labels as Semi-supervised Learning. [pdf] [code]

    • Junnan Li, Richard Socher, Steven C.H. Hoi. ICLR 2020
  • Adversarial Transformations for Semi-Supervised Learning. [pdf]

    • Teppei Suzuki, Ikuro Sato. AAAI 2020

2019

  • MixMatch: A Holistic Approach to Semi-Supervised Learning. [pdf] [code]

    • David Berthelot, Nicholas Carlini, Ian Goodfellow, Nicolas Papernot, Avital Oliver, Colin Raffel. NeurIPS 2019
  • Dual Student: Breaking the Limits of the Teacher in Semi-Supervised Learning. [pdf] [code]

    • Zhanghan Ke, Daoye Wang, Qiong Yan, Jimmy Ren, Rynson W.H. Lau. ICCV 2019
  • S4L: Self-Supervised Semi-Supervised Learning. [pdf] [code]

    • Xiaohua Zhai, Avital Oliver, Alexander Kolesnikov, Lucas Beyer. ICCV 2019
  • Semi-Supervised Learning by Augmented Distribution Alignment. [pdf] [code]

    • Qin Wang, Wen Li, Luc Van Gool. ICCV 2019
  • Tangent-Normal Adversarial Regularization for Semi-Supervised Learning. [pdf]

    • Bing Yu, Jingfeng Wu, Jinwen Ma, Zhanxing Zhu. CVPR 2019
  • Label Propagation for Deep Semi-supervised Learning. [pdf]

    • Ahmet Iscen, Giorgos Tolias, Yannis Avrithis, Ondrej Chum. CVPR 2019
  • Joint Representative Selection and Feature Learning: A Semi-Supervised Approach. [pdf]

    • Suchen Wang, Jingjing Meng, Junsong Yuan, Yap-Peng Tan. CVPR 2019
  • Mutual Learning of Complementary Networks via Residual Correction for Improving Semi-Supervised Classification. [pdf]

    • Si Wu, Jichang Li, Cheng Liu, Zhiwen Yu, Hau-San Wong. CVPR 2019
  • There Are Many Consistent Explanations of Unlabeled Data: Why You Should Average. [pdf] [code]

    • Ben Athiwaratkun, Marc Finzi, Pavel Izmailov, Andrew Gordon Wilson. ICLR 2019
  • Semi-Supervised Learning by Label Gradient Alignment. [pdf]

    • Jacob Jackson, John Schulman. Preprint 2019
  • Interpolation Consistency Training for Semi-Supervised Learning. [pdf] [code]

    • Vikas Verma, Alex Lamb, Juho Kannala, Yoshua Bengio and David Lopez-Paz. IJCAI 2019
  • A multi-scheme semi-supervised regression approach. [pdf]

    • Nikos Fazakis, Stamatis Karlos, Sotiris Kotsiantis, Kyriakos N. Sgarbas. Pattern Recognition Letters (2019)
  • Combination of Active Learning and Semi-Supervised Learning under a Self-Training Scheme. [pdf]

    • Nikos Fazakis, Vasileios G. Kanas, Christos Aridas, Stamatis Karlos, Sotiris Kotsiantis. MDPI Entropy 2019
  • Learning to Impute: A General Framework for Semi-supervised Learning. [pdf] [code]

    • Wei-Hong Li, Chuan-Sheng Foo, Hakan Bilen. Preprint 2019

2018

  • Adversarial Dropout for Supervised and Semi-Supervised Learning. [pdf]

    • Sungrae Park, JunKeon Park, Su-Jin Shin, Il-Chul Moon. AAAI 2018
  • Virtual adversarial training: a regularization method for supervised and semi-supervised learning. [pdf] [code]

    • Takeru Miyato, Shin-ichi Maeda, Masanori Koyama, Shin Ishii. TPAMI 2018
  • Transductive Semi-Supervised Deep Learningusing Min-Max Features. [pdf]

    • Weiwei Shi, Yihong Gong, Chris Ding, Zhiheng Ma, Xiaoyu Tao, Nanning Zheng. ECCV 2018
  • Deep Co-Training for Semi-Supervised Image Recognition. [pdf] [code]

    • Siyuan Qiao, Wei Shen, Zhishuai Zhang, Bo Wang, Alan Yuille. ECCV 2018
  • HybridNet: Classification and Reconstruction Cooperation for Semi-Supervised Learning. [pdf]

    • Thomas Robert, Nicolas Thome, Matthieu Cord. ECCV 2018
  • Transductive Centroid Projection for Semi-supervised Large-scale Recognition. [pdf]

    • Yu Liu, Guanglu Song, Jing Shao, Xiao Jin, Xiaogang Wang. ECCV 2018
  • Semi-Supervised Deep Learning with Memory. [pdf]

    • Yanbei Chen, Xiatian Zhu, Shaogang Gong. ECCV 2018
  • SaaS: Speed as a Supervisorfor Semi-supervised Learning. [pdf]

    • Safa Cicek, Alhussein Fawzi and Stefano Soatto. ECCV 2018
  • ARC: Adversarial Robust Cuts for Semi-Supervised and Multi-Label Classification. [pdf]

    • Sima Behpour, Wei Xing, Brian D. Ziebart. AAAI 2018
  • Tri-net for Semi-Supervised Deep Learning. [pdf]

    • Dong-Dong Chen, Wei Wang, Wei Gao, Zhi-Hua Zhou. IJICAI 2018
  • An incremental self-trained ensemble algorithm. [pdf] [link]

    • Stamatis Karlos, Nikos Fazakis, Konstantinos Kaleris, Vasileios G. Kanas and Sotos Kotsiantis. EAIS 2018

2017

  • Learning by Association -- A Versatile Semi-Supervised Training Method for Neural Networks. [pdf]

    • Philip Haeusser, Alexander Mordvintsev, Daniel Cremers. CVPR 2017
  • Semi-supervised Knowledge Transfer for Deep Learning from Private Training Data. [pdf] [code]

    • Nicolas Papernot, Martín Abadi, Úlfar Erlingsson, Ian Goodfellow, Kunal Talwar. ICLR 2017
  • Mean teachers are better role models: Weight-averaged consistency targets improve semi-supervised deep learning results. [pdf] [code]

    • Antti Tarvainen, Harri Valpola. NeurIPS 2017
  • Temporal Ensembling for Semi-Supervised Learning. [pdf] [code]

    • Samuli Laine, Timo Aila. ICLR 2017
  • Discriminative Semi-Supervised Dictionary Learning with Entropy Regularization for Pattern Classification. [pdf]

    • Meng Yang, Lin Chen. AAAI 2017
  • Semi-Supervised Classifications via Elastic and Robust Embedding. [pdf]

    • Yun Liu, Yiming Guo, Hua Wang, Feiping Nie, Heng Huang. AAAI 2017
  • Multi-View Clustering and Semi-Supervised Classification with Adaptive Neighbours. [pdf]

    • Feiping Nie, Guohao Cai, Xuelong Li. AAAI 2017
  • Recurrent Ladder Networks. [pdf]

    • Isabeau Prémont-Schwarz, Alexander Ilin, Tele Hotloo Hao, Antti Rasmus, Rinu Boney, Harri Valpola. NeurIPS 2017
  • Self-Trained Stacking Model for Semi-Supervised Learning. [link]

    • Stamatis Karlos, Nikos Fazakis, Sotiris Kotsiantis, Kyriakos N. Sgarbas. IJAIT 2017

2016

  • Regularization With Stochastic Transformations and Perturbations for Deep Semi-Supervised Learning. [pdf]
    • Mehdi Sajjadi, Mehran Javanmardi, Tolga Tasdizen. NeurIPS 2016

2015

  • Learning Semi-Supervised Representation Towards a Unified Optimization Framework for Semi-Supervised Learning. [pdf]

    • Chun-Guang Li, Zhouchen Lin, Honggang Zhang, Jun Guo. ICCV 2015
  • Semi-Supervised Low-Rank Mapping Learning for Multi-Label Classification. [pdf]

    • Liping Jing, Liu Yang, Jian Yu, Michael K. Ng. CVPR 2015
  • Semi-Supervised Learning With Explicit Relationship Regularization. [pdf]

    • Kwang In Kim, James Tompkin, Hanspeter Pfister, Christian Theobalt. CVPR 2015
  • Semi-supervised Learning with Ladder Networks. [pdf] [code]

    • Antti Rasmus, Harri Valpola, Mikko Honkala, Mathias Berglund, Tapani Raiko. NeurIPS 2015
  • Training Deep Neural Networks on Noisy Labels with Bootstrapping. [pdf]

    • Scott Reed, Honglak Lee, Dragomir Anguelov, Christian Szegedy, Dumitru Erhan, Andrew Rabinovich. ICLR 2015

2014

  • Learning with Pseudo-Ensembles. [pdf]

    • Philip Bachman, Ouais Alsharif, Doina Precup. NeurIPS 2014
  • Semi-supervised Spectral Clustering for Image Set Classification. [pdf]

    • Arif Mahmood, Ajmal Mian, Robyn Owens. CVPR 2014

2013

  • Ensemble Projection for Semi-supervised Image Classification. [pdf]

    • Dengxin Dai, Luc Van Gool. ICCV 2013
  • Dynamic Label Propagation for Semi-supervised Multi-class Multi-label Classification. [pdf]

    • Bo Wang, Zhuowen Tu, John K. Tsotsos. ICCV 2013
  • Pseudo-Label : The Simple and Efficient Semi-Supervised LearningMethod for Deep Neural Networks. [pdf]

    • Dong-Hyun Lee. ICML Workshop 2013

Semantic and Instance Segmentation

2021

  • ClassMix: Segmentation-Based Data Augmentation for Semi-Supervised Learning. [pdf] [code]
    • Viktor Olsson, Wilhelm Tranheden, Juliano Pinto, Lennart Svensson. WACV 2021

2020

  • Semi-Supervised Semantic Segmentation via Dynamic Self-Training and Class-Balanced Curriculum. [pdf] [code]

    • Zhengyang Feng, Qianyu Zhou, Guangliang Cheng, Xin Tan, Jianping Shi, Lizhuang Ma. Preprint 2020
  • PseudoSeg: Designing Pseudo Labels for Semantic Segmentation. [pdf] [code]

    • Yuliang Zou, Zizhao Zhang, Han Zhang, Chun-Liang Li, Xiao Bian, Jia-Bin Huang, Tomas Pfister. Preprint 2020
  • Semi-supervised semantic segmentation needs strong, varied perturbations. [pdf] [code]

    • Geoff French, Samuli Laine, Timo Aila, Michal Mackiewicz, Graham Finlayson. BMVC 2020
  • Guided Collaborative Training for Pixel-wise Semi-Supervised Learning. [pdf] [code]

    • Zhanghan Ke, Di Qiu, Kaican Li, Qiong Yan, Rynson W.H. Lau. ECCV 2020
  • Naive-Student: Leveraging Semi-Supervised Learning in Video Sequences for Urban Scene Segmentation. [pdf]

    • Liang-Chieh Chen, Raphael Gontijo Lopes, Bowen Cheng, Maxwell D. Collins, Ekin D. Cubuk, Barret Zoph, Hartwig Adam, Jonathon Shlens. ECCV 2020
  • A Three-Stage Self-Training Framework for Semi-Supervised Semantic Segmentation. [pdf]

    • Rihuan Ke, Angelica Aviles-Rivero, Saurabh Pandey, Saikumar Reddy, Carola-Bibiane Schönlieb. CVPR 2020
  • Learning Saliency Propagation for Semi-Supervised Instance Segmentation. [pdf] [code]

    • Yanzhao Zhou, Xin Wang, Jianbin Jiao, Trevor Darrell, Fisher Yu. CVPR 2020
  • Self-supervised Equivariant Attention Mechanism for Weakly Supervised Semantic Segmentation. [pdf] [code]

    • Yude Wang, Jie Zhang, Meina Kan, Shiguang Shan, Xilin Chen. CVPR 2020
  • Semi-Supervised Semantic Segmentation with Cross-Consistency Training. [pdf] [code]

    • Yassine Ouali, Céline Hudelot, Myriam Tami. CVPR 2020
  • Semi-Supervised Semantic Image Segmentation with Self-correcting Networks. [pdf]

    • Mostafa S. Ibrahim, Arash Vahdat, Mani Ranjbar, William G. Macready. CVPR 2020

2019

  • Semi-Supervised Semantic Segmentation with High- and Low-level Consistency. [pdf] [code]

    • Sudhanshu Mittal, Maxim Tatarchenko, Thomas Brox. TPAMI 2019
  • CapsuleVOS: Semi-Supervised Video Object Segmentation Using Capsule Routing. [pdf] [code]

    • Kevin Duarte, Yogesh S. Rawat, Mubarak Shah. ICCV 2019
  • Universal Semi-Supervised Semantic Segmentation. [pdf] [code]

    • Tarun Kalluri, Girish Varma, Manmohan Chandraker, C V Jawahar. ICCV 2019
  • Weakly Supervised Learning of Instance Segmentation with Inter-pixel Relations. [pdf] [code]

    • Jiwoon Ahn, Sunghyun Cho, Suha Kwak. CVPR 2019
  • FickleNet: Weakly and Semi-Supervised Semantic Image Segmentation Using Stochastic Inference. [pdf]

    • Jungbeom Lee, Eunji Kim, Sungmin Lee, Jangho Lee, Sungroh Yoon. CVPR 2019

2018

  • Adversarial Learning for Semi-Supervised Semantic Segmentation. [pdf] [code]

    • Wei-Chih Hung, Yi-Hsuan Tsai, Yan-Ting Liou, Yen-Yu Lin, Ming-Hsuan Yang. BMVC 2018
  • Weakly-Supervised Semantic Segmentation by Iteratively Mining Common Object Features. [pdf]

    • Xiang Wang, Shaodi You, Xi Li, Huimin Ma. CVPR 2018
  • Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation. [pdf] [code]

    • Jiwoon Ahn, Suha Kwak. CVPR 2018
  • Object Region Mining with Adversarial Erasing: A Simple Classification to Semantic Segmentation Approach. [pdf]

    • Yunchao Wei, Jiashi Feng, Xiaodan Liang, Ming-Ming Cheng, Yao Zhao, Shuicheng Yan. CVPR 2018
  • Tell Me Where to Look: Guided Attention Inference Network. [pdf]

    • Kunpeng Li, Ziyan Wu, Kuan-Chuan Peng, Jan Ernst, Yun Fu. CVPR 2018
  • Revisiting Dilated Convolution: A Simple Approach for Weakly- and Semi-Supervised Semantic Segmentation. [pdf]

    • Yunchao Wei, Huaxin Xiao, Honghui Shi, Zequn Jie, Jiashi Feng, Thomas S. Huang. CVPR 2018
  • Weakly- and Semi-Supervised Panoptic Segmentation. [pdf] [code]

    • Qizhu Li, Anurag Arnab, Philip H.S. Torr. ECCV 2018
  • Weakly-Supervised Semantic Segmentation Network with Deep Seeded Region Growing. [pdf] [code]

    • Zilong Huang, Xinggang Wang, Jiasi Wang, Wenyu Liu, Jingdong Wang.. ECCV 2018
  • Transferable Semi-Supervised Semantic Segmentation. [pdf]

    • Huaxin Xiao, Yunchao Wei, Yu Liu, Maojun Zhang, Jiashi Feng. AAAI 2018

2017

  • Semi Supervised Semantic Segmentation Using Generative Adversarial Network. [pdf]

    • Nasim Souly, Concetto Spampinato, Mubarak Shah. ICCV 2017
  • Simple Does It: Weakly Supervised Instance and Semantic Segmentation. [pdf] [code]

    • Anna Khoreva, Rodrigo Benenson, Jan Hosang, Matthias Hein, Bernt Schiele. CVPR 2017
  • Learning random-walk label propagation for weakly-supervised semantic segmentation. [pdf]

    • Paul Vernaza, Manmohan Chandraker. CVPR 2017

2015

  • Semi-Supervised Normalized Cuts for Image Segmentation. [pdf]

    • Selene E. Chew, Nathan D. Cahill. ICCV 2015
  • Weakly- and Semi-Supervised Learning of a DCNN for Semantic Image Segmentation. [pdf] [code]

    • George Papandreou, Liang-Chieh Chen, Kevin Murphy, Alan L. Yuille. ICCV 2015
  • Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation. [pdf]

    • Seunghoon Hong, Hyeonwoo Noh, Bohyung Han. NeurIPS 2015
  • BoxSup: Exploiting Bounding Boxes to Supervise Convolutional Networks for Semantic Segmentation. [pdf]

    • Jifeng Dai, Kaiming He, Jian Sun. CVPR 2015
  • SSHMT: Semi-supervised Hierarchical Merge Tree for Electron Microscopy Image Segmentation. [pdf]

    • Ting Liu, Miaomiao Zhang, Mehran Javanmardi, Nisha Ramesh, Tolga Tasdizen. ECCV 2015

2013

  • Semi-supervised Learning for Large Scale Image Cosegmentation. [pdf]

    • Zhengxiang Wang, Rujie Liu. ICCV 2013
  • Semi-supervised Learning for Large Scale Image Cosegmentation. [pdf]

    • Ke Zhang, Wei Zhang, Yingbin Zheng, Xiangyang Xue. AAAI 2013

Object Detection

2021

  • Unbiased Teacher for Semi-Supervised Object Detection. [pdf]
    • Yen-Cheng Liu, Chih-Yao Ma, Zijian He, Chia-Wen Kuo, Kan Chen, Peizhao Zhang, Bichen Wu, Zsolt Kira, Peter Vajda. ICLR 2021

2020

  • SESS: Self-Ensembling Semi-Supervised 3D Object Detection. [pdf] [code]

    • Na Zhao, Tat-Seng Chua, Gim Hee Lee. CVPR 2020
  • A Simple Semi-Supervised Learning Framework for Object Detection. [pdf] [code]

    • Kihyuk Sohn, Zizhao Zhang, Chun-Liang Li, Han Zhang, Chen-Yu Lee, Tomas Pfister. Preprint 2020
  • Instance-aware, Context-focused, and Memory-efficient Weakly Supervised Object Detection. [pdf] [code]

    • Zhongzheng Ren, Zhiding Yu, Xiaodong Yang, Ming-Yu Liu, Yong Jae Lee, Alexander G. Schwing, Jan Kautz. CVPR 2020

2019

  • Consistency-based Semi-supervised Learning for Object Detection. [pdf] [code]

    • Jisoo Jeong, Seungeui Lee, Jeesoo Kim, Nojun Kwak. ICCV 2019
  • NOTE-RCNN: NOise Tolerant Ensemble RCNN for Semi-Supervised Object Detection. [pdf]

    • Jiyang Gao, Jiang Wang, Shengyang Dai, Li-Jia Li, Ram Nevatia. ICCV 2019
  • Semi-Supervised Video Salient Object Detection Using Pseudo-Labels. [pdf]

    • Pengxiang Yan, Guanbin Li, Yuan Xie, Zhen Li, Chuan Wang, Tianshui Chen, Liang Lin. ICCV 2019
  • Transferable Semi-Supervised 3D Object Detection From RGB-D Data. [pdf]

    • Yew Siang Tang, Gim Hee Lee. ICCV 2019
  • Box-driven Class-wise Region Masking and Filling Rate Guided Loss for Weakly Supervised Semantic Segmentation. [pdf]

    • Chunfeng Song, Yan Huang, Wanli Ouyang, Liang Wang. CVPR 2019

2018

  • Adversarial Complementary Learning for Weakly Supervised Object Localization. [pdf]
    • Xiaolin Zhang, Yunchao Wei, Jiashi Feng, Yi Yang, Thomas Huang. CVPR 2018

2017

  • ExtremeWeather: A large-scale climate dataset for semi-supervised detection, localization, and understanding of extreme weather events. [pdf]
    • Evan Racah, Christopher Beckham, Tegan Maharaj, Samira Ebrahimi Kahou, Prabhat, Christopher Pal. NeurIPS 2017

2016

  • Large Scale Semi-Supervised Object Detection Using Visual and Semantic Knowledge Transfer. [pdf]
    • Yuxing Tang, Josiah Wang, Boyang Gao, Emmanuel Dellandrea, Robert Gaizauskas, Liming Chen. CVPR 2016

2015

  • Watch and Learn: Semi-Supervised Learning for Object Detectors From Video. [pdf]
    • Ishan Misra, Abhinav Shrivastava, Martial Hebert. CVPR 2015

2013

  • Semi-supervised Learning of Feature Hierarchies for Object Detection in a Video. [pdf]
    • Yang Yang, Guang Shu, Mubarak Shah. CVPR 2013

Other tasks

2021

  • Federated Semi-Supervised Learning with Inter-Client Consistency & Disjoint Learning. [pdf]
    • Wonyong Jeong, Jaehong Yoon, Eunho Yang, Sung Ju Hwang. ICLR 2021

2020

  • Consistency-based Semi-supervised Active Learning: Towards Minimizing Labeling Cost. [pdf]

    • Mingfei Gao, Zizhao Zhang, Guo Yu, Sercan O. Arik, Larry S. Davis, Tomas Pfister. ECCV 2020
  • Multi-Task Curriculum Framework for Open-Set Semi-Supervised Learning. [pdf]

    • Qing Yu, Daiki Ikami, Go Irie, Kiyoharu Aizawa. ECCV 2020
  • Semi-supervised Crowd Counting via Self-training on Surrogate Tasks. [pdf]

    • Yan Liu, Lingqiao Liu, Peng Wang, Pingping Zhang, Yinjie Lei. ECCV 2020
  • Online Meta-Learning for Multi-Source and Semi-Supervised Domain Adaptation. [pdf]

    • Da Li, Timothy Hospedales. ECCV 2020
  • Attract, Perturb, and Explore: Learning a Feature Alignment Network for Semi-supervised Domain Adaptation. [pdf]

    • Taekyung Kim, Changick Kim. ECCV 2020
  • Semi-supervised Learning with a Teacher-student Network for Generalized Attribute Prediction. [pdf]

    • Minchul Shin. ECCV 2020
  • Adversarial Self-Supervised Learning for Semi-Supervised 3D Action Recognition. [pdf]

    • Chenyang Si, Xuecheng Nie, Wei Wang, Liang Wang, Tieniu Tan, Jiashi Feng. ECCV 2020
  • Label Propagation with Augmented Anchors: A Simple Semi-Supervised Learning baseline for Unsupervised Domain Adaptation. [pdf] [code]

    • Yabin Zhang, Bin Deng, Kui Jia, Lei Zhang. ECCV 2020
  • DeepDeform: Learning Non-rigid RGB-D Reconstruction with Semi-supervised Data. [pdf] [code]

    • Aljaž Božič, Michael Zollhöfer, Christian Theobalt, Matthias Nießner. CVPR 2020
  • Gait Recognition via Semi-supervised Disentangled Representation Learning to Identity and Covariate Features. [pdf]

    • Xiang Li, Yasushi Makihara, Chi Xu, Yasushi Yagi, Mingwu Ren. CVPR 2020
  • Optical Flow in Dense Foggy Scenes using Semi-Supervised Learning. [pdf]

    • Wending Yan, Aashish Sharma, Robby T. Tan. CVPR 2020
  • TransMatch: A Transfer-Learning Scheme for Semi-Supervised Few-Shot Learning. [pdf]

    • Zhongjie Yu, Lin Chen, Zhongwei Cheng, Jiebo Luo. CVPR 2020
  • Data-Efficient Semi-Supervised Learning by Reliable Edge Mining. [pdf]

    • Peibin Chen, Tao Ma, Xu Qin, Weidi Xu, Shuchang Zhou. CVPR 2020
  • Multiview-Consistent Semi-Supervised Learning for 3D Human Pose Estimation. [pdf]

    • Rahul Mitra, Nitesh B. Gundavarapu, Abhishek Sharma, Arjun Jain. CVPR 2020
  • A Multi-Task Mean Teacher for Semi-Supervised Shadow Detection. [pdf]

    • Zhihao Chen, Lei Zhu, Liang Wan, Song Wang, Wei Feng, Pheng-Ann Heng. CVPR 2020
  • Semi-Supervised Learning for Few-Shot Image-to-Image Translation. [pdf] [code]

    • Yaxing Wang, Salman Khan, Abel Gonzalez-Garcia, Joost van de Weijer, Fahad Shahbaz Khan. CVPR 2020
  • 3D Sketch-Aware Semantic Scene Completion via Semi-Supervised Structure Prior. [pdf]

    • Xiaokang Chen, Kwan-Yee Lin, Chen Qian, Gang Zeng, Hongsheng Li. CVPR 2020
  • A Semi-Supervised Assessor of Neural Architectures. [pdf]

    • Yehui Tang, Yunhe Wang, Yixing Xu, Hanting Chen, Chunjing Xu, Boxin Shi, Chao Xu, Qi Tian, Chang Xu. CVPR 2020
  • FocalMix: Semi-Supervised Learning for 3D Medical Image Detection. [pdf]

    • Dong Wang, Yuan Zhang, Kexin Zhang, Liwei Wang. CVPR 2020
  • Learning to Detect Important People in Unlabelled Images for Semi-Supervised Important People Detection. [pdf]

    • Fa-Ting Hong, Wei-Hong Li, Wei-Shi Zheng. CVPR 2020
  • Generalized Product Quantization Network for Semi-Supervised Image Retrieval. [pdf]

    • Young Kyun Jang, Nam Ik Cho. CVPR 2020
  • From Fidelity to Perceptual Quality: A Semi-Supervised Approach for Low-Light Image Enhancement. [pdf]

    • Wenhan Yang, Shiqi Wang, Yuming Fang, Yue Wang, Jiaying Liu. CVPR 2020
  • Deep Semi-Supervised Anomaly Detection. [pdf] [code]

    • Lukas Ruff, Robert A. Vandermeulen, Nico Görnitz, Alexander Binder, Emmanuel Müller, Klaus-Robert Müller, Marius Kloft. ICLR 2020

2019

  • Learning to Self-Train for Semi-Supervised Few-Shot Classification. [pdf] [code]

    • Xinzhe Li, Qianru Sun, Yaoyao Liu, Shibao Zheng, Qin Zhou, Tat-Seng Chua, Bernt Schiele. NeurIPS 2019
  • Multi-label Co-regularization for Semi-supervised Facial Action Unit Recognition. [pdf] [code]

    • Xuesong Niu, Hu Han, Shiguang Shan, Xilin Chen. NeurIPS 2019
  • Semi-Supervised Monocular 3D Face Reconstruction With End-to-End Shape-Preserved Domain Transfer. [pdf]

    • Jingtan Piao, Chen Qian, Hongsheng Li. ICCV 2019
  • SO-HandNet: Self-Organizing Network for 3D Hand Pose Estimation With Semi-Supervised Learning. [pdf]

    • Yujin Chen, Zhigang Tu, Liuhao Ge, Dejun Zhang, Ruizhi Chen, Junsong Yuan. ICCV 2019
  • Semi-Supervised Pedestrian Instance Synthesis and Detection With Mutual Reinforcement. [pdf]

    • Si Wu, Sihao Lin, Wenhao Wu, Mohamed Azzam, Hau-San Wong. ICCV 2019
  • Semi-Supervised Skin Detection by Network With Mutual Guidance. [pdf]

    • Yi He, Jiayuan Shi, Chuan Wang, Haibin Huang, Jiaming Liu, Guanbin Li, Risheng Liu, Jue Wang. ICCV 2019
  • MONET: Multiview Semi-Supervised Keypoint Detection via Epipolar Divergence. [pdf]

    • Yuan Yao, Yasamin Jafarian, Hyun Soo Park. ICCV 2019
  • 3D Human Pose Estimation in Video With Temporal Convolutions and Semi-Supervised Training. [pdf]

    • Dario Pavllo, Christoph Feichtenhofer, David Grangier, Michael Auli. CVPR 2019
  • Semi-Supervised Transfer Learning for Image Rain Removal. [pdf]

    • Wei Wei, Deyu Meng, Qian Zhao, Zongben Xu, Ying Wu. CVPR 2019
  • KE-GAN: Knowledge Embedded Generative Adversarial Networks for Semi-Supervised Scene Parsing. [pdf]

    • Mengshi Qi, Yunhong Wang, Jie Qin, Annan Li. CVPR 2019

2018

  • Semi-Supervised Generative Adversarial Hashing for Image Retrieval. [pdf]

    • Guan'an Wang, Qinghao Hu, Jian Cheng, Zengguang Hou. ECCV 2018
  • Improving Landmark Localization With Semi-Supervised Learning. [pdf]

    • Sina Honari, Pavlo Molchanov, Stephen Tyree, Pascal Vincent, Christopher Pal, Jan Kautz. CVPR 2018
  • Semi-Supervised Bayesian Attribute Learning for Person Re-Identification. [pdf]

    • Wenhe Liu, Xiaojun Chang, Ling Chen, Yi Yang. AAAI 2018

2017

  • Semi-Supervised Deep Learning for Monocular Depth Map Prediction. [pdf]
    • Yevhen Kuznietsov, Jorg Stuckler, Bastian Leibe. CVPR 2017

2016

  • SemiContour: A Semi-Supervised Learning Approach for Contour Detection. [pdf]

    • Zizhao Zhang, Fuyong Xing, Xiaoshuang Shi, Lin Yang. CVPR 2016
  • Semi-Supervised Vocabulary-Informed Learning [pdf]

    • Yanwei Fu, Leonid Sigal. CVPR 2016

2015

  • Adaptively Unified Semi-Supervised Dictionary Learning With Active Points. [pdf]

    • Xiaobo Wang, Xiaojie Guo, Stan Z. Li. ICCV 2015
  • Semi-Supervised Zero-Shot Classification With Label Representation Learning. [pdf]

    • Xin Li, Yuhong Guo, Dale Schuurmans. ICCV 2015

2014

  • Semi-Supervised Coupled Dictionary Learning for Person Re-identification. [pdf]

    • Xiao Liu, Mingli Song, Dacheng Tao, Xingchen Zhou, Chun Chen, Jiajun Bu. CVPR 2014
  • A Convex Formulation for Semi-Supervised Multi-Label Feature Selection. [pdf]

    • Xiaojun Chang, Feiping Nie, Yi Yang, Heng Huang. AAAI 2014

2013

  • Heterogeneous Image Features Integration via Multi-modal Semi-supervised Learning Model. [pdf]

    • Xiao Cai, Feiping Nie, Weidong Cai, Heng Huang. ICCV 2013
  • Semi-supervised Learning with Constraints for Person Identification in Multimedia Data. [pdf]

    • Martin Bauml, Makarand Tapaswi, Rainer Stiefelhagen. CVPR 2013

2010-2000

  • Multimodal semi-supervised learning for image classification. [pdf]

  • Matthieu Guillaumin, Jakob Verbeek, Cordelia Schmid. CVPR 2010

  • Semi-supervised Discriminant Analysis. [pdf]

    • Deng Cai, Xiaofei He, Jiawei Han. ICCV 2007

NLP

2020

  • To BERT or Not to BERT: Comparing Task-specific and Task-agnostic Semi-Supervised Approaches for Sequence Tagging. [pdf]

    • Kasturi Bhattacharjee, Miguel Ballesteros, Rishita Anubhai, Smaranda Muresan, Jie Ma, Faisal Ladhak, Yaser Al-Onaizan. EMNLP 2020
  • A Probabilistic End-To-End Task-Oriented Dialog Model with Latent Belief States towards Semi-Supervised Learning. [pdf] [code]

    • Yichi Zhang, Zhijian Ou, Huixin Wang, Junlan Feng. EMNLP 2020
  • Semi-Supervised Bilingual Lexicon Induction with Two-way Interaction. [pdf] [code]

    • Xu Zhao, Zihao Wang, Hao Wu, Yong Zhang. EMNLP 2020
  • Local Additivity Based Data Augmentation for Semi-supervised NER. [pdf] [code]

    • Jiaao Chen, Zhenghui Wang, Ran Tian, Zichao Yang, Diyi Yang. EMNLP 2020
  • Semi-supervised New Event Type Induction and Event Detection. [pdf] [code]

    • Lifu Huang and Heng Ji. EMNLP 2020
  • MixText: Linguistically-Informed Interpolation of Hidden Space for Semi-Supervised Text Classification. [pdf] [code]

    • Jiaao Chen, Zichao Yang, Diyi Yang. ACL 2020
  • Semi-Supervised Dialogue Policy Learning via Stochastic Reward Estimation. [pdf]

    • Xinting Huang, Jianzhong Qi, Yu Sun, Rui Zhang. ACL 2020
  • SeqVAT: Virtual Adversarial Training for Semi-Supervised Sequence Labeling. [pdf]

    • Luoxin Chen, Weitong Ruan, Xinyue Liu, Jianhua Lu. ACL 2020
  • Semi-Supervised Semantic Dependency Parsing Using CRF Autoencoders. [pdf] [code]

    • Zixia Jia, Youmi Ma, Jiong Cai, Kewei Tu. ACL 2020
  • Revisiting self-training for neural sequence generation. [pdf] [code]

    • Junxian He, Jiatao Gu, Jiajun Shen, Marc'Aurelio Ranzato. ICLR 2020

2019

  • Leveraging Just a Few Keywords for Fine-Grained Aspect Detection Through Weakly Supervised Co-Training. [pdf]

    • Giannis Karamanolakis, Daniel Hsu, Luis Gravano. EMNLP 2019
  • Semi-supervised Semantic Role Labeling Using the Latent Words Language Model. [pdf]

    • Koen Deschacht, Marie-Francine Moens. EMNLP 2019
  • Semi-Supervised Semantic Role Labeling with Cross-View Training. [pdf]

    • Rui Cai, Mirella Lapata. EMNLP 2019
  • Delta-training: Simple Semi-Supervised Text Classification using Pretrained Word Embeddings. [pdf]

    • Hwiyeol Jo, Ceyda Cinarel. EMNLP 2019
  • Semi-supervised Entity Alignment via Joint Knowledge Embedding Model and Cross-graph Model. [pdf]

    • Chengjiang Li, Yixin Cao, Lei Hou, Jiaxin Shi, Juanzi Li, Tat-Seng Chua. EMNLP 2019
  • A Cross-Sentence Latent Variable Model for Semi-Supervised Text Sequence Matching. [pdf]

    • Jihun Choi, Taeuk Kim, Sang-goo Lee. ACL 2019
  • A Semi-Supervised Stable Variational Network for Promoting Replier-Consistency in Dialogue Generation. [pdf]

    • Jinxin Chang, Ruifang He, Longbiao Wang, Xiangyu Zhao, Ting Yang, Ruifang Wang. ACL 2019
  • No Army, No Navy: BERT Semi-Supervised Learning of Arabic Dialects. [pdf]

    • Chiyu Zhang, Muhammad Abdul-Mageedl. ACL 2019
  • Paraphrase Generation for Semi-Supervised Learning in NLU. [pdf]

    • Eunah Cho, He Xie, William M. Campbell. NAACL 2019
  • Graph-Based Semi-Supervised Learning for Natural Language Understanding. [pdf]

    • Zimeng Qiu, Eunah Cho, Xiaochun Ma, William Campbell. EMNLP 2019
  • Revisiting LSTM Networks for Semi-Supervised Text Classification via Mixed Objective Function. [pdf]

  • Devendra Singh Sachan, Manzil Zaheer, Ruslan Salakhutdinov. AAAI 2019

2018

  • Strong Baselines for Neural Semi-supervised Learning under Domain Shift. [pdf] [code]

    • Sebastian Ruder, Barbara Plank. ACL 2018
  • Simple and Effective Semi-Supervised Question Answering. [pdf]

    • Bhuwan Dhingra, Danish Danish, Dheeraj Rajagopal. NAACL 2018
  • Semi-Supervised Disfluency Detection. [pdf]

    • Feng Wang, Wei Chen, Zhen Yang, Qianqian Dong, Shuang Xu, Bo Xu. COLING 2018
  • Variational Sequential Labelers for Semi-Supervised Learning. [pdf]

    • Mingda Chen, Qingming Tang, Karen Livescu, Kevin Gimpel. EMNLP 2018
  • Towards Semi-Supervised Learning for Deep Semantic Role Labeling. [pdf]

    • Sanket Vaibhav Mehta, Jay Yoon Lee, Jaime Carbonell. EMNLP 2018
  • Adaptive Semi-supervised Learning for Cross-domain Sentiment Classification. [pdf]

    • Ruidan He, Wee Sun Lee, Hwee Tou Ng, Daniel Dahlmeier. EMNLP 2018
  • Heterogeneous Graph Attention Networks for Semi-supervised Short Text Classification. [pdf]

    • Hu Linmei, Tianchi Yang, Chuan Shi, Houye Ji, Xiaoli Li. EMNLP 2018
  • Semi-Supervised Learning for Neural Keyphrase Generation. [pdf]

    • Hai Ye, Lu Wang. EMNLP 2018
  • Semi-Supervised Sequence Modeling with Cross-View Training. [pdf]

    • Kevin Clark, Minh-Thang Luong, Christopher D. Manning, Quoc Le. ACL 2018
  • Semi-Supervised Learning with Declaratively Specified Entropy Constraints. [pdf]

    • Haitian Sun, William W. Cohen, Lidong Bing. NeurIPS 2018
  • Semi-Supervised Prediction-Constrained Topic Models. [pdf]

    • Michael Hughes, Gabriel Hope, Leah Weiner, Thomas McCoy, Roy Perlis, Erik Sudderth, Finale Doshi-Velez. AISTATS 2018
  • SEE: Towards Semi-Supervised End-to-End Scene Text Recognition. [pdf]

    • Christian Bartz, Haojin Yang, Christoph Meinel. AAAI 2018
  • Inferring Emotion from Conversational Voice Data: A Semi-Supervised Multi-Path Generative Neural Network Approach. [pdf]

    • Suping Zhou, Jia Jia, Qi Wang, Yufei Dong, Yufeng Yin, Kehua Leis. AAAI 2018

2017

  • Semi-supervised Multitask Learning for Sequence Labeling. [pdf] [code]

    • Marek Rei. ACL 2017
  • Semi-supervised Structured Prediction with Neural CRF Autoencoder. [pdf]

    • Xiao Zhang, Yong Jiang, Hao Peng, Kewei Tu, Dan Goldwasser. EMNLP 2017
  • Semi-supervised sequence tagging with bidirectional language models. [pdf]

    • Matthew Peters, Waleed Ammar, Chandra Bhagavatula, Russell Power. ACL 2017
  • Variational Autoencoder for Semi-Supervised Text Classification. [pdf]

    • Weidi Xu, Haoze Sun, Chao Deng, Ying Tan. AAAI 2017
  • Semi-Supervised Multi-View Correlation Feature Learning with Application to Webpage Classification. [pdf]

    • Xiao-Yuan Jing, Fei Wu, Xiwei Dong, Shiguang Shan, Songcan Chen. AAAI 2017
  • Adversarial Training Methods for Semi-Supervised Text Classification. [pdf] [code]

    • Chelsea Finn, Tianhe Yu, Justin Fu, Pieter Abbeel, Sergey Levine. ICLR 2017

2016

  • Dual Learning for Machine Translation. [pdf]

    • Yingce Xia, Di He, Tao Qin, Liwei Wang, Nenghai Yu, Tie-Yan Liu, Wei-Ying Ma. NeurIPS 2016
  • Semi-supervised Clustering for Short Text via Deep Representation Learning. [pdf]

    • Zhiguo Wang, Haitao Mi, Abraham Ittycheriah. CoNLL 2016
  • Semi-supervised Question Retrieval with Gated Convolutions. [pdf]

    • Tao Lei, Hrishikesh Joshi, Regina Barzilay, Tommi Jaakkola, Kateryna Tymoshenko, Alessandro Moschitti, Lluís Màrquez. NAACL 2016
  • Semi-supervised Word Sense Disambiguation with Neural Models. [pdf]

    • Dayu Yuan, Julian Richardson, Ryan Doherty, Colin Evans, Eric Altendorf. COLING 2016
  • Semi-Supervised Learning for Neural Machine Translation. [pdf]

    • Yong Cheng, Wei Xu, Zhongjun He, Wei He, Hua Wu, Maosong Sun, Yang Liu. ACL 2016
  • A Semi-Supervised Learning Approach to Why-Question Answering. [pdf]

    • Jong-Hoon Oh, Kentaro Torisawa, Chikara Hashimoto, Ryu Iida, Masahiro Tanaka, Julien Kloetzer. AAAI 2016
  • Semi-Supervised Multinomial Naive Bayes for Text Classification by Leveraging Word-Level Statistical Constraint. [pdf]

    • Li Zhao, Minlie Huang, Ziyu Yao, Rongwei Su, Yingying Jiang, Xiaoyan Zhu. AAAI 2016
  • Supervised and Semi-Supervised Text Categorization using LSTM for Region Embeddings. [pdf] [code]

    • Rie Johnson, Tong Zhang. ICML 2016

2015

  • Semi-Supervised Word Sense Disambiguation Using Word Embeddings in General and Specific Domains. [pdf]

    • Kaveh Taghipour, Hwee Tou Ng. NACCL 2015
  • Semi-supervised Sequence Learning. [pdf] [code]

    • Andrew M. Dai, Quoc V. Le. NeurIPS 2015
  • Semi-supervised Convolutional Neural Networks for Text Categorization via Region Embedding. [pdf]

    • Rie Johnson, Tong Zhang. NeurIPS 2015
  • Mining User Intents in Twitter: A Semi-Supervised Approach to Inferring Intent Categories for Tweets. [pdf]

    • Jinpeng Wang, Gao Cong, Xin Wayne Zhao, Xiaoming Li. AAAI 2015

2014

  • Semi-Supervised Matrix Completion for Cross-Lingual Text Classification. [pdf]
    • Min Xiao, Yuhong Guo. AAAI 2014

2013

  • Effective Bilingual Constraints for Semi-Supervised Learning of Named Entity Recognizers. [pdf]
    • Mengqiu Wang, Wanxiang Che, Christopher D. Manning. AAAI 2013

2011

  • Semi-Supervised Recursive Autoencoders for Predicting Sentiment Distributions. [pdf]
    • Richard Socher, Jeffrey Pennington, Eric H. Huang, Andrew Y. Ng, Christopher D. Manning. EMNLP 2011

2010

  • Cross Language Text Classification by Model Translation and Semi-Supervised Learning. [pdf]

    • Lei Shi, Rada Mihalcea, Mingjun Tian. EMNLP 2010
  • Simple Semi-Supervised Training of Part-Of-Speech Taggers. [pdf]

    • Anders Søgaard. ACL 2010
  • Word Representations: A Simple and General Method for Semi-Supervised Learning. [pdf]

    • Joseph Turian, Lev-Arie Ratinov, Yoshua Bengio. ACL 2010
  • A Semi-Supervised Method to Learn and Construct Taxonomies Using the Web. [pdf]

    • Zornitsa Kozareva, Eduard Hovy. EMNLP 2010

2009

  • A Simple Semi-supervised Algorithm For Named Entity Recognition. [pdf]
    • Wenhui Liao, Sriharsha Veeramachaneni. NACCL 2009

2008

  • SemiBoost: Boosting for Semi-Supervised Learning. [pdf]

    • Pavan Kumar Mallapragada, Rong Jin, Anil K. Jain, Yi Liu. IEEE Transactions on Pattern Analysis and Machine Intelligence 2008
  • Simple Semi-supervised Dependency Parsing. [pdf]

    • Terry Koo, Xavier Carreras, Michael Collins. ACL 2008

2006

  • Self-Training for Enhancement and Domain Adaptation of Statistical Parsers Trained on Small Datasets. [pdf]
    • Roi Reichart, Ari Rappoport. ACL 2007

2006

  • Effective Self-Training for Parsing. [pdf]

    • David McClosky, Eugene Charniak, Mark Johnson. ACL 2006
  • Reranking and Self-Training for Parser Adaptation. [pdf]

    • David McClosky, Eugene Charniak, Mark Johnson. ACL 2006

Generative Models & Tasks

2020

  • Transformation Consistency Regularization- A Semi-Supervised Paradigm for Image-to-Image Translation. [pdf]

    • Aamir Mustafa, Rafal K. Mantiuk. ECCV 2020
  • Regularizing Discriminative Capability of CGANs for Semi-Supervised Generative Learning. [pdf]

    • Yi Liu, Guangchang Deng, Xiangping Zeng, Si Wu, Zhiwen Yu, Hau-San Wong. CVPR 2020
  • ScrabbleGAN: Semi-Supervised Varying Length Handwritten Text Generation. [pdf]

    • Sharon Fogel, Hadar Averbuch-Elor, Sarel Cohen, Shai Mazor, Roee Litman. CVPR 2020
  • Semi-Supervised Learning with Normalizing Flows. [pdf] [code]

    • Pavel Izmailov, Polina Kirichenko, Marc Finzi, Andrew Gordon Wilson. ICML 2020
  • Semi-Supervised StyleGAN for Disentanglement Learning. [pdf] [code]

    • Weili Nie, Tero Karras, Animesh Garg, Shoubhik Debnath, Anjul Patney, Ankit B. Patel, Anima Anandkumar. ICML 2020
  • Semi-Supervised Generative Modeling for Controllable Speech Synthesis. [pdf]

    • Raza Habib, Soroosh Mariooryad, Matt Shannon, Eric Battenberg, RJ Skerry-Ryan, Daisy Stanton, David Kao, Tom Bagby. ICLR 2020

2019

  • MarginGAN: Adversarial Training in Semi-Supervised Learning. [pdf] [code]

    • Jinhao Dong, Tong Lin. NeurIPS 2019
  • Differentiable Perturb-and-Parse: Semi-Supervised Parsing with a Structured Variational Autoencoder. [pdf]

    • Caio Corro, Ivan Titov. ICLR 2019
  • Enhancing TripleGAN for Semi-Supervised Conditional Instance Synthesis and Classification. [pdf]

    • Si Wu, Guangchang Deng, Jichang Li, Rui Li, Zhiwen Yu, Hau-San Wong. CVPR 2019

2018

  • Semi-supervised Adversarial Learning to Generate Photorealistic Face Images of New Identities from 3D Morphable Model. [pdf] [code]
    • Baris Gecer, Binod Bhattarai, Josef Kittler, Tae-Kyun Kim. ECCV 2018

2017

  • Triple Generative Adversarial Nets. [pdf]

    • Chongxuan Li, Kun Xu, Jun Zhu, Bo Zhang. NeurIPS 2017
  • Semi-Supervised Learning for Optical Flow with Generative Adversarial Networks. [pdf]

    • Wei-Sheng Lai, Jia-Bin Huang, Ming-Hsuan Yang. NeurIPS 2017
  • Semi-supervised Learning with GANs: Manifold Invariance with Improved Inference. [pdf]

    • Abhishek Kumar, Prasanna Sattigeri, P. Thomas Fletcher. NeurIPS 2017
  • Learning Disentangled Representations with Semi-Supervised Deep Generative Models. [pdf] [code]

    • N. Siddharth, Brooks Paige, Jan-Willem van de Meent, Alban Desmaison, Noah D. Goodman, Pushmeet Kohli, Frank Wood, Philip H.S. Torr. NeurIPS 2017
  • Good Semi-supervised Learning that Requires a Bad GAN. [pdf] [code]

    • Zihang Dai, Zhilin Yang, Fan Yang, William W. Cohen, Ruslan Salakhutdinov. NeurIPS 2017
  • Infinite Variational Autoencoder for Semi-Supervised Learning. [pdf]

    • Ehsan Abbasnejad, Anthony Dick, Anton van den Hengel. CVPR 2017
  • Semi-Supervised QA with Generative Domain-Adaptive Nets. [pdf]

    • Zhilin Yang, Junjie Hu, Ruslan Salakhutdinov, William W. Cohen. ACL 2017
  • Learning Loss Functions for Semi-supervised Learning via Discriminative Adversarial Networks. [pdf]

    • Cicero Nogueira dos Santos, Kahini Wadhawan, Bowen Zhou. JMLR 2017

2016

  • Auxiliary Deep Generative Models. [pdf]

    • Lars Maaløe, Casper Kaae Sønderby, Søren Kaae Sønderby, Ole Winther. ICML 2016
  • Improved Techniques for Training GANs. [pdf]

    • Tim Salimans, Ian Goodfellow, Wojciech Zaremba, Vicki Cheung, Alec Radford, Xi Chen. NeurIPS 2016
  • Unsupervised and Semi-supervised Learning with Categorical Generative Adversarial Networks. [pdf]

    • Jost Tobias Springenberg. ICLR 2016
  • Semi-Supervised Learning with Generative Adversarial Networks. [pdf]

    • Augustus Odena. Preprint 2016

2014

  • Semi-supervised Learning with Deep Generative Models. [pdf]
    • Diederik P. Kingma, Danilo J. Rezende, Shakir Mohamed, Max Welling. NeurIPS 2014

Graph Based SSL

2021

  • Class-Attentive Diffusion Network for Semi-Supervised Classification. [pdf] [code]
    • Jongin Lim, Daeho Um, Hyung Jin Chang, Dae Ung Jo, Jin Young Choi AAAI 2021

2020

  • Strongly local p-norm-cut algorithms for semi-supervised learning and local graph clustering. [pdf] [code]

    • Meng Liu, David F. Gleich. NeurIPS 2020
  • Deep Graph Pose: a semi-supervised deep graphicalmodel for improved animal pose tracking. [pdf]

    • Anqi Wu, E. Kelly Buchanan et al. NeurIPS 2020
  • Poisson Learning: Graph Based Semi-Supervised Learning At Very Low Label Rates. [pdf]

    • Jeff Calder, Brendan Cook, Matthew Thorpe, Dejan Slepcev. ICML 2020
  • Density-Aware Graph for Deep Semi-Supervised Visual Recognition. [pdf]

    • Suichan Li, Bin Liu, Dongdong Chen, Qi Chu, Lu Yuan, Nenghai Yu. CVPR 2020
  • Shoestring: Graph-Based Semi-Supervised Classification With Severely Limited Labeled Data. [pdf]

    • Wanyu Lin, Zhaolin Gao, Baochun Li. CVPR 2020
  • InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization. [pdf]

    • Chunyan Xu, Zhen Cui, Xiaobin Hong, Tong Zhang, Jian Yang, Wei Liu. ICLR 2020
  • Graph Inference Learning for Semi-supervised Classification. [pdf]

    • Chunyan Xu, Zhen Cui, Xiaobin Hong, Tong Zhang, Jian Yang, Wei Liu. ICLR 2020

2019

  • Improved Semi-Supervised Learning with Multiple Graphs. [pdf]

    • Krishnamurthy Viswanathan, Sushant Sachdeva, Andrew Tomkins, Sujith Ravi, Partha Talukdar. AISTATS 2019
  • Confidence-based Graph Convolutional Networks for Semi-Supervised Learning. [pdf] [code]

    • Shikhar Vashishth, Prateek Yadav, Manik Bhandari, Partha Talukdar. AISTATS 2019
  • Generalized Matrix Means for Semi-Supervised Learning with Multilayer Graphs. [pdf] [code]

    • Pedro Mercado, Francesco Tudisco, Matthias Hein. NeurIPS 2019
  • A Unified Framework for Data Poisoning Attack to Graph-based Semi-supervised Learning. [pdf]

    • Xuanqing Liu, Si Si, Xiaojin Zhu, Yang Li, Cho-Jui Hsieh. NeurIPS 2019
  • Graph Agreement Models for Semi-Supervised Learning. [pdf] [code]

    • Otilia Stretcu, Krishnamurthy Viswanathan, Dana Movshovitz-Attias, Emmanouil Platanios, Sujith Ravi, Andrew Tomkins. NeurIPS 2019
  • Graph Based Semi-supervised Learning with Convolution Neural Networks to Classify Crisis Related Tweets. [pdf] [code]

    • Bo Jiang, Ziyan Zhang, Doudou Lin, Jin Tang, Bin Luo. NeurIPS 2019
  • A Flexible Generative Framework for Graph-based Semi-supervised Learning. [pdf] [code]

    • Jiaqi Ma, Weijing Tang, Ji Zhu, Qiaozhu Mei. NeurIPS 2019
  • Semi-Supervised Learning With Graph Learning-Convolutional Networks. [pdf]

    • Bo Jiang, Ziyan Zhang, Doudou Lin, Jin Tang, Bin Luo. CVPR 2019
  • Label Efficient Semi-Supervised Learning via Graph Filtering. [pdf]

    • Qimai Li, Xiao-Ming Wu, Han Liu, Xiaotong Zhang, Zhichao Guan. CVPR 2019
  • Graph Convolutional Networks Meet Markov Random Fields: Semi-Supervised Community Detection in Attribute Networks. [pdf]

    • Di Jin, Ziyang Liu, Weihao Li, Dongxiao He, Weixiong Zhang. AAAI 2019
  • Matrix Completion for Graph-Based Deep Semi-Supervised Learning. [pdf]

    • Fariborz Taherkhani, Hadi Kazemi, Nasser M. Nasrabadi. AAAI 2019
  • Bayesian Graph Convolutional Neural Networks for Semi-Supervised Classification. [pdf]

    • Yingxue Zhang, Soumyasundar Pal, Mark Coates, Deniz Ustebay. AAAI 2019

2018

  • Semi-Supervised Learning via Compact Latent Space Clustering. [pdf]

    • Konstantinos Kamnitsas, Daniel Castro, Loic Le Folgoc, Ian Walker, Ryutaro Tanno, Daniel Rueckert, Ben Glocker, Antonio Criminisi, Aditya Nori. ICML 2018
  • Bayesian Semi-supervised Learning with Graph Gaussian Processes. [pdf]

    • Yin Cheng Ng, Nicolo Colombo, Ricardo Silva. NeurIPS 2018
  • Smooth Neighbors on Teacher Graphs for Semi-Supervised Learning. [pdf]

    • Yucen Luo, Jun Zhu, Mengxi Li, Yong Ren, Bo Zhang. CVPR 2018
  • Deeper Insights Into Graph Convolutional Networks for Semi-Supervised Learning. [pdf]

    • Y Qimai Li, Zhichao Han, Xiao-ming W. AAAI 2018
  • Interpretable Graph-Based Semi-Supervised Learning via Flows. [pdf]

    • Raif M. Rustamov, James T. Klosowski. AAAI 2018

2017

  • Semi-Supervised Classification with Graph Convolutional Networks. [pdf] [code]
    • Thomas N. Kipf, Max Welling. ICLR 2017

2016

  • Large-Scale Graph-Based Semi-Supervised Learning via Tree Laplacian Solver. [pdf]

  • Yan-Ming Zhang, Xu-Yao Zhang, Xiao-Tong Yuan, Cheng-Lin Liu. AAAI 2016

  • Revisiting Semi-Supervised Learning with Graph Embeddings. [pdf] [code]

    • Zhilin Yang, William Cohen, Ruslan Salakhudinov. ICML 2016

2014

  • Graph-based Semi-supervised Learning: Realizing Pointwise Smoothness Probabilistically. [pdf]

    • Yuan Fang, Kevin Chang, Hady Lauw. ICML 2014
  • A Multigraph Representation for Improved Unsupervised/Semi-supervised Learning of Human Actions. [pdf]

    • Simon Jones, Ling Shao. CVPR 2014

2014

  • Semi-supervised Eigenvectors for Locally-biased Learning. [pdf]
    • Toke Hansen, Michael W. Mahoney. NeurIPS 2012

2012

  • Semi-supervised Regression via Parallel Field Regularization. [pdf]
    • Binbin Lin, Chiyuan Zhang, Xiaofei He. NeurIPS 2011

2011

  • Unsupervised and semi-supervised learning via L1-norm graph. [pdf]

    • Feiping Nie, Hua Wang, Heng Huang, Chris Ding. ICCV 2011
  • Semi-supervised Regression via Parallel Field Regularization. [pdf]

    • Binbin Lin, Chiyuan Zhang, Xiaofei He. NeurIPS 2011

2010

  • Semi-Supervised Learning with Max-Margin Graph Cuts. [pdf]

    • Branislav Kveton, Michal Valko, Ali Rahimi, Ling Huang. AISTATS 2010
  • Large Graph Construction for Scalable Semi-Supervised Learning. [pdf]

    • Wei Liu, Junfeng He, Shih-Fu Chang. ICML 2010

2009

  • Graph construction and b-matching for semi-supervised learning. [pdf]
    • Tony Jebara, Jun Wang, Shih-Fu Chang. ICML 2009

2005

  • Cluster Kernels for Semi-Supervised Learning. [pdf]
    • Olivier Chapelle, Jason Weston, Bernhard Scholkopf. NeurIPS 2005

2004

  • Regularization and Semi-supervised Learning on Large Graphs. [pdf]
    • Mikhail Belkin, Irina Matveeva, Partha Niyogi. COLT 2004

Theory

2020

  • Semi-Supervised Learning with Meta-Gradient. [pdf]

    • Xin-Yu Zhang, Hao-Lin Jia, Taihong Xiao, Ming-Ming Cheng, Ming-Hsuan Yang. Preprint 2020
  • TCGM: An Information-Theoretic Framework for Semi-Supervised Multi-Modality Learning. [pdf]

    • Xinwei Sun, Yilun Xu, Peng Cao, Yuqing Kong, Lingjing Hu, Shanghang Zhang, Yizhou Wang. ECCV 2020
  • Meta-Semi: A Meta-learning Approach for Semi-supervised Learning. [pdf]

    • Yulin Wang, Jiayi Guo, Shiji Song, Gao Huang. Preprint 2020
  • Not All Unlabeled Data are Equal: Learning to Weight Data in Semi-supervised Learning. [pdf]

    • Zhongzheng Ren, Raymond A. Yeh, Alexander G. Schwing. Preprint 2020

2019

  • The information-theoretic value of unlabeled data in semi-supervised learning. [pdf]

    • Alexander Golovnev, David Pal, Balazs Szorenyi. ICML 2019
  • Analysis of Network Lasso for Semi-Supervised Regression. [pdf]

    • Alexander Jung, Natalia Vesselinova. AISTATS 2019
  • Semi-supervised clustering for de-duplication. [pdf]

    • Shrinu Kushagra, Shai Ben-David, Ihab Ilyas. AISTATS 2019
  • Learning to Impute: A General Framework for Semi-supervised Learning. [pdf] [code]

    • Wei-Hong Li, Chuan-Sheng Foo, Hakan Bilen. Preprint 2019

2018

  • Semi-Supervised Learning with Competitive Infection Models. [pdf]

    • Nir Rosenfeld, Amir Globerson. AISTATS 2018
  • The Pessimistic Limits and Possibilities of Margin-based Losses in Semi-supervised Learning. [pdf]

    • Jesse H. Krijthe, Marco Loog. NeurIPS 2018
  • The Sample Complexity of Semi-Supervised Learning with Nonparametric Mixture Models. [pdf]

    • Chen Dan, Liu Leqi, Bryon Aragam, Pradeep Ravikumar, Eric P. Xing. NeurIPS 2018

2017

  • Semi-Supervised Classification Based on Classification from Positive and Unlabeled Data. [pdf]
    • Tomoya Sakai, Marthinus Christoffel Plessis, Gang Niu, Masashi Sugiyama. ICML 2017

2016

  • Semi-Supervised Learning with Adaptive Spectral Transform. [pdf]

    • Hanxiao Liu, Yiming Yang. AISTATS 2016
  • Large Scale Distributed Semi-Supervised Learning Using Streaming Approximation. [pdf]

    • Sujith Ravi, Qiming Diao. AISTATS 2016

2014

  • Wasserstein Propagation for Semi-Supervised Learning. [pdf]

    • Justin Solomon, Raif Rustamov, Leonidas Guibas, Adrian Butscher. ICML 2014
  • High Order Regularization for Semi-Supervised Learning of Structured Output Problems. [pdf]

    • Yujia Li, Rich Zemel. ICML 2014

2013

  • Correlated random features for fast semi-supervised learning. [pdf]

    • Brian McWilliams, David Balduzzi, Joachim M. Buhmann. NeurIPS 2013
  • Squared-loss Mutual Information Regularization: A Novel Information-theoretic Approach to Semi-supervised Learning. [pdf]

    • Gang Niu, Wittawat Jitkrittum, Bo Dai, Hirotaka Hachiya, Masashi Sugiyama. ICML 2013
  • Infinitesimal Annealing for Training Semi-Supervised Support Vector Machines. [pdf]

    • Kohei Ogawa, Motoki Imamura, Ichiro Takeuchi, Masashi Sugiyama. ICML 2013
  • Semi-supervised Clustering by Input Pattern Assisted Pairwise Similarity Matrix Completion. [pdf]

    • Jinfeng Yi, Lijun Zhang, Rong Jin, Qi Qian, Anil Jain. ICML 2013

2012

  • A Simple Algorithm for Semi-supervised Learning withImproved Generalization Error Bound. [pdf]

    • Ming Ji, Tianbao Yang, Binbin Lin, Rong Jin, Jiawei Han. ICML 2012
  • Deterministic Annealing for Semi-Supervised Structured Output Learning. [pdf]

    • Paramveer Dhillon, Sathiya Keerthi, Kedar Bellare, Olivier Chapelle, Sundararajan Sellamanickam. AISTATS 2012

2011

  • Semi-supervised Learning by Higher Order Regularization. [pdf]

    • Xueyuan Zhou, Mikhail Belkin. AISTATS 2011
  • Error Analysis of Laplacian Eigenmaps for Semi-supervised Learning. [pdf]

    • Xueyuan Zhou, Nathan Srebro. AISTATS 2011

2010

  • Semi-Supervised Dimension Reduction for Multi-Label Classification. [pdf]

    • Buyue Qian, Ian Davidson. AAAI 2010
  • Semi-Supervised Learning via Generalized Maximum Entropy. [pdf]

    • Ayse Erkan, Yasemin Altun. AISTATS 2010
  • Semi-supervised learning by disagreement. [pdf]

    • Zhi-Hua Zhou, Ming Li. Knowledge and Information Systems 2010

2009

  • Semi-supervised Learning by Sparse Representation. [pdf]
    • Shuicheng Yan and Huan Wang. SIAM 2009

2008

  • Worst-case analysis of the sample complexity of semi-supervised learning. [pdf]
    • Shai Ben-David, Tyler Lu, David Pal. COLT 2008

2007

  • Generalization error bounds in semi-supervised classification under the cluster assumption. [pdf]
    • Philippe Rigollet. JMLR 2007

2005

  • Semi-supervised learning by entropy minimization. [pdf]

    • Yves Grandvalet, Yoshua Bengio. NeurIPS 2005
  • A co-regularization approach to semi-supervised learning with multiple views. [pdf]

    • Vikas Sindhwani, Partha Niyogi, Mikhail Belkin. ICML 2005
  • Tri-Training: Exploiting Unlabeled DataUsing Three Classifiers. [pdf]

    • Zhou Zhi-Hua and Li Ming. IEEE Transactions on knowledge and Data Engineering 2005

2003

  • Semi-supervised learning using gaussian fields and harmonic functions. [pdf]

    • Xiaojin Zhu, Zoubin Ghahramani, John Lafferty. ICML 2003
  • Semi-supervised learning of mixture models. [pdf]

    • Fabio Gagliardi Cozman, Ira Cohen, Marcelo Cesar Cirelo. ICML 2003

2002

  • Learning from labeled and unlabeled data with label propagation. [pdf]
    • Xiaojin Zhu, Zoubin Ghahramani. NeurIPS 2002

1998

  • Combining labeled and unlabeled data with co-training. [pdf]
    • Tom Michael Mitchell, Tom Mitchell. COLT 1998

Reinforcement Learning, Meta-Learning & Robotics

2020

  • Semi-Supervised Neural Architecture Search. [pdf] [code]

    • Renqian Luo, Xu Tan, Rui Wang, Tao Qin, Enhong Chen, Tie-Yan Liu. NeurIPS 2020
  • Dynamical Distance Learning for Semi-Supervised and Unsupervised Skill Discovery. [pdf]

    • Kristian Hartikainen, Xinyang Geng, Tuomas Haarnoja, Sergey Levine. ICLR 2020

2018

  • Meta-Learning for Semi-Supervised Few-Shot Classification. [pdf] [code]
    • Mengye Ren, Eleni Triantafillou, Sachin Ravi, Jake Snell, Kevin Swersky, Joshua B. Tenenbaum, Hugo Larochelle, Richard S. Zemel. ICLR 2018

2017

  • Generalizing Skills with Semi-Supervised Reinforcement Learning. [pdf]
    • Takeru Miyato, Andrew M. Dai, Ian Goodfellow. ICLR 2017

Regression

2018

  • Minimax-optimal semi-supervised regression on unknown manifolds. [pdf]

    • Amit Moscovich, Ariel Jaffe, Nadler Boaz. AISTATS 2017
  • Semi-supervised Deep Kernel Learning: Regression with Unlabeled Data by Minimizing Predictive Variance. [pdf] [code]

    • Neal Jean, Sang Michael Xie, Stefano Ermon. NeurIPS 2018

2017

  • Learning Safe Prediction for Semi-Supervised Regression. [pdf]
    • Yu-Feng Li, Han-Wen Zha, Zhi-Hua Zhou. AAAI 2017

2015

  • Semi-Supervised Factored Logistic Regression for High-Dimensional Neuroimaging Data. [pdf]
    • Danilo Bzdok, Michael Eickenberg, Olivier Grisel, Bertrand Thirion, Ga ̈el Varoquaux. NeurIPS 2015

Other

2018

  • Semi-Supervised Learning on Data Streams via Temporal Label Propagation. [pdf]
    • Tal Wagner, Sudipto Guha, Shiva Kasiviswanathan, Nina Mishra. ICML 2018

2017

  • Kernelized Evolutionary Distance Metric Learning for Semi-Supervised Clustering. [pdf]
    • Wasin Kalintha, Satoshi Ono, Masayuki Numao, Ken-ichi Fukui. AAAI 2017

2016

  • Robust Semi-Supervised Learning through Label Aggregation. [pdf]

    • Yan Yan, Zhongwen Xu, Ivor W. Tsang, Guodong Long, Yi Yang. AAAI 2016
  • Semi-Supervised Dictionary Learning via Structural Sparse Preserving. [pdf]

    • Di Wang, Xiaoqin Zhang, Mingyu Fan, Xiuzi Ye. AAAI 2016

2013

  • Efficient Semi-supervised and Active Learning of Disjunctions. [pdf]
    • Nina Balcan, Christopher Berlind, Steven Ehrlich, Yingyu Liang. ICML 2013

Talks

  • Semi-Supervised Learning and Unsupervised Distribution Alignment. [youtube].
    • CS294-158-SP20 UC Berkeley.
  • Semi-Supervised Learning and Unsupervised Distribution Alignment. [youtube].
    • Pydata, Andreas Merentitis, Carmine Paolino, Vaibhav Singh.
  • Overview of Unsupervised & Semi-supervised learning. [youtube].
    • AISC, Shazia Akbar.
  • Semi-Supervised Learning. [youtube] [slides].
    • CMU Machine Learning 10-701, Tom M. Mitchell .

Thesis

  • Fundamental limitations of semi-supervised learnin. Tyler Tian Lu. [pdf].
  • Semi-Supervised Learning with Graphs. Xiaojin Zhu. [pdf].
  • Semi-Supervised Learning for Natural Language. Percy Liang. [pdf].

Blogs

  • An overview of proxy-label approaches for semi-supervised learning. Sebastian Ruder. [link].
  • The Illustrated FixMatch for Semi-Supervised Learning. Amit Chaudhary. [link]
  • An Overview of Deep Semi-Supervised Learning. Yassine Ouali [link]
  • Semi-Supervised Learning in Computer Vision. Amit Chaudhary [link]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].