ArtificialIntelligenceArticles
2.96K subscribers
1.64K photos
9 videos
5 files
3.86K links
for who have a passion for -
1. #ArtificialIntelligence
2. Machine Learning
3. Deep Learning
4. #DataScience
5. #Neuroscience

6. #ResearchPapers

7. Related Courses and Ebooks
Download Telegram
17 equations that changed the world
Attentive Generative Adversarial Network for Raindrop Removal from A Single Image

Abstract : "Raindrops adhered to a glass window or camera lens can severely hamper the visibility of a background scene and degrade an image considerably. In this paper, we address the problem by visually removing raindrops, and thus transforming a raindrop degraded image into a clean one. The problem is intractable, since first the regions occluded by raindrops are not given. Second, the information about the background scene of the occluded regions is completely lost for most part. To resolve the problem, we apply an attentive generative network using adversarial training (...)."

Qian et al.: https://arxiv.org/pdf/1711.10098.pdf

#artificialintelligence #deeplearning #generativeadversarialnetwork
DLTK – Deep Learning Toolkit for Medical Image Analysis, built on top of TensorFlow
Fast prototyping with a low entry threshold & reproducibility in image analysis applications, with a particular focus on medical imaging.

https://github.com/DLTK/DLTK
Discovering Neural Wirings (https://arxiv.org/abs/1906.00586)

In the past years developing deep neural architectures either required manual design (e.g. AlexNet, ResNet, MobileNet, ...) or require expensive search among possible predefined block structures of layers (NAS, MNas, DART,...). What if we see a neural network as a completely unstructured graph? where each node is running a simple sensing operation over a single data-point or a channel (e.g. 2d filter) and all the nodes are wired up massively in the network. In this paper we explain how to discover a good wiring of a neural network that minimizes the loss function with a limited amount of computation. We relax the typical notion of layers and instead enable channels to form connections independent of each other. This allows for a much larger space of possible networks. The wiring of our network is not fixed during training – as we learn the network parameters we also learn the structure itself.
MelNet: A Generative Model for Audio in the Frequency Domain
Sean Vasquez and Mike Lewis: https://arxiv.org/abs/1906.01083
Blog: https://sjvasquez.github.io/blog/melnet/
#ArtificialIntelligence #DeepLearning #MachineLearning
IoT Network Security from the Perspective of Adversarial Deep Learning. arxiv.org/abs/1906.00076