Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Can vision-language-action (VLA) models generalize to diverse OOD tasks and align with customized objectives? 🤔 🚀 We introduce GRAPE, a plug-and-play algorithm to generalize robot policies via preference alignment. GRAPE unfolds three benefits to boost the generalizability of VLAs: 👉1. GRAPE aligns VLAs on a trajectory level and endows...

19,988 Aufrufe • vor 1 Jahr •via X (Twitter)

7 Kommentare

Profilbild von Huaxiu Yao
Huaxiu Yaovor 1 Jahr

[2/N] Detailed Method 1️⃣ Trajectory-wise Preference Optimization: GRAPE scales up step-wise VLAs and trains with a trajectory-wise objective, aligning policies globally by learning from both successes and failures. 2️⃣Customized Preference Synthesis: GRAPE breaks down complex tasks into stages, guided by spatiotemporal constraints from VL models. Flexibly aligns for arbitrary objectives, such as safety, efficiency, or task success. 3️⃣ Iterative Online Alignment: GRAPE refines the alignment process through iterative cycles of 1) online sample collection, 2) synthetic preference ranking, and 3) trajectory-wise preference optimization.

Profilbild von Huaxiu Yao
Huaxiu Yaovor 1 Jahr

[3/N] Empirical Takeaway 1: Stronger generalizability on a wide array of OOD tasks. 1️⃣ Real-world OOD tasks GRAPE crushes OpenVLA-SFT in generalization: - Visual (new visual environments) 🌆: +20.7% - Subject (unseen objects) 🔍: +27.5% - Action (unseen actions)🏃: +10.0% - Semantic (unseen prompts)🧠: +5.0% - Language grounding (objects in unseen spatial positions)🌍: +26.7% 2️⃣ Simulation OOD tasks In Simpler-Env, GRAPE shines: - Subject (unseen objects) 🔍: +8.0% - Physical (unseen object sizes/shapes) 🏗️: +12.3% - Semantic (unseen prompts)🧠: +19.0%

Profilbild von Huaxiu Yao
Huaxiu Yaovor 1 Jahr

[4/N] Empirical Takeaway 2: Versatility to align towards customized alignment objectives. GRAPE excels at aligning robot policies with diverse natural language goals: ✅ Task completion ✅ Safety ✅ Cost-efficiency Results: - 🚧 Safer policies: -44.31% collisions - ⏳ Efficient policies: -11.15% rollout lengths

Profilbild von Huaxiu Yao
Huaxiu Yaovor 1 Jahr

[5/N] Nice work, @ZijianZhangNLP , Kyle Zheng, and nice collab. w/ @ZRChen_AISafety , @jang_yoel , @Yi_Li_UW , @chaoqi_w , @dingmyu , @fox_dieter17849

Profilbild von ZijianZhangNLP
ZijianZhangNLPvor 1 Jahr

Cool work!Thank Prof. Yao and our nice collab!

Profilbild von zihao zheng
zihao zhengvor 1 Jahr

what is the required training resources?

Profilbild von Daniel Butler
Daniel Butlervor 1 Jahr

GRAPE seems like a promising leap for VLA models in robotics! The trajectory-level preference alignment and reward modeling are particularly intriguing for enabling safer, more efficient, and task-diverse applications. How scalable is GRAPE to real-world multi-agent environments?

Ähnliche Videos

3D-LLM: Injecting the 3D World into Large Language Models paper page: Large language models (LLMs) and Vision-Language Models (VLMs) have been proven to excel at multiple tasks, such as commonsense reasoning. Powerful as these models can be, they are not grounded in the 3D physical world, which involves richer concepts such as spatial relationships, affordances, physics, layout, and so on. In this work, we propose to inject the 3D world into large language models and introduce a whole new family of 3D-LLMs. Specifically, 3D-LLMs can take 3D point clouds and their features as input and perform a diverse set of 3D-related tasks, including captioning, dense captioning, 3D question answering, task decomposition, 3D grounding, 3D-assisted dialog, navigation, and so on. Using three types of prompting mechanisms that we design, we are able to collect over 300k 3D-language data covering these tasks. To efficiently train 3D-LLMs, we first utilize a 3D feature extractor that obtains 3D features from rendered multi- view images. Then, we use 2D VLMs as our backbones to train our 3D-LLMs. By introducing a 3D localization mechanism, 3D-LLMs can better capture 3D spatial information. Experiments on ScanQA show that our model outperforms state-of-the-art baselines by a large margin (e.g., the BLEU-1 score surpasses state-of-the-art score by 9%). Furthermore, experiments on our held-in datasets for 3D captioning, task composition, and 3D-assisted dialogue show that our model outperforms 2D VLMs. Qualitative examples also show that our model could perform more tasks beyond the scope of existing LLMs and VLMs.

