Goto

Collaborating Authors

 Education


This artificial intelligence can now detect if you cheated in your school assignments – Tech Check News

#artificialintelligence

Based on analyses of 130,000 assignments, scientists can, with nearly 90 per cent accuracy, detect whether a student has written an assignment on their own or had it composed by a ghostwriter Edex Live Edex Live ADVERTISEMENT ADVERTISEMENT Image for representational purpose only (Pic: Google Images) Scientists have created an artificial intelligence (AI) system that can accurately identify whether a student wrote their assignment on their own or got it penned by a ghostwriter.


First public schools in US start using facial recognition on pupils and staff

Daily Mail - Science & tech

An Upstate New York school district will turn on its controversial automated surveillance software that can detect guns and identify faces on June 3, 2019. Lockport City School District was the first in the nation to install the enhanced Aegis camera system in its schools back in October 2018 and will now begin testing it. The security system is intended to become broadly operational across the district's high school, middle school and six elementary schools by September 1, 2019. The Aegis surveillance system can identify guns in the video footage it records and cross-reference people's faces against its security databases. The controversial development has attracted pushback from local parents, privacy advocates and some legislators, who say it could invade students' privacy. Each client who installs the system is able to choose which information is loaded into its database.


A.I. is only human

#artificialintelligence

If you applied for a mortgage, would you be comfortable with a computer using a collection of data about you to assess how likely you are to default on the loan? If you applied for a job, would you be comfortable with the company's human-resources department running your information through software that will determine how likely it is that you will, say, steal from the company, or leave the job within two years? If you were arrested for a crime, would you be comfortable with the court plugging your personal data into an algorithm-based tool, which will then advise your judge on whether you should await trial in jail or at home? If you were convicted, would you be comfortable with the same tool weighing in on your sentencing? Much of the hand-wringing about advances in artificial intelligence has been concerned with AI's effects on the labor market.


Microsoft 'Week of AI' virtual workshop series

#artificialintelligence

The opening note will be delivered by featured guest speakers who are leading data scientists from the industry. They will share latest trends and key insights in machine learning, conversational AI, AI services, and intelligent edge AI.


Equipping Experts/Bandits with Long-term Memory

arXiv.org Machine Learning

We propose the first reduction-based approach to obtaining long-term memory guarantees for online learning in the sense of Bousquet and Warmuth, 2002, by reducing the problem to achieving typical switching regret. Specifically, for the classical expert problem with $K$ actions and $T$ rounds, using our framework we develop various algorithms with a regret bound of order $\mathcal{O}(\sqrt{T(S\ln T + n \ln K)})$ compared to any sequence of experts with $S-1$ switches among $n \leq \min\{S, K\}$ distinct experts. In addition, by plugging specific adaptive algorithms into our framework we also achieve the best of both stochastic and adversarial environments simultaneously. This resolves an open problem of Warmuth and Koolen, 2014. Furthermore, we extend our results to the sparse multi-armed bandit setting and show both negative and positive results for long-term memory guarantees. As a side result, our lower bound also implies that sparse losses do not help improve the worst-case regret for contextual bandits, a sharp contrast with the non-contextual case.


Using Latent Variable Models to Observe Academic Pathways

arXiv.org Machine Learning

Understanding large-scale patterns in student course enrollment is a problem of great interest to university administrators and educational researchers. Yet important decisions are often made without a good quantitative framework of the process underlying student choices. We propose a probabilistic approach to modelling course enrollment decisions, drawing inspiration from multilabel classification and mixture models. We use ten years of anonymized student transcripts from a large university to construct a Gaussian latent variable model that learns the joint distribution over course enrollments. The models allow for a diverse set of inference queries and robustness to data sparsity. We demonstrate the efficacy of this approach in comparison to others, including deep learning architectures, and demonstrate its ability to infer the underlying student interests that guide enrollment decisions.


Multi-Objective Generalized Linear Bandits

arXiv.org Machine Learning

In this paper, we study the multi-objective bandits (MOB) problem, where a learner repeatedly selects one arm to play and then receives a reward vector consisting of multiple objectives. MOB has found many real-world applications as varied as online recommendation and network routing. On the other hand, these applications typically contain contextual information that can guide the learning process which, however, is ignored by most of existing work. To utilize this information, we associate each arm with a context vector and assume the reward follows the generalized linear model (GLM). We adopt the notion of Pareto regret to evaluate the learner's performance and develop a novel algorithm for minimizing it. The essential idea is to apply a variant of the online Newton step to estimate model parameters, based on which we utilize the upper confidence bound (UCB) policy to construct an approximation of the Pareto front, and then uniformly at random choose one arm from the approximate Pareto front. Theoretical analysis shows that the proposed algorithm achieves an $\tilde O(d\sqrt{T})$ Pareto regret, where $T$ is the time horizon and $d$ is the dimension of contexts, which matches the optimal result for single objective contextual bandits problem. Numerical experiments demonstrate the effectiveness of our method.


Quantifying the alignment of graph and features in deep learning

arXiv.org Machine Learning

We show that the classification performance of Graph Convolutional Networks is related to the alignment between features, graph and ground truth, which we quantify using a subspace alignment measure corresponding to the Frobenius norm of the matrix of pairwise chordal distances between three subspaces associated with features, graph and ground truth. The proposed measure is based on the principal angles between subspaces and has both spectral and geometrical interpretations. We showcase the relationship between the subspace alignment measure and the classification performance through the study of limiting cases of Graph Convolutional Networks as well as systematic randomizations of both features and graph structure applied to a constructive example and several examples of citation networks of different origin. The analysis also reveals the relative importance of the graph and features for classification purposes.


Efficient Forward Architecture Search

arXiv.org Machine Learning

We propose a neural architecture search (NAS) algorithm, Petridish, to iteratively add shortcut connections to existing network layers. The added shortcut connections effectively perform gradient boosting on the augmented layers. The proposed algorithm is motivated by the feature selection algorithm forward stage-wise linear regression, since we consider NAS as a generalization of feature selection for regression, where NAS selects shortcuts among layers instead of selecting features. In order to reduce the number of trials of possible connection combinations, we train jointly all possible connections at each stage of growth while leveraging feature selection techniques to choose a subset of them. We experimentally show this process to be an efficient forward architecture search algorithm that can find competitive models using few GPU days in both the search space of repeatable network modules (cell-search) and the space of general networks (macro-search). Petridish is particularly well-suited for warm-starting from existing models crucial for lifelong-learning scenarios.


Time Matters in Regularizing Deep Networks: Weight Decay and Data Augmentation Affect Early Learning Dynamics, Matter Little Near Convergence

arXiv.org Artificial Intelligence

Regularization is typically understood as improving generalization by altering the landscape of local extrema to which the model eventually converges. Deep neural networks (DNNs), however, challenge this view: We show that removing regularization after an initial transient period has little effect on generalization, even if the final loss landscape is the same as if there had been no regularization. In some cases, generalization even improves after interrupting regularization. Conversely, if regularization is applied only after the initial transient, it has no effect on the final solution, whose generalization gap is as bad as if regularization never happened. This suggests that what matters for training deep networks is not just whether or how, but when to regularize. The phenomena we observe are manifest in different datasets (CIFAR-10, CIFAR-100), different architectures (ResNet-18, All-CNN), different regularization methods (weight decay, data augmentation), different learning rate schedules (exponential, piece-wise constant). They collectively suggest that there is a ``critical period'' for regularizing deep networks that is decisive of the final performance. More analysis should, therefore, focus on the transient rather than asymptotic behavior of learning.