Goto

Collaborating Authors

 Deep Learning


Explainable Deep Learning Methods for Ophthalmic Diagnosis

#artificialintelligence

W. Waterloo, ON, N2L 3G1, Canada Email [email protected] Background: The lack of explanations for the decisions made by deep learning algorithms has hampered their acceptance by the clinical community despite highly accurate results on multiple problems. Attribution methods explaining deep learning models have been tested on medical imaging problems. The performance of various attribution methods has been compared for models trained on standard machine learning datasets but not on medical images. In this study, we performed a comparative analysis to determine the method with the best explanations for retinal OCT diagnosis. Methods: A well-known deep learning model, Inception-v3 was trained to diagnose 3 retinal diseases โ€“ choroidal neovascularization (CNV), diabetic macular edema (DME), and drusen. The explanations from 13 different attribution methods were rated by a panel of 14 clinicians for clinical significance.


Artificial Intelligence Ranks Moderna, Inc Among Today's Trending Stocks

#artificialintelligence

Every day, Q.ai brings you a list of trending stocks that have caught the fancy of hedge funds, retail investors, and the occasional Robinhood-er alike. And to celebrate the start of the new month, today's batch is a rather motley assortment spanning the sector spectrum, from vaccines and bath towels to spirits and cloud computing. Without further ado, let's see what stocks are trending as we celebrate the first day of July with an independence-sized bang. Q.ai runs daily factor models to get the most up-to-date reading on stocks and ETFs. Our deep-learning algorithms use Artificial Intelligence (AI) technology to provide an in-depth, intelligence-based look at a company โ€“ so you don't have to do the digging yourself.


Building a Convolutional Neural Network

#artificialintelligence

This article aims to explain Convolutional Neural Network and how to Build CNN using the TensorFlow Keras library. This article will discuss the following topics. Let's first discuss Convolutional Neural Network. Deep learning is a very significant subset of machine learning because of its high performance across various domains. Convolutional Neural Network (CNN), is a powerful image processing deep learning type often using in computer vision that comprises an image and video recognition along with a recommender system and natural language processing ( NLP).


Deep Learning on photorealistic synthetic data

#artificialintelligence

Let me preface this by encouraging you to keep reading regardless of you level of expertise in the field. I think the approach presented here is so general yet intuitive that it can benefit novices and experts alike while being supremely accessible. So, what is this and why is it exciting? You might be aware of the growing level of realism of computer generated contend in both the games and film industry, to the point where it's sometimes indistinguishable from the real world. If this is completely new to you, I would encourage you to give it a quick search online.


9 Top Applications of Artificial Intelligence in Business

#artificialintelligence

The use of artificial intelligence in business is showing signs of acceleration. Nearly three-quarters of companies are now using AI (31%) or are exploring the use of AI (43%), according to IBM's "2021 Global AI Adoption Index." IT professionals responding to the IBM survey cited changing business needs in the wake of the pandemic as a driving factor in the adoption of AI at their companies. Indeed, 43% said their companies have accelerated AI rollouts as a result of the pandemic. Advances in AI tools have made artificial intelligence more accessible for companies, according to survey respondents.


How Artificial Intelligence and Machine Learning Is Used In A Cloud Data Warehouse

#artificialintelligence

There's no denying that artificial intelligence (AI) and machine learning (ML) have been making waves in many sectors around the world in recent years. Amazingly, these technologies are now disrupting all sorts of industries with new and exciting innovations, influencing a wide variety of things such as how organizations recruit new employees to the creation of deep learning algorithms in self-driving cars. Having said that, one match that seems to be made in heaven is between data science and machine learning, specifically when it comes to how cloud-based solutions are taking over the data warehousing industry. Not too long ago, businesses were forced to develop on-site databases that were costly, cumbersome, and offered very little in terms of performance, scalability and elasticity. Nowadays, cloud data warehouse solutions pave the way for advanced machine learning tools that allow business owners to predict business outcomes and improve their decision-making in all areas of their operations.


A Survey on Neural Speech Synthesis

