paper-with-me

홈 › Papers

DragMesh: Interactive 3D Generation Made Easy

2025-12-06 · Tianshan Zhang, Zeyu Zhang, Hao Tang arxiv

While generative models have excelled at creating static 3D content, the pursuit of systems that understand how objects move and respond to interactions remains a fundamental challenge. Current methods for articulated motion lie at a crossroads: they are either physically consistent but too slow for real-time use, or generative but violate basic kinematic constraints. We present DragMesh, a robust framework for real-time interactive 3D articulation built around a lightweight motion generation core. Our core contribution is a novel decoupled kinematic reasoning and motion generation framework. First, we infer the latent joint parameters by decoupling semantic intent reasoning (which determines the joint type) from geometric regression (which determines the axis and origin using our Kinematics Prediction Network (KPP-Net)). Second, to leverage the compact, continuous, and singularity-free properties of dual quaternions for representing rigid body motion, we develop a novel Dual Quaternion VAE (DQ-VAE). This DQ-VAE receives these predicted priors, along with the original user drag, to generate a complete, plausible motion trajectory. To ensure strict adherence to kinematics, we inject the joint priors at every layer of the DQ-VAE's non-autoregressive Transformer decoder using FiLM (Feature-wise Linear Modulation) conditioning. This persistent, multi-scale guidance is complemented by a numerically-stable cross-product loss to guarantee axis alignment. This decoupled design allows DragMesh to achieve real-time performance and enables plausible, generative articulation on novel objects without retraining, offering a practical step toward generative 3D intelligence. Code: https://github.com/AIGeeksGroup/DragMesh. Website: https://aigeeksgroup.github.io/DragMesh.

📄 PDF Abstract BibTeX arXiv:2512.06424

Code (0)

등록된 구현이 없습니다.

Tasks

3D Generation

Similar Papers 제목 키워드 기반

DragMesh-2: Physically Plausible Dexterous Hand-Object Interaction with Articulated Objects

2026-06-13 · Tianshan Zhang, Yijia Duan, Yanjun Li, Zeyu Zhang 외 arxiv

Dexterous interaction with articulated objects is important for household, assistive, and humanoid manipulation, where multi-finger hands can provide compliant contact patterns beyond parallel-jaw grasping. However, arti…

EasyRL: A Simple and Extensible Reinforcement Learning Framework

2020-08-04 · Neil Hulbert, Sam Spillers, Brandon Francis, James Haines-Temons 외

In recent years, Reinforcement Learning (RL), has become a popular field of study as well as a tool for enterprises working on cutting-edge artificial intelligence research. To this end, many researchers have built RL fr…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

InteractiveSurvey: An LLM-based Personalized and Interactive Survey Paper Generation System

2025-03-31 · Zhiyuan Wen, Jiannong Cao, Zian Wang, Beichen Guo 외

The exponential growth of academic literature creates urgent demands for comprehensive survey papers, yet manual writing remains time-consuming and labor-intensive. Recent advances in large language models (LLMs) and ret…

Paper generationRAGRetrievalRetrieval-augmented Generation+1

CLEAR: Error Analysis via LLM-as-a-Judge Made Easy

2025-07-24 · Asaf Yehudai, Lilach Eden, Yotam Perlitz, Roy Bar-Haim 외 arxiv

The evaluation of Large Language Models (LLMs) increasingly relies on other LLMs acting as judges. However, current evaluation paradigms typically yield a single score or ranking, answering which model is better but not …

ViviDoc: Generating Interactive Documents through Human-Agent Collaboration

2026-03-30 · Yinghao Tang, Yupeng Xie, Yingchaojie Feng, Tingfeng Lan 외 arxiv

Interactive documents help readers engage with complex ideas through dynamic visualization, interactive animations, and exploratory interfaces. However, creating such documents remains costly, as it requires both domain …