LGCVNov 16, 2015

Performing Highly Accurate Predictions Through Convolutional Networks for Actual Telecommunication Challenges

arXiv:1511.04906v3
Originality Incremental advance
AI Analysis

This addresses the problem of labor-intensive feature engineering for telecom operators, though it appears incremental as it applies an existing deep learning method to a specific domain.

The paper tackled customer churn prediction in telecommunications by developing WiseNet, a convolutional network that encodes customer data into images, which outperformed models with hand-crafted features and showed generalization across markets without retraining.

We investigated how the application of deep learning, specifically the use of convolutional networks trained with GPUs, can help to build better predictive models in telecommunication business environments, and fill this gap. In particular, we focus on the non-trivial problem of predicting customer churn in telecommunication operators. Our model, called WiseNet, consists of a convolutional network and a novel encoding method that transforms customer activity data and Call Detail Records (CDRs) into images. Experimental evaluation with several machine learning classifiers supports the ability of WiseNet for learning features when using structured input data. For this type of telecommunication business problems, we found that WiseNet outperforms machine learning models with hand-crafted features, and does not require the labor-intensive step of feature engineering. Furthermore, the same model has been applied without retraining to a different market, achieving consistent results. This confirms the generalization property of WiseNet and the ability to extract useful representations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes