コンピュータービジョンの分野では、重要なタスクは動きの検出(オプティカルフロー抽出とも呼ばれます)です。この操作により、3D再構成、特徴追跡、衝突までの時間、新規性の検出などの分析が可能になります。ほとんどのオプティカルフロー抽出手法は、有限の速度範囲内で機能します。通常、検出の範囲は、シリアルアーキテクチャでいくつかのマルチスケール情報を組み合わせることにより、より高速に拡張されます。このシリアルマルチスケールアプローチには、アルゴリズムで使用されるスケールの数に関連するエラー伝播の問題があります。一方、生物学的実験では、人間の運動知覚は並列マルチスケールスキームに従うように思われます。この作業では、動きを検出するための生物にヒントを得た並列アーキテクチャを提示し、幅広い動作を提供し、直列アーキテクチャに関連するエラーの伝播を回避します。アルゴリズムをテストするために、従来の手法と提案された手法の両方で相対誤差比較を実行し、パラレルアーキテクチャがシリアルアプローチと同様の結果でモーション検出を実現できることを示します。
In the field of computer vision, a crucial task is the detection of motion (also called optical flow extraction). This operation allows analysis such as 3D reconstruction, feature tracking, time-to-collision and novelty detection among others. Most of the optical flow extraction techniques work within a finite range of speeds. Usually, the range of detection is extended towards higher speeds by combining some multiscale information in a serial architecture. This serial multi-scale approach suffers from the problem of error propagation related to the number of scales used in the algorithm. On the other hand, biological experiments show that human motion perception seems to follow a parallel multiscale scheme. In this work we present a bio-inspired parallel architecture to perform detection of motion, providing a wide range of operation and avoiding error propagation associated with the serial architecture. To test our algorithm, we perform relative error comparisons between both classical and proposed techniques, showing that the parallel architecture is able to achieve motion detection with results similar to the serial approach.