Goto

Collaborating Authors

 Deep Learning


Transformer in Transformer

#artificialintelligence

Transformer is a type of neural network mainly based on self-attention mechanism . Transformer is widely used in the field of natural language processing (NLP), e.g., the famous BERT and GPT3 models. Inspired by the breakthrough of transformer in NLP, researchers have recently applied transformer to computer vision (CV) tasks such as image recognition, object detection, and image processing . For example, DETR treats object detection as a direct set prediction problem and solve it using a transformer encoder-decoder architecture. Compared to the mainstream CNN models, these transformer-based models have also shown promising performance on visual tasks .


'Self-trained' deep learning to improve disease diagnosis

#artificialintelligence

New work by computer scientists at Lawrence Livermore National Laboratory (LLNL) and IBM Research on deep learning models to accurately diagnose diseases from X-ray images with less labeled data won the Best Paper award for Computer-Aided Diagnosis at the SPIE Medical Imaging Conference on Feb. 19. The technique, which includes novel regularization and "self-training" strategies, addresses some well-known challenges in the adoption of artificial intelligence (AI) for disease diagnosis, namely the difficulty in obtaining abundant labeled data due to cost, effort or privacy issues and the inherent sampling biases in the collected data, researchers said. AI algorithms also are not currently able to effectively diagnose conditions that are not sufficiently represented in the training data. LLNL computer scientist Jay Thiagarajan said the team's approach demonstrates that accurate models can be created with limited labeled data and perform as well or even better than neural networks trained on much larger labeled datasets. The paper, published by SPIE, included co-authors at IBM Research Almaden in San Jose.


Robust artificial intelligence tools to predict future cancer

#artificialintelligence

To catch cancer earlier, we need to predict who is going to get it in the future. The complex nature of forecasting risk has been bolstered by artificial intelligence (AI) tools, but the adoption of AI in medicine has been limited by poor performance on new patient populations and neglect to racial minorities. Two years ago, a team of scientists from MIT's Computer Science and Artificial Intelligence Laboratory (CSAIL) and Jameel Clinic demonstrated a deep learning system to predict cancer risk using just a patient's mammogram. The model showed significant promise and even improved inclusivity: It was equally accurate for both white and Black women, which is especially important given that Black women are 43 percent more likely to die from breast cancer. But to integrate image-based risk models into clinical care and make them widely available, the researchers say the models needed both algorithmic improvements and large-scale validation across several hospitals to prove their robustness.


Defending smart systems on the machine learning framework level

#artificialintelligence

While smart cities and smart homes have become mainstream buzzwords, few people outside the IT and machine learning communities know about TensorFlow, PyTorch, or Theano. These are the open-source machine learning (ML) frameworks on which smart systems are built to integrate Internet of Things (IoT) devices among other things. ML algorithms and code are often found in publically available repositories, or data stores, that draw heavily on the aforementioned frameworks. In a December 2019 analysis of code hosting site GitHub, SMU Professor of Information Systems David Lo found over 46,000 repositories that were dependent on TensorFlow, and over 15,000 used PyTorch. Because of these frameworks' popularity, any vulnerability in them can be exposed to cause widespread damage.


Best JavaScript machine learning libraries in 2021 - LogRocket Blog

#artificialintelligence

JavaScript needs no special introduction -- it's one of the most popular cross-platform languages among web developers. And while some people consider it only a language for frontend development, JavaScript acts as an all-purpose programming language nowadays, and its possibilities are endless. Looking for the top JavaScript libraries that you can use in your Machine Learning projects? Synaptic is a well-known JavaScript neural network library created by MIT that can be used with Node.js or the browser. One significant feature of this library is its ability to build and train any first-order or second-order neural network architecture due to its architecture-free algorithm and pre-manufactured structure.


[R]How to go about non-reproducible research?

#artificialintelligence

I have been reproducing (or trying to reproduce) times series classification results for 23 years. In general, less than half the papers can be reproduced, but since the advent of deep learning, the fraction has gotten worse. A) "We made a best faith effort to reproduce the results in [x], but were unable to do so, thus we omit it from comparison" B) "We made a best faith effort to reproduce the results in [x], but were unable to do so. We do place our results using this method in Table Y with an asterisk, to denote that this is our best understanding of the algorithms performance, but just not reflect the claimed accuracy possible in [x]".


How to Use Google Colab for Deep Learning - Complete Tutorial - neptune.ai

#artificialintelligence

If you're a programmer, you want to explore deep learning, and need a platform to help you do it โ€“ this tutorial is exactly for you. Google Colab is a great platform for deep learning enthusiasts, and it can also be used to test basic machine learning models, gain experience, and develop an intuition about deep learning aspects such as hyperparameter tuning, preprocessing data, model complexity, overfitting and more. Colaboratory by Google (Google Colab in short) is a Jupyter notebook based runtime environment which allows you to run code entirely on the cloud. This is necessary because it means that you can train large scale ML and DL models even if you don't have access to a powerful machine or a high speed internet access. Google Colab supports both GPU and TPU instances, which makes it a perfect tool for deep learning and data analytics enthusiasts because of computational limitations on local machines.


Deep Learning CNN: Convolutional Neural Networks with Python

#artificialintelligence

People who want to learn CNNs with real datasets in Data Science. People who want to learn CNNs along with its implementation in realistic projects. People who want to master their data speak.


PyTorch: Deep Learning and Artificial Intelligence

#artificialintelligence

Welcome to PyTorch: Deep Learning and Artificial Intelligence! Although Google's Deep Learning library Tensorflow has gained massive popularity over the past few years, PyTorch has been the library of choice for professionals and researchers around the globe for deep learning and artificial intelligence. Is it possible that Tensorflow is popular only because Google is popular and used effective marketing? Why did Tensorflow change so significantly between version 1 and version 2? Was there something deeply flawed with it, and are there still potential problems? It is less well-known that PyTorch is backed by another Internet giant, Facebook (specifically, the Facebook AI Research Lab - FAIR).


New AI tool can revolutionize microscopy

#artificialintelligence

An AI tool developed at the University of Gothenburg offers new opportunities for analyzing images taken with microscopes. A study shows that the tool, which has already received international recognition, can fundamentally change microscopy and pave the way for new discoveries and areas of use within both research and industry. The focus of the study is deep learning, a type of artificial intelligence (AI) and machine learning that we all interact with daily, often without thinking about it. For example when a new song on Spotify pops up that is similar to songs we have previously listened to or when our mobile phone camera automatically finds the best settings and corrects colors in a photo. "Deep learning has taken the world by storm and has had a huge impact on many industries, sectors and scientific fields. We have now developed a tool that makes it possible to utilize the incredible potential of deep learning, with focus on images taken with microscopes," says Benjamin Midtvedt, a doctoral student in physics and the main author of the study.