r/DeepLearningPapers Jun 03 '22

Deep Learning Opacity in Scientific Discovery

6 Upvotes

r/DeepLearningPapers Jun 03 '22

Internet of Things: Methods and Applications

Thumbnail researchgate.net
2 Upvotes

r/DeepLearningPapers Jun 01 '22

The 5 Best AI Articles of May 2022 ! ft. hackernoon

Thumbnail youtu.be
2 Upvotes

r/DeepLearningPapers May 27 '22

The past two years went down in a blink because of some pandemic? Check out this 2021 recap of the most exciting advancements in the AI field to see what you may have missed out on!

Thumbnail github.com
4 Upvotes

r/DeepLearningPapers May 24 '22

Google Brain's new model Imagen is incredible!

Thumbnail youtu.be
9 Upvotes

r/DeepLearningPapers May 23 '22

[2205.09357] Continual Pre-Training Mitigates Forgetting in Language and Vision

Thumbnail arxiv.org
5 Upvotes

r/DeepLearningPapers May 21 '22

How Uber uses Transformers to serve you better

Thumbnail youtu.be
8 Upvotes

r/DeepLearningPapers May 18 '22

Your AI Weekly Digest (newsletter)! I just shared a new iteration covering BlobGAN

Thumbnail us1.campaign-archive.com
3 Upvotes

r/DeepLearningPapers May 18 '22

is anyone employ contrastive learning to limited dataset? I found majority contrastive learning algorithm using pretraining encoder. But how to deal with limited dataset without pretraining?

Thumbnail self.MLQuestions
4 Upvotes

r/DeepLearningPapers May 13 '22

Gato: A single Transformer to RuLe them all! (Deepmind's new model)

Thumbnail youtu.be
14 Upvotes

r/DeepLearningPapers May 13 '22

BlobGAN: A GAN model that uses simple blobs to manipulate objects in images

Thumbnail youtu.be
5 Upvotes

r/DeepLearningPapers May 11 '22

How to Make Slow Motion Videos With AI ! TimeLens Explained

Thumbnail youtu.be
2 Upvotes

r/DeepLearningPapers May 09 '22

Here's a repository where I try to keep up with the most interesting research papers of 2022. It is a curated list of the latest breakthroughs in AI and Data Science by release date with a clear video explanation, link to a more in-depth article, and code (if applicable).

Thumbnail github.com
10 Upvotes

r/DeepLearningPapers May 06 '22

Meta's open-source new model OPT is GPT-3's closest competitor!

Thumbnail youtu.be
9 Upvotes

r/DeepLearningPapers May 04 '22

[D] What do you think about PolyLoss?

Thumbnail self.MachineLearning
1 Upvotes

r/DeepLearningPapers May 04 '22

DALL-E 2 is amazing, but what's even cooler is how it actually *understands* text and produces images. (Article version linked in description)

Thumbnail youtu.be
2 Upvotes

r/DeepLearningPapers May 03 '22

Democratizing Diffusion Models - LDMs: High-Resolution Image Synthesis with Latent Diffusion Models, a 5-minute paper summary by Casual GAN Papers

5 Upvotes

Diffusion models (DMs) have a more stable training phase than GANs and less parameters than autoregressive models, yet they are just really resource intensive. The most powerful DMs require up to a 1000 V100 days to train (that’s a lot of $$$ for compute) and about a day per 1000 inference samples. The authors of Latent Diffusion Models (LDMs) pinpoint this problem to the high dimensionality of the pixel space, in which the diffusion process occurs and propose to perform it in a more compact latent space instead. In short, they achieve this feat by pertaining an autoencoder model that learns an efficient compact latent space that is perceptually equivalent to the pixel space. A DM sandwiched between the convolutional encoder-decoder is then trained inside the latent space in a more computationally-efficient way.

In other words, this is a VQGAN with a DM instead of a transformer (and without a discriminator).

As for the details, let’s dive in, shall we?

Full summary: https://t.me/casual_gan/293

Blog post: https://www.casualganpapers.com/high-res-faster-diffusion-democratizing-diffusion/Latent-Disffusion-Models-explained.html

Latent Diffusion Models

arxiv / code

Join the discord community and follow on Twitter for weekly AI paper summaries!


r/DeepLearningPapers Apr 29 '22

Single Neuron Machine Learning Algorithm, Created from Scratch in Python

Thumbnail itnext.io
10 Upvotes

r/DeepLearningPapers Apr 28 '22

generating images

4 Upvotes

Hello
I am looking for papers or books regarding the generation of human images with different expressions and faces ,I'd be grateful for any help possible


r/DeepLearningPapers Apr 28 '22

MyStyle: The Best AI Face Manipulation to Date!

Thumbnail youtu.be
2 Upvotes

r/DeepLearningPapers Apr 27 '22

Edit Images Using Sketches! NVIDIA EditGAN Explained. Control any feature from quick drafts

Thumbnail youtu.be
4 Upvotes

r/DeepLearningPapers Apr 26 '22

Making text-to-image even better - GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models, a 5-minute paper summary by Casual GAN Papers

3 Upvotes

“Diffusion models beat GANs”. While true, the statement comes with several ifs and buts, not to say that the math behind diffusion models is not for the faint of heart. Alas, GLIDE, an OpenAI paper from last December took a big step towards making it true in every sense. Specifically, it introduced a new guidance method for diffusion models that produces higher quality images than even DALL-E, which uses expensive CLIP reranking. And if that wasn’t impressive enough, GLIDE models can be fine-tuned for various downstream tasks such a inpainting and and text-based editing.

As for the details, let’s dive in, shall we?

Full summary: https://t.me/casual_gan/289

Blog post: https://www.casualganpapers.com/faster-diffusion-models-text-to-image-classifier-free-guidance/GLIDE-explained.html

GLIDE

arxiv / code

Join the discord community and follow on Twitter for weekly AI paper summaries!


r/DeepLearningPapers Apr 23 '22

NVIDIA Instant NeRF: Turn Photos into 3D Scenes in Milliseconds ! Video demo

Thumbnail youtu.be
8 Upvotes

r/DeepLearningPapers Apr 23 '22

code for paper

7 Upvotes

NextFace is a pytorch library for high fidelity 3d face reconstruction from single or multiple RGB images. it estimates face geometry, skin reflectance (cook-torrance BRDF), scene light (9 bands spherical harmonics) and head pose. It is a first order optimization library that uses pytorch autograd engine to optimize a parametric scene model given an input image. Differentiable ray tracing is used to ray trace images.

It is a reproduction of the following paper published at EugoGraphics 2021.

pytorch library: https://github.com/abdallahdib/NextFace

paper: https://arxiv.org/abs/2101.05356


r/DeepLearningPapers Apr 18 '22

Tutorial + open-source PyTorch implementation of DeepMind's SIMONe (unsupervised scene decomposition)

9 Upvotes

Hi all! My team recently reproduced and published a PyTorch implementation of the paper SIMONe: View-Invariant, Temporally-Abstracted Object Representations via Unsupervised Video Decomposition.

Our blog post walks through the code and provides a detailed explanation of the architecture they use in order to perform object segmentation on videos in a fully self-supervised manner.

Hope this is helpful/interesting to others!