AK

249,798 Aufrufe • vor 3 Jahren

DisCo: Disentangled Control for Referring Human Dance Generation in Real World paper page: Generative AI has made significant strides in computer vision, particularly in image/video synthesis conditioned on text descriptions. Despite the advancements, it remains challenging especially in the generation of human-centric content such as dance synthesis. Existing dance synthesis methods struggle with the gap between synthesized content and real-world dance scenarios. In this paper, we define a new problem setting: Referring Human Dance Generation, which focuses on real-world dance scenarios with three important properties: (i) Faithfulness: the synthesis should retain the appearance of both human subject foreground and background from the reference image, and precisely follow the target pose; (ii) Generalizability: the model should generalize to unseen human subjects, backgrounds, and poses; (iii) Compositionality: it should allow for composition of seen/unseen subjects, backgrounds, and poses from different sources. To address these challenges, we introduce a novel approach, DISCO, which includes a novel model architecture with disentangled control to improve the faithfulness and compositionality of dance synthesis, and an effective human attribute pre-training for better generalizability to unseen humans. Extensive qualitative and quantitative results demonstrate that DISCO can generate high-quality human dance images and videos with diverse appearances and flexible motions.

AK

161,478 Aufrufe • vor 3 Jahren

🚨 BREAKING: Microsoft's first robotics foundation model! 🤯 Microsoft just announced Rho-alpha (ρα), their first robotics model derived from the Phi series of vision-language models. Rho-alpha translates natural language commands into control signals for robotic systems performing bimanual manipulation tasks. Commands like "push the green button with the right gripper," "pull out the red wire," "flip the top switch on," or "turn the knob to position 5" get executed directly by dual-arm robots. What makes this different from standard vision-language-action (VLA) models is the additional modalities. Rho-alpha is a VLA+ model that adds tactile sensing to the perceptual mix, with plans to incorporate force feedback. On the learning side, the model is designed to continually improve during deployment by learning from human feedback. The training approach combines trajectories from physical demonstrations and simulated tasks with web-scale visual question answering data. Since teleoperation data is scarce and expensive, Microsoft is using NVIDIA Isaac Sim on Azure to generate physically accurate synthetic datasets via reinforcement learning. These simulated trajectories get combined with commercial and open physical demonstration datasets. The model is currently under evaluation on dual-arm setups and humanoid robots. Microsoft is opening an Early Access Program for organizations interested in evaluating Rho-alpha. Robots that can adapt to dynamic situations and human preferences are more useful in real environments and more trusted by the people operating them. Read more here: ~~ ♻️ Join the weekly robotics newsletter, and never miss any news →

Lukas Ziegler

60,928 Aufrufe • vor 6 Monaten

Excited to announce GR00T N1, the world’s first open foundation model for humanoid robots! We are on a mission to democratize Physical AI. The power of general robot brain, in the palm of your hand - with only 2B parameters, N1 learns from the most diverse physical action dataset ever compiled and punches above its weight: - Real humanoid teleoperation data. - Large-scale simulation data: we are open-sourcing 300K+ trajectories! - Neural trajectories: we apply SOTA video generation models to “hallucinate” new synthetic data that features accurate physics in pixels. Using Jensen’s words, “systematically infinite data”! - Latent actions: we develop novel algorithms to extract action tokens from in-the-wild human videos and neural generated videos. GR00T N1 is a single end-to-end neural net, from photons to actions: - Vision-Language Model (System 2) that interprets the physical world through vision and language instructions, enabling robots to reason about their environment and instructions, and plan the right actions. - Diffusion Transformer (System 1) that “renders” smooth and precise motor actions at 120 Hz, executing the latent plan made by System 2. We deploy N1 on GR1 robot, 1X Neo robot, and a large collection of simulation benchmarks. N1 achieves up to +30% boost in diverse manipulation tasks for household and industrial settings. While humanoid robots are the main focus of N1, our model also supports cross-embodiment. We finetune it to work on the $110 HuggingFace LeRobot SO100 robot arm! Open robot brain runs on open hardware. Sounds just right. Let’s solve robotics, together, one token at a time. Links to our Whitepaper, Github repo, HuggingFace model, and open dataset page in the thread: 🧵

Jim Fan

466,333 Aufrufe • vor 1 Jahr