Hearing Hands: Generating Sounds from Physical Interactions in 3D Scenes

TL;DR

Rectified flow turns 3D hand trajectories into interaction sounds that are often indistinguishable from real audio.

cs.CV 🟡 Intermediate 2025-06-12 31 views
Yiming Dou Wonseok Oh Yuqing Luo Antonio Loquercio Andrew Owens
audio generation 3D scenes hand trajectories physical interaction rectified flow

Key Findings

Methodology

The authors record a person manipulating objects in a reconstructed 3D scene, extract hand trajectories/poses, and pair them with synchronous audio. They then train a rectified flow model to condition on 3D hand-motion sequences and generate the corresponding sound. At test time, users can query the model with new hand poses to synthesize plausible interaction audio.

Key Results

  • The generated audio conveys both material cues and action cues—e.g., tapping, rubbing, and contact dynamics—and the paper reports that human listeners often find it hard to distinguish the synthesis from real recordings.
  • The system makes a 3D reconstruction interactive in the auditory sense: a user can specify a new hand-motion sequence and obtain the expected sound without physically touching the scene.
  • The results suggest that action-sound pairs provide a stronger learning signal than static audio priors for capturing the causal structure of “who touched what, where, and how.”

Significance

This work moves 3D reconstruction from a purely visual artifact toward an interactive, multisensory medium. It connects 3D hand tracking, physical interaction understanding, and generative audio modeling in a single framework, showing that hand motion alone can carry enough information to recover rich sound cues. For researchers, it opens a new problem of trajectory-conditioned sound prediction; for practitioners, it provides a pathway to more immersive VR/AR, digital twins, and content creation.

Technical Contribution

Technically, the paper repurposes rectified flow for trajectory-to-audio generation rather than classification, retrieval, or rule-based Foley synthesis. The key advance is conditioning a continuous generative process on 3D hand motion, so the model learns a full audio distribution instead of a single hand-crafted template. Compared with physics-engine sound systems, it can capture subtle differences in force, contact style, and material response.

Novelty

Its novelty lies in generating interaction sound directly from 3D hand trajectories, rather than dubbing video or predicting ambient audio from a static scene. For interactive 3D reconstruction, this is a shift from treating sound as an add-on to treating it as a scene attribute. The innovation is the combination of motion conditioning with a rectified-flow generator.

Limitations

  • The provided text does not report full quantitative metrics, dataset size, or failure cases, so robustness under long-horizon, multi-object, or heavily occluded interactions remains unclear.
  • The approach depends on accurate 3D hand trajectories and paired audio; pose errors, off-screen contact, or mixed sound sources are likely to degrade generation quality.
  • The current formulation appears closer to one-shot action-to-sound mapping than to full causal sound modeling for complex environments and multi-person interactions.

Future Work

Promising next steps include extending the framework to multi-person collaboration, full-body actions, longer temporal contexts, and richer room-scale acoustics. Another direction is to combine the method with physics simulation, contact estimation, and larger real-world interaction datasets to improve controllability and generalization.

AI Executive Summary

What if a 3D scene reconstruction could do more than look convincing—what if it could sound convincing, too? Hearing Hands takes that idea seriously by asking whether human hand interactions in a 3D scene can be turned into plausible audio. The paper’s answer is to treat hand motion as a generative condition: record a person manipulating objects in a 3D scene, pair the resulting hand trajectories with sound, and learn a model that predicts audio from motion. In contrast to rule-based Foley, physics-engine synthesis, or simple lookup systems, this is a data-driven attempt to infer the acoustic consequences of physical contact.

The pipeline is elegantly simple. First, the authors capture videos of hands interacting with objects in a reconstructed 3D environment, then extract 3D hand poses and trajectories together with synchronized audio. Those action-sound pairs are used to train a rectified flow model, which learns a continuous path from noise to the target waveform conditioned on the hand-motion sequence. At test time, the system can be queried with a new sequence of hand poses, turning an intended action into an estimated sound. In effect, the model learns not just “what the hand looks like,” but “what the hand is doing to the world.”

The conceptual leap is important. Sound is not treated as an afterthought, but as evidence of contact, material, and force. A light tap on wood, a brush over plastic, or a scrape across metal may look similar in geometry, yet produce very different audio signatures. By grounding generation in 3D trajectories, the method aims to preserve this fine structure. The paper’s central claim is that a sufficiently informative motion representation can support realistic sound synthesis without requiring explicit physics rules for every object or action.

Experimentally, the authors report that their generated sounds accurately convey material properties and action types, and that they are often indistinguishable to human observers from real sounds. The paper therefore frames auditory realism as a perceptual test of whether the model has captured the hidden mechanics of interaction. Although the provided text does not include the exact dataset name, sample count, or numerical metrics, the qualitative result is clear: hand-motion-conditioned audio generation is strong enough to fool listeners in many cases and to support interactive querying over a 3D scene.