#artificialintelligence

Text to speech (TTS), or speech synthesis, which aims to synthesize intelligible and natural speech given text, is a hot research topic in speech, language, and machine learning communities and has broad applications in the industry. As the development of deep learning and artificial intelligence, neural network-based TTS has significantly improved the quality of synthesized speech in recent years. In this paper, we conduct a comprehensive survey on neural TTS, aiming to provide a good understanding of current research and future trends. We focus on the key components in neural TTS, including text analysis, acoustic models and vocoders, and several advanced topics, including fast TTS, low-resource TTS, robust TTS, expressive TTS, and adaptive TTS, etc. We further summarize resources related to TTS (e.g., datasets, opensource implementations) and discuss future research directions.


A Review on Edge Analytics: Issues, Challenges, Opportunities, Promises, Future Directions, and Applications

arXiv.org Artificial Intelligence

Edge technology aims to bring Cloud resources (specifically, the compute, storage, and network) to the closed proximity of the Edge devices, i.e., smart devices where the data are produced and consumed. Embedding computing and application in Edge devices lead to emerging of two new concepts in Edge technology, namely, Edge computing and Edge analytics. Edge analytics uses some techniques or algorithms to analyze the data generated by the Edge devices. With the emerging of Edge analytics, the Edge devices have become a complete set. Currently, Edge analytics is unable to provide full support for the execution of the analytic techniques. The Edge devices cannot execute advanced and sophisticated analytic algorithms following various constraints such as limited power supply, small memory size, limited resources, etc. This article aims to provide a detailed discussion on Edge analytics. A clear explanation to distinguish between the three concepts of Edge technology, namely, Edge devices, Edge computing, and Edge analytics, along with their issues. Furthermore, the article discusses the implementation of Edge analytics to solve many problems in various areas such as retail, agriculture, industry, and healthcare. In addition, the research papers of the state-of-the-art edge analytics are rigorously reviewed in this article to explore the existing issues, emerging challenges, research opportunities and their directions, and applications.


Pretext Tasks selection for multitask self-supervised speech representation learning

arXiv.org Machine Learning

Through solving pretext tasks, self-supervised learning leverages unlabeled data to extract useful latent representations replacing traditional input features in the downstream task. In various application domains, including computer vision, natural language processing and audio/speech signal processing, a wide range of features where engineered through decades of research efforts. As it turns out, learning to predict such features has proven to be a particularly relevant pretext task leading to building useful self-supervised representations that prove to be effective for downstream tasks. However, methods and common practices for combining such pretext tasks, where each task targets a different group of features for better performance on the downstream task have not been explored and understood properly. In fact, the process relies almost exclusively on a computationally heavy experimental procedure, which becomes intractable with the increase of the number of pretext tasks. This paper introduces a method to select a group of pretext tasks among a set of candidates. The method we propose estimates properly calibrated weights for the partial losses corresponding to the considered pretext tasks during the self-supervised training process. The experiments conducted on speaker recognition and automatic speech recognition validate our approach, as the groups selected and weighted with our method perform better than classic baselines, thus facilitating the selection and combination of relevant pseudo-labels for self-supervised representation learning.


TransSC: Transformer-based Shape Completion for Grasp Evaluation

arXiv.org Artificial Intelligence

Currently, robotic grasping methods based on sparse partial point clouds have attained a great grasping performance on various objects while they often generate wrong grasping candidates due to the lack of geometric information on the object. In this work, we propose a novel and robust shape completion model (TransSC). This model has a transformer-based encoder to explore more point-wise features and a manifold-based decoder to exploit more object details using a partial point cloud as input. Quantitative experiments verify the effectiveness of the proposed shape completion network and demonstrate it outperforms existing methods. Besides, TransSC is integrated into a grasp evaluation network to generate a set of grasp candidates. The simulation experiment shows that TransSC improves the grasping generation result compared to the existing shape completion baselines. Furthermore, our robotic experiment shows that with TransSC the robot is more successful in grasping objects that are randomly placed on a support surface.