Asia
Robots Will Help Spectators at Tokyo 2020 Olympics
Last week, the 2020 Tokyo Olympic Games organizing committee announced the launch of the "Tokyo 2020 Robot Project." The project will involve the deployment of an assortment of robots to do useful things for visitors at the games, but so far, we've just seen specific details about two: Toyota's Human Support Robot (HSR) and Delivery Support Robot (DSR). These robots are supposed to be part of a "practical real-life deployment helping people," and the idea is that HSR and DSR will work together to assist disabled visitors, showing them to their seats and fetching food or other items that can be ordered with a tablet. The Toyota HSR is a mobile manipulator, able to move around and pick stuff up. It can do all kinds of things, provided that you can program it to do all of those things, which is not easy, especially if it's supposed to operate autonomously in an Olympic venue rather than a robotics lab.
This Techpreneur is helping Retailers Maximize their Marketing Campaigns Using AI
Be it online, offline or omnichannel, today, retail is all about giving the best customer experience and technology is helping the industry to achieve its newly discovered goal. From frontend to backend, the new age technologies like artificial intelligence (AI) are not just making machines smarter but also business by helping it make optimum use of the allocated resources. After a lot of hits and misses, retailers today understand that they have to become a digitally savvy business to remain relevant in the future. If they fail to do so, their stubbornness will make them irrelevant. This awareness and how digitalization will revolutionize the industry is triggering the shift among retailers to adopt new technology. The company has scaled up from a hyperlocal reward program platform to a technology company helping retailers to maximize their marketing campaigns using AI.
Australian robotics adoption: where does it stand and why does it matter?
It's not a perfect measure, but unit sales of industrial robots give some idea of a country's industrial might. The names of the top five buyers in 2017 – China, Japan, South Korea, the US and Germany – shouldn't be too surprising. The global average is 74 per 10,000. One factor in this is the small electronics and automotive sectors here, which are two major drivers of industrial robot investment. The high number of SME and micro-businesses in Australian manufacturing is another.
Low-rank approximations of hyperbolic embeddings
Jawanpuria, Pratik, Meghwanshi, Mayank, Mishra, Bamdev
The hyperbolic manifold is a smooth manifold of negative constant curvature. While the hyperbolic manifold is well-studied in the literature, it has gained interest in the machine learning and natural language processing communities lately due to its usefulness in modeling continuous hierarchies. Tasks with hierarchical structures are ubiquitous in those fields and there is a general interest to learning hyperbolic representations or embeddings of such tasks. Additionally, these embeddings of related tasks may also share a low-rank subspace. In this work, we propose to learn hyperbolic embeddings such that they also lie in a low-dimensional subspace. In particular, we consider the problem of learning a low-rank factorization of hyperbolic embeddings. We cast these problems as manifold optimization problems and propose computationally efficient algorithms. Empirical results illustrate the efficacy of the proposed approach.
Variance reduction for MCMC methods via martingale representations
Belomestny, D., Moulines, E., Shagadatov, N., Urusov, M.
In this paper we propose an efficient variance reduction approach for MCMC algorithms relying on a novel discrete time martingale representation for Markov chains. Our approach is fully non-asymptotic and does not require any type of ergodicity or special product structure of the underlying density. By rigorously analyzing the convergence of the proposed algorithm, we show that it's complexity is indeed significantly smaller than one of the original MCMC algorithm. The numerical performance of the new method is illustrated in the case of Gaussian mixtures and binary regression.
Clonability of anti-counterfeiting printable graphical codes: a machine learning approach
Taran, Olga, Bonev, Slavi, Voloshynovskiy, Slava
In recent years, printable graphical codes have attracted a lot of attention enabling a link between the physical and digital worlds, which is of great interest for the IoT and brand protection applications. The security of printable codes in terms of their reproducibility by unauthorized parties or clonability is largely unexplored. In this paper, we try to investigate the clonability of printable graphical codes from a machine learning perspective. The proposed framework is based on a simple system composed of fully connected neural network layers. The results obtained on real codes printed by several printers demonstrate a possibility to accurately estimate digital codes from their printed counterparts in certain cases. This provides a new insight on scenarios, where printable graphical codes can be accurately cloned.
Episodic Memory Reader: Learning What to Remember for Question Answering from Streaming Data
Han, Moonsu, Kang, Minki, Jung, Hyunwoo, Hwang, Sung Ju
We consider a novel question answering (QA) task where the machine needs to read from large streaming data (long documents or videos) without knowing when the questions will be given, in which case the existing QA methods fail due to lack of scalability. To tackle this problem, we propose a novel end-to-end reading comprehension method, which we refer to as Episodic Memory Reader (EMR) that sequentially reads the input contexts into an external memory, while replacing memories that are less important for answering unseen questions. Specifically, we train an RL agent to replace a memory entry when the memory is full in order to maximize its QA accuracy at a future timepoint, while encoding the external memory using the transformer architecture to learn representations that considers relative importance between the memory entries. We validate our model on a real-world large-scale textual QA task (TriviaQA) and a video QA task (TVQA), on which it achieves significant improvements over rule-based memory scheduling policies or an RL-based baseline that learns the query-specific importance of each memory independently.
Approximating exponential family models (not single distributions) with a two-network architecture
Bittner, Sean R., Cunningham, John P.
Recently much attention has been paid to deep generative models, since they have been used to great success for variational inference, generation of complex data types, and more. In most all of these settings, the goal has been to find a particular member of that model family: optimized parameters index a distribution that is close (via a divergence or classification metric) to a target distribution. Much less attention, however, has been paid to the problem of learning a model itself. Here we introduce a two-network architecture and optimization procedure for learning intractable exponential family models (not a single distribution from those models). These exponential families are learned accurately, allowing operations like posterior inference to be executed directly and generically with an input choice of natural parameters, rather than performing inference via optimization for each particular distribution within that model.
Generating Adversarial Examples With Conditional Generative Adversarial Net
Yu, Ping, Song, Kaitao, Lu, Jianfeng
Recently, deep neural networks have significant progress and successful application in various fields, but they are found vulnerable to attack instances, e.g., adversarial examples. State-of-art attack methods can generate attack images by adding small perturbation to the source image. These attack images can fool the classifier but have little impact to human. Therefore, such attack instances are difficult to generate by searching the feature space. How to design an effective and robust generating method has become a spotlight. Inspired by adversarial examples, we propose two novel generative models to produce adaptive attack instances directly, in which conditional generative adversarial network is adopted and distinctive strategy is designed for training. Compared with the common method, such as Fast Gradient Sign Method, our models can reduce the generating cost and improve robustness and has about one fifth running time for producing attack instance.
On-line learning dynamics of ReLU neural networks using statistical physics techniques
Straat, Michiel, Biehl, Michael
We introduce exact macroscopic on-line learning dynamics of two-layer neural networks with ReLU units in the form of a system of differential equations, using techniques borrowed from statistical physics. For the first experiments, numerical solutions reveal similar behavior compared to sigmoidal activation researched in earlier work. In these experiments the theoretical results show good correspondence with simulations. In ove-rrealizable and unrealizable learning scenarios, the learning behavior of ReLU networks shows distinctive characteristics compared to sigmoidal networks.