Oceania
RadiX-Net: Structured Sparse Matrices for Deep Neural Networks
Robinett, Ryan A., Kepner, Jeremy
The sizes of deep neural networks (DNNs) are rapidly outgrowing the capacity of hardware to store and train them. Research over the past few decades has explored the prospect of sparsifying DNNs before, during, and after training by pruning edges from the underlying topology. The resulting neural network is known as a sparse neural network. More recent work has demonstrated the remarkable result that certain sparse DNNs can train to the same precision as dense DNNs at lower runtime and storage cost. An intriguing class of these sparse DNNs is the X-Nets, which are initialized and trained upon a sparse topology with neither reference to a parent dense DNN nor subsequent pruning. We present an algorithm that deterministically generates RadiX-Nets: sparse DNN topologies that, as a whole, are much more diverse than X-Net topologies, while preserving X-Nets' desired characteristics. We further present a functional-analytic conjecture based on the longstanding observation that sparse neural network topologies can attain the same expressive power as dense counterparts
Constraint-Aware Neural Networks for Riemann Problems
Magiera, Jim, Ray, Deep, Hesthaven, Jan S., Rohde, Christian
Neural networks are increasingly used in complex (data-driven) simulations as surrogates or for accelerating the computation of classical surrogates. In many applications physical constraints, such as mass or energy conservation, must be satisfied to obtain reliable results. However, standard machine learning algorithms are generally not tailored to respect such constraints. We propose two different strategies to generate constraint-aware neural networks. We test their performance in the context of front-capturing schemes for strongly nonlinear wave motion in compressible fluid flow. Precisely, in this context so-called Riemann problems have to be solved as surrogates. Their solution describes the local dynamics of the captured wave front in numerical simulations. Three model problems are considered: a cubic flux model problem, an isothermal two-phase flow model, and the Euler equations. We demonstrate that a decrease in the constraint deviation correlates with low discretization errors for all model problems, in addition to the structural advantage of fulfilling the constraint.
Improving Image-Based Localization with Deep Learning: The Impact of the Loss Function
Ward, Isaac Ronald, Jalwana, M. A. Asim K., Bennamoun, Mohammed
This work formulates a novel loss term which can be appended to an RGB only image localization network's loss function to improve its performance. A common technique used when regressing a camera's pose from an image is to formulate the loss as a linear combination of positional and rotational error (using tuned hyperparameters as coefficients). In this work we observe that changes to rotation and position mutually affect the captured image, and in order to improve performance, a network's loss function should include a term which combines error in both position and rotation. To that end we design a geometric loss term which considers the similarity between the predicted and ground truth poses using both position and rotation, and use it to augment the existing image localization network PoseNet. The loss term is simply appended to the loss function of the already existing image localization network. We achieve improvements in the localization accuracy of the network for indoor scenes: with decreases of up to 9.64% and 2.99% in the median positional and rotational error when compared to similar pipelines.
SWALP : Stochastic Weight Averaging in Low-Precision Training
Yang, Guandao, Zhang, Tianyi, Kirichenko, Polina, Bai, Junwen, Wilson, Andrew Gordon, De Sa, Christopher
Low precision operations can provide scalability, memory savings, portability, and energy efficiency. This paper proposes SWALP, an approach to low precision training that averages low-precision SGD iterates with a modified learning rate schedule. SWALP is easy to implement and can match the performance of full-precision SGD even with all numbers quantized down to 8 bits, including the gradient accumulators. Additionally, we show that SWALP converges arbitrarily close to the optimal solution for quadratic objectives, and to a noise ball asymptotically smaller than low precision SGD in strongly convex settings.
Next Nissan GT-R to likely feature hybridization and autonomous driving
The first- and second-generation Nissan GT-R sold for four years, from 1969 to 1973. The R32 to R34 generations covered 13 years, from 1989-2002. The current R35 generation, already 12 years into its run, will shuffle its bones perhaps as long as the first five versions combined. A lot's happened in the last dozen years, so we can expect enormous changes from the next GT-R. Top Gear spoke to Philippe Klein, Nissan's chief planning officer, about what's on the cards.
Bayesian Generative Active Deep Learning
Tran, Toan, Do, Thanh-Toan, Reid, Ian, Carneiro, Gustavo
Deep learning models have demonstrated outstanding performance in several problems, but their training process tends to require immense amounts of computational and human resources for training and labeling, constraining the types of problems that can be tackled. Therefore, the design of effective training methods that require small labeled training sets is an important research direction that will allow a more effective use of resources.Among current approaches designed to address this issue, two are particularly interesting: data augmentation and active learning. Data augmentation achieves this goal by artificially generating new training points, while active learning relies on the selection of the "most informative" subset of unlabeled training samples to be labelled by an oracle. Although successful in practice, data augmentation can waste computational resources because it indiscriminately generates samples that are not guaranteed to be informative, and active learning selects a small subset of informative samples (from a large un-annotated set) that may be insufficient for the training process. In this paper, we propose a Bayesian generative active deep learning approach that combines active learning with data augmentation -- we provide theoretical and empirical evidence (MNIST, CIFAR-$\{10,100\}$, and SVHN) that our approach has more efficient training and better classification results than data augmentation and active learning.
Wing receives the first FAA certification for drone deliveries
Today, Alphabet's Wing division became the first drone delivery company to receive its Air Carrier Certification from the US Federal Aviation Administration (FAA). The certification means Wing can begin a commercial drone delivery service, and the company hopes to launch its first delivery trial later this year. Over the next several months, Wing will work with the FAA's Unmanned Aircraft System Integration Pilot Program (UAS IPP) in Southwest Virginia. It will soon begin reaching out to residents and businesses in the Blacksburg and Christiansburg, Virginia, areas to demonstrate its technology and to gather feedback. This has been years in the making.
FAA Certifies Google's Wing Drone Delivery Company To Operate As An Airline
The Wing company, a Google spinoff, has won federal approval to operate its drone delivery system as an airline in the U.S. Wing hide caption The Wing company, a Google spinoff, has won federal approval to operate its drone delivery system as an airline in the U.S. The Federal Aviation Administration has certified Alphabet's Wing Aviation to operate as an airline, in a first for U.S. drone delivery companies. Wing, which began as a Google X project, has been testing its autonomous drones in southwest Virginia and elsewhere. "Air Carrier Certification means that we can begin a commercial service delivering goods from local businesses to homes in the United States," Wing said in a statement posted to the Medium website. The company has touted many advantages of using unmanned drones to deliver packages, from reducing carbon emissions and road congestion to increasing connections between communities and local businesses. "This is an important step forward for the safe testing and integration of drones into our economy. Safety continues to be our Number One priority as this technology continues to develop and realize its full potential," Secretary of Transportation Elaine L. Chao said in a statement from the agency.
PAN: Path Integral Based Convolution for Deep Graph Neural Networks
Ma, Zheng, Li, Ming, Wang, Yuguang
Convolution operations designed for graph-structured data usually utilize the graph Laplacian, which can be seen as message passing between the adjacent neighbors through a generic random walk. In this paper, we propose PAN, a new graph convolution framework that involves every path linking the message sender and receiver with learnable weights depending on the path length, which corresponds to the maximal entropy random walk. PAN generalizes the graph Laplacian to a new transition matrix we call \emph{maximal entropy transition} (MET) matrix derived from a path integral formalism. Most previous graph convolutional network architectures can be adapted to our framework, and many variations and derivatives based on the path integral idea can be developed. Experimental results show that the path integral based graph neural networks have great learnability and fast convergence rate, and achieve state-of-the-art performance on benchmark tasks.