Training-Free Dense Hand Contact Estimation with Multi-Modal Large Language Models
Summary
The paper presents ContactPrompt, a training-free and zero-shot approach for dense hand contact estimation using multi-modal large language models, outperforming supervised methods without training.
View Cached Full Text
Cached at: 05/12/26, 10:52 AM
Paper page - Training-Free Dense Hand Contact Estimation with Multi-Modal Large Language Models
Source: https://huggingface.co/papers/2605.05886
Abstract
ContactPrompt enables zero-shot dense hand contact estimation using multi-modal large language models through structured 3D hand geometry encoding and multi-stage contact reasoning.
Dense hand contact estimationrequires both high-level semantic understanding and fine-grained geometric reasoning of human interaction to accurately localize contact regions. Recently,multi-modal large language models(MLLMs) have demonstrated strong capabilities in understanding visual semantics, enabled byvision-language priorslearned from large-scale data. However, leveraging MLLMs fordense hand contact estimationremains underexplored. There are two major challenges in applying MLLMs todense hand contact estimation. First, encoding explicit 3D hand geometry is difficult, as MLLMs primarily operate on vision and language modalities. Second, capturing fine-grained vertex-level contact remains challenging, as MLLMs tend to focus on high-level semantics rather than detailed geometric reasoning. To address these challenges, we propose ContactPrompt, a training-free and zero-shot approach fordense hand contact estimationusing MLLMs. To effectively encode 3D hand geometry, we introduce a detailedhand-part segmentationand a part-wisevertex-grid representationthat provides structured, localized geometric information. To enable accurate and efficient dense contact prediction, we develop amulti-stage structured contact reasoningwithpart conditioning, progressively bridging global semantics and fine-grained geometry. Therefore, our method effectively leverages the reasoning capabilities of MLLMs while enabling precisedense hand contact estimation. Surprisingly, the proposed approach outperforms previous supervised methods trained on large-scale dense contact datasets without requiring any training. The codes will be released.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2605\.05886
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.05886 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.05886 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.05886 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
SLAPBench: Benchmarking Multimodal Large Language Models for Four-Finger SLAP Fingerprint Verification
Introduces SLAPBench, the first benchmark for evaluating multimodal large language models on four-finger SLAP fingerprint verification, finding that prompting strategies and model capability significantly affect performance.
PromptNCE: Pointwise Mutual Information Predictions Using Only LLMs and Contrastive Estimation Prompts
This paper introduces PromptNCE, a method that uses large language models and contrastive prompts to estimate pointwise mutual information zero-shot, achieving high correlation with human-derived ground truth across three datasets.
Low-cost concept-based localized explanations: How far can we get with training-free approaches?
This paper evaluates the zero-shot capability of multimodal large language models (MLLMs) for localized concept naming in images, proposing a reproducible evaluation protocol that achieves 62-88% object-level accuracy without training.
N_0-VTLA: Scaling Vision-Tactile-Language-Action Model with Latent Tactile Tokens
Introduces N_0-VTLA, a vision-tactile-language-action foundation model for contact-rich manipulation, featuring large-scale tactile pretraining and advantage-conditioned offline policy improvement, with strong results on real-robot and simulation benchmarks.
Multimodal Surface EMG Hand Gesture Recognition Using Query-Based Transformers for Prosthetic Control
This paper introduces EMG-CrossFormer, a hybrid convolutional-transformer model for multimodal sEMG hand gesture recognition, which achieves state-of-the-art accuracy on NinaPro datasets by fusing sEMG and inertial signals via cross-attention.