Weak supervision

Weak supervision is a branch of machine learning where noisy, limited, or imprecise sources are used to provide supervision signal for labeling large amounts of training data in a supervised learning setting.[1] This approach alleviates the burden of obtaining hand-labeled data sets, which can be costly or impractical. Instead, inexpensive weak labels are employed with the understanding that they are imperfect, but can nonetheless be used to create a strong predictive model.[2]

Problem of labeled training data

Machine learning models and techniques are increasingly accessible to researchers and developers; the real-world usefulness of these models, however, depends on access to high-quality labeled training data.[3] This need for labeled training data often proves to be a significant obstacle to the application of machine learning models within an organization or industry.[1] This bottleneck effect manifests itself in various ways, including the following examples:

Insufficient quantity of labeled data

When machine learning techniques are initially used in new applications or industries, there is often not enough training data available to apply traditional processes.[4] Some industries have the benefit of decades' worth of training data readily available; those that do not are at a significant disadvantage. In such cases, obtaining training data may be impractical, expensive, or impossible without waiting years for its accumulation.

Insufficient subject-matter expertise to label data

When labeling training data requires specific relevant expertise, creation of a usable training data set can quickly become prohibitively expensive.[4] This issue is likely to occur, for example, in biomedical or security-related applications of machine learning.

Insufficient time to label and prepare data

Most of the time required to implement machine learning is spent in preparing data sets.[4] When an industry or research field deals with problems that are, by nature, rapidly evolving, it can be impossible to collect and prepare data quickly enough for results to be useful in real-world applications. This issue could occur, for example, in fraud detection or cybersecurity applications.

Other areas of machine learning exist that are likewise motivated by the demand for increased quantity and quality of labeled training data but employ different high-level techniques to approach this demand. These other approaches include active learning, semi-supervised learning, and transfer learning.[1]

Types of weak labels

Weak labels are intended to decrease the cost and increase the efficiency of human efforts expended in hand-labeling data. They can take many forms, including the following:

  • Imprecise or inexact labels: developers may use higher-level, less precise input from subject-matter experts to create heuristic rules, define expected distributions, or impose other constraints on the training data.[5][2]
  • Inaccurate labels: developers may use inexpensive, lower-quality input through means such as crowdsourcing to obtain labels that are numerous, but not expected to be perfectly correct.[2]
  • Existing resources: developers may take advantage of existing resources (such as knowledge bases, alternative data sets, or pre-trained models[1]) to create labels that are helpful, though not perfectly suited for the given task.[2]

Applications of weak supervision

Applications of weak supervision are numerous and varied within the machine learning research community.

Stanford University researchers created Snorkel, an open-source system for quickly assembling training data through weak supervision.[6] Snorkel employs the central principles of the data programming paradigm,[5] in which developers create labeling functions, which are then used to programmatically label data, and employs supervised learning techniques to assess the accuracy of those labeling functions.[7] In this way, potentially low-quality inputs can be used to create high-quality models.

In a joint work with Google, Stanford researchers showed that existing organizational knowledge resources could be converted into weak supervision sources and used to significantly decrease development costs and time.[8]

In 2019, Massachusetts Institute of Technology and Google researchers released cleanlab, the first standardized Python package for machine learning and deep learning with noisy labels.[9] Cleanlab implements confident learning,[10][11] a framework of theory and algorithms for dealing with uncertainty in dataset labels, to (1) find label errors in datasets, (2) characterize label noise, and (3) standardize and simplify research in weak supervision and learning with noisy labels.[12]

Researchers at University of Massachusetts Amherst propose augmenting traditional active learning approaches by soliciting labels on features rather than instances within a data set.[13]

Researchers at Johns Hopkins University propose reducing the cost of labeling data sets by having annotators provide rationales supporting each of their data annotations, then using those rationales to train both discriminative and generative models for labeling additional data.[14]

Researchers at University of Alberta propose a method that applies traditional active learning approaches to enhance the quality of the imperfect labels provided by weak supervision.[15]

  1. Alex Ratner, Stephen Bach, Paroma Varma, Chris Ré And referencing work by many other members of Hazy Research. "Weak Supervision: The New Programming Paradigm for Machine Learning". hazyresearch.github.io. Retrieved 2019-06-05.CS1 maint: multiple names: authors list (link)
  2. Zhou, Zhi-Hua. "A Brief Introduction to Weakly Supervised Learning" (PDF). semanticscholar.org. Retrieved 4 June 2019.
  3. "Datasets Over Algorithms". Space Machine. Retrieved 2019-06-05.
  4. Roh, Yuji (8 Nov 2018). "A Survey on Data Collection for Machine Learning: A Big Data - AI Integration Perspective". arXiv:1811.03402 [cs.LG].
  5. Ré, Christopher; Selsam, Daniel; Wu, Sen; De Sa, Christopher; Ratner, Alexander (2016-05-25). "Data Programming: Creating Large Training Sets, Quickly". arXiv:1605.07723v3 [stat.ML].
  6. "Snorkel and The Dawn of Weakly Supervised Machine Learning · Stanford DAWN". dawn.cs.stanford.edu. Retrieved 2019-06-05.
  7. "Snorkel by HazyResearch". hazyresearch.github.io. Retrieved 2019-06-05.
  8. Malkin, Rob; Ré, Christopher; Kuchhal, Rahul; Alborzi, Houman; Hancock, Braden; Ratner, Alexander; Sen, Souvik; Xia, Cassandra; Shao, Haidong (2018-12-02). "Snorkel DryBell: A Case Study in Deploying Weak Supervision at Industrial Scale". Proceedings. Acm-Sigmod International Conference on Management of Data. 2019: 362–375. arXiv:1812.00417. Bibcode:2018arXiv181200417B. doi:10.1145/3299869.3314036. PMC 6879379. PMID 31777414.
  9. "Announcing cleanlab: a Python Package for ML and Deep Learning on Datasets with Label Errors". l7.curtisnorthcutt.com. Retrieved 2020-02-04.
  10. "An Introduction to Confident Learning: Finding and Learning with Label Errors in Datasets". l7.curtisnorthcutt.com. Retrieved 2020-02-04.
  11. Northcutt, Curtis G.; Jiang, Lu; Chuang, Isaac L. (2019-10-31). "Confident Learning: Estimating Uncertainty in Dataset Labels". arXiv:1911.00068 [stat.ML].
  12. Northcutt, Curtis. "CleanLab for Finding and Learning with Noisy Labels". Retrieved 9 October 2019.
  13. Druck, Gregory. "Active Learning by Labeling Features" (PDF). Retrieved 4 June 2019.
  14. Zaidan, Omar. "Machine Learning with Annotator Rationales to Reduce Annotation Cost" (PDF). Retrieved 4 June 2019.
  15. Nashaat, Mona; Ghosh, Aindrila; Miller, James; Quader, Shaikh; Marston, Chad; Puget, Jean-Francois (December 2018). "Hybridization of Active Learning and Data Programming for Labeling Large Industrial Datasets". 2018 IEEE International Conference on Big Data (Big Data). Seattle, WA, USA: IEEE: 46–55. doi:10.1109/BigData.2018.8622459. ISBN 9781538650356.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.