Topic

Computer Vision

All digests tagged Computer Vision

Robotics Has Been Stuck for 70 Years — Deepak Pathak, Skild AI thumbnail

· 28:18

Robotics Has Been Stuck for 70 Years — Deepak Pathak, Skild AI

Deepak Pathak argues that robotics progress has stalled for approximately 70 years because the field has been treated as a hardware problem rather than a general intelligence problem. He introduces the concept of 'omni-bodied intelligence'—a single brain model applicable to any robot and any task, regardless of hardware. This approach leverages a 'data flywheel' that combines highly scalable data (simulation, human video) with high-quality, low-volume data (teleoperation) and, critically, real-world deployment data. Demonstrations include complex tasks like AirPods insertion, omelet cooking on $4,000 arms, and robust GPU assembly for NVIDIA's factory, showcasing the system's ability to handle real-world disturbances and zero-shot transfers.

Key takeaways

  1. Robotics Stagnation and the General Brain 5:57

    Robotics has historically been limited by approaching it as a hardware problem. The field is constrained by the lack of a general brain, leading to the 'Moravec's paradox' (what is easy for humans is hard for machines, and vice versa).

  2. The Data Bottleneck 9:02

    Collecting robot data via teleoperation is extremely slow and expensive. To reach the data scale of models like GPT-3, the entire US population would take over a century, highlighting the need for scalable data sources.

  3. Omni-bodied Intelligence and the Data Flywheel 12:02

    The proposed solution is an 'omni-bodied brain': one model for any robot and any task. This system utilizes a data flywheel, pre-training on scalable data (simulation, human video), post-training on teleoperation, and continuous improvement via deployment data.

  4. Real-World Deployment and Robustness

    The system demonstrates extreme robustness, performing tasks like GPU assembly in a randomized, noisy factory environment, and adapting to disturbances (e.g., recovering movement after disabling legs) without explicit mapping or planning.

Watch on YouTube Full article

From VLM/VLA's to Embodied Agents — Armen Aghajanyan, Perceptron AI thumbnail

· 20:42

From VLM/VLA's to Embodied Agents — Armen Aghajanyan, Perceptron AI

The presentation outlines the shift from traditional Vision-Language Models (VLMs) and Vision-Action Models (VALAs) toward Embodied Foundation Models. The core goal is to create unified AI capable of perceiving, reasoning, and acting in the physical world. Key breakthroughs include addressing the massive data inefficiency of long video inputs (token waste) and managing context bloat using data sparse Mixture of Experts (MoE). A major finding is a new scaling law: joint training on perception, reasoning, and control allows a 10x reduction in expensive teleoperation data by increasing video pretraining data.

Key takeaways

  1. Embodied Foundation Models (EFMs)

    The north star is building physical AI foundations that unify perception, reasoning, and control into a single model, bridging the physical and digital world. This moves beyond the limitations of separate VLM, VLA, and World Model architectures.

  2. Addressing Data Sparsity and Token Waste 5:40

    When modeling long video (e.g., one hour), millions of visual tokens are generated, but ground truth is extremely sparse (e.g., only 2% of tokens are useful). The solution involves developing a 'natural perceptive objective' to automatically predict and focus on percepts that matter (e.g., a gripper tip) rather than treating all background pixels equally.

  3. Context Management via Data Sparse MoE 9:01

    To combat context bloat from always-on cameras, the approach utilizes a data sparse Mixture of Experts (MoE) architecture. This includes a router that determines per layer which tokens to read and which to skip, allowing the model to focus compute on task-relevant information.

  4. New Scaling Law for Robotics 9:01

    Jointly training on perception, reasoning, and control yields a significant scaling law: 10x more video pretraining data can substitute for 10x less expensive teleoperation (teleop) data, drastically lowering the cost of embodied AI.

Watch on YouTube Full article

Skill issue: stop deploying vision language models, use them with Skills — Merve Noyan, Hugging Face thumbnail

· 19:14

Skill issue: stop deploying vision language models, use them with Skills — Merve Noyan, Hugging Face

