REVIEW 5 major objections 6 minor 16 cited by
Tactile-VLA: Unlocking Vision-Language-Action Model's Physical Knowledge for Tactile Generalization
T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read The paper claims that fusing tactile sensing into a VLA model activates its latent physical knowledge and enables zero-shot force generalization.
desk verdict A useful tactile-VLA systems paper with a genuinely new zero-shot force-language evaluation, but the physical-semantics claim is undercut by uncalibrated force labels and missing ablations. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the tactile-aware action expert: an output head that predicts an augmented action vector $(P_{target}, F_{target})$ from a token-level fusion of vision, language, and tactile tokens in a pretrained VLA transformer, trained with a Conditional Flow Matching objective. A hybrid position-force controller then translates $F_{target}$ into positional adjustments according to force error $\Delta F = F_{target} - F_{measured}$, active only when $\lVert \Delta F \rVert$ exceeds a threshold; this separates the net external force, regulated by gripper Cartesian position, from the internal grasp force, regulated by gripper width. The CoT variant adds explicit language reasoning over tactile feedback at fixed intervals, so the model can diagnose a failure and re-plan the next force command.
What would settle it
Compare the $F_{target}$ values stored during teleoperation with an independent, calibrated force measurement at the gripper on the same objects; systematic disagreement would show the model learned a labeling artifact rather than physical interaction.
Extended reading notes
Core claim
Tactile-VLA's central claim is that a pretrained vision-language model already encodes semantic knowledge of physical interaction, and this knowledge can be activated for control by fusing tactile signals into the model and finetuning on a small demonstration dataset. The action expert is trained to emit both a target position and a target contact force; a hybrid position-force controller executes those targets by turning force error into small position corrections, with external contact force and internal grasp force regulated by independent channels. The paper reports three zero-shot transfer results supporting the claim: force adverbs learned during USB insertion modulate applied force during charger insertion, unseen objects receive grasp forces that match their apparent fragility, and chain-of-thought reasoning over tactile feedback lets the model increase force after a failed wiping attempt on a blackboard. The intended conclusion is that VLAs can be grounded in physical interaction without force-labeled data at scale.
Load-bearing premise
The recorded force targets in the demonstrations must faithfully represent the physical interaction the operator intended, because the model learns its force-language mapping from those values and no calibration or consistency check is reported.
Editorial extensions
If this is right
- Force adverbs trained on one insertion task transfer to a second insertion task with zero force-labeled demonstrations, changing the applied force from soft to hard.
- An unseen object is grasped with a force appropriate to its visible fragility, so a pitaya is lifted gently and an iron cube firmly.
- A robot that initially fails to wipe a novel blackboard can reason over its tactile feedback, raise its downward force, and complete the wipe.
- These abilities are obtained with roughly one hundred demonstrations per behavior, pointing to small-data finetuning of generalist VLAs.
Reading between the lines
- If the claimed force semantics genuinely live in the pretrained VLM, the same tactile-activation recipe should work for other physical quantities such as compliance, friction, or torque limits; the paper does not test those, but the mechanism is unchanged.
- Because the controller separates net external force from internal grasp force, language could in principle modulate the two channels independently, for example 'hold firmly but push gently'; that would be a direct next experiment.
- A decisive ablation would detach the tactile encoder while keeping the language conditioning; if force differentiation survives, the VLM alone carries the semantics, and if it collapses, the tactile stream is the real carrier rather than an activator of prior knowledge.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents Tactile-VLA, a vision-language-action policy that fuses tactile readings into a pretrained VLM (Gemma/pi0) and outputs both target position and target force; a hybrid position-force controller executes these targets, and a CoT variant performs explicit reasoning over tactile feedback. Experiments on USB/charger insertion, tabletop grasping, and board wiping claim zero-shot generalization of force adverbs, object-appropriate grasping forces for unseen objects, and adaptive force correction on a novel blackboard. The central claim is that a few demonstrations can activate latent physical semantics in a VLM to achieve zero-shot force generalization in contact-rich tasks.
Significance. The framework is plausible and addresses an important gap: grounding VLA outputs in physical force rather than only in motion. If the central claim were fully supported, the result would be valuable. The paper also has strengths: it provides an explicit action-space formulation with force targets, a clear controller in Eq. (2), and real-robot evaluations. However, the current evidence is insufficient to establish the headline mechanism: force labels are unvalidated, trial counts and confidence intervals are missing, no ablation isolates the tactile modality or the pretrained backbone, and concurrent tactile-VLA methods are not compared. The work is better viewed as a promising system paper than as a demonstrated discovery about VLM priors.
major comments (5)
- [Section 2.4 / Eq. (2)] The force measurement chain is not validated. Section 2.4 says the UMI gripper was augmented with tactile sensors so that operators can 'directly sense contact dynamics', but the paper reports no calibration of these sensors, no conversion from sensor readings to Newtons, no verification that recorded Ftarget values match actual contact forces, and no statistics across operators or trials. Because Eq. (2) makes the controller actively track Ftarget, the 'applied force' values reported in Table 2 and Figure 6 are largely the model's own output, not an independent measurement of physical interaction. The zero-shot semantic-generalization claim in Section 3.2 therefore rests on an unverified mapping from sensor readings to force. Please calibrate the sensors against a reference force/torque sensor, report measured force traces during evaluation, and provide cross-operator and cross-trial consistency statistics.
- [Tables 1, 2, 4 and Figure 6] The central quantitative claims are presented without trial counts or confidence intervals. Table 1 reports success rates without stating n; Table 2 reports two-decimal force values without error bars; Table 4 has success rates with no n or CIs; Figure 6 states only 5 trials per condition. Given that the headline results include close comparisons such as 80% versus 75% in Table 4 and force orderings such as 4.68 versus 9.13 N in Table 2, the reader cannot assess whether the differences are reliable. Please report the number of trials for every condition, per-trial values or distributions, and appropriate confidence intervals or significance tests.
- [Section 3.1 (Baselines)] No ablation isolates the claimed source of generalization. The baselines pi0 and pi0-fast differ from Tactile-VLA in several ways at once: they lack the tactile encoder, lack the force-augmented action space, and are not coupled to the hybrid controller of Eq. (2). The observed gains and the force differentiation in Table 2 could therefore be due to the controller or the action representation rather than to the VLM's prior knowledge invoked in Section 5. Please add ablations that remove the tactile tokens, replace the pretrained VLM backbone with a randomly initialized one, and remove the force action head, so that the contribution of the pretrained physical semantics is actually identified.
- [Section 4 and Section 3.1] The closest prior tactile-VLA methods are not compared. Related work names FuSe and ForceVLA as concurrent works with different design choices, but all experiments compare only against pi0 and pi0-fast. Since the paper claims to outperform standard VLA baselines in tactile settings, and the central novelty is the particular fusion design, at least one head-to-head comparison, or a clear statement of why such a comparison is not possible, is needed before claiming superiority over alternative tactile-VLA designs.
- [Section 2.3 and Section 3.4] The CoT experiment does not establish that reasoning is driven by tactile feedback. Training data includes corrective annotations such as 'The force was too light... Now trying with 5N', and Section 2.3 states that CoT is triggered at fixed intervals. The blackboard success could therefore arise from copying a learned corrective response to a new visual context, or from scheduled re-planning, rather than from interpreting tactile signals. Please add control conditions without tactile input, without force feedback, and with CoT triggered only by actual failure detection; also report success rates with trial counts and confidence intervals.
minor comments (6)
- [Eq. (1)] Please define Tt and the history length H explicitly; the notation [Tt-H+1, ..., Tt] is ambiguous about how many tactile measurements are included in the fused token.
- [Figure 2] The architecture diagram has unclear and overlapping labels, including 'ViT Tokenizer Encoder Encoder', and the dashed block for the CoT variant is difficult to read.
- [Figure 5(b)] The label 'Piyata' appears to be a typo, likely 'Pitaya' or 'Pinata', and should be corrected for consistency with the text.
- [Table 1] The caption should state the number of evaluation trials used for each success rate and clarify that the Charger column is the zero-shot condition.
- [Section 2.4 and abstract] The abstract and introduction emphasize 'only a few demonstrations', but Section 3.1 reports 100 demonstrations per task for the main tasks; please clarify what 'few' means relative to the baseline training data.
- [References] Several references are incomplete or inconsistently formatted, including entries for Hu et al., Huang et al., and Yu et al.; please ensure all entries have full author lists and publication details.
Circularity Check
No equation-level circularity: the zero-shot force outputs are evaluated on held-out adverbs, objects, and tasks rather than fitted constants; the force-label calibration gap is a measurement-validity concern, not a circular derivation.
full rationale
I checked every load-bearing step in the claimed derivation chain. The model is trained end-to-end to output Ftarget from demonstrations, and the hybrid controller in Eq. (2) tracks that target so the measured applied force will largely equal the model's own setpoint; however, the paper's generalization claims are not reduced to the training labels by construction. The key evaluations are on held-out inputs: force adverbs not seen during training (e.g., 'gently', 'firmly', 'harder'), a zero-shot charger task whose demonstrations contained no force-language supervision, out-of-domain objects never grasped during training, and a blackboard wiping scenario never experienced during training. These are genuine generalization tests, not re-statements of fitted parameters. The paper's self-citations, such as OneTwoVLA in the CoT-related work discussion, are peripheral and do not carry the central premise. No uniqueness theorem, ansatz, or definitional equivalence is imported from the authors' prior work to force the conclusion. The absence of tactile-sensor calibration, the lack of a sensor-count-to-Newton conversion procedure, and the absence of cross-operator consistency checks are important validity risks for the physical-semantics interpretation, but they do not make the derivation circular: they affect whether the force labels are trustworthy, not whether the reported outputs are logically identical to the inputs. The central claim that a VLM's prior knowledge contains physical interaction semantics is an interpretation of observed zero-shot transfer rather than a construct that is true by definition. Overall, no significant circularity is present.
Assumptions & free parameters
free parameters (3)
- Controller gain matrix K =
not reported
- Force-error threshold tau =
not reported
- CoT triggering interval =
not reported
assumptions (4)
- ad hoc to paper Pretrained VLM (Gemma 2.6B) retains reusable semantic knowledge about physical interaction after fine-tuning for action generation.
- domain assumption Expert demonstrations collected with the augmented UMI gripper provide accurate, synchronized force targets and tactile readings.
- domain assumption The hybrid position-force controller stably tracks target forces in the evaluated tasks with the chosen K and tau.
- domain assumption Success metrics, such as insertion success, grasp without deformation, and wipe cleanliness, are reliable and consistently applied.
Cite this review
Pith. "Pith review of Tactile-VLA: Unlocking Vision-Language-Action Model's Physical Knowledge for Tactile Generalization." pith.science (2026). https://pith.science/paper/MMR3NLBD
@misc{pith2026250709160,
author = {Pith},
title = {Pith review of: Tactile-VLA: Unlocking Vision-Language-Action Model's Physical Knowledge for Tactile Generalization},
year = {2026},
howpublished = {\url{https://pith.science/paper/MMR3NLBD}},
note = {Machine review of arXiv:2507.09160}
}
read the original abstract
Vision-Language-Action (VLA) models have shown remarkable achievements, driven by the rich implicit knowledge of their vision-language components. However, achieving generalist robotic agents demands precise grounding into physical interactions, especially in contact-rich scenarios where fine-grained force control is essential. We advance VLAs' implicit knowledge beyond identifying what to do, towards guiding how to physically interact with real world. This paper introduces Tactile-VLA, a novel framework that deeply fuses vision, language, action, and tactile sensing. This framework incorporates a hybrid position-force controller to translate the model's intentions into precise physical actions and a reasoning module that allows the robot to adapt its strategy based on tactile feedback. Experiments demonstrate Tactile-VLA's effectiveness and generalizability in three key aspects: (1) enabling tactile-aware instruction following, (2) utilizing tactile-relevant commonsense, and (3) facilitating adaptive tactile-involved reasoning. A key finding is that the VLM's prior knowledge already contains semantic understanding of physical interaction; by connecting it to the robot's tactile sensors with only a few demonstrations, we can activate this prior knowledge to achieve zero-shot generalization in contact-rich tasks.
Figures
Figures from the paper (4 more)
Forward citations
Cited by 16 Pith papers
-
Feeling the Unexpected: ResTacVLA for Contact-Rich Manipulation via Residual Tactile Representation
Residual tactile representations plus surprise-aware gating let VLA policies master contact-rich robot tasks that vision-only models fail.
-
{\tau}: Learning Touch-Augmented Vision-Language-Action Models from Future Visual Supervision
Action-conditioned JEPA-style future-visual latent prediction yields dynamics-aware tactile tokens that lift contact-rich VLA success rates from ~30% to ~70% average on four real tasks.
-
$N_0$-TWAM: Scaling Tactile-Native World-Action Model for Contact-Rich Manipulation
A scaled tactile-native world-action model jointly predicts vision, touch, and action and outperforms vision-only baselines on contact-rich sim and real robot tasks.
-
$N_0$-VTLA: Scaling Vision-Tactile-Language-Action Model with Latent Tactile Tokens
A VLA with predictive latent tactile tokens pretrained on large-scale visuo-tactile data, plus ALTER offline advantage labeling, leads contact-rich real and sim benchmarks.
-
FORGE-plus: Force-Budgeted Recovery for Contact-Rich Assembly with a Frozen LLM Supervisor
With a hidden per-episode breaking force, an LLM-set force ceiling plus force-signature recovery achieves 256/256 clean insertions on fragile and robust parts and resolves 40–64% of injected jams in simulation.
-
FELT: Generating Tactile Signals from Vision for Visuo-Tactile Manipulation
FELT predicts finger pressure maps from RGB images and uses them or their learned features to improve manipulation policies without real tactile sensors at deployment.
-
Representation-Aligned Tactile Grounding for Contact-Rich Robotic Manipulation
Future tactile prediction applied to intermediate action-expert features, rather than visual-language or final-action features, improves contact-rich manipulation in SmolVLA and π0.
-
SoftVTBench: A Safety-Aware Visuo-Tactile Benchmark for Physically Constrained Robotic Manipulation of Deformable Objects
Success-only metrics overstate deformable-manipulation performance; tactile sensing raises Safety Success (e.g. 21.4%→35.6% on Object-Soft) while Goal Success stays comparable.
-
TACO: TActile World Model as a Self-COrrector forScalable VLA Post-Training
A tactile-aware world model recognizes failure-adjacent contact states, imagines local visuo-tactile corrections, and post-trains VLAs with knowledge insulation, raising average success by 44% over the base policy.
-
Tactile Modality Fusion for Vision-Language-Action Models
A FiLM-based tactile fusion method that conditions VLA visual features on frozen pretrained touch embeddings improves real-robot insertion success, speed, and force control relative to vision-only and concatenation baselines.
-
Learning to Feel the Future: DreamTacVLA for Contact-Rich Manipulation
DreamTacVLA grounds VLA models in contact physics by aligning multi-scale vision-tactile inputs and predicting future tactile states, reaching up to 95% success on contact-rich tasks.
-
LightTact: A Visual-Tactile Fingertip Sensor for Deformation-Independent Contact Sensing
A fingertip camera sensor uses a light-blocking wedge so that only true contact pixels brighten, enabling deformation-free contact detection with liquids, soft materials, and rigid objects.
-
Prior Reinforce: Goal-Conditioned Dynamic Manipulation with Limited Trials
Prior Reinforce adapts a few demonstration motions to new goals in dynamic manipulation by learning a diffusion motion prior and refining a low-dimensional condition via Bayesian optimization, reaching new goals in un...
-
TacWAM: Anchor-Guided World Action Model with Mechanics-Aware Tactile Prediction
Mechanics-aware future tactile prediction plus history and train-time isolation of future tokens raises real-robot contact-rich success from ~37.5% to 75% average.
-
ViTacWorld: Scaling Visuo-Tactile World Models for Contact-Rich Robot Manipulation
An action-conditioned visuo-tactile world model generates synthetic camera-plus-touch rollouts that, mixed with real demonstrations, improve downstream contact-rich manipulation policies.
-
HapticVLA: Contact-Rich Manipulation via Vision-Language-Action Model without Inference-Time Tactile Sensing
A vision-language-action robot policy that claims tactile-aware manipulation without tactile sensors at inference via reward-weighted flow matching and action distillation.
Reference graph
Works this paper leans on
-
[1]
Rt-h: Action hierarchies using language
Suneel Belkhale, Tianli Ding, Ted Xiao, Pierre Sermanet, Quon Vuong, Jonathan Tompson, Yevgen Chebotar, Debidatta Dwibedi, and Dorsa Sadigh. Rt-h: Action hierarchies using language. arXiv preprint arXiv:2403.01823,
-
[3]
Rt-1: Robotics transformer for real-world control at scale
Anthony Brohan, Noah Brown, Justice Carbajal, Yevgen Chebotar, Joseph Dabis, Chelsea Finn, Keerthana Gopalakrishnan, Karol Hausman, Alex Herzog, Jasmine Hsu, et al. Rt-1: Robotics transformer for real-world control at scale. arXiv preprint arXiv:2212.06817,
-
[5]
Tactile-rl for insertion: Generalization to objects of unknown geometry
Siyuan Dong, Devesh K Jha, Diego Romeres, Sangwoon Kim, Daniel Nikovski, and Alberto Ro- driguez. Tactile-rl for insertion: Generalization to objects of unknown geometry. In 2021 IEEE International Conference on Robotics and Automation (ICRA) , pp. 6437–6443. IEEE,
work page 2021
-
[9]
Vima: General robot manipulation with multimodal prompts
Yunfan Jiang, Agrim Gupta, Zichen Zhang, Guanzhi Wang, Yongqiang Dou, Yanjun Chen, Li Fei- Fei, Anima Anandkumar, Yuke Zhu, and Linxi Fan. Vima: General robot manipulation with multimodal prompts. In NeurIPS 2022 F oundation Models for Decision Making Workshop. Joshua Jones, Oier Mees, Carmelo Sferrazza, Kyle Stachowicz, Pieter Abbeel, and Sergey Levine. ...
arXiv 2022
-
[11]
Learning visuotactile skills with two multifingered hands
Toru Lin, Yu Zhang, Qiyang Li, Haozhi Qi, Brent Yi, Sergey Levine, and Jitendra Malik. Learning visuotactile skills with two multifingered hands. arXiv preprint arXiv:2404.16823,
-
[12]
Wenhai Liu, Junbo Wang, Yiming Wang, Weiming Wang, and Cewu Lu. Forcemimic: Force-centric imitation learning with force-motion capture system for contact-rich manipulation.arXiv preprint arXiv:2410.07554,
-
[13]
Dense tactile force estimation using gelslim and inverse fem
Daolin Ma, Elliott Donlon, Siyuan Dong, and Alberto Rodriguez. Dense tactile force estimation using gelslim and inverse fem. In 2019 International Conference on Robotics and Automation (ICRA), pp. 5418–5424. IEEE,
work page 2019
-
[14]
Learning precise, contact-rich manipulation through uncalibrated tactile skins
Venkatesh Pattabiraman, Yifeng Cao, Siddhant Haldar, Lerrel Pinto, and Raunaq Bhirangi. Learning precise, contact-rich manipulation through uncalibrated tactile skins. In CoRL 2024 Workshop CoRoboLearn: Advancing Learning for Human-Centered Collaborative Robots . Karl Pertsch, Kyle Stachowicz, Brian Ichter, Danny Driess, Suraj Nair, Quan Vuong, Oier Mees,...
arXiv 2024
Show all 24 references
-
[16]
Yell at your robot: Improving on-the-fly from language corrections
Lucy Xiaoyang Shi, Zheyuan Hu, Tony Z Zhao, Archit Sharma, Karl Pertsch, Jianlan Luo, Sergey Levine, and Chelsea Finn. Yell at your robot: Improving on-the-fly from language corrections. arXiv preprint arXiv:2403.12910,
-
[17]
Enhancing physical human-robot interaction: Recognizing digits via intrinsic robot tactile sensing
Teresa Sinico, Giovanni Boschetti, and Pedro Neto. Enhancing physical human-robot interaction: Recognizing digits via intrinsic robot tactile sensing. arXiv preprint arXiv:2504.00167,
-
[18]
Octo: An open-source generalist robot policy
Octo Model Team, Dibya Ghosh, Homer Walke, Karl Pertsch, Kevin Black, Oier Mees, Sudeep Dasari, Joey Hejna, Tobias Kreiman, Charles Xu, et al. Octo: An open-source generalist robot policy. arXiv preprint arXiv:2405.12213,
-
[19]
Vlm see, robot do: Human demo video to robot action plan via vision language model
Beichen Wang, Juexiao Zhang, Shuwen Dong, Irving Fang, and Chen Feng. Vlm see, robot do: Human demo video to robot action plan via vision language model. arXiv preprint arXiv:2410.08792,
-
[20]
Gelsight wedge: Measuring high-resolution 3d contact geometry with a compact robot finger
Shaoxiong Wang, Yu She, Branden Romero, and Edward Adelson. Gelsight wedge: Measuring high-resolution 3d contact geometry with a compact robot finger. In 2021 IEEE International Conference on Robotics and Automation (ICRA) , pp. 6468–6475. IEEE,
2021
-
[23]
Guiding long-horizon task and motion planning with vision language models
12 Zhutian Yang, Caelan Reed Garrett, Dieter Fox, Tom ´as Lozano-P´erez, and Leslie Pack Kaelbling. Guiding long-horizon task and motion planning with vision language models. In2nd CoRL Work- shop on Learning Effective Abstractions for Planning . Jiawen Yu, Hairuo Liu, Qiaojun...
-
[24]
Mimictouch: Leveraging multi-modal human tactile demonstrations for contact-rich manipulation
Kelin Yu, Yunhai Han, Qixian Wang, Vaibhav Saxena, Danfei Xu, and Ye Zhao. Mimictouch: Leveraging multi-modal human tactile demonstrations for contact-rich manipulation. In 8th An- nual Conference on Robot Learning . Ruohong Zhang, Bowen Zhang, Yanghao Li, Haotian Zhang, Zhiqi...
-
[1981]
A generalist agent
Scott Reed, Konrad Zolna, Emilio Parisotto, Sergio G ´omez Colmenarejo, Alexander Novikov, Gabriel Barth-maron, Mai Gim ´enez, Yury Sulsky, Jackie Kay, Jost Tobias Springenberg, et al. A generalist agent. Transactions on Machine Learning Research. Gerrit Schoettler, Ashvin Nai...
2020
-
[1985]
Look before you leap: Unveiling the power of gpt-4v in robotic vision-language planning
Yingdong Hu, Fanqi Lin, Tong Zhang, Li Yi, and Yang Gao. Look before you leap: Unveiling the power of gpt-4v in robotic vision-language planning. In First Workshop on Vision-Language Models for Navigation and Manipulation at ICRA 2024 . Binghao Huang, Yixuan Wang, Xinyi Yang, ...
2024
-
[1999]
Reactive diffusion policy: Slow-fast visual-tactile policy learning for contact-rich manipulation
Han Xue, Jieji Ren, Wendi Chen, Gu Zhang, Yuan Fang, Guoying Gu, Huazhe Xu, and Cewu Lu. Reactive diffusion policy: Slow-fast visual-tactile policy learning for contact-rich manipulation. arXiv preprint arXiv:2503.02881,
-
[2018]
Measuring and im- proving chain-of-thought reasoning in vision-language models
Yangyi Chen, Karan Sikka, Michael Cogswell, Heng Ji, and Ajay Divakaran. Measuring and im- proving chain-of-thought reasoning in vision-language models. In Proceedings of the 2024 Con- ference of the North American Chapter of the Association for Computational Linguistics: Huma...
2024
-
[2021]
An image is worth 16x16 words: Transformers for image recognition at scale
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, et al. An image is worth 16x16 words: Transformers for image recognition at scale. arXiv preprint arXiv...
2010 arXiv
-
[2022]
Dexvla: Vision-language model with plug-in diffusion expert for general robot control
Junjie Wen, Yichen Zhu, Jinming Li, Zhibin Tang, Chaomin Shen, and Feifei Feng. Dexvla: Vision-language model with plug-in diffusion expert for general robot control. arXiv preprint arXiv:2502.05855,
-
[2023]
Tla: Tactile-language-action model for contact-rich manipulation
Peng Hao, Chaofan Zhang, Dingzhe Li, Xiaoge Cao, Xiaoshuai Hao, Shaowei Cui, and Shuo Wang. Tla: Tactile-language-action model for contact-rich manipulation. arXiv preprint arXiv:2503.08548,
-
[2024]
π0: A vision-language-action flow model for general robot control
Kevin Black, Noah Brown, Danny Driess, Adnan Esmail, Michael Equi, Chelsea Finn, Niccolo Fusai, Lachy Groom, Karol Hausman, Brian Ichter, et al. π0: A vision-language-action flow model for general robot control. arXiv preprint arXiv:2410.24164,
-
[2025]
Openvla: An open-source vision-language-action model
Moo Jin Kim, Karl Pertsch, Siddharth Karamcheti, Ted Xiao, Ashwin Balakrishna, Suraj Nair, Rafael Rafailov, Ethan P Foster, Pannag R Sanketi, Quan Vuong, et al. Openvla: An open-source vision-language-action model. In 8th Annual Conference on Robot Learning . Fanqi Lin, Ruiqia...
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.