The broader implication is that 3D reconstruction can become a multisensory medium. For VR and AR, this means virtual objects could produce the right sounds when users gesture toward them; for digital twins, it means environments can encode interaction cues beyond geometry and texture; for creative production, it offers a new way to prototype sound design from motion. More broadly, the paper strengthens the case that actions are a powerful bridge between vision and audition.

At the same time, the work leaves open hard questions. The excerpt does not disclose full quantitative benchmarks, so the limits under heavy occlusion, multiple simultaneous actors, or long temporal dependencies are still unknown. And because the method relies on good hand trajectories and paired audio, its quality will likely depend on sensing fidelity. Even so, Hearing Hands establishes a compelling direction: making reconstructed scenes not only visible, but audible when touched.

Deep Analysis

Background

3D scene reconstruction has advanced rapidly through neural rendering and implicit scene representations, with methods such as NeRF making scenes look visually plausible. Yet most reconstructions remain silent, because they model geometry and appearance rather than interaction consequences. In parallel, audio generation has progressed from autoregressive models like WaveNet to diffusion-based systems, but these methods typically lack grounding in physical action. Hearing Hands sits at the intersection of these two trends: it treats hand interaction as a missing modality for scene understanding and asks whether sound can be reconstructed from motion alone. The result is a view of 3D scenes as potentially interactive, not merely visual.

Core Problem

The core problem is to predict the sound produced when a human hand physically interacts with objects in a 3D scene. This is difficult because the mapping from motion to sound is many-to-many: force, contact location, material, and motion pattern all matter. The input is sequential and high-dimensional, while the output is a waveform with subtle temporal structure. The challenge is not just to generate plausible audio, but to tie it to the correct action semantics so that the sound matches the implied physical event.

Innovation

  • �� New task formulation: the paper defines sound prediction directly from 3D hand trajectories, rather than from video dubbing or static scene audio modeling. This focuses the problem on interaction, which is the true source of the sound.

  • �� Motion-conditioned generation: 3D hand poses are used as conditioning signals, giving the model a temporally aligned representation of how the hand moves through space. This is more informative than a single image or a categorical action label.

  • �� Rectified flow as the generator: instead of hand-crafted Foley rules or retrieval-and-splice systems, the model learns a continuous generative flow from noise to audio, conditioned on motion. This is well-suited to subtle, graded acoustic variation.

  • �� Interactive scene view: the paper reframes a 3D reconstruction as a scene that can be queried acoustically. Sound becomes part of the scene’s semantics, not just a post-processing layer.

Methodology

  • �� Data collection: record a person manipulating objects inside a 3D scene, and capture synchronized audio. The paired data provide the supervision needed to connect motion and sound.

  • �� Motion extraction: convert the video into 3D hand trajectories/poses. These trajectories serve as the main condition because they encode what the hand does over time.

  • �� Generative modeling: train a rectified flow model that maps noise to audio along a learned continuous vector field, guided by the hand-motion condition. Intuitively, the model learns how to “push” random noise toward the correct sound.

  • �� Query at test time: given a new sequence of hand poses, the user can ask the model to predict the corresponding interaction sound, enabling what-if auditory simulation.

  • �� Learning objective: by optimizing on action-sound pairs, the model captures latent factors such as material response, contact intensity, and interaction type, rather than memorizing fixed sound templates.

Experiments

The experiments focus on whether generated sounds preserve the perceptual cues of real physical interaction. The authors evaluate synthesized audio against real recordings and report human-observer judgments of realism and distinguishability. The qualitative finding is that the sounds are often hard to tell apart from real ones, while still reflecting the correct action and material properties. The provided text does not state the dataset name, sample count, or numerical scores, but it is clear that the evaluation is centered on paired interaction clips and subjective listening tests.

Results

The main result is that the model produces audio that listeners often judge as realistic enough to be confused with the original recording. This is especially important because it suggests the model captures not only surface acoustics but also the hidden structure of contact events. A second result is controllability: new hand-motion sequences can be queried at test time, showing that the system generalizes beyond the training clips rather than simply memorizing them. Together, these results indicate that 3D hand trajectories are a strong conditioning signal for interaction sound generation.

Applications

The most immediate application is in VR/AR, where virtual objects could emit plausible sounds when users move their hands near or onto them. Another use case is digital content production, where designers and animators can prototype interaction audio from motion without recording every sound manually. In robotics and embodied AI, such a system could also serve as a perceptual prior for understanding object properties from contact events, complementing vision-based scene interpretation.

Limitations & Outlook

The excerpt does not provide full benchmark numbers or detailed failure analysis, so the method’s robustness under heavy occlusion, long-horizon action chains, or crowded multi-object scenes remains uncertain. Its dependence on accurate 3D hand trajectories and clean paired audio also suggests sensitivity to sensing noise and synchronization errors. Future work should address multi-person interactions, richer acoustics, and stronger physical grounding to improve generalization and control.