The talk argues that developers should stop using Vision Language Models (VLMs) directly for real-time computer vision tasks, as they are often insufficient for high-performance, low-latency applications. Instead, the speaker introduces a comprehensive toolkit and methodology for building robust, task-specific detectors (like RFDTR) using Apache 2.0 licensed models. A key innovation is the 'vibe training' pipeline, which leverages VLMs as labelers and judges to efficiently train specialized models when only unlabeled images are available. The entire process is designed to be scalable and cost-effective, running on cloud infrastructure.

Key takeaways

  1. VLM Limitations for Real-Time CV

    VLMs are unsuitable for real-time applications; specialized detectors (e.g., RFDTR) running on hardware like a toaster can achieve 30-40 FPS, outperforming VLMs.

  2. Licensing Compliance 2:31

    Developers must prioritize using Apache 2.0 licensed models and avoid deploying popular detectors (like YOLO) without checking their copyleft licenses (e.g., AGPL 3.0).

  3. Vibe Training Pipeline 5:41

    A novel pipeline uses a VLM as a labeler and a second VLM as a judge to annotate and evaluate data, enabling the training of specialized detectors (RFDTR) from unlabeled datasets.

Watch on YouTube Full article

Seattle Spark Hack Winners Livestream Spotlight: LiveKit & Memo thumbnail

· 42:28

Seattle Spark Hack Winners Livestream Spotlight: LiveKit & Memo

This summary covers the NVIDIA DGX Spark Hack winners spotlight, featuring two local AI applications: LifeKit, an offline survival companion, and Memo, a local-first wearable assistant. Both projects demonstrate the capability of running complex, multi-modal AI workflows—including vision, speech, and retrieval—on edge devices like the Acer Veriton GN100. The core technical focus is on achieving reliable, low-latency AI functionality without constant internet connectivity, utilizing advanced NVIDIA models like Neotron and Cosmos.

Key takeaways

  1. Offline AI Capability (LifeKit) 20:00

    LifeKit addresses the critical need for stable information access when internet connectivity fails. It uses local AI and Retrieval Augmented Generation (RAG) against extensive, downloadable knowledge bases (e.g., Wikipedia) to provide guidance on survival topics (first aid, navigation) without relying on external servers.

  2. Selective Memory and Privacy (Memo) 27:30

    Memo is a wearable assistant designed for elderly care, focusing on privacy by only tracking objects explicitly chosen by the user (e.g., keys, wallet). It uses visual evidence and confirmation to save location data, ensuring that the system does not record or store general video feeds.

  3. Concurrent Model Orchestration 22:30

    Both projects rely on running multiple NVIDIA models concurrently (e.g., Neotron, Cosmos, Parakeet, VSSs, NIM, VLM) on the GN100. The primary architectural challenge is orchestrating these disparate tools—from speech transcription to reasoning—into a single, reliable, and deterministic application.

Watch on YouTube Full article

Reconstructing Pelé’s lost goal thumbnail

· 10:52

Reconstructing Pelé’s lost goal

Google DeepMind utilized advanced AI models like Gemini Omni and Veo to reconstruct Pelé's legendary 'Gol da Rua Javari,' a goal scored on August 2, 1959, that was never filmed. The project highlights the use of AI for cultural preservation, combining historical research (period accuracy in uniforms, location, and equipment) with cutting-edge technology. Technical methods included using Gemini Omni to synthesize images from historical fragments and employing a specialized Performance Control Model to transfer motion onto actors, enabling the recreation of the spectacular play as closely as possible.

Key takeaways

  1. The Historical Event

    Pelé scored three consecutive 'sombreros' without the ball touching the ground against Juventus at Rua Javari on August 2, 1959. This goal was never captured on film; only photographs and eyewitness accounts exist.

  2. AI Reconstruction Methodology 4:00

    The project combined historical research with AI to bring the unfilmed moment to life, addressing technical challenges like period accuracy (e.g., heavy leather balls) and motion transfer.

  3. Advanced Motion Modeling 5:20

    To recreate the action, a Performance Control Model was used to transfer motion onto local actors, simulating motion capture without requiring full suits. This allowed for precise reconstruction of the athletic performance.

Watch on YouTube Full article