# multimodal-ai

A machine-learning approach that processes and integrates multiple data modalities, such as text, images, audio, and video.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## MindTopo reveals VLMs' spatial reasoning abilities

DevFeed: [MindTopo reveals VLMs' spatial reasoning abilities](<https://devfeed.tech/articles/mindtopo-reveals-vlms-spatial-reasoning-abilities-6802.md>)

Original publisher: [Read original article](<https://www.microsoft.com/en-us/research/blog/mindtopo-reveals-vlms-spatial-reasoning-abilities/>)

Author: Yunfei Ge, Anbang Liu, Qineng Wang, Johnalbert Garnica, Zihan Wang, Reuben Tan, Jianfeng Gao, Ruohan Zhang, Yining Hong, Jiajun Wu, Manling Li

Published: 2026-08-12T16:00:00Z

Content type: article

Language: en

Sources: [Microsoft Research](<https://devfeed.tech/sources/microsoft-research.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [Robotics](<https://devfeed.tech/topics/robotics.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [research](<https://devfeed.tech/tags/research.md>), [research-blog](<https://devfeed.tech/tags/research-blog.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vlms](<https://devfeed.tech/tags/vlms.md>)

### AI overview

MindTopo is a benchmark for evaluating whether multimodal large language models can understand and manipulate topological relationships such as connectivity, enclosure, order, separation, and knots. It compares static recognition with interactive planning and finds that current models often lose track of structural relationships during sequences of actions.

### Source excerpt

A path, a fence, a knot. MindTopo sets a new benchmark for testing how AI understands topological relationships and highlights new opportunities to strengthen spatial reasoning and planning. The post MindTopo reveals VLMs' spatial reasoning abilities appeared first on Microsoft Research.

## Building a Local, Multimodal AI Terminal Agent with Gemma 4

DevFeed: [Building a Local, Multimodal AI Terminal Agent with Gemma 4](<https://devfeed.tech/articles/building-a-local-multimodal-ai-terminal-agent-with-gemma-4-22852.md>)

Original publisher: [Read original article](<https://medium.com/google-developer-experts/building-a-local-multimodal-ai-terminal-agent-with-gemma-4-4fbaa50eb14b?source=rss----a67bd6fa7d58---4>)

Author: Arjun Prabhulal

Published: 2026-08-12T09:25:11Z

Content type: tutorial

Language: en

Sources: [Google Developer Experts - Medium](<https://devfeed.tech/sources/google-developer-experts-medium.md>)

Topics: [gemma4](<https://devfeed.tech/topics/gemma4.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>), [Code](<https://devfeed.tech/topics/code.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [code](<https://devfeed.tech/tags/code.md>), [function-calling](<https://devfeed.tech/tags/function-calling.md>), [gemma](<https://devfeed.tech/tags/gemma.md>), [gemma-4](<https://devfeed.tech/tags/gemma-4.md>), [google](<https://devfeed.tech/tags/google.md>), [google-cloud-platform](<https://devfeed.tech/tags/google-cloud-platform.md>), [local-ai](<https://devfeed.tech/tags/local-ai.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [ollama](<https://devfeed.tech/tags/ollama.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

### AI overview

A tutorial introduces Gemma 4 and builds a local multimodal terminal agent named gemma4-agent. It covers function calling, tool orchestration, text, image, and voice processing, plus Gemma 4's model variants and architecture.

### Source excerpt

Introduction Open-source LLM models have been improving rapidly with tool calling, extended context windows, and native vision and audio capabilities, all while delivering strong benchmark performance. Gemma 4, recently introduced by Google Deepmind brings all of these features together in sizes efficient enough to run locally. In this article, we'll look at the capabilities of Gemma 4 and build a multimodal (Text, Vision, Voice) CLI agent (gemma4-agent) with function-calling capabilities. By the end, you'll have an agent that can chat, write, execute code, analyze images, and process voice instructions to deliver highly grounded responses. What is Gemma 4 Model ? Gemma 4 is Google DeepMind's open model family, released in April 2026 under the Apache 2.0 license. Built from the same research and technology behind Gemini 3, Gemma 4 is designed for high-performance reasoning, coding, multimodal understanding, and local AI execution across different model sizes. Features of Gemma 4 Models Improved Tool calling : Native function calling and tool orchestration, letting agents act autonomously without bloating prompt instructions Thinking mode : Built-in step-by-step thinking mode via the <|think|> token for complex multi-turn logic Context Windows : Up to 256K tokens on the 12B and larger models (128K on the edge-sized E2B/E4B) for processing long document and tool outputs Extended Multimodality : Gemma 4 models can process text,voice and images simultaneously like extracting data from charts, analyzing screenshots , and reviewing UI mockups. Gemma 4 Model Variants & SpecificationsGemma 4 Architecture Gemma 4 comes in five model sizes built around four architectural variants, each making different trade-offs between performance, inference speed, compute, and memory. Gemma4 Unified 12B vs Effective Parameters Effective-parameter models (E2B and E4B) are dense transformer models optimized for edge and on-device deployment. The "E" stands for effective parameters use Per-La

## BIY: Preparing a Dataset and Benchmarking AI Models for Scatterplot-Related Tasks

DevFeed: [BIY: Preparing a Dataset and Benchmarking AI Models for Scatterplot-Related Tasks](<https://devfeed.tech/articles/biy-preparing-a-dataset-and-benchmarking-ai-models-for-scatterplot-related-tasks-26294.md>)

Original publisher: [Read original article](<https://medium.com/feedzaitech/biy-preparing-a-dataset-and-benchmarking-ai-models-for-scatterplot-related-tasks-11cbef120cd1?source=rss----e11168e7fe6b---4>)

Author: João Palmeiro

Published: 2026-01-19T14:52:55Z

Content type: article

Language: en

Sources: [Feedzai](<https://devfeed.tech/sources/feedzai.md>)

Topics: [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [Canvas](<https://devfeed.tech/topics/canvas.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [SVG](<https://devfeed.tech/topics/svg.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [ai-models](<https://devfeed.tech/tags/ai-models.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [canvas](<https://devfeed.tech/tags/canvas.md>), [clustering](<https://devfeed.tech/tags/clustering.md>), [data-visualization](<https://devfeed.tech/tags/data-visualization.md>), [dataset](<https://devfeed.tech/tags/dataset.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [outlier-detection](<https://devfeed.tech/tags/outlier-detection.md>), [svg](<https://devfeed.tech/tags/svg.md>)

### AI overview

The article introduces Benchmark It Yourself (BIY), an effort to prepare a dataset and benchmark multimodal AI models for scatterplot-related tasks. It examines generating distribution-aware descriptions from scatterplot images to improve the accessibility of canvas charts, including direct description generation and structured-data extraction for predefined templates. Initial results were mixed.

### Source excerpt

Benchmark It Yourself (BIY): Preparing a Dataset and Benchmarking AI Models for Scatterplot-Related Tasks When we need to visualize and interact with millions, or even just thousands, of individual points while analyzing data, we typically resort to rendering them in the browser using a canvas. The other common approach for the web, SVG, doesn't scale when the number of individual elements increases to such quantities. However, while solving one problem, canvas charts introduce a new challenge: accessibility. Although SVG charts are not accessible by default, they can be by design. Each part of an SVG chart has a corresponding element on the web page, allowing for a programmable, accessible experience for screen reader users. We can simply think of SVG as HTML. On the other hand, a canvas chart is just like a PNG image. If a screen reader user tries to learn more about a canvas chart, unless the developer has prepared a detailed description of it, they will just hear the word "image". There's no way to get an idea of what one of these charts represents, let alone extract any insights. For static charts, the solution can be as simple as preparing a description and integrating it into the rendered chart. However, for platforms leveraging dynamic, large datasets, automatically generating these descriptions is not a simple task, especially for charts like scatterplots where data distributions can assume countless forms. At Feedzai, we started exploring ways to generate data distribution-aware descriptions for scatterplots from their respective images using recent multimodal AI models. When the raw data is not available, or the datasets are composed of several thousand or million instances, relying on chart images and these models becomes tempting. This combination has the potential to generate such descriptions and serve them alongside their respective charts, significantly improving the accessibility of canvas charts. That said, we focused on two main directions: using

## StreetReaderAI: Towards making street view accessible via context-aware multimodal AI

DevFeed: [StreetReaderAI: Towards making street view accessible via context-aware multimodal AI](<https://devfeed.tech/articles/streetreaderai-towards-making-street-view-accessible-via-context-aware-multimodal-ai-6880.md>)

Original publisher: [Read original article](<https://research.google/blog/streetreaderai-towards-making-street-view-accessible-via-context-aware-multimodal-ai/>)

Published: 2025-10-29T16:38:00Z

Content type: article

Language: en

Sources: [The latest research from Google](<https://devfeed.tech/sources/the-latest-research-from-google.md>)

Topics: [Accessibility](<https://devfeed.tech/topics/accessibility.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Google](<https://devfeed.tech/topics/google.md>), [Image](<https://devfeed.tech/topics/image.md>), [alt text](<https://devfeed.tech/topics/alt-text.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [accessibility](<https://devfeed.tech/tags/accessibility.md>), [ai](<https://devfeed.tech/tags/ai.md>), [alt-text](<https://devfeed.tech/tags/alt-text.md>), [audio](<https://devfeed.tech/tags/audio.md>), [gaming](<https://devfeed.tech/tags/gaming.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [human-computer-interaction-and-visualization](<https://devfeed.tech/tags/human-computer-interaction-and-visualization.md>), [machine-intelligence](<https://devfeed.tech/tags/machine-intelligence.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [natural-language-processing](<https://devfeed.tech/tags/natural-language-processing.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [research](<https://devfeed.tech/tags/research.md>), [screen](<https://devfeed.tech/tags/screen.md>), [vision](<https://devfeed.tech/tags/vision.md>), [voice](<https://devfeed.tech/tags/voice.md>)

### AI overview

Google Research introduces StreetReaderAI, a proof-of-concept accessible street view prototype that uses context-aware, real-time multimodal AI to interpret streetscape imagery. Designed with blind and sighted accessibility researchers, it provides audio-led exploration, keyboard and voice navigation, directional feedback, movement guidance, and descriptions of nearby places and geographic information.

### Source excerpt

Generative AI

## Image and audio models from fal now available on DigitalOcean

DevFeed: [Image and audio models from fal now available on DigitalOcean](<https://devfeed.tech/articles/image-and-audio-models-from-fal-now-available-on-digitalocean-19879.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/fal-ai-image-models-gradient-ai-platform>)

Author: Grace Morgan

Published: 2025-10-23T12:30:00Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [API](<https://devfeed.tech/topics/api.md>), [stable-diffusion](<https://devfeed.tech/topics/stable-diffusion.md>), [flux](<https://devfeed.tech/topics/flux.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [voice ai](<https://devfeed.tech/topics/voice-ai.md>)

Tags: [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [api](<https://devfeed.tech/tags/api.md>), [audio](<https://devfeed.tech/tags/audio.md>), [digitalocean](<https://devfeed.tech/tags/digitalocean.md>), [flux](<https://devfeed.tech/tags/flux.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [stable-diffusion](<https://devfeed.tech/tags/stable-diffusion.md>)

### AI overview

DigitalOcean announces four multimodal AI models from fal in public preview on the Gradient AI Platform through Serverless Inference. The models support image generation, audio generation, and multilingual text-to-speech through an API.

### Source excerpt

We're excited to announce the launch of four multimodal AI models from fal on the DigitalOcean Gradient™ AI Platform, now available in public preview through Serverless Inference. These models allow you to generate images and audio directly via API, without worrying about infrastructure, scaling, or vendor management. With this release, building AI-powered applications that include visual and audio content is easier than ever. Explore the new models The fal models, now in public preview, cover a variety of modalities, enabling you to experiment, prototype, and deploy multimodal AI features quickly: Image generation: Stable Diffusion XL fast (fal-ai/fast-sdxl) - High-resolution image generation FLUX.1 (schnell) (fal-ai/flux/schnell) - Fast image generation for quick prototyping Audio generation: Stable Audio (fal-ai/stable-audio-25/text-to-audio) - Convert text into natural-sounding audio ElevenLabs TTS Multilingual v2 9 (fal-ai/elevenlabs/tts/multilingual-v2) - Multilingual text-to-speech These models are available via Serverless Inference, letting you generate images and audio through the same simple API-driven workflow you already use on Gradient AI Platform. Try it out You can start using these models through the Serverless Inference API (https://inference.do-ai.run) after opting in to the public preview in the DigitalOcean console. Here's a quick look at how to interact with them: First, opt in to the public preview to access the fal models on the Gradient AI Platform. Once opting in, it should take about 10 to 15 minutes for your access to be granted. Example: Generate an Image export MODEL_ACCESS_KEY="YOUR_KEY" curl -sS -X POST 'https://inference.do-ai.run/v1/async-invoke' \ -H "Authorization: Bearer $MODEL_ACCESS_KEY" \ -H "Content-Type: application/json" \ -d '{ "model_id": "fal-ai/flux/schnell", "input": { "prompt": "A high-quality photo of a futuristic city at sunset" } }' Example: Generate an Image with Customized Parameters export MODEL_ACCESS_KEY="YOUR_

## TimeScope: How Long Can Your Video Large Multimodal Model Go?

DevFeed: [TimeScope: How Long Can Your Video Large Multimodal Model Go?](<https://devfeed.tech/articles/timescope-how-long-can-your-video-large-multimodal-model-go-7512.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/timescope-video-lmm-benchmark>)

Author: Orr Zohar; Rui Li; Andres Marafioti; Xiaohan Wang

Published: 2025-07-23T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [language-models](<https://devfeed.tech/tags/language-models.md>), [long-context](<https://devfeed.tech/tags/long-context.md>), [measurement](<https://devfeed.tech/tags/measurement.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [reasoning](<https://devfeed.tech/tags/reasoning.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

TimeScope is an open-source benchmark for evaluating how vision-language models understand long videos. It inserts short video clips into videos ranging from one minute to eight hours and measures localized retrieval, information synthesis, and fine-grained temporal perception.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Visual Salamandra: Pushing the Boundaries of Multimodal Understanding

DevFeed: [Visual Salamandra: Pushing the Boundaries of Multimodal Understanding](<https://devfeed.tech/articles/visual-salamandra-pushing-the-boundaries-of-multimodal-understanding-6990.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/BSC-LT/visualsalamandra7b>)

Author: Iñigo Pikabea; Jaume Lozano

Published: 2025-04-11T14:21:56Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [datasets](<https://devfeed.tech/topics/datasets.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [mlp](<https://devfeed.tech/topics/mlp.md>), [AI Research](<https://devfeed.tech/topics/ai-research.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [blog](<https://devfeed.tech/tags/blog.md>), [blog-post](<https://devfeed.tech/tags/blog-post.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [grounding](<https://devfeed.tech/tags/grounding.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [language](<https://devfeed.tech/tags/language.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mlp](<https://devfeed.tech/tags/mlp.md>), [models](<https://devfeed.tech/tags/models.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [ocr](<https://devfeed.tech/tags/ocr.md>), [research](<https://devfeed.tech/tags/research.md>), [training](<https://devfeed.tech/tags/training.md>), [vision](<https://devfeed.tech/tags/vision.md>), [vqa](<https://devfeed.tech/tags/vqa.md>)

### AI overview

Visual Salamandra is a multilingual multimodal model built by extending the Salamandra Instructed 7B model with Google's SigLIP image encoder, an MLP projector, and late-fusion techniques. It processes text, images, and videos, with training focused on visual grounding, document understanding, mathematical reasoning, OCR, and European-language coverage.

### Source excerpt

A Blog post by Language Technologies Laboratory @ Barcelona Supercomputing Center on Hugging Face

## SmolVLM - small yet mighty Vision Language Model

DevFeed: [SmolVLM - small yet mighty Vision Language Model](<https://devfeed.tech/articles/smolvlm-small-yet-mighty-vision-language-model-7484.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/smolvlm>)

Author: Andres Marafioti; merve; Miquel Farré; Elie Bakouch; Pedro Cuenca

Published: 2024-11-26T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [smolvlm](<https://devfeed.tech/topics/smolvlm.md>), [vlm](<https://devfeed.tech/topics/vlm.md>), [multimodal-ai](<https://devfeed.tech/topics/multimodal-ai.md>), [Transformers](<https://devfeed.tech/topics/transformers.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Open Source Models & Datasets](<https://devfeed.tech/topics/open-source-models-datasets.md>), [GPU](<https://devfeed.tech/topics/gpu.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llm](<https://devfeed.tech/tags/llm.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [multimodal-ai](<https://devfeed.tech/tags/multimodal-ai.md>), [nlp](<https://devfeed.tech/tags/nlp.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [smolvlm](<https://devfeed.tech/tags/smolvlm.md>), [transformers](<https://devfeed.tech/tags/transformers.md>), [trl](<https://devfeed.tech/tags/trl.md>), [vision](<https://devfeed.tech/tags/vision.md>)

### AI overview

This article introduces SmolVLM, a family of small, fast, memory-efficient 2B vision-language models released fully open source under the Apache 2.0 license. It describes the model variants, architecture, training resources, Transformers integration, demo, fine-tuning script, and efficient local or on-device deployment.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.