日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
姿勢推定arXiv:2609.04902

音に基づく複数人物の3D姿勢推定

Sound-based Multi-Person 3D Pose Estimation

シェア:XThreadsFacebookLINEはてブBluesky

音響信号のみから複数人物の3D姿勢を推定する初の試みで、重なり合う音響特徴を分離するエンコーダ・デコーダフレームワークを提案した。

詳しい要約

1. どんなもの?

本論文は、音響信号のみを用いて複数人の3Dポーズを推定する初の試みであるSoundMHPE (Sound-based Multi-person Human Pose Estimator)を提案している。複数人の音響信号は重畳し、個人のポーズに対応する信号変化の分離が困難である。また、人物間の反射による伝搬遅延が時間的運動-音響関係を曖昧にする。SoundMHPEは、Acoustic Multi-scale EncoderとTemporal Pose Decoderからなるencoder-decoderフレームワークで、これらの課題に対処する。

2. 先行研究と比べてどこがすごい?

先行研究では単一人物の音響ベースのポーズ推定が主であり、複数人への拡張は未解決だった。複数人では音響シグネチャの重なりや相互反射が新たな課題となる。本論文は、これらの課題に取り組み、複数人の3Dポーズ推定を音響のみで行う最初の研究である点が新しい。

3. 技術・手法の肝は?

手法の核は2つのコンポーネントにある。1) Acoustic Multi-scale Encoderは、複雑な重畳信号から微妙な音響シグネチャを分離するために、多様な時間的および周波数特徴を捉える。2) Temporal Pose Decoderは、attention機構を用いて連続フレーム間の複数人情報を分離し、時間的ダイナミクスと人物間依存性を考慮してフレームごとの個別ポーズを再構築する。

4. どうやって有効だと検証した?

検証には、6時間のAcoustic Multi-person Pose (AMP)データセットを構築し、432Kの同期フレームの複数人ポーズと音響データを含む。このデータセットを用いて、SoundMHPEがベースラインモデルを上回る性能を示した。

5. 議論はある?

要旨からは、提案手法の限界や議論点は明示されていない。ただし、複数人の音響ポーズ推定は難しく、データセットの規模や実環境での性能などが今後の課題となる可能性があるが、要旨からは不明。

6. 次に読むべき論文は?

要旨で参照されている先行研究は明示されていないが、関連する分野として、単一人物の音響ベースのポーズ推定に関する研究や、複数人の視覚ベースの3Dポーズ推定手法が挙げられる。具体的には、音響信号を用いた人間のポーズ推定の既存研究や、複数人3Dポーズ推定のための視覚的手法(例: multi-person 3D pose estimation)が関連する。

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Yusuke Oumi, Yuto Shibata, Go Irie, Akisato Kimura, Yoshimitsu Aoki, Mariko Isogawa

分類: cs.CV, cs.AI, cs.LG, cs.RO, cs.SD

原文アブストラクト

Can we recover the 3D poses of multiple people using only sound? This paper presents the first attempt to estimate multi-person 3D poses solely from acoustic signals. Estimating the poses of multiple individuals using acoustic signals is inherently challenging due to the superposition of motion-dependent signal variations. Unlike single-person scenarios, the presence of multiple subjects leads to overlapping acoustic signatures, making it difficult to attribute specific signal changes to an individual's pose. Furthermore, the complexity is compounded by inter-person reflections, which introduce intricate propagation delays that obscure the temporal motion-acoustic relationship. To address these issues, we propose SoundMHPE (Sound-based Multi-person Human Pose Estimator), a novel encoder-decoder framework consisting of two key components. First, the Acoustic Multi-scale Encoder captures diverse temporal and fine-grained frequency features to isolate subtle acoustic signatures from complex, overlapping signals. Second, the Temporal Pose Decoder employs an attention mechanism to disentangle multi-person information across successive frames. By jointly accounting for temporal dynamics and inter-person dependencies, this component precisely reconstructs frame-wise individual poses. To validate our approach, we constructed the 6-hour Acoustic Multi-person Pose (AMP) dataset consisting of 432K synchronized frames of multi-person pose and acoustic data, and demonstrated that our SoundMHPE outperforms baseline models. Project page: https://oumi03.github.io/sound-mhpe/

関連論文