SpatialClaw is a training-free framework from NVIDIA Research designed to enhance spatial reasoning in vision-language models. By treating code as an action interface, the agent can compose perception tools and revise its logic through a stateful Python kernel rather than following rigid tool schemas or pre-set plans. This allows for complex geometric computations across multiple views or video frames without model retraining.
Key features:
- Composes perception outputs to allow iterative reasoning and error correction.
- Integrates depth estimation and segmentation tools via code execution.
- Follows a five-stage loop of planning, generation, execution, feedback, and submission.
- Shows significant performance improvements in multi-view and dynamic video tasks.
Google DeepMind introduced PaliGemma 2, a new family of Vision-Language Models with parameter sizes ranging from 3 billion to 28 billion, designed to address challenges in generalizing across different tasks and adapting to various input data types, including diverse image resolutions.
The Pipe is a multimodal-first tool for feeding files and web pages into vision-language models such as GPT-4V. It is best for LLM and RAG applications that want to support comprehensive textual and visual understanding across a wide range of data sources. The Pipe is available as a 24/7 hosted API at thepi.pe, or it can be set up locally to let you run the compute.