Media
Griezmann ends partnership with Huawei, cites Uighurs
Fox News Flash top headlines are here. Check out what's clicking on Foxnews.com. French soccer player Antoine Griezmann ended his affiliation with Huawei on Thursday, saying there are "strong suspicions" that the Chinese tech giant has contributed to the repression of the mostly Muslim minority Uighurs. The 29-year-old Barcelona forward's announcement followed media reports that Huawei has tested facial recognition software intended to help China's surveillance of the group. "Following strong suspicions that the Huawei company has contributed to the development of a'Uighur alert' thanks to facial recognition software, I am announcing the immediate termination of my partnership with the company," Griezmann said in an Instagram post.
Confusion Between Artificial Intelligence (AI) and Robotic Process Automation (RPA) High Among Healthcare Leaders
Aggressive marketing language can often drive a lack of clarity around technical concepts. Somewhat surprising, is that confusion between RPA and AI is high even among organizations that have automation in place and have likely gone through the diligence and/or request for proposal (RFP) process to select their automation solution. More than 50 percent of CFOs and revenue cycle leaders in organizations that are actively using automation say they consider RPA to be a form of artificial intelligence. "RPA based bots can be good tools for automating simple, discrete, and static tasks," said Varun Ganapathi, co-founder and Chief Technology Officer at Alpha Health. "AI and machine learning based technologies are capable of automating much more complex tasks that require some degree of judgment or subject matter expertise. Additionally, AI and machine learning based solutions can have the ability to navigate changes or new variables without the need to reprogram or recode a bot every time something changes."
Say that again? UK speech-dubbing pioneer secures new funding
A British artificial intelligence startup that has helped Sky News and YouTube stars translate their video content into foreign languages has secured £8m in funding to expand its speech-dubbing venture. Papercup, which was founded three years ago, attracted early investors including William Tunstell-Pedoe, whose business was acquired by Amazon to help develop Alexa, and Uber's former artificial intelligence (AI) chief Zoubin Ghahramani. Now it is targeting the millions of hours of content companies such as Netflix need to translate. "Most of the world's videos – billions of hours of content – are shackled to a single language," said Jesse Shemen, co-founder and chief executive of Papercup. "And that's for a simple reason, quality dubbing is prohibitively expensive and time-consuming, so current solutions only work for a select group of deep-pocketed content owners.
Orange confirms its commitment to inclusive artificial intelligence
At a time when artificial intelligence algorithms are increasingly prevalent in our everyday lives (recruitment, customer relations, recommending content, banking and insurance, etc.), it is vital for Orange to ensure that the entire data value chain is managed responsibly and that potential discriminatory biases are identified and eliminated. The audit, carried out by Bureau Veritas, assessed Orange for its actions aimed at designing, developing and using inclusive artificial intelligence to promote diversity and avoid risks of discrimination before awarding the certification. The GEEIS-AI repository offers a way to raise awareness among the entire AI production chain, from design to operating the end product. In this way, a wide range of job lines and skills are at the service of the entire Orange ecosystem. This applies, in particular, to human resource management processes to guarantee they are not biased while encouraging diversity in AI job lines.
IBM News Room - IBM Launches New Innovative Capabilities for Watson
IBM also announced plans to commercialize IBM Research-developed'AI Factsheets' in Watson Studio in Cloud Pak for Data throughout the next year. Like nutrition labels for foods or information sheets for appliances, AI Factsheets are designed to provide information about a product's important characteristics. Standardizing and publicizing this information will help build trust in AI services across the industry.
Scriptbakery taught an AI to analyze manuscripts and the emotions of a potential reader
CONTENTshift is the accelerator program of the German Book Publishers and Printers Association. Below you will find more interviews from past batches. We used to record the interviews directly at Frankfurt Book Fair, but since it is canceled this year due to Corona, we resorted to remote only interviews. At the time of the recording, we did not know who won the final award. We will publish the exclusive interview with them as the last of our series this year.
Towards Neural Programming Interfaces
Brown, Zachary C., Robinson, Nathaniel, Wingate, David, Fulda, Nancy
It is notoriously difficult to control the behavior of artificial neural networks such as generative neural language models. We recast the problem of controlling natural language generation as that of learning to interface with a pretrained language model, just as Application Programming Interfaces (APIs) control the behavior of programs by altering hyperparameters. In this new paradigm, a specialized neural network (called a Neural Programming Interface or NPI) learns to interface with a pretrained language model by manipulating the hidden activations of the pretrained model to produce desired outputs. Importantly, no permanent changes are made to the weights of the original model, allowing us to re-purpose pretrained models for new tasks without overwriting any aspect of the language model. We also contribute a new data set construction algorithm and GAN-inspired loss function that allows us to train NPI models to control outputs of autoregressive transformers. In experiments against other state-of-the-art approaches, we demonstrate the efficacy of our methods using OpenAI's GPT-2 model, successfully controlling noun selection, topic aversion, offensive speech filtering, and other aspects of language while largely maintaining the controlled model's fluency under deterministic settings.