Oceania
Making a Spiking Net Work: Robust brain-like unsupervised machine learning
Stratton, Peter G., Wabnitz, Andrew, Essam, Chip, Cheung, Allen, Hamilton, Tara J.
The surge in interest in Artificial Intelligence (AI) over the past decade has been driven almost exclusively by advances in Artificial Neural Networks (ANNs). While ANNs set state-of-the-art performance for many previously intractable problems, the use of global gradient descent necessitates large datasets and computational resources for training, potentially limiting their scalability for real-world domains. Spiking Neural Networks (SNNs) are an alternative to ANNs that use more brain-like artificial neurons and can use local unsupervised learning to rapidly discover sparse recognizable features in the input data. SNNs, however, struggle with dynamical stability and have failed to match the accuracy of ANNs. Here we show how an SNN can overcome many of the shortcomings that have been identified in the literature, including offering a principled solution to the dynamical "vanishing spike problem", to outperform all existing shallow SNNs and equal the performance of an ANN. It accomplishes this while using unsupervised learning with unlabeled data and only 1/50th of the training epochs (labeled data is used only for a simple linear readout layer). This result makes SNNs a viable new method for fast, accurate, efficient, explainable, and re-deployable machine learning with unlabeled data.
Fast Convex Optimization for Two-Layer ReLU Networks: Equivalent Model Classes and Cone Decompositions
Mishkin, Aaron, Sahiner, Arda, Pilanci, Mert
We develop fast algorithms and robust software for convex optimization of two-layer neural networks with ReLU activation functions. Our work leverages a convex reformulation of the standard weight-decay penalized training problem as a set of group-$\ell_1$-regularized data-local models, where locality is enforced by polyhedral cone constraints. In the special case of zero-regularization, we show that this problem is exactly equivalent to unconstrained optimization of a convex "gated ReLU" network. For problems with non-zero regularization, we show that convex gated ReLU models obtain data-dependent approximation bounds for the ReLU training problem. To optimize the convex reformulations, we develop an accelerated proximal gradient method and a practical augmented Lagrangian solver. We show that these approaches are faster than standard training heuristics for the non-convex problem, such as SGD, and outperform commercial interior-point solvers. Experimentally, we verify our theoretical results, explore the group-$\ell_1$ regularization path, and scale convex optimization for neural networks to image classification on MNIST and CIFAR-10.
U(1) Symmetry-breaking Observed in Generic CNN Bottleneck Layers
Bouchard, Louis-Franรงois, Lazreg, Mohsen Ben, Toews, Matthew
We report on a novel model linking deep convolutional neural networks (CNN) to biological vision and fundamental particle physics. Information propagation in a CNN is modeled via an analogy to an optical system, where information is concentrated near a bottleneck where the 2D spatial resolution collapses about a focal point $1\times 1=1$. A 3D space $(x,y,t)$ is defined by $(x,y)$ coordinates in the image plane and CNN layer $t$, where a principal ray $(0,0,t)$ runs in the direction of information propagation through both the optical axis and the image center pixel located at $(x,y)=(0,0)$, about which the sharpest possible spatial focus is limited to a circle of confusion in the image plane. Our novel insight is to model the principal optical ray $(0,0,t)$ as geometrically equivalent to the medial vector in the positive orthant $I(x,y) \in R^{N+}$ of a $N$-channel activation space, e.g. along the greyscale (or luminance) vector $(t,t,t)$ in $RGB$ colour space. Information is thus concentrated into an energy potential $E(x,y,t)=\|I(x,y,t)\|^2$, which, particularly for bottleneck layers $t$ of generic CNNs, is highly concentrated and symmetric about the spatial origin $(0,0,t)$ and exhibits the well-known "Sombrero" potential of the boson particle. This symmetry is broken in classification, where bottleneck layers of generic pre-trained CNN models exhibit a consistent class-specific bias towards an angle $\theta \in U(1)$ defined simultaneously in the image plane and in activation feature space. Initial observations validate our hypothesis from generic pre-trained CNN activation maps and a bare-bones memory-based classification scheme, with no training or tuning. Training from scratch using combined one-hot $+ U(1)$ loss improves classification for all tasks tested including ImageNet.
Are we measuring trust correctly in explainability, interpretability, and transparency research?
This paper presents an argument for why we are not measuring trust sufficiently in explainability, interpretability, and transparency research. Most studies ask participants to complete a trust scale to rate their trust of a model that has been explained/interpreted. If the trust is increased, we consider this a positive. However, there are two issues with this. First, we usually have no way of knowing whether participants should trust the model. Trust should surely decrease if a model is of poor quality. Second, these scales measure perceived trust rather than demonstrated trust. This paper showcases three methods that do a good job at measuring perceived and demonstrated trust. It is intended to be starting point for discussion on this topic, rather than to be the final say. The author invites critique and discussion.
Chinese grammatical error correction based on knowledge distillation
Xia, Peng, Zhou, Yuechi, Zhang, Ziyan, Tang, Zecheng, Li, Juntao
In view of the poor robustness of existing Chinese grammatical error correction models on attack test sets and large model parameters, this paper uses the method of knowledge distillation to compress model parameters and improve the anti-attack ability of the model. In terms of data, the attack test set is constructed by integrating the disturbance into the standard evaluation data set, and the model robustness is evaluated by the attack test set. The experimental results show that the distilled small model can ensure the performance and improve the training speed under the condition of reducing the number of model parameters, and achieve the optimal effect on the attack test set, and the robustness is significantly improved. Code is available at https://github.com/Richard88888/KD-CGEC.
SignalKG: Towards Reasoning about the Underlying Causes of Sensor Observations
Simmons, Anj, Vasa, Rajesh, Giardina, Antonio
This paper demonstrates our vision for knowledge graphs that assist machines to reason about the cause of signals observed by sensors. We show how the approach allows for constructing smarter surveillance systems that reason about the most likely cause (e.g., an attacker breaking a window) of a signal rather than acting directly on the received signal without consideration for how it was produced.
Long-term hail risk assessment with deep neural networks
Lukyanenko, Ivan, Mozikov, Mikhail, Maximov, Yury, Makarov, Ilya
Hail risk assessment is necessary to estimate and reduce damage to crops, orchards, and infrastructure. Also, it helps to estimate and reduce consequent losses for businesses and, particularly, insurance companies. But hail forecasting is challenging. Data used for designing models for this purpose are tree-dimensional geospatial time series. Hail is a very local event with respect to the resolution of available datasets. Also, hail events are rare - only 1% of targets in observations are marked as "hail". Models for nowcasting and short-term hail forecasts are improving. Introducing machine learning models to the meteorology field is not new. There are also various climate models reflecting possible scenarios of climate change in the future. But there are no machine learning models for data-driven forecasting of changes in hail frequency for a given area. The first possible approach for the latter task is to ignore spatial and temporal structure and develop a model capable of classifying a given vertical profile of meteorological variables as favorable to hail formation or not. Although such an approach certainly neglects important information, it is very light weighted and easily scalable because it treats observations as independent from each other. The more advanced approach is to design a neural network capable to process geospatial data. Our idea here is to combine convolutional layers responsible for the processing of spatial data with recurrent neural network blocks capable to work with temporal structure. This study compares two approaches and introduces a model suitable for the task of forecasting changes in hail frequency for ongoing decades.
AI model may help epilepsy patients become seizure-free
A study led by Monash University and believed to be a world first has demonstrated that an Artificial Intelligence (AI) model can potentially predict the best personalized, anti-seizure medication for patients with newly diagnosed epilepsy. The predictive model, once fully developed, would spare these patients the uncertainty of not knowing when their lives would be returned to normal by taking anti-seizure medications, and possibly the harmful side-effects associated with some drugs. Professor Patrick Kwan, a neurologist and researcher from the Monash Central Clinical School's Department of Neuroscience is leading an international collaboration that is "training" the deep-learning prediction model (deep learning is a type of machine learning). Their study is published in the influential JAMA Neurology. Epilepsy affects 70 million people worldwide. Currently, choosing anti-seizure drugs for a patient is a process of trial and error with clinicians unable to predict which drug a particular patient will respond to, Professor Kwan said.
A party in Denmark has designed its program with an artificial intelligence. And he's going to stand for election
At this point in the film, with artificial intelligence (AI) creating art, music and chronicles, directing ships and planes, creating deepfakes that put the most experienced of views to the test and passing almost as human --or without the almost, that depending on who you ask--the question seems quite pertinent: why not let it set the course for governments? It sounds bizarre, but in the Kingdom of Denmark there are those who believe that it would be a barbaric idea. So much so, in fact, that he has already set in motion the administrative machinery to achieve it. At the end of May, the artist collective Computer Lars launched Det Syntetiske Parti, which translated into Spanish would be equivalent to El Partido Sintรฉtico. The name may be somewhat cryptic, but it captures part of the essence of the Danish formation: its artificial character and its effort to synthesize ideas, something that it has achieved by using precisely the possibilities offered by AI.
RPA evolves with AI enhancements
Robotic process automation (RPA) has been well received and is making a significant difference to business processes across organisations. At its next level, RPA is being enhanced by artificial intelligence (AI) to transform business smartly. This is according to speakers at a roundtable hosted by UiPath in Cape Town, where executives discussed AI, automation the future of work. Michael Law, country manager at UiPath, told delegates: "RPA alone was last year. It has transformed areas such as finance and HR. UiPath is now bringing AI and automation together across the organisation."