Goto

Collaborating Authors

 South America


The Best Movies and TV Shows Coming to Netflix, HBO, Amazon Prime, and Hulu in July

Slate

Every month, tons of new movies and TV shows become available to stream for free for U.S. subscribers to Netflix, HBO Max, Amazon Prime, and Hulu. With so many different streaming services, it can be hard to keep track of them all--especially if you belong to more than one. We'll let you decide which service has the best new titles. Good Watch Air Force One Austin Powers: International Man of Mystery Boogie Nights Born to Play Charlie's Angels The Game Midnight Run Star Trek (2009) The Strangers Sword of Trust Talladega Nights: The Ballad of Ricky Bobby Zathura: A Space Adventure Snowpiercer (July 2) The Beguiled (July 16) Milkwater (July 20) 9 to 5: The Story of a Movement (July 22) Django Unchained (July 24) Fantastic Fungi (July 28) The best of movies, TV, books, music, and more, delivered to your inbox. You can manage your newsletter subscriptions at any time.


EMG-Based Feature Extraction and Classification for Prosthetic Hand Control

arXiv.org Artificial Intelligence

In recent years, real-time control of prosthetic hands has gained a great deal of attention. In particular, real-time analysis of Electromyography (EMG) signals has several challenges to achieve an acceptable accuracy and execution delay. In this paper, we address some of these challenges by improving the accuracy in a shorter signal length. We first introduce a set of new feature extraction functions applying on each level of wavelet decomposition. Then, we propose a postprocessing approach to process the neural network outputs. The experimental results illustrate that the proposed method enhances the accuracy of real-time classification of EMG signals up to $95.5\%$ for $800$ msec signal length. The proposed postprocessing method achieves higher consistency compared with conventional majority voting and Bayesian fusion methods.


Well-calibrated prediction intervals for regression problems

arXiv.org Machine Learning

Over the last few decades, various methods have been proposed for estimating prediction intervals in regression settings, including Bayesian methods, ensemble methods, direct interval estimation methods and conformal prediction methods. An important issue is the calibration of these methods: the generated prediction intervals should have a predefined coverage level, without being overly conservative. In this work, we review the above four classes of methods from a conceptual and experimental point of view. Results on benchmark data sets from various domains highlight large fluctuations in performance from one data set to another. These observations can be attributed to the violation of certain assumptions that are inherent to some classes of methods. We illustrate how conformal prediction can be used as a general calibration procedure for methods that deliver poor results without a calibration step.


Global Filter Networks for Image Classification

arXiv.org Artificial Intelligence

Recent advances in self-attention and pure multi-layer perceptrons (MLP) models for vision have shown great potential in achieving promising performance with fewer inductive biases. These models are generally based on learning interaction among spatial locations from raw data. The complexity of self-attention and MLP grows quadratically as the image size increases, which makes these models hard to scale up when high-resolution features are required. In this paper, we present the Global Filter Network (GFNet), a conceptually simple yet computationally efficient architecture, that learns long-term spatial dependencies in the frequency domain with log-linear complexity. Our architecture replaces the self-attention layer in vision transformers with three key operations: a 2D discrete Fourier transform, an element-wise multiplication between frequency-domain features and learnable global filters, and a 2D inverse Fourier transform. We exhibit favorable accuracy/complexity trade-offs of our models on both ImageNet and downstream tasks. Our results demonstrate that GFNet can be a very competitive alternative to transformer-style models and CNNs in efficiency, generalization ability and robustness. Code is available at https://github.com/raoyongming/GFNet


Focal Self-attention for Local-Global Interactions in Vision Transformers

arXiv.org Artificial Intelligence

Recently, Vision Transformer and its variants have shown great promise on various computer vision tasks. The ability of capturing short- and long-range visual dependencies through self-attention is arguably the main source for the success. But it also brings challenges due to quadratic computational overhead, especially for the high-resolution vision tasks (e.g., object detection). In this paper, we present focal self-attention, a new mechanism that incorporates both fine-grained local and coarse-grained global interactions. Using this new mechanism, each token attends the closest surrounding tokens at fine granularity but the tokens far away at coarse granularity, and thus can capture both short- and long-range visual dependencies efficiently and effectively. With focal self-attention, we propose a new variant of Vision Transformer models, called Focal Transformer, which achieves superior performance over the state-of-the-art vision Transformers on a range of public image classification and object detection benchmarks. In particular, our Focal Transformer models with a moderate size of 51.1M and a larger size of 89.8M achieve 83.5 and 83.8 Top-1 accuracy, respectively, on ImageNet classification at 224x224 resolution. Using Focal Transformers as the backbones, we obtain consistent and substantial improvements over the current state-of-the-art Swin Transformers for 6 different object detection methods trained with standard 1x and 3x schedules. Our largest Focal Transformer yields 58.7/58.9 box mAPs and 50.9/51.3 mask mAPs on COCO mini-val/test-dev, and 55.4 mIoU on ADE20K for semantic segmentation, creating new SoTA on three of the most challenging computer vision tasks.


