Global AI Weekly

Issue number: 73 | Tuesday, October 8, 2024

Highlights

if(article.Image != null) { Could AI help fight conspiracy theories? – podcast }

Could AI help fight conspiracy theories? – podcast

We’re used to hearing about the power of artificial intelligence to spread misinformation – but could it also be a tool for persuading people of the truth? Ian Sample speaks to Thomas Costello, an assistant professor of psychology at American University, who has published a study exploring the potential for AI chatbots to lead people away from conspiracy beliefs.

theguardian.com

if(article.Image != null) { PyTorch Conference 2024 Recap: On Fire 🔥 }

PyTorch Conference 2024 Recap: On Fire 🔥

The 2024 PyTorch Conference in San Francisco gathered nearly 1,500 AI researchers, developers, and enthusiasts. Over two days, the event featured engaging discussions, insightful keynotes, and hands-on sessions focused on artificial intelligence (AI) and advancements in PyTorch, the leading open-source machine learning framework.

pytorch.org

if(article.Image != null) { Modeling relationships to solve complex problems efficiently }

Modeling relationships to solve complex problems efficiently

Associate Professor Julian Shun develops high-performance algorithms and frameworks for large-scale graph processing.

news.mit.edu

if(article.Image != null) { A co-lead on Sora, OpenAI’s video generator, has left for Google }

A co-lead on Sora, OpenAI’s video generator, has left for Google

One of the co-leads on OpenAI’s video generator, Sora, has left for Google. Tim Brooks, who was heading development on Sora with William Peebles, announced in a post on X that he’ll be joining Google DeepMind, Google’s AI research division, to work on video generation technologies and “world simulators.” “I had an amazing two years […]

techcrunch.com

if(article.Image != null) { New Responsible AI Features for Building Trustworthy AI }

New Responsible AI Features for Building Trustworthy AI

Discover the latest responsible AI features and capabilities to support building trustworthy AI solutions.

techcommunity.microsoft.com

Research

if(article.Image != null) { Turning Word documents into PowerPoint slides }

Turning Word documents into PowerPoint slides

This is another fun but helpful machine-learning application: Turning Word documents into pleasing PowerPoint slides. This paper discusses combining embedding models, state machines, perceptrons, and sequence-to-sequence models to convert long Word documents into PowerPoint slides. It shows that combining multiple model architectures can yield some amazing results.

arxiv.org

Video

if(article.Image != null) { OpenAI’s New ChatGPT In 3 Minutes! + NotebookLM and AlphaChip }

OpenAI’s New ChatGPT In 3 Minutes! + NotebookLM and AlphaChip

Our paper on ray tracing: https://users.cg.tuwien.ac.at/zsolnai/gfx/adaptive_metropolis/ ❤️ Check out Lambda here and sign up for their GPU Cloud: https://lambdalabs.com/papers

youtube.com

if(article.Image != null) { NVIDIA’s New AI: The King Is Here! }

NVIDIA’s New AI: The King Is Here!

https://research.nvidia.com/labs/par/maskedmimic/ If you wish to appear here or pick up other perks, click here: https://www.patreon.com/TwoMinutePapers

youtube.com

Articles

if(article.Image != null) { Data Formulator: Exploring how AI can help analysts create rich data visualizations  }

Data Formulator: Exploring how AI can help analysts create rich data visualizations 

Data Formulator investigates combining UI interactions with natural language input. Powered by AI, it can help users create or adapt visualizations and supports continuous refinement through an iterative process. Now available on GitHub.

microsoft.com

if(article.Image != null) { Scaling RAG from POC to Production }

Scaling RAG from POC to Production

Whether you are building customer-facing chatbots to answer repetitive questions and reduce workload from customer service agents, or building a co-pilot for engineers to help them navigate complex user manuals step-by-step, RAG has become a key archetype of the application of LLMs. This has enabled LLMs to provide a contextually relevant response based on ground truth of hundreds or millions of documents, reducing hallucinations and improving the reliability of LLM-based applications.

towardsdatascience.com

if(article.Image != null) { Canvas is a new way to write and code with ChatGPT }

Canvas is a new way to write and code with ChatGPT

Canvas was built with GPT-4o and can be manually selected in the model picker while in beta. Starting today we’re rolling out canvas to ChatGPT Plus and Team users globally. Enterprise and Edu users will get access next week. We also plan to make canvas available to all ChatGPT Free users when it’s out of beta.

openai.com

if(article.Image != null) { The Rise of Pallas: Unlocking TPU Potential with Custom Kernels }

The Rise of Pallas: Unlocking TPU Potential with Custom Kernels

Built as an extension to JAX and with dedicated support for PyTorch/XLA, Pallas enables the creation of custom kernels for GPU and TPU. In this post we move one step down the lineage of Greek mythology to Triton’s daughter, Pallas and discuss her namesake, the JAX extension for writing custom kernels for GPU and TPU.

towardsdatascience.com

if(article.Image != null) { Semantic Prompt Learning for Weakly-Supervised Semantic Segmentation }

Semantic Prompt Learning for Weakly-Supervised Semantic Segmentation

Weakly-Supervised Semantic Segmentation (WSSS) aims to train segmentation models using image data with only image-level supervision. Since precise pixel-level annotations are not accessible, existing methods typically focus on producing pseudo masks for training segmentation models by refining CAM-like heatmaps. However, the produced heatmaps may capture only the discriminative image regions of object categories or the associated co-occurring backgrounds.

research.nvidia.com

Code

if(article.Image != null) { What's New In Python 3.13 }

What's New In Python 3.13

It's Python 3.13 release day today. The big signature features are a better REPL with improved error messages, an option to run Python without the GIL and the beginnings of the new JIT. Here are some of the smaller highlights I spotted while perusing the release notes.

simonwillison.net

>