EAGG: Embodiment-Aligned Grasp Generation via Geometry-Aware Graph Conditioning
Abstract: Cross-end-effector grasp generation seeks a unified model that generalizes across objects and across embodiments ranging from parallel grippers to dexterous end effectors. Existing grasp generators are typically designed for a fixed embodiment or encode embodiment identity with a static descriptor, which weakens transfer when topology, actuation coupling, and contact geometry differ substantially. We present EAGG, an embodiment-aligned grasp generator that represents each embodiment with a topology-aware end-effector graph and an embodiment-specific low-dimensional end-effector control space. A frozen end-effector-cognition backbone converts the current articulated state into geometry-aware tokens that act as a reusable morphology prior, and iterative geometry injection refreshes these tokens throughout sampling so that conditioning remains synchronized with the evolving end-effector geometry. On the MultiGripperGrasp benchmark, EAGG reaches 56.17% average success across six training end effectors, remaining within 1.10 percentage points of specialized training while preserving transfer to finetuning and zero-shot end effectors. Iterative geometry injection further reduces the pooled median contact distance from 0.239 cm to 0.189 cm. These results show that cross-end-effector grasp generation is strengthened by aligning embodiment structure inside a shared generator rather than suppressing embodiment differences. Code is available at https://github.com/wanhaoniu/EAGG.
Paper Prompts
Sign up for free to create and run prompts on this paper using GPT-5.
Top Community Prompts
Explain it Like I'm 14
What is this paper about?
This paper is about teaching one robot โbrainโ to plan good grasps for many different kinds of robot hands and grippers (from simple pinch grippers to multiโfinger hands), instead of training a separate model for each hand. The authors call their method EAGG, which stands for EmbodimentโAligned Grasp Generation.
What questions did the researchers ask?
In simple terms, they asked:
- Can one graspโplanning model work well across different robot hands and across new objects it hasnโt seen before?
- How should we represent each handโs unique shape and joints so a shared model can still understand and use their differences?
- If the handโs shape changes as it closes, can the model keep track of that changing geometry while it plans, so it avoids collisions and makes better contact?
How did they approach the problem?
The big idea is to โalignโ the model to each handโs body (its embodiment) instead of trying to ignore those differences. Think of different robot hands like different musical instruments: you can play the same song (grasp an object) on all of them, but your fingerings and moves change with the instrument. EAGG captures both the shared โsongโ and the instrumentโspecific โfingerings.โ
Here are the three main ingredients, explained with everyday analogies:
1) A lowโdimensional control space (the handโs main โmovesโ)
- Analogy: Imagine a puppet with many strings (joints). Often, you can control it well using just a few โmasterโ strings that move groups of parts together smoothly.
- What they did: For each hand, they analyzed lots of example grasps to find a small set of core motion patterns (using PCA). These few numbers summarize how that hand tends to close or shape itself when grasping. The model plans in this small space, then expands back to the full joint angles for that specific hand.
2) A topologyโaware graph (the handโs โwiring diagramโ)
- Analogy: A hand is a network of parts and hinges. A graph describes which parts are connected and how they influence each other.
- What they did: They built a graph for each hand that encodes joints, links, limits, and couplings (e.g., fingers sharing mechanisms). This helps the model understand, for example, that moving one joint affects nearby parts, and why some motions are tied together.
3) Iterative Geometry Injection (IGI) (rechecking the handโs shape as it moves)
- Analogy: When you reach for something in the dark, you constantly adjust your hand as you feel around. You donโt just decide onceโyou keep updating based on the current hand position and contact.
- What they did: As the model gradually turns a rough guess into a final grasp, it repeatedly โreโreadsโ the current hand shape and position. A frozen helper network turns the current hand pose into compact โtokensโ that describe its exact geometry right now. The grasp planner uses these updated tokens at every step, so it stays synced with the evolving hand shape and avoids bad contacts.
Putting it together: The model takes an objectโs 3D points, the handโs control code and graph, and those liveโupdating geometry tokens. It then learns to transform a noisy, rough grasp into a clean, executable one, step by stepโlike sharpening a blurry picture into focus.
What did they find?
They tested EAGG on the MultiGripperGrasp benchmark, which includes six different hands/grippers for joint training and several others for adaptation. Key results:
- One model across six trained hands achieved an average 56.17% grasp success. Thatโs within 1.10 percentage points of training a separate specialized model for each handโso sharing one model barely hurts performance.
- The method transfers to new hands:
- With a small amount of extra training (finetuning) on two heldโout hands, performance improved quickly.
- With โzeroโshotโ hands (ones the model never trained with), giving just a tiny seed of example grasps was enough to get reasonable performance.
- IGI (the constant reโchecking of geometry) clearly helped: it reduced the median distance between intended contact and actual contact from 0.239 cm to 0.189 cm (smaller is better), meaning crisper, more accurate grasps.
- The benefits were especially strong for more complex, multiโfinger hands, where shape and contact patterns change a lot as the hand closes.
Why this matters: These results show that keeping each handโs structure and control style explicitโand updating geometry during planningโmakes a single model better at handling many different hands and objects.
Why does it matter?
- Easier hardware swaps: In factories or labs, teams can swap robot hands without retraining everything from scratch. A single, shared grasp model can adapt quickly to new hardware.
- Better generalization: The model learns objectโgrasping knowledge that transfers across hands while still respecting each handโs mechanics.
- Data efficiency: New hands can be brought online with little extra data, speeding up deployment.
- Safer, more precise grasps: Continuously checking geometry while planning leads to fewer collisions and better contact, which is crucial for reliable manipulation.
In short, EAGG is a step toward more flexible, โplugโandโplayโ robotic manipulation: one smart grasping system that understands many different hands, adapts quickly, and stays aware of the handโs changing shape as it closes around objects.
Knowledge Gaps
Knowledge gaps, limitations, and open questions
The paper advances cross-end-effector grasp generation but leaves several concrete gaps and open questions that future work could address:
- Linear control manifold assumption: All embodiments use a fixed-dimensional (d=4) PCA basis; the impact of nonlinearity, embodiment-specific dimensionality selection, or learned nonlinear manifolds (e.g., VAEs, autoencoder synergies) on grasp quality and transfer remains unexplored.
- Basis validity and constraints: The PCA decode is linear and does not explicitly enforce joint limits, tendon couplings, or underactuated constraints during sampling; feasibility guarantees and mechanisms to prevent invalid joint configurations are absent.
- Explicit coupling modeling: Tendon/gear coupling and underactuation are only implied via node features; evaluating explicit coupling matrices or physics-aware constraints in the graph or decoder is an open direction.
- Topology encoder expressiveness: The hand-graph propagation uses a simple row-normalized GCN; whether edge-typed graphs, attention-based GNNs, or learned spatial relations improve cross-embodiment transfer is not tested.
- Frozen end-effector-cognition backbone: The geometry-token generator is pretrained and frozen; the trade-off versus joint fine-tuning, lightweight adaptation, or co-training with regularization is not evaluated.
- Backbone dependence on URDF fidelity: The geometry-aware tokens rely on URDF meshes and kinematics; robustness to calibration errors, mesh inaccuracies, joint backlash, or compliance in real hardware is not measured.
- IGI computeโquality trade-off: Iterative Geometry Injection refreshes tokens at every step; its latency impact, scheduling strategies (e.g., sparse/learned refresh), and real-time feasibility on embedded platforms are not characterized.
- Limited benefit of IGI for simple grippers: IGI helps articulated hands but shows limited gains for nearly 1-DoF grippers; criteria to decide when IGI is worth the overhead and how to tailor it per embodiment remain open.
- Object encoder limitations: Conditioning is based on a PointNet++ point cloud; robustness to clutter, severe occlusion, partial views, sensor noise, and segmentation errors is not studied.
- Scene complexity: All evaluations target single-object grasping; extension to cluttered scenes, in-hand regrasping, bin-picking, or shelf picking is not evaluated.
- Material and object diversity: Performance on deformable, articulated, transparent/reflective, or highly compliant objects is not addressed.
- Force closure and friction variability: Success is defined via simulator fall time and geometric proxies; sensitivity to friction coefficients, mass distribution, contact compliance, and surface roughness is not quantified.
- Self-collision and contact modeling: The loss does not include explicit differentiable self-collision or contact-consistency terms; adding SDF-based or differentiable penetration/contact losses is an open avenue.
- Determinism and uncertainty: The flow-matching objective predicts clean states without calibrated uncertainty; sampling diversity, uncertainty calibration, and risk-aware grasp selection are not explored.
- Wrist pose vs embodiment mismatch: The decomposition into wrist pose plus low-dim code assumes compatibility across embodiments; how to handle embodiments with constrained wrist reach, different base frames, or non-standard tool center points is not analyzed.
- Adaptation data budget: Finetuning uses 5% data for 10 epochs; the limits of few-shot or one-shot adaptation, and active or meta-learning to reduce data needs, are not studied.
- โZero-shotโ dependence on seed grasps: So-called zero-shot transfer requires SynergyGrasp-generated seed grasps; whether truly zero-shot (URDF-only) transfer is feasible and how many seeds are minimally needed remain open.
- Cross-subspace alignment: The method shares a generator across distinct PCA spaces but does not learn explicit mappings between embodiment subspaces; learning inter-embodiment alignment or a shared latent conditional prior is an open question.
- Metric coverage: Task-level metrics focus on SR, contact distance, penetration, contact count, and diversity; success under task constraints (functional grasps), robustness across perturbations, and safety margins are not reported.
- Real-world evaluation scope: Real hardware results are mentioned but not detailed; comprehensive real-world benchmarks (success rates, timings, failure modes) across multiple embodiments and sensing conditions are needed.
- Inference-time constraints: The generator does not incorporate motion planning constraints, approach trajectories, or environment collision checks; integrating planning or online constraint checks could improve executability.
- Tactile/feedback integration: The framework is open-loop and vision-only; closed-loop control with tactile/force feedback for late-stage contact correction remains unexplored.
- Scalability to more embodiments: How performance and training stability scale with dozens of heterogeneous end effectors, and whether negative transfer emerges, is unknown.
- Token design ablations: The contribution of specific token types (e.g., local surface anchors vs global shape cues) and token counts to transfer quality and compute cost is not dissected.
- Sensitivity to synergy dimension and normalization: The effect of per-embodiment code dimension, coefficient standardization, and component weighting in the loss on final grasp quality is not analyzed.
- Failure mode taxonomy: The paper does not provide a detailed analysis of typical failure modes (e.g., wrong finger ordering, premature contact, missed enclosure) per embodiment to guide targeted improvements.
- Generalization beyond hands: Applicability to non-grasp end effectors (e.g., suction, magnetic, soft grippers) and multi-modal end-effectors is not demonstrated.
- Theoretical underpinnings: There is no theoretical analysis of why or when embodiment-aligned representations guarantee better transfer, nor bounds on generalization across embodiments.
Practical Applications
Immediate Applications
The following applications can be deployed with current capabilities, given the methods, code, and results reported for EAGG (a unified, embodiment-aligned grasp generator with topology-aware graphs and Iterative Geometry Injection, IGI). EAGG achieves near-specialized performance across six diverse end-effectors (average success 56.17%, within 1.10 percentage points of specialized) and improves contact quality via IGI (e.g., pooled median contact distance reductions reported).
- Unified grasping in multi-gripper cells for logistics and manufacturing
- Sector: Robotics, warehousing, e-commerce fulfillment, electronics assembly
- What to do: Deploy one grasp generator across parallel-jaw and multi-finger hands in a single cell; swap end-effectors without retraining from scratch; use small finetuning (e.g., 5โ10 epochs on ~5% data) when onboarding a new gripper.
- Potential tools/workflows:
- ROS2/MoveIt grasp-planning plugin wrapping EAGG inference
- โEnd-effector onboardingโ script to extract PCA synergy basis from available grasps and URDF, generate canonical hand cloud, and run brief finetuning
- Digital-twin verification using Isaac Sim/Gazebo to validate success rate on SKU sets
- Assumptions/dependencies: Accurate URDF and meshes; reasonable point-cloud sensing; access to small per-gripper grasp samples or seed grasps (e.g., SynergyGrasp); motion planner for collision-free approach; known that parallel-jaw grippers remain harder on large objects, as observed.
- Rapid A/B testing and selection of grippers for new product mixes
- Sector: System integration, procurement, operations
- What to do: Simulate grasp success across candidate end-effectors on a catalog of objects to choose the best gripper or combination for upcoming SKUs or part families.
- Potential tools/workflows: Batch simulation harness that feeds object point clouds to EAGG per end-effector and aggregates SR, CD, PD, and contact richness to build a โgraspabilityโ report.
- Assumptions/dependencies: Representative object scans or CAD-derived point clouds; sim-to-real gap management; standardized evaluation protocol.
- Flexible, high-mix bin picking and kitting with on-the-fly tool changes
- Sector: Manufacturing, intralogistics
- What to do: Leverage EAGGโs cross-embodiment generalization to switch arms between parallel-jaw and adaptive 3-finger grippers based on object geometry or pick difficulty without retraining.
- Potential tools/workflows: Rule-based or learned policy that selects the end-effector per pick attempt using EAGGโs expected success/confidence; automated tool changer integrated with the policy.
- Assumptions/dependencies: Tool changer availability; quick calibration of wrist frames; stable network inference latency; environmental constraints (clearances).
- Gripper OEM/customer pre-sales evaluation
- Sector: Hardware vendors (end-effectors), systems engineering
- What to do: Provide customers with a turnkey evaluation package: a precomputed PCA basis and cognition backbone for your gripper plus an EAGG checkpoint to test on customer parts.
- Potential tools/workflows: OEM-hosted demo notebooks/APIs; downloadable ROS packages; benchmark reports using MultiGripperGrasp-like protocols.
- Assumptions/dependencies: Curated demo datasets; permissive licensing or evaluation licenses; clear documentation on URDF conventions.
- Cross-hand teleoperation grasp translation (operator hand to robot)
- Sector: Teleoperation, remote handling, education
- What to do: Map human-hand grasp intents to heterogeneous robot hands by decoding into the robotโs low-dimensional control basis and generating feasible grasps with topology-aware conditioning.
- Potential tools/workflows: VR glove โ human-hand grasp estimation โ PCA coefficient projection โ EAGG grasp sampling for the target robot hand.
- Assumptions/dependencies: Reliable human-hand pose capture; time synchronization; safety interlocks; feasible workspace overlap.
- Research and teaching: standardized cross-end-effector grasping labs
- Sector: Academia, R&D
- What to do: Use EAGG to teach morphology-aware grasp generation, representation learning for kinematic graphs, and flow-matching generation; run controlled studies on embodiment generalization and finetuning efficiency.
- Potential tools/workflows: Courseware that ships with multiple URDF hands, pre-trained cognition backbones, and assignments on IGI ablations; benchmark leaderboards.
- Assumptions/dependencies: GPU access; dataset handling for MGG-like splits; familiarity with PyTorch/ROS.
- Digital twin โgrasp coverageโ analytics
- Sector: Software, industrial engineering
- What to do: Quantify grasp coverage, diversity (RGR), and contact metrics for a lineโs object set and end-effector inventory to guide line balancing and risk assessments.
- Potential tools/workflows: Batch EAGG simulation integrated with a dashboard showing per-object/per-gripper SR, PD, CD, CC; sensitivity to occlusions or pose noise.
- Assumptions/dependencies: Accurate digital twin; calibrated sensor models; acceptance of proxy metrics as decision signals.
- Rapid onboarding of custom or 3D-printed grippers in maker spaces and small labs
- Sector: Daily life (DIY robotics), education
- What to do: Generate a PCA basis from a small set of teleop or kinesthetic demonstrations, create a URDF, and obtain usable grasp proposals without designing a bespoke grasp planner.
- Potential tools/workflows: Minimal data pipeline for synergy extraction; open-source EAGG Docker images; ROS examples.
- Assumptions/dependencies: Basic CAD/URDF competence; a few dozen example grasps; approximate kinematics.
Long-Term Applications
These applications are enabled by the paperโs approach but require further research, scaling, safety certification, or integration with additional modalities.
- Fleet-wide, universal grasping service across heterogeneous robots
- Sector: Robotics platforms, cloud robotics
- What to aim for: A service that provides grasp proposals for any robot hand given a URDF and minimal seed grasps, continuously improving from fleet data.
- Potential tools/products: Cloud API with embodiment onboarding; automatic PCA/synergy learning; fleet learning infrastructure; per-site adaptation.
- Assumptions/dependencies: Data network and privacy; robust on-device perception; standardized gripper metadata; continual learning safeguards.
- Automatic tool-change orchestration driven by grasp success modeling
- Sector: Smart factories, operations research
- What to aim for: Schedulers that plan end-effector changes across shifts/batches using predicted SR and cycle-time trade-offs from EAGG.
- Potential tools/products: Scheduler co-optimizing picks, tool changes, and motion plans; ERP integration.
- Assumptions/dependencies: Reliable SR prediction calibration; tool-change time constraints; production KPIs and constraints modeled.
- Safety-certified general grasp generators for collaborative robots
- Sector: Industrial safety, policy/regulation
- What to aim for: Certifiable bounds on failure rates and safe fallback behaviors for unified models operating across multiple embodiments.
- Potential tools/products: Verification suites for contact/penetration limits; runtime monitors; explainability tooling tied to graph conditioning.
- Assumptions/dependencies: Standards for AI validation in robotics; deterministic inference paths; audited datasets.
- Cross-device skill transfer in prosthetics and surgical/rehabilitation robotics
- Sector: Healthcare
- What to aim for: Transfer of grasp strategies between prosthetic designs or from human hand synergies to prostheses; mapping dexterous grasp plans to surgical instruments with distinct kinematics.
- Potential tools/products: Clinical calibration tools to learn user-specific synergy coefficients; embodiment-aware rehab training simulators.
- Assumptions/dependencies: Clinical-grade sensing; safety and regulatory approval; patient-specific adaptation; tactile/EMG integration.
- Task-level manipulation beyond grasp: assembly, tool-use, non-prehensile manipulation
- Sector: Manufacturing, service robotics
- What to aim for: Extend embodiment-aligned generation from grasps to multi-step contact-rich tasks (turning, insertion, threading), combining EAGG tokens with planners and tactile feedback.
- Potential tools/products: Hybrid pipelines coupling EAGG with contact-implicit MPC or diffusion policies; task-language conditioning layers.
- Assumptions/dependencies: Tactile/force feedback; higher-fidelity contact models; datasets with task-level annotations and functional grasps.
- Robust grasping for challenging objects (deformable, transparent, reflective)
- Sector: Food handling, recycling, retail
- What to aim for: Integrate better perception (e.g., multispectral, tactile, simulation augmentation) with geometry-aware conditioning to cope with poor point clouds.
- Potential tools/products: Perception-to-EAGG adapters; deformable-object simulators; uncertainty-aware generation (flow with confidence).
- Assumptions/dependencies: New datasets; improved sensing; domain randomization or self-supervision techniques.
- Standards and metadata for embodiment-aligned representations
- Sector: Policy, standards bodies (ROS/URDF ecosystem)
- What to aim for: Extend URDF/SRDF to include synergy bases, kinematic depth, coupling descriptors, and canonical surface clouds to enable plug-and-play cross-end-effector models.
- Potential tools/products: URDF schema extensions; validation tools; public registries of end-effector morphology profiles.
- Assumptions/dependencies: Community consensus; backward compatibility; OEM participation.
- Automated gripper co-design with in-the-loop EAGG evaluation
- Sector: Robotics hardware design
- What to aim for: Optimize finger topology, coupling, and synergy bases by closing the loop between parametric gripper design and predicted cross-object grasp success.
- Potential tools/products: CAD-to-EAGG pipeline; Bayesian optimization over morphology; manufacturing constraints integration.
- Assumptions/dependencies: Differentiable or efficient design simulators; reliable sim-to-real transfer; multi-objective optimization criteria.
- Field robotics where tools and grippers vary (agriculture, space, subsea)
- Sector: Agriculture, aerospace, energy
- What to aim for: Robust cross-embodiment grasping under changing tools and environmental conditions, leveraging small on-mission adaptation sets.
- Potential tools/products: Onboard adaptation modules; embodiment-aware planners for extreme environments.
- Assumptions/dependencies: Harsh-environment sensors; limited compute; autonomy safeguards; dataset scarcity.
- Closed-loop IGI with tactile feedback
- Sector: Advanced manipulation
- What to aim for: Extend IGI to refresh tokens with tactile/force data during execution for late-stage contact correction and slip avoidance.
- Potential tools/products: Tactile encoders fused into end-effector cognition backbone; latency-aware sampling.
- Assumptions/dependencies: High-rate tactile sensing; real-time inference; safety in forceful contacts.
Cross-cutting assumptions and dependencies
- High-quality end-effector models: Accurate URDFs, meshes, and kinematics are critical; errors degrade geometry-aware conditioning and IGI benefits.
- Data requirements: New embodiments need a synergy basis (PCA) derived from posture data or a small seed set; zero-shot adaptation may still require minimal seeding.
- Perception quality: Reliable point-clouds of objects; occlusions and reflective surfaces reduce performance unless mitigated by improved sensing.
- Compute and latency: Real-time deployment requires optimized inference (e.g., TensorRT, batching controls); training used multi-GPU setups, but inference can be lightweight if engineered.
- Domain limitations: Results are strongest on multi-finger hands; narrow parallel-jaw cases remain challenging for large objects; current scope is grasp generation, not full manipulation.
- Sim-to-real gap: Reported metrics are partly simulation-based; field deployment should validate and potentially recalibrate contact and collision thresholds.
Glossary
- Actuation coupling: Mechanical linkage where multiple joints move together because of shared actuators or mechanisms. "topology, actuation coupling, and contact geometry differ substantially."
- Articulated geometry: The shape and configuration of a multi-joint mechanism as its joints move. "articulated geometry changes during closure."
- Canonical cloud: A reference point-cloud of an end effector in a standard (mean) posture used for consistent geometric encoding. "Let PE,can (h) denote the canonical cloud of embodiment h."
- Contact distance (CD): A metric measuring how close end-effector surfaces are to the object at contact regions. "Iterative geometry injection further reduces the pooled median contact distance from 0.239 cm to 0.189 cm."
- Contact geometry: The spatial arrangement and properties of contact areas between the gripper/hand and the object. "topology, actuation coupling, and contact geometry differ substantially."
- Contact maps: Object-centric representations specifying desired contact locations for later instantiation by different hands. "such as contact targets or contact maps"
- Control basis: A reduced set of coordinated motion directions (basis vectors) used to express high-dimensional joint configurations compactly. "The control basis and the graph play complementary roles."
- Cross-end-effector grasp generation: Producing grasps that generalize across multiple, diverse grippers/hands within one model. "Cross-end-effector grasp generation seeks a single model that can synthesize grasps for heterogeneous end effectors while preserving generalization across novel objects."
- Differentiable simulation: Physics simulation with gradients available for learning or optimization. "differen- tiable simulation [24]"
- Diffusion: A generative modeling approach that iteratively denoises samples to generate data such as grasps. "using diffusion [22]"
- Dynamic geometry conditioning: Updating the modelโs conditioning on the end-effectorโs geometry as it evolves during sampling. "Dynamic geometry conditioning through IGI."
- Embodiment alignment: Representing different hands/grippers in a way that preserves their unique structure while enabling shared learning. "embodiment alignment"
- End effector: The robotโs grasping device (e.g., gripper or hand) attached at the end of a manipulator. "the end effector is fixed,"
- End-effector-cognition backbone: A pretrained module that encodes an end effectorโs articulated geometry into tokens for conditioning the generator. "end-effector-cognition backbone"
- Flow matching: A generative modeling technique that learns continuous-time flows to map noise to data. "flow matching [50]-[52]"
- Force-closure analysis: Analytic evaluation of whether contact forces can resist external disturbances in all directions. "force-closure analysis."
- Forward kinematics: Computing link and surface positions from joint angles via the robotโs kinematic model. "forward kinematics"
- GELU nonlinearity: An activation function (Gaussian Error Linear Unit) used in neural networks. "GELU nonlinearity"
- Grasp manifold: The structured set of feasible grasps in a high-dimensional pose/joint space. "the learned grasp manifold remains tightly coupled to the embodiment used during training."
- Huber loss: A robust loss function less sensitive to outliers than L2, used here to reconstruct clean grasp states. "Huber loss"
- Iterative Geometry Injection (IGI): Recomputing and reinjecting geometry-aware tokens from intermediate grasps during sampling. "Iterative Geometry Injection (IGI)"
- Kinematic chain: An ordered sequence of joints and links that defines how motion propagates through a mechanism. "which joints belong to the same kinematic chain"
- Layer normalization: A normalization technique applied across features in a layer to stabilize training. "layer normalization"
- Latent descriptor: A compact learned vector summarizing embodiment identity or properties for conditioning. "latent descriptor."
- Low-dimensional control code: A compressed vector that parameterizes high-dimensional joint configurations via a learned basis. "low-dimensional control code"
- Morphology prior: Prior information about the shape and structure of an end effector used to guide generation. "reusable morphology prior"
- Object point cloud: A set of 3D points representing the objectโs geometry for perception and conditioning. "object point cloud"
- Object-centric abstractions: Representations that describe grasps in object terms (e.g., desired contacts) rather than hand-specific commands. "object-centric abstrac- tions"
- Optimization-guided generative modeling: Combining learned generation with optimization steps or signals to enforce physical consistency. "optimization-guided generative modeling [23]"
- Principal Component Analysis (PCA): A linear dimensionality-reduction method used to define low-dimensional control spaces. "Principal Compo- nent Analysis (PCA)"
- Penetration depth (PD): A metric quantifying interpenetration between the hand and object geometries. "penetration depth (PD, cm)"
- PointNet++-style: Refers to a neural architecture for point-cloud processing inspired by PointNet++. "PointNet++-style"
- Positional embedding: Encodings of spatial positions (e.g., point coordinates) added to tokens for geometric awareness. "positional embedding"
- Postural-synergy studies: Research showing that hand poses can be represented with a small number of coordinated motion patterns (synergies). "Postural-synergy studies [16]-[18]"
- Repeated-grasp ratio (RGR): A diversity metric indicating how often a generator repeats similar grasps. "repeated-grasp ratio (RGR, %)"
- Row-normalized adjacency weight: Graph edge weights normalized by row to stabilize message passing. "row- normalized adjacency weight"
- Row-normalized graph convolution: A GNN operation aggregating neighbor features using row-normalized adjacency. "row-normalized graph convolution"
- Score-based modeling: Generative methods that learn gradients (scores) of the data distribution for sampling. "score-based modeling [49]"
- Self-collision: Collisions among parts of the robot hand during motion or closure. "self-collision"
- Sinusoidal time embedding: A time encoding using sinusoids to condition the model on the diffusion/flow timestep. "sinusoidal time embedding"
- Time-conditioned generator: A model explicitly conditioned on a continuous or discrete time parameter during sampling. "time-conditioned generator"
- Topology-aware end-effector graph: A graph encoding the kinematic structure (nodes/joints and edges/links) of an end effector. "topology-aware end-effector graph"
- Transformer backbone: The main transformer network that processes tokens and predicts grasp states. "transformer backbone"
- URDF: Unified Robot Description Format, an XML specification of robot structure and kinematics. "URDF"
- Under-actuated gripper: A gripper with fewer actuators than degrees of freedom, causing passive coupling. "under- actuated gripper"
- Wrist pose: The 6-DoF pose (position and orientation) of the end effectorโs base relative to the object. "wrist pose"
- Zero-shot: Evaluating on end effectors not seen during joint training, without dedicated training data. "zero-shot end effectors"
Collections
Sign up for free to add this paper to one or more collections.