CLINE: Contrastive Learning with Semantic Negative Examples for Natural Language Understanding

arXiv.org Artificial Intelligence

Despite pre-trained language models have proven useful for learning high-quality semantic representations, these models are still vulnerable to simple perturbations. Recent works aimed to improve the robustness of pre-trained models mainly focus on adversarial training from perturbed examples with similar semantics, neglecting the utilization of different or even opposite semantics. Different from the image processing field, the text is discrete and few word substitutions can cause significant semantic changes. To study the impact of semantics caused by small perturbations, we conduct a series of pilot experiments and surprisingly find that adversarial training is useless or even harmful for the model to detect these semantic changes. To address this problem, we propose Contrastive Learning with semantIc Negative Examples (CLINE), which constructs semantic negative examples unsupervised to improve the robustness under semantically adversarial attacking. By comparing with similar and opposite semantic examples, the model can effectively perceive the semantic changes caused by small perturbations. Empirical results show that our approach yields substantial improvements on a range of sentiment analysis, reasoning, and reading comprehension tasks. And CLINE also ensures the compactness within the same semantics and separability across different semantics in sentence-level.


Online learning of windmill time series using Long Short-term Cognitive Networks

arXiv.org Artificial Intelligence

Forecasting windmill time series is often the basis of other processes such as anomaly detection, health monitoring, or maintenance scheduling. The amount of data generated on windmill farms makes online learning the most viable strategy to follow. Such settings require retraining the model each time a new batch of data is available. However, update the model with the new information is often very expensive to perform using traditional Recurrent Neural Networks (RNNs). In this paper, we use Long Short-term Cognitive Networks (LSTCNs) to forecast windmill time series in online settings. These recently introduced neural systems consist of chained Short-term Cognitive Network blocks, each processing a temporal data chunk. The learning algorithm of these blocks is based on a very fast, deterministic learning rule that makes LSTCNs suitable for online learning tasks. The numerical simulations using a case study with four windmills showed that our approach reported the lowest forecasting errors with respect to a simple RNN, a Long Short-term Memory, a Gated Recurrent Unit, and a Hidden Markov Model. What is perhaps more important is that the LSTCN approach is significantly faster than these state-of-the-art models.


Computing CQ lower-bounds over OWL 2 through approximation to RSA

arXiv.org Artificial Intelligence

Conjunctive query (CQ) answering over knowledge bases is an important reasoning task. However, with expressive ontology languages such as OWL, query answering is computationally very expensive. The PAGOdA system addresses this issue by using a tractable reasoner to compute lower and upper-bound approximations, falling back to a fully-fledged OWL reasoner only when these bounds don't coincide. The effectiveness of this approach critically depends on the quality of the approximations, and in this paper we explore a technique for computing closer approximations via RSA, an ontology language that subsumes all the OWL 2 profiles while still maintaining tractability. We present a novel approximation of OWL 2 ontologies into RSA, and an algorithm to compute a closer (than PAGOdA) lower bound approximation using the RSA combined approach. We have implemented these algorithms in a prototypical CQ answering system, and we present a preliminary evaluation of our system that shows significant performance improvements w.r.t. PAGOdA.


Artificial Intelligence and the Future of Power - Indian Defence Review

#artificialintelligence

India is lagging behind China in Artificial Intelligence (AI) by at least a decade and also, unique data assets are routinely given away to foreign countries because of the ignorance of her leaders. Given the lack of effective strategic planning on AI and big data, plus its dependence on American digital platforms and Chinese hardware, India might slip further toward digital colonisation. Why does India lag at least a decade behind China in AI and related technologies, despite India having been recently proclaimed as the world leader in software? How vulnerable is India to becoming a digital colony of the West and China? How do Indian industries, military and other sectors stack up in addressing the AI-based technological revolution? India’s security involves combating internal insurgencies as well as protecting long borders with hostile neighbours. This requires considerable manpower that consumes bulk of the military budget. Insufficient funds remain for indigenous R&D and technology related modernisation. India is dependent on imported weapons to defend herself. India might find herself facing Pakistani boots on the ground, weaponised by China’s AI-based technology. How seriously vulnerable is India’s national security considering it is lagging in AI?


MWC 2021: Spain looking to become leader in AI, says digital minister

#artificialintelligence

Spain is "lagging behind" when it comes to the general population's digital skills, especially women, the country's Secretary of State for Digitalisation and Artificial Intelligence told Euronews Next. Speaking on Tuesday at the Mobile World Congress 2021 in Barcelona, Carme Artigas said the Spanish government was tackling the country's skills shortage head on. "Women are still underrepresented in the population that has technological abilities," the minister said. "The jobs of the future will require not only basic skills, but also specialised skills, advanced skills". Artigas said digitisation was also lacking for small and medium-sized businesses but that Spain is "absolutely focused" on transforming its economic model, something she said, "needs to be tackled urgently".