日本フィジカルAI新聞

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

週刊ニュースレター購読
行動セグメンテーションarXiv:2608.24043

ConsensusTAS: 長尺建設ビデオのための自己教師あり時間行動セグメンテーション

ConsensusTAS: Self-Supervised Temporal Action Segmentation for Long-Horizon Construction Videos

シェア:XThreadsFacebookLINEはてブBluesky

建設現場の長尺ビデオから、ラベルなしで行動の時間的区切りを自動的にセグメント化する自己教師あり学習手法を提案した。

詳しい要約

1. どんなもの?

ConsensusTASは、建設現場の長時間ビデオにおける連続的な活動を、教師なしでセグメンテーションする自己教師あり学習手法。ラベルなしで候補セグメンテーションの内部コンセンサスを利用し、連続ビデオを異なる活動フェーズに分割する。

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

既存の建設作業員活動認識研究は、climbing, lifting, walkingなどの活動カテゴリ分類に限定され、長時間シーケンスからの細かい活動遷移認識が未解決だった。ConsensusTASは、ラベルなしで自己教師あり学習により、この問題に取り組み、アノテーションコストを回避しつつ、細かい活動セグメンテーションを実現。また、計算集約的な大規模vision-languageモデルを必要とせず、CPUで動作する実用的価値がある。

3. 技術・手法の肝は?

手法の肝は、ラベルなしで候補セグメンテーションの内部コンセンサスを利用すること。具体的には、自己教師あり学習により、連続ビデオを異なる活動フェーズに分割する。詳細なネットワーク構造や損失関数は要旨からは不明。

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

3つの公開データセット(GTEA, Breakfast, Assembly101)で評価し、最先端手法を上回る性能を達成(GTEAでF1@10 73.08、BreakfastでF1@10 64.33、Assembly101のstatic-cameraビデオでF1@50 33.50)。さらに、実世界の建設ビデオでテストし、レンガ積みの複合活動内の動作(モルタルを広げる、レンガを置く、押す、整列)を認識・セグメンテーションできることを事後評価で確認。

5. 議論はある?

要旨からは、計算効率の利点(CPUで動作)が強調されているが、精度と計算コストのトレードオフや、他のデータセットでの汎用性、自己教師あり学習の限界などについての議論は明示されていない。また、実世界の建設ビデオでの評価は事後評価であり、定量的な指標が示されていない点が議論の余地がある。

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

要旨で参照されている関連手法は明示されていないが、自己教師あり学習や時間的アクションセグメンテーションの分野の定番論文として、Temporal Action Segmentationの教師あり手法(例えば、MS-TCN)や、自己教師ありビデオ表現学習(例えば、VideoMAE)などが考えられる。

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

著者: Xiaoshan Zhou, Yafei Sun

分類: cs.CV

原文アブストラクト

Recognizing sequential construction activities is important for collaborative human-robot work; for example, robots are able to understand workers' current and upcoming actions and provide timely tool delivery or physical support. However, despite extensive research on construction worker activity recognition, existing studies have been limited to classifying activity categories, such as climbing, lifting, and walking, instead of recognizing fine-grained activity transitions from long-horizon sequences. Addressing this problem is challenging because annotating action temporal boundaries in long construction videos is time-consuming. In this study, we propose ConsensusTAS, a label-free, self-supervised learning approach to segment continuous video streams into distinct activity phases by exploiting the internal consensus of candidate segmentations. We evaluated our algorithm on three public datasets, where it outperformed state-of-the-art methods, achieving an F1@10 of 73.08 on GTEA, an F1@10 of 64.33 on Breakfast, and an F1@50 of 33.50 on static-camera videos from Assembly101. We also tested it on real-world construction videos, where post-hoc evaluation showed that the model successfully recognized and segmented actions within the composite activity of bricklaying, such as spreading mortar on a brick, placing the brick, pressing, and aligning. Compared with other temporal action segmentation models that require computationally intensive large vision-language models, our method can run on a CPU, which provides practical value for video surveillance and human-robot collaboration on mobile robotic platforms.