Plain Language Accessible to non-experts

Imagine a dollhouse that looks exactly like a real room. It has a table, a cup, and a box, but it is silent. Hearing Hands is like teaching the dollhouse to make the right noises when a hand moves toward something. First, the researchers watch a real person use their hands in that room, and they write down both the hand movement and the sound that happens.

Then they train a clever sound maker. When they show it a hand path, it guesses what sound should come next. If the hand lightly taps wood, the sound should be different from a hard knock on metal. If the hand rubs across a surface, that should sound different again. The trick is that the machine does not just memorize one sound for one object. It learns the relationship between movement and sound.

Why is that useful? Because a room that only looks real still feels incomplete. Real life has sound: a spoon on a cup, a finger on a desk, a box being dragged. Once the dollhouse can answer with the right noises, it becomes much more lifelike. That helps games, movies, and virtual tours feel closer to the real world.

ELI14 Explained like you're 14

Think about playing a super realistic game. The room looks amazing, but when you tap the table, there’s no sound. Kinda weird, right? That’s the problem this paper tries to fix. The researchers want computers to hear what happens when hands move around in a 3D scene.

Here’s the cool part: they show the computer videos of real people using their hands to touch, hit, and move objects. Then they connect those hand movements with the sounds that actually happened. After that, they teach the model to guess the sound just from the hand motion. So if the hand is doing a light tap, the model should make a light tap sound. If it’s a scrape, it should sound like a scrape.

The model they use is called rectified flow. You can think of it like a smart sound-shaping machine. It starts with noise and slowly turns it into the right audio, guided by the hand movement. It’s not magic—it learns from examples—but it’s smart enough to notice differences in materials and actions.

The best part? The paper says people often can’t tell the fake sound from the real one! That means the computer is getting pretty good at understanding what a hand is doing in the scene. So next time you imagine a virtual room that sounds real when you touch things, this kind of research is what makes that possible.

Glossary

Rectified flow

A generative modeling method that learns a continuous transport path from noise to data. In plain terms, it is a way to gradually turn random sound into a realistic waveform. In this paper, it is the engine that converts hand-motion conditions into audio.

The main audio generator used by the authors.

3D hand trajectory

The hand’s position and pose over time in three-dimensional space. In simple terms, it is the moving path of the hand rather than a single picture of it. Technically, it provides the temporal condition for sound synthesis.

The primary input representation.

Action-sound pair

A matched pair of a physical action and the sound it produces. Plainly, it is “what the hand did” plus “what it sounded like.” Technically, these pairs supervise conditional audio generation.

The training data structure.

3D scene reconstruction

Recovering a 3D representation of a scene from images or video. In everyday language, it is building a digital version of a real place. This paper extends that idea by asking the scene to also respond acoustically.

The scene setting being made interactive.

Hand pose sequence

A time-ordered series of hand configurations, including position and orientation. In simple terms, it is the motion path of the hand across frames. It serves as the query the model uses to predict sound.

The test-time input to the generator.

Open Questions Unanswered questions from this research

  • 1 The paper does not reveal full quantitative benchmarks, so it remains open how well the approach scales to longer interactions, crowded scenes, or overlapping sources of sound. Those settings may require stronger temporal reasoning than a single trajectory-to-audio mapping can provide.
  • 2 It is unclear how robust the system is to noisy pose estimation, missing contact events, or off-screen interactions. Answering that will likely require larger datasets, better alignment between motion and audio, and perhaps explicit physical priors.

Applications

Immediate Applications

VR/AR scene sound

Game and VR developers can use hand-motion inputs to generate plausible contact sounds for virtual objects. This is most practical when hand tracking is available and the goal is to make interactions feel more real.

Audio prototyping for creators

Animators and sound designers can sketch interaction sounds from motion without recording every effect by hand. With 3D scene assets and motion capture, they can quickly test different auditory styles and interactions.

Long-term Vision

Auditory digital twins

Future digital twins of homes, stores, or factories could include realistic contact sounds, not just visuals. The main obstacles are richer physics, larger datasets, and reliable modeling of many simultaneous interactions.

Abstract

We study the problem of making 3D scene reconstructions interactive by asking the following question: can we predict the sounds of human hands physically interacting with a scene? First, we record a video of a human manipulating objects within a 3D scene using their hands. We then use these action-sound pairs to train a rectified flow model to map 3D hand trajectories to their corresponding audio. At test time, a user can query the model for other actions, parameterized as sequences of hand poses, to estimate their corresponding sounds. In our experiments, we find that our generated sounds accurately convey material properties and actions, and that they are often indistinguishable to human observers from real sounds. Project page: https://www.yimingdou.com/hearing_hands/

cs.CV