Globalization is being transformed. Get insights into this and other trends here: OODA Almanac 2023 – Jagged Transitions https://
oodaloop.com/archive/2023/0
1/20/ooda-almanac-2023-jagged-transitions/
… via @ooda
RESEARCH
-
Globalization Transformation: OODA Almanac 2023 Insights
By
–
-
Computing Performance and Algorithm Innovations in AI Benchmarking 2022
By
–
How are we doing in computing wrt this summary in June 2022? On algorithms, any great new ideas like FlashAttention was back then? https://
spectrum.ieee.org/mlperf-ranking
s-2022
… -
Global Effort Against Deepfakes and Synthetic Media
By
–
Seeing is believing? A global scramble to tackle deepfakes https://
japantimes.co.jp/news/2023/02/0
2/world/global-scramble-tackle-deepfakes/
… #fake #deepfake #faceswap #syntheticmedia #deepfakevideos #AI #cybersec #infosec #ML #NLP #Algorithms #Security #AIEthics #EthicalAI #OpenAI #100DaysOfCode #OpenSource #bot #facialrecognition #rt -
Deepfakes Becoming Cottage Industry: Security Implications
By
–
Deepfakes Are Becoming a Cottage Industry! https://
spectrum.ieee.org/deepfake-cotta
ge-industry
… #fake #deepfake #faceswap #syntheticmedia #deepfakevideos #AI #cybersec #infosec #ML #DL #NLP #Algorithms #Security #AIEthics #EthicalAI #OpenAI #100DaysOfCode #OpenSource #bot #facialrecognition #rt -

Twitter as Academic Hub for Deep Learning Research Insights
By
–
Aquí le doy toda la razón a Elon Musk. Twitter es el mejor lugar para leer entre líneas al mundo académico del Deep Learning.
-
Abacus AI’s Core Research Areas in AI and Machine Learning
By
–
At @abacusai we are doing active foundational research in the following areas – Neural architecture search
– Code gen LLMs
– Pre-trained forecasting
– NNs for tabular data
– LLMs for Enterprise AI -
ML Conference Publishing Standards and Workshop Paper Policies
By
–
Interesting point. From that perspective, then ML conferences seem like the weird ones: because they wouldn't allow workshop papers from ICCV/CVPR becuse they're "published." But since they're <= 4 pages, then they can be submitted to ICCV/CVPR? Incompatible systems.
-
Instruction tuning changes sculpting metaphor to RLHF data manifold
By
–
Instruction tuning makes this less essential a mental model than it used to be with pre-trained LLMs. You’re still “sculpting,” but you’re usually sculpting the data manifold RLHF-evaluated generations.
-
TPU Dynamic Sizes Constraints and GPU Attention Efficiency Trade-offs
By
–
On TPUs you can't use dynamic sizes in a loop, so you use mask and static sizes, and therefore the first step of the loop is as costly as the last one. On GPUs you could have a faster first step, but the cost of attention reduction is relatively low for large models.
-
Programming vs Machine Learning: Converting Processes into Value
By
–
Programming is a way to convert an abstract description of a process into value. Machine learning is a way to convert inputs and outputs of a process you can’t describe into value. Much harder to get an ML system off the ground, but the upside is correspondingly much higher too.