paper-with-me

Papers

Large Scale Distributed Semi-Supervised Learning Using Streaming Approximation

2015-12-06 · Sujith Ravi, Qiming Diao

Traditional graph-based semi-supervised learning (SSL) approaches, even though widely applied, are not suited for massive data and large label scenarios since they scale linearly with the number of edges $|E|$ and distinct labels $m$. To deal with the large label size problem, recent works propose sketch-based methods to approximate the distribution on labels per node thereby achieving a space reduction from $O(m)$ to $O(\log m)$, under certain conditions. In this paper, we present a novel streaming graph-based SSL approximation that captures the sparsity of the label distribution and ensures the algorithm propagates labels accurately, and further reduces the space complexity per node to $O(1)$. We also provide a distributed version of the algorithm that scales well to large data sizes. Experiments on real-world datasets demonstrate that the new method achieves better performance than existing state-of-the-art algorithms with significant reduction in memory footprint. We also study different graph construction mechanisms for natural language applications and propose a robust graph augmentation strategy trained using state-of-the-art unsupervised deep learning architectures that yields further significant quality gains.

📄 PDF Abstract BibTeX arXiv:1512.01752

Code (0)

등록된 구현이 없습니다.

Tasks

graph construction

Similar Papers 제목 키워드 기반

A Comparison of Semi-Supervised Learning Techniques for Streaming ASR at Scale

2023-04-19 · Cal Peyser, Michael Picheny, Kyunghyun Cho, Rohit Prabhavalkar 외

Unpaired text and audio injection have emerged as dominant methods for improving ASR performance in the absence of a large labeled corpus. However, little guidance exists on deploying these methods to improve production …

CPUDecoder

Abuse and Fraud Detection in Streaming Services Using Heuristic-Aware Machine Learning

2022-03-04 · Soheil Esmaeilzadeh, Negin Salajegheh, Amir Ziai, Jeff Boote

This work presents a fraud and abuse detection framework for streaming services by modeling user streaming behavior. The goal is to discover anomalous and suspicious incidents and scale the investigation efforts by creat…

Abuse DetectionAnomaly DetectionBIG-bench Machine LearningBinary Classification+7

Distributed Semi-supervised Fuzzy Regression with Interpolation Consistency Regularization

2022-09-18 · Ye Shi, Leijie Zhang, Zehong Cao, M. Tanveer 외

Recently, distributed semi-supervised learning (DSSL) algorithms have shown their effectiveness in leveraging unlabeled samples over interconnected networks, where agents cannot share their original data with each other …

regression

Dual Learning for Large Vocabulary On-Device ASR

2023-01-11 · Cal Peyser, Ronny Huang, Tara Sainath, Rohit Prabhavalkar 외

Dual learning is a paradigm for semi-supervised machine learning that seeks to leverage unsupervised data by solving two opposite tasks at once. In this scheme, each model is used to generate pseudo-labels for unlabeled …

Scaling-up Distributed Processing of Data Streams for Machine Learning

2020-05-18 · Matthew Nokleby, Haroon Raja, Waheed U. Bajwa

Emerging applications of machine learning in numerous areas involve continuous gathering of and learning from streams of data. Real-time incorporation of streaming data into the learned models is essential for improved i…

BIG-bench Machine LearningStochastic Optimization