"Foveated Diffusion: Efficient Spatially Adaptive Image and Generation" This paper introduces the logic of human vision to diffusion models, where you generate full detail only when the viewer is looking, and becomes low detail in the periphery. With this setup, you can
RESEARCH
-

Day 83 GPU Programming: DeepSeek Multi-Head Latent Attention Optimization
By
–



Day 83/365 of GPU Programming Looking at DeepSeek's Multi-Head Latent Attention today. The last part of the AMD challenge series is to optimize an MLA decode kernel for MI355X where the absorbed Q and compressed KV cache are given and your task is to do the attention computation. A resource that really helped internalize what MLA does was @rasbt's incredible visual guide to attention variants in LLMs (luckily he posted that last week!), which covers everything from MHA to GQA to MLA to SWA, et cetera. If there's one place to get a visual intuition for recent attention mechanisms, it's this blog post. @jbhuang0604's video on MQA, GQA,MLA and DSA was the best conceptual intro I found on the topic and progressively builds up the ideas from first principles. The Welch Labs analysis of MLA is a great watch as well. Beautiful visualization of the changes DeepSeek made for MLA. Tried out a few kernels once I had a basic understanding of MLA and I think I'm slowly getting more comfortable with at least analyzing kernels. levi (@levidiamode) Day 82/365 of GPU Programming Taking a closer look at Mixture of Experts today, so I can write better MoE kernels. Specifically, to optimize an MXFP4 MoE fused kernel for the GPU Mode challenge. I haven't had much prior exposure to MoEs, so lots of new concepts I learned today. Luckily I found the best intro to MoEs thanks to @MaartenGr visual overview of the topic. I then watched @tatsu_hashimoto's amazing Stanford CS336 lecture on MoEs, which added deeper context around why MoEs are gaining popularity, FLOPs, OLMoE, infra complexity, routing functions (mindblown this works so well…), expert sizes, training objectives, top k routing and DeepSeek variations. Once I had a basic understanding I started playing around with the some AITER kernels but progress there is tbd. Also had a nice chat with @juscallmevyom (who was kind enough to reach out!) about the AMD kernels and the challenge of materialization overhead. — https://nitter.net/levidiamode/status/2037297869518950430#m
-

Elon Musk Endorses Top 26 Papers for Mastering LLMs and Transformers
By
–
BREAKING Elon Musk endorsed my Top 26 Essential Papers for Mastering LLMs and Transformers Implement those and you’ve captured ~90% of the alpha behind modern LLMs. Everything else is garnish. This list bridges the Transformer foundations with the reasoning, MoE, and
-

Questioning the role of credentialed academic experts in AI
By
–
What would we do without top credentialed academic experts???
-
AGI biosecurity risks: designing lethal pathogens
By
–
If you think that using AI to design an mRNA vaccine is impressive, your mind will be blown when AGI figures out on its own how to design a super lethal ‘rona and unleashes it to some bats in SE Asia!
-

Neuro-symbolic AI reduces energy consumption and boosts performance
By
–
Neuro-symbolic #AI could slash energy use while dramatically improving performance
by Mike Silver @TechXplore_com Learn more: https://
bit.ly/4d0XkOV #ArtificialIntelligence #MachineLearning #ML -

Introduction to Probability, Statistics, and Random Processes Book
By
–
Introduction to Probability, Statistics, and Random Processes: http://
amzn.to/3UkLHXZ
—————
#DataScience #Mathematics #DataScientist -

GPU Access Crucial for Open-Source AI Progress and Market Timing
By
–
Buy a GPU was always going to win All I wanted was for smart individuals & researchers to have access to the compute they need so opensource progress doesn’t stall, I wasn’t making anything up There’s still time to secure your compute before prices go wild btw
-

Association Rule Mining: Powerful ML Algorithm Results and Applications
By
–
Association Rule Mining — Powerful Results & Applications From Not Your Typical ML Algorithm: https://
medium.com/@kirk.borne/as
sociation-rule-mining-not-your-typical-ml-algorithm-97acda6b86c2
…
+
Also see this book: http://
amzn.to/3VOi2aY
—————
#DataScientist #DataScience #MachineLearning -

Essential Bayesian Modeling Books for Data Scientists and Statisticians
By
–
Bayes Rules! — An Introduction to Applied Bayesian Modeling: https://
amzn.to/3Qp0jo7
+
Bayesian Modeling and Computation in Python: https://
amzn.to/3K15NQo
—————
#Statistics #DataScience #Mathematics #ComputationalScience #Simulation #DataScientist
