Almanac
← Events
4Hugging Face Blog·1mo ago

Scaling Robotics Datasets with Video Encoding

Hugging Face published a blog post on using video encoding techniques to scale robotics datasets. The post addresses the practical challenge of storing and transmitting large-scale robot learning data efficiently. Video compression is presented as a key infrastructure enabler for expanding robotics training corpora.

Related guides (3)

Related events (8)

5Hugging Face Blog·1mo ago·source ↗

LeRobot Community Datasets: The "ImageNet" of Robotics — When and How?

Hugging Face's LeRobot blog post discusses the vision and current state of building a large-scale community robotics dataset analogous to ImageNet for computer vision. The post examines what it would take to create a standardized, scalable dataset repository for robot learning, drawing on the LeRobot ecosystem. It addresses data collection formats, community contribution workflows, and the open challenges in making such a resource practically useful for training generalizable robot policies.

4Hugging Face Blog·1mo ago·source ↗

Build Awesome Datasets for Video Generation

Hugging Face published a blog post on constructing high-quality datasets for video generation models. The post likely covers data collection, preprocessing, and curation pipelines relevant to training video diffusion or generation systems. This is a practical tooling and methodology guide aimed at practitioners working on video AI.

5Hugging Face Blog·1mo ago·source ↗

LeRobotDataset v3.0: Large-Scale Dataset Support for LeRobot

Hugging Face has released version 3.0 of the LeRobotDataset format, aimed at enabling large-scale robotics datasets within the LeRobot framework. The update introduces infrastructure improvements to support the storage, streaming, and management of significantly larger robot learning datasets. This is a tooling and data infrastructure milestone for the open-source robotics learning ecosystem built around LeRobot.

5Hugging Face Blog·1mo ago·source ↗

LeRobot v0.5.0: Scaling Every Dimension

Hugging Face released LeRobot v0.5.0, a major update to its open-source robotics learning library. The release focuses on scaling across multiple dimensions of the robotics ML pipeline. As a tier-2 source with no body content available, specific technical details of the update are not accessible from this item.

4Hugging Face Blog·1mo ago·source ↗

Streaming Datasets: 100x More Efficient

Hugging Face published a blog post describing efficiency improvements to their datasets streaming functionality, claiming up to 100x gains. The post covers technical changes to how large datasets are accessed and loaded without full downloads. This is relevant to ML practitioners working with large-scale training data pipelines.

5Hugging Face Blog·1mo ago·source ↗

Fine-Tuning NVIDIA Cosmos Predict 2.5 with LoRA/DoRA for Robot Video Generation

This Hugging Face blog post details a workflow for fine-tuning NVIDIA's Cosmos Predict 2.5 world model using LoRA and DoRA parameter-efficient techniques for robot video generation tasks. The post covers practical implementation steps for adapting the foundation video model to robotics-specific domains. This represents a concrete application of world models to embodied AI, where synthetic video generation can support robot training data pipelines.

5Hugging Face Blog·1mo ago·source ↗

Bringing Robotics AI to Embedded Platforms: Dataset Recording, VLA Fine-Tuning, and On-Device Optimizations

NXP and Hugging Face describe a pipeline for deploying Vision-Language-Action (VLA) models on embedded/edge hardware, covering dataset recording, fine-tuning, and on-device optimization techniques. The post targets robotics applications where inference must run on resource-constrained microcontrollers or SoCs rather than cloud GPUs. Key topics include quantization, model compression, and integration with the LeRobot ecosystem. This represents a practical engineering bridge between frontier VLA research and real-world embedded robotics deployment.

4Hugging Face Blog·1mo ago·source ↗

Scaling AI-based Data Processing with Hugging Face + Dask

Hugging Face published a blog post describing how to scale AI-based data processing pipelines by combining Hugging Face datasets and models with Dask, a parallel computing framework. The post covers patterns for distributed inference and large-scale dataset preprocessing. This is a practical integration guide targeting ML engineers who need to process data at scale beyond single-machine limits.