11 research outputs found

    People Recognition in Image Sequences by Supervised Learning

    Get PDF
    We describe a system that learns from examples to recognize people in images taken indoors. Images of people are represented by color-based and shape-based features. Recognition is carried out through combinations of Support Vector Machine classifiers (SVMs). Different types of multiclass strategies based on SVMs are explored and compared to k-Nearest Neighbors classifiers (kNNs). The system works in real time and shows high performance rates for people recognition throughout one day

    Robot-Assisted Crowd Evacuation under Emergency Situations: A Survey

    Get PDF
    In the case of emergency situations, robotic systems can play a key role and save human lives in recovery and evacuation operations. To realize such a potential, we have to address many scientific and technical challenges encountered during robotic search and rescue missions. This paper reviews current state-of-the-art robotic technologies that have been deployed in the simulation of crowd evacuation, including both macroscopic and microscopic models used in simulating a crowd. Existing work on crowd simulation is analyzed and the robots used in crowd evacuation are introduced. Finally, the paper demonstrates how autonomous robots could be effectively deployed in disaster evacuation, as well as search and rescue missions

    Urinary soluble (pro)renin receptor excretion is associated with urine pH in humans

    Get PDF
    Data is uploaded to the Tokyo Women’s Medical University Database

    People Recognition and Pose Estimation in Image Sequences

    No full text
    This paper presents a system which learns from examples to automatically recognize people and estimate their poses in image sequences with the potential application to daily surveillance in indoor environments. The person in the image is represented by a set of features based on color and shape information. Recognition is carried out through a hierarchy of biclass SVM classifiers that are separately trained to recognize people and estimate their poses. The system shows a very high accuracy in people recognition and about 85% level of performance in pose estimation, outperforming in both cases k-Nearest Neighbors classifiers. The system works in real time. 1 Introduction This paper presents a system which learns from examples to automatically recognize people and to estimate their poses in image sequences. The problem of people recognition presents a number of di#culties due to the similarity of people images and the high variability of conditions under which such images are re..

    監視システムのための画像処理による移動人物の検出と認識に関する研究

    No full text
    電力設備や石油プラントなどで設備の稼動状態の把握や、保守保全および警備の観点から、監視カメラを用いた画像監視システムが数多く導入されている。さらに近年、ネットワーク技術の進展や監視カメラの低コスト化などが背景となり、監視カメラの設置台数が増える傾向にある。これらの多くの監視カメラ画像を監視員が見続けることが不可能なため、目視監視を補助あるいは代行する画像処理が求められている。特に、監視員が目視で行っている以下の機能を持つ画像処理の開発が望まれている。・ 監視領域に入る人物を選択的に実時間で検出する機能・ 検出人物の動作に応じて警報を出すための姿勢の認識機能・ 検出人物の個別認識機能電気事業で利用している画像監視システムに対し、最も要望の高いニーズが侵入監視の自動化である。また、監視対象になる頻度が高いがその全身画像による認識はほとんど着手されていないという技術的な理由で、人物の検出と認識を本論文の対象とし、上記3機能の実現方式を目指す。特に、人物の検出と認識は、その形状などが不安定でパラメータ設定が困難なため、機械学習が不可欠である。この機械学習として2分類問題用の識別器であるサポートベクターマシン(SVM)を使い、監視領域に入る人物を検出し認識する画像処理を考案する。ただし、機械学習を適用しただけでは実時間処理や安定した認識ができない。そこで本論文では、人の視覚野の動き処理と認識処理の関係を参考に、動きによる人物領域の絞り込みを先に行い、その後SVMによる人物の検出・認識を行う段階的な処理で、人物の実時間検出と認識を可能にする方式を示す。 第1に、SVMを使い監視画像から人物を検出する方式は既に提案されているが、従来のSVMによる人物検出方式は、画像内から人物を選択的に検出できるものの、実時間(30画像/秒)で処理ができなという弱点がある。そこで本論文では、SVMの人物検出方式を使い実時間で人物を検出するための新しい前処理手法として、固定カメラ用にライン型前処理を、旋回カメラ用に側抑制型前処理を提案する。ライン型前処理は、監視領域内に監視ラインを設定し、監視ライン上で動きの速い部分に優先順位をつけ、優先順位の上位を人物検出の探査範囲とする方式である。一方、側抑制型前処理は、移動中の人物が周囲の背景と異なる動きをすることに着目し、周囲と異なる動き部分を人物検出の探査範囲とする方式である。評価実験では、考案した前処理と従来の機械学習による人物検出方式を使い、実時間で人物検出が可能であることを示す。 第2に、検出した人物の動作に応じて警報を出すには、人物の姿勢を認識する機能が必要となる。全身画像に身体モデルを当てはめる研究成果が多く報告されているが、人物の様々な姿勢を定義することが困難なため、人物検出と同様な枠組みで姿勢認識を行う画像監視システムは存在していない。そこで本論文では、代表的な姿勢が定義できる発電所運転時の運転員を撮影する監視カメラを用い、SVMによる姿勢認識を研究する。運転員の動きと運転姿勢の間には相関があるので、個々の運転姿勢を個別に学習したSVMを運転員の動きに合わせて動的に切替る動的切替方式を前処理として提案する。評価実験では、典型的な4種類の姿勢を学習することで、監視カメラで撮影した1時間30分の実験画像に対し運転員の向きや姿勢のばらつきに影響されることなく95%の安定した姿勢認識率が得られたことを示す。なお、本成果により画像内の作業員の立ち位置と運転姿勢が分かるため、標準的な運転操作を逸脱した時などに警報を出す画像監視システムの作成が可能となる。 第3に、上述方式で検出した全身画像から人物を特定する認識機能が重要である。しかし、人物の服装や形状が常に変化するために安定した認識特徴が得られないことから、人物認識に全身画像は利用されていない。そこで、本論文では研究室内に出入する既知人物8人の16日間の全身画像を使い、SVMによる人物認識を研究した。8人を認識する必要からSVMを段階的に切替る多段戦略と、画像から得られる4種類の画像特徴を用いた認識実験結果を示す。実験の結果、監視カメラで一度撮影した同一日であれば約88~98%の割合で個人を特定できたことを示す。また、100物体が写る7,200画像による定量的な認識検証実験を行い、同様の認識率が得られたことを示す。SVMの多クラス化では、1対他方式と2クラス対方式を比較し、識別人数や学習画像が豊富な場合は学習時間がかからず追加学習が容易な2クラス対方式による多段戦略が実務面で有利であることを示す。また、SVMの多段戦略よりも、利用する画像特徴に認識精度が依存することを示す。本実験結果は限定的なものだが、監視カメラで撮影した全身画像から、一度撮影した人物を個別に検出する機能の開発に貢献する成果である。以上、本論文では監視カメラに写る人物の全身画像を使い、第1に人物の実時間検出、第2に検出した人物の姿勢認識、第3に検出した人物の認識を実現する方式を提案する。提案方式は、視覚野の処理を参考に、はじめに画像内の動きで処理範囲を絞り込み、次に機械学習で検出/認識を行う手順となっている。学習画像を変更することで人物以外の移動体にも拡張が容易な方式である。さらに、実用の観点から特殊な装置を使うことなく市販の計算機と監視カメラで実現できる方式を提案している。 本論文は、監視員の目視を補助あるいは一部を代行する高機能な画像監視システムの実現に寄与する具体的な研究成果である

    Object Recognition and Detection by a Combination of Support Vector Machine and Rotation Invariant Phase Only Correlation

    No full text
    This paper proposes an object recognition and detection method by a combination of Support Vector Machine Classifier (SVM) and Rotation Invariant Phase Only Correlation (RIPOC). SVM is a learning technique that is well founded in statistical learning theory. RIPOC is a position and rotation invariant pattern matching technique. We combined these two techniques to develop an augmented reality system. This system can recognize and detect objects from image sequences without special image marks or sensors and show information about the objects through a head-mounted display. Performance is real time
    corecore