Potential-Guided Particle Steering for Negation-Constrained Dexterous Grasping

Under review · 2026
Geonho Kim*   SooGon Kim*   Jongmin Lee
Chung-Ang University
* Equal contribution  ·  † Corresponding author
arXiv Code (soon) NegGrasp Data BibTeX
Teaser: baselines contact the forbidden mug part under negated instructions while our steering avoids it
Grasping under negated instructions. Baselines drift into the forbidden part once the instruction says what to avoid; our steering stays clear.

Abstract

Language-driven dexterous grasp models perform well when an instruction says where to grasp, but fail systematically when it also says where not to. Training corpora such as DexGYSNet contain virtually no avoidance instructions, and because every part named in training marks a contact target, a forbidden part is easily read as one more region to grasp rather than one to avoid. We handle negation entirely at inference time, with no negation-specific training examples. Classifier-free guidance (CFG) steers contacts away from the forbidden region while Sequential Monte Carlo (SMC) prunes particles already headed for it, and a frozen 3D part-grounding model localizes that region from language alone. On NegGrasp, the benchmark we construct for this setting, our method cuts the violation rate of the strongest baseline from 57.9% to 17.2% while improving both constraint-aware and physical success.

0
Negative training examples
The generator is trained on positive DexGYSNet instructions only. Negation is handled purely at inference time.
57.917.2%
Violation rate
Forbidden-part contact of the strongest baseline (DextER) cut to less than a third.
61.5%
Constraint-aware success
Best CSR on NegGrasp, 5.5 points over the strongest baseline configuration, with the best TSR (38.7%) as well.
6,928
NegGrasp instructions
A new benchmark over 672 scenes and 20 categories, each case backed by a compliant reference grasp.

Method

A flow-matching DiT denoises grasp pose and contact coordinates together, so every step carries a spatially checkable estimate of the finished grasp that the sampler can still revise. All steering acts on that estimate, and the trained generator is never touched.

Pipeline: LLM decomposition, Find3D grounding, then CFG-guided and SMC-resampled sampling with churn and final selection
Pipeline overview. (a) A DiT denoises the grasp state by flow matching under frozen Qwen and PartField conditioning. (b) At inference, an LLM and Find3D localize the forbidden region, and every step steers the look-ahead contacts with gated CFG and SMC resampling.
1 2

Parse & ground the constraint

An LLM splits the instruction into a positive rewrite (prompt A) and a prompt naming the forbidden part (prompt B). Prompt B is phrased affirmatively on purpose, since that is exactly the direction a negation-blind model drifts in. Find3D then labels the point cloud to yield the forbidden region .

3 4

Contact-gated perpendicular CFG

A one-step look-ahead predicts the finished contacts. Guidance fires only when they land near , pushing the contact velocity along the component of vA−vB orthogonal to vA. The push goes sideways off the region and leaves the positive target intact.

5

Potential-guided SMC resampling

16 particles run in parallel, resampled by a potential that peaks when the look-ahead is clear of and already close to the object. A running maximum keeps credit for earlier safe checkpoints.

6

Churn: diversity without distortion

Deterministic steps keep resampled clones identical forever. A marginal-preserving stochastic update separates them within a single step, leaving the distribution each particle targets unchanged.

Results

Every row shares the same decomposition-and-grounding scaffolding and the same particle budget, so the comparison isolates the generator and the steering. Macro averages over the 27 (category, forbidden part) cells of the NegGrasp test split.

Violation rate

Fraction of cases where the hand reaches the forbidden part (lower is better)
DextER (raw instruction)
57.9%
DexGYS (raw instruction)
55.3%
DextER + BoN
29.9%
Ours (BoN)
19.6%
Ours (BoN + Steering)
17.2%
Main results on NegGrasp. Mixed is the raw instruction, decomp. the parsed one; BoN selects the best of 16. Bold = best, underline = second best.
MethodInstr.N Viol. (%)Cont. (%) Clear. (mm)CSR (%)TSR (%)
DexGYSmixed155.328.210.543.627.6
DexGYS + BoNdecomp.1636.214.914.056.036.0
DextERmixed157.933.412.534.122.4
DextER + BoNdecomp.1629.914.422.351.531.0
Ours (BoN)decomp.1619.68.519.858.638.3
Ours (BoN + Steering)decomp.1617.26.621.161.538.7

Qualitative results

The forbidden part is rendered in red. Baselines repeatedly contact it, and often seize it outright. Our grasps stay clear in every case shown while still reaching the instructed part, and they often differ from the ground-truth reference, so the sampler is finding its own valid solution rather than reproducing GT.

Qualitative comparison across ten NegGrasp cases: DexGYS, DextER, ground truth, and ours, with forbidden parts in red

BibTeX

@inproceedings{kim2026potential,
  title     = {Potential-Guided Particle Steering for
               Negation-Constrained Dexterous Grasping},
  author    = {Kim, Geonho and Kim, SooGon and Lee, Jongmin},
  booktitle = {Under review},
  year      = {2026}
}