Telecommunications
AI-driven brand insertion adds value to content libraries
Library sales to streaming companies have helped to keep revenue flowing for content owners during lockdown. Now, they can take advantage of a new technology that can digitally insert branded products and promotional items into finished content. Its platform uses AI to identify the most natural and meaningful placement opportunities, and then employs VFX technology to insert real-world objects that weren't in the original shoot, like a vehicle or a bag of potato chips, or overlays existing brand imagery with new product shots. Mirriad can boast an impressive list of media clients it has worked with, including Tencent Video, 20th Century Fox, RTL, Channel 4, France TV and ABC. Brands they have helped include Pepsi, Sherwin Williams, P&G, Huawei and T-Mobile.
Coded Computing for Federated Learning at the Edge
Prakash, Saurav, Dhakal, Sagar, Akdeniz, Mustafa, Avestimehr, A. Salman, Himayat, Nageen
Federated Learning (FL) is an exciting new paradigm that enables training a global model from data generated locally at the client nodes, without moving client data to a centralized server. Performance of FL in a multi-access edge computing (MEC) network suffers from slow convergence due to heterogeneity and stochastic fluctuations in compute power and communication link qualities across clients. A recent work, Coded Federated Learning (CFL), proposes to mitigate stragglers and speed up training for linear regression tasks by assigning redundant computations at the MEC server. Coding redundancy in CFL is computed by exploiting statistical properties of compute and communication delays. We develop CodedFedL that addresses the difficult task of extending CFL to distributed non-linear regression and classification problems with multioutput labels. The key innovation of our work is to exploit distributed kernel embedding using random Fourier features that transforms the training task into distributed linear regression. We provide an analytical solution for load allocation, and demonstrate significant performance gains for CodedFedL through experiments over benchmark datasets using practical network parameters.
T-Mobile for Business BrandVoice: Forget 'smart' Vs. 'dumb' Devices: The Future Of IoT Hinges On Connected Insight
When people think about the Internet of Things (IoT) today they're often overly focused on the things--the devices that first gave the IoT its name. But like all things digital, the IoT is rapidly evolving from the very early days of simple sensors designed to help manufacturers automate their processes, to the wide-variety of connected devices that record our steps using our watches, and allow us to talk to people through our doorbells. Early on, in an effort to make sense of just how these devices fit into our world, people started referring to them as dumb and smart. This was fine for a while. Dumb devices (think sensors and actuators) were pretty easily defined as something that just did a simple task like reading temperature or sensing vibration and then, every now and then, reporting that information back to some kind of control system.
Learning Combinatorial Optimization on Graphs: A Survey with Applications to Networking
Vesselinova, Natalia, Steinert, Rebecca, Perez-Ramirez, Daniel F., Boman, Magnus
Existing approaches to solving combinatorial optimization problems on graphs suffer from the need to engineer each problem algorithmically, with practical problems recurring in many instances. The practical side of theoretical computer science, such as computational complexity, then needs to be addressed. Relevant developments in machine learning research on graphs are surveyed for this purpose. We organize and compare the structures involved with learning to solve combinatorial optimization problems, with a special eye on the telecommunications domain and its continuous development of live and research networks.
12 ways 5G in manufacturing can boost Industry 4.0
While the consumer-facing telecoms companies talk only about the speed of downloads, for manufacturing, the focus turns to ultra-reliable low-latency, density and ubiquitous connectivity. It's these lesser-known features, beyond the breakneck 5G speed, that will encourage industry to construct private 5G network infrastructure in industrial plants and warehouses. The sector is a production line for buzzwords; everything from the Industrial Internet of Things (IIoT) to Industry 4.0 are common, with'smart factories' and'edge computing' not far behind. From high-precision assembly lines and augmented reality overlays, to cloud robotics and cable-free factories, here are 12 ways 5G could transform manufacturing. Although it's an overstated part of 5G, there is no getting away from the fact that the ability to download data much, much faster will be a major attraction of 5G to the manufacturing industry.
Leveraging AI to monitor and maintain quality across the 5G network - VanillaPlus - The global voice of Telecoms IT
It's clear that 5G is not only going to revolutionise the way consumers connect with each other, but also how enterprises around the world will streamline their operations. With this in mind, says Andrew Burrell, head of Ultra Broadband & Analytics services, Nokia, service providers need to carefully consider how they are going to ensure they can provide and manage the necessary quality standards to meet this increased demand when upgrading their systems to enable 5G delivery. While consumers may be forgiving of some buffering while streaming a film, the effect of latency on enterprises could interrupt their day-to-day business and potentially significantly increase their costs. It is not enough for service providers to invest in the hardware in order to deliver reliable 5G to consumers and businesses, the real stand-out value – and profit – lies in intelligent, automated operations to protect their networks and assure service quality. With 5G, network slicing will be imperative for service providers.
Upcoming Google Nest smart speaker emerges in regulatory filing
Google appeared to discontinue the original Home speaker when it recently marked the product as "no longer available" in its store. That move suggested a replacement smart speaker is on the way, and now we've gotten what's likely our first proper look at it. Recently certified by the FCC, here is our first look at GXCA6, the new @Google Nest Speaker, replacing the original Google Home. The Federal Communications Commission just certified some type of "wireless device" from the company, though many of the details about the gadget remained confidential. Reports have suggested that Google was working on a Nest-branded speaker to replace the Home and this filing fits the bill.
Challenges of AI in Wireless Networks for IoT
Ahmad, Ijaz, Shahabuddin, Shahriar, Kumar, Tanesh, Harjula, Erkki, Meisel, Marcus, Juntti, Markku, Sauter, Thilo, Ylianttila, Mika
The Internet of Things (IoT), hailed as the enabler of the next industrial revolution, will require ubiquitous connectivity, context-aware and dynamic service mobility, and extreme security through the wireless network infrastructure. Artificial Intelligence (AI), thus, will play a major role in the underlying network infrastructure. However, a number of challenges will surface while using the concepts, tools and algorithms of AI in wireless networks used by IoT. In this article, the main challenges in using AI in the wireless network infrastructure that facilitate end-to-end IoT communication are highlighted with potential generalized solution and future research directions.
Predicting Customer Churn Using Logistic Regression
In some following posts, I will explore these other methods, such as Random Forest, Support Vector Modeling, and XGboost, to see if we can improve on this customer churn model! In my previous post, we completed a pretty in-depth walk through of the exploratory data analysis process for a customer churn analysis dataset. Our data, sourced from Kaggle, is centered around customer churn, the rate at which a commercial customer will leave the commercial platform that they are currently a (paying) customer, of a telecommunications company, Telco. Now that the EDA process has been complete, and we have a pretty good sense of what our data tells us before processing, we can move on to building a Logistic Regression classification model which will allow for us to predict whether a customer is at risk to churn from Telco's platform. The complete GitHub repository with notebooks and data walkthrough can be found here.