Asia
How U.S. Weapons Ended Up Hitting Hospitals in Yemen
Visual Investigations Latest Video 10:43 How U.S. Weapons Ended Up Hitting Hospitals in Yemen Visual Investigations Latest Video 5:44 The U.S. Blamed Maduro for Burning Aid to Venezuela. Visual Investigations Latest Video 8:57 How an Elite Nigerian Unit Killed Dozens of Protesters Visual Investigations Latest Video 6:52 A Black Driver, a Marijuana Bust and a Body Camera That Turned Off Visual Investigations Latest Video 8:32 Killing Khashoggi: How a Brutal Saudi Hit Job Unfolded Visual Investigations Latest Video 1:31 The Bomb Suspect's Van Is Covered With Stickers. Visual Investigations Latest Video 7:07 How a Gang Hunted and Killed a 15-Year-Old in the Bronx Visual Investigations Latest Video 1:48 How a C.I.A. Drone Base Grew in the Desert Visual Investigations Latest Video 1:49 How Surveillance Cameras Tracked Two Russian Hit Men Visual Investigations Latest Video 3:04 How the Drone Attack on Maduro Unfolded in Venezuela Visual Investigations Latest Video 5:44 The U.S. Blamed Maduro for Burning Aid to Venezuela. The U.S. Blamed Maduro for Burning Aid to Venezuela. Visual Investigations Latest Video 1:31 The Bomb Suspect's Van Is Covered With Stickers.
Microsoft Research Asia (MSRA) Leads in 2019 WMT International Machine Translation Competition
Microsoft Research Asia (MSRA) has achieved eight top places in the recent machine translation challenge organized by the 2019 fourth Conference on Machine Translation (WMT19), out of the eleven tasks it undertook. Overall, there are nineteen machine translation categories in WMT this year. MSRA achieved first place in machine translation tasks for Chinese-English, English-Finnish, English-German, English-Lithuanian, French-German, German-English, German-French and Russian-English. Three other tasks were placed second in their respective categories, which included English-Kazakh, Finnish-English and Lithuanian-English. As one of the leading machine translation competition globally, WMT is a platform for leading researchers to demonstrate their solutions, as well as to understand the continuous evolvement of machine translation technology. Now in its 14th year, more than 50 teams globally from technology companies, leading academic institutions and universities participated in a bid to demonstrate their machine translation capabilities.
Spod is an AI-powered shopping pal that suggests products based on age & gender - ETtech
Invento CEO Balaji Vishwanathan (right) and an employee interact with Spod, next to MITRI, a humanoid developed by the firm. At an office in HSR Layout, a box-shaped robot, mounted with a tablet, moves along the office floor while avoiding objects. As it detects a human face, it stops to greet and introduce itself: "Greetings, I'm Spod. I'm here to help you shop." Spod is an artificial intelligence-enabled robotic shopping assistant that visitors to supermarkets may well see in near future.
Interpreting Adversarially Trained Convolutional Neural Networks
Zhang, Tianyuan, Zhu, Zhanxing
We attempt to interpret how adversarially trained convolutional neural networks (AT-CNNs) recognize objects. We design systematic approaches to interpret AT-CNNs in both qualitative and quantitative ways and compare them with normally trained models. Surprisingly, we find that adversarial training alleviates the texture bias of standard CNNs when trained on object recognition tasks, and helps CNNs learn a more shape-biased representation. We validate our hypothesis from two aspects. First, we compare the salience maps of AT-CNNs and standard CNNs on clean images and images under different transformations. The comparison could visually show that the prediction of the two types of CNNs is sensitive to dramatically different types of features. Second, to achieve quantitative verification, we construct additional test datasets that destroy either textures or shapes, such as style-transferred version of clean data, saturated images and patch-shuffled ones, and then evaluate the classification accuracy of AT-CNNs and normal CNNs on these datasets. Our findings shed some light on why AT-CNNs are more robust than those normally trained ones and contribute to a better understanding of adversarial training over CNNs from an interpretation perspective.
MCP: Learning Composable Hierarchical Control with Multiplicative Compositional Policies
Peng, Xue Bin, Chang, Michael, Zhang, Grace, Abbeel, Pieter, Levine, Sergey
Humans are able to perform a myriad of sophisticated tasks by drawing upon skills acquired through prior experience. For autonomous agents to have this capability, they must be able to extract reusable skills from past experience that can be recombined in new ways for subsequent tasks. Furthermore, when controlling complex high-dimensional morphologies, such as humanoid bodies, tasks often require coordination of multiple skills simultaneously. Learning discrete primitives for every combination of skills quickly becomes prohibitive. Composable primitives that can be recombined to create a large variety of behaviors can be more suitable for modeling this combinatorial explosion. In this work, we propose multiplicative compositional policies (MCP), a method for learning reusable motor skills that can be composed to produce a range of complex behaviors. Our method factorizes an agent's skills into a collection of primitives, where multiple primitives can be activated simultaneously via multiplicative composition. This flexibility allows the primitives to be transferred and recombined to elicit new behaviors as necessary for novel tasks. We demonstrate that MCP is able to extract composable skills for highly complex simulated characters from pre-training tasks, such as motion imitation, and then reuse these skills to solve challenging continuous control tasks, such as dribbling a soccer ball to a goal, and picking up an object and transporting it to a target location.
Accelerating Langevin Sampling with Birth-death
Lu, Yulong, Lu, Jianfeng, Nolen, James
A fundamental problem in Bayesian inference and statistical machine learning is to efficiently sample from multimodal distributions. Due to metastability, multimodal distributions are difficult to sample using standard Markov chain Monte Carlo methods. We propose a new sampling algorithm based on a birth-death mechanism to accelerate the mixing of Langevin diffusion. Our algorithm is motivated by its mean field partial differential equation (PDE), which is a Fokker-Planck equation supplemented by a nonlocal birth-death term. This PDE can be viewed as a gradient flow of the Kullback-Leibler divergence with respect to the Wasserstein-Fisher-Rao metric. We prove that under some assumptions the asymptotic convergence rate of the nonlocal PDE is independent of the potential barrier, in contrast to the exponential dependence in the case of the Langevin diffusion. We illustrate the efficiency of the birth-death accelerated Langevin method through several analytical examples and numerical experiments.
Painless Stochastic Gradient: Interpolation, Line-Search, and Convergence Rates
Vaswani, Sharan, Mishkin, Aaron, Laradji, Issam, Schmidt, Mark, Gidel, Gauthier, Lacoste-Julien, Simon
Recent works have shown that stochastic gradient descent (SGD) achieves the fast convergence rates of full-batch gradient descent for over-parameterized models satisfying certain interpolation conditions. However, the step-size used in these works depends on unknown quantities, and SGD's practical performance heavily relies on the choice of the step-size. We propose to use line-search methods to automatically set the step-size when training models that can interpolate the data. We prove that SGD with the classic Armijo line-search attains the fast convergence rates of full-batch gradient descent in convex and strongly-convex settings. We also show that under additional assumptions, SGD with a modified line-search can attain a fast rate of convergence for non-convex functions. Furthermore, we show that a stochastic extra-gradient method with a Lipschitz line-search attains a fast convergence rate for an important class of non-convex functions and saddle-point problems satisfying interpolation. We then give heuristics to use larger step-sizes and acceleration with our line-search techniques. We compare the proposed algorithms against numerous optimization methods for standard classification tasks using both kernel methods and deep networks. The proposed methods are robust and result in competitive performance across all models and datasets. Moreover, for the deep network models, SGD with our line-search results in both faster convergence and better generalization.
Distributional Policy Optimization: An Alternative Approach for Continuous Control
Tessler, Chen, Tennenholtz, Guy, Mannor, Shie
We identify a fundamental problem in policy gradient-based methods in continuous control. As policy gradient methods require the agent's underlying probability distribution, they limit policy representation to parametric distribution classes. We show that optimizing over such sets results in local movement in the action space and thus convergence to sub-optimal solutions. We suggest a novel distributional framework, able to represent arbitrary distribution functions over the continuous action space. Using this framework, we construct a generative scheme, trained using an off-policy actor-critic paradigm, which we call the Generative Actor Critic (GAC). Compared to policy gradient methods, GAC does not require knowledge of the underlying probability distribution, thereby overcoming these limitations. Empirical evaluation shows that our approach is comparable and often surpasses current state-of-the-art baselines in continuous domains.
Implicit Background Estimation for Semantic Segmentation
Lehman, Charles, Temel, Dogancan, AlRegib, Ghassan
Scene understanding and semantic segmentation are at the core of many computer vision tasks, many of which, involve interacting with humans in potentially dangerous ways. It is therefore paramount that techniques for principled design of robust models be developed. In this paper, we provide analytic and empirical evidence that correcting potentially errant non-distinct mappings that result from the softmax function can result in improving robustness characteristics on a state-of-the-art semantic segmentation model with minimal impact to performance and minimal changes to the code base.
Exploiting Cognitive Structure for Adaptive Learning
Liu, Qi, Tong, Shiwei, Liu, Chuanren, Zhao, Hongke, Chen, Enhong, Ma, Haiping, Wang, Shijin
Adaptive learning, also known as adaptive teaching, relies on learning path recommendation, which sequentially recommends personalized learning items (e.g., lectures, exercises) to satisfy the unique needs of each learner. Although it is well known that modeling the cognitive structure including knowledge level of learners and knowledge structure (e.g., the prerequisite relations) of learning items is important for learning path recommendation, existing methods for adaptive learning often separately focus on either knowledge levels of learners or knowledge structure of learning items. To fully exploit the multifaceted cognitive structure for learning path recommendation, we propose a Cognitive Structure Enhanced framework for Adaptive Learning, named CSEAL. By viewing path recommendation as a Markov Decision Process and applying an actor-critic algorithm, CSEAL can sequentially identify the right learning items to different learners. Specifically, we first utilize a recurrent neural network to trace the evolving knowledge levels of learners at each learning step. Then, we design a navigation algorithm on the knowledge structure to ensure the logicality of learning paths, which reduces the search space in the decision process. Finally, the actor-critic algorithm is used to determine what to learn next and whose parameters are dynamically updated along the learning path. Extensive experiments on real-world data demonstrate the effectiveness and robustness of CSEAL.