paper-with-me

Papers

Large-Scale Network Embedding in Apache Spark

2021-06-20 · Wenqing Lin

Network embedding has been widely used in social recommendation and network analysis, such as recommendation systems and anomaly detection with graphs. However, most of previous approaches cannot handle large graphs efficiently, due to that (i) computation on graphs is often costly and (ii) the size of graph or the intermediate results of vectors could be prohibitively large, rendering it difficult to be processed on a single machine. In this paper, we propose an efficient and effective distributed algorithm for network embedding on large graphs using Apache Spark, which recursively partitions a graph into several small-sized subgraphs to capture the internal and external structural information of nodes, and then computes the network embedding for each subgraph in parallel. Finally, by aggregating the outputs on all subgraphs, we obtain the embeddings of nodes in a linear cost. After that, we demonstrate in various experiments that our proposed approach is able to handle graphs with billions of edges within a few hours and is at least 4 times faster than the state-of-the-art approaches. Besides, it achieves up to $4.25\%$ and $4.27\%$ improvements on link prediction and node classification tasks respectively. In the end, we deploy the proposed algorithms in two online games of Tencent with the applications of friend recommendation and item recommendation, which improve the competitors by up to $91.11\%$ in running time and up to $12.80\%$ in the corresponding evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2106.10620

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionLink PredictionNetwork EmbeddingNode ClassificationRecommendation Systems

Similar Papers 제목 키워드 기반

MMLSpark: Unifying Machine Learning Ecosystems at Massive Scales

2018-10-20 · Mark Hamilton, Sudarshan Raghunathan, Ilya Matiach, Andrew Schonhoffer 외

We introduce Microsoft Machine Learning for Apache Spark (MMLSpark), an ecosystem of enhancements that expand the Apache Spark distributed computing library to tackle problems in Deep Learning, Micro-Service Orchestratio…

BIG-bench Machine LearningDistributed Computingobject-detectionObject Detection

Large-scale text processing pipeline with Apache Spark

2019-12-02 · Alexey Svyatkovskiy, Kosuke Imai, Mary Kroeger, Yuki Shiraito

In this paper, we evaluate Apache Spark for a data-intensive machine learning problem. Our use case focuses on policy diffusion detection across the state legislatures in the United States over time. Previous work on pol…

MLlib: Machine Learning in Apache Spark

2015-05-26 · Xiangrui Meng, Joseph Bradley, Burak Yavuz, Evan Sparks 외

Apache Spark is a popular open-source platform for large-scale data processing that is well-suited for iterative machine learning tasks. In this paper we present MLlib, Spark's open-source distributed machine learning li…

BIG-bench Machine Learning

Scalable Manifold Learning for Big Data with Apache Spark

2018-08-31 · Frank Schoeneman, Jaroslaw Zola

Non-linear spectral dimensionality reduction methods, such as Isomap, remain important technique for learning manifolds. However, due to computational complexity, exact manifold learning using Isomap is currently impossi…

Dimensionality Reduction

Distributed Streaming Analytics on Large-scale Oceanographic Data using Apache Spark

2019-07-31 · Janak Dahal, Elias Ioup, Shaikh Arifuzzaman, Mahdi Abdelguerfi

Real-world data from diverse domains require real-time scalable analysis. Large-scale data processing frameworks or engines such as Hadoop fall short when results are needed on-the-fly. Apache Spark's streaming library i…