Highlights
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
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
Associate Professor Julian Shun develops high-performance algorithms and frameworks for large-scale graph processing.
news.mit.edu
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
Discover the latest responsible AI features and capabilities to support building trustworthy AI solutions.
techcommunity.microsoft.com
Research
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
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
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
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
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
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
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
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
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