<?php

include("eff_setup2.php");

$smarty = new EFFSmarty;

$smarty->assign('title','TIA:Human ID at a Distance (HumanID)');

$smarty->assign('head','Human ID at a Distance (HumanID)');
$smarty->assign('subhead','Program Manager: Dr. Jonathon Phillips');

$content = '

<h3>Program Objective:</h3>

<p> The goal of the Human Identification at a Distance (HumanID)
program is to develop automated biometric identification technologies
to detect, recognize and identify humans at great distances.  These
technologies will provide critical early warning support for force
protection and homeland defense against terrorist, criminal, and other
human-based threats, and will prevent or decrease the success rate of
such attacks against DoD operational facilities and installations.
Methods for fusing biometric technologies into advanced human
identification systems will be developed to enable faster, more
accurate and unconstrained identification of humans at significant
standoff distances.  </p>

<p>
<img src="images/HID_ppt_2.gif" alt="Graphic depicting human
recognition from a distance" width="518" height="360" border="0">
</p>

<h3>Program Strategy:</h3>

<p> HumanID program has developed a pilot force protection system for
standoff human identification in outdoor operational DoD settings, and
has performed preliminary assessments of current and future
technologies.  HumanID will determine the critical factors that affect
performance of biometric components, and identify the limits of range,
accuracy, and reliability. The program will also conduct multi-modal
fusion experiments and performance evaluations, and will demonstrate
advanced human recognition capabilities in multiple force protection
and/or homeland defense environments.  </p>

<h3>Planned Accomplishments:</h3>

  <ul>
  
     <li>FY 02 Accomplishments:

        <ul>
        
        <li>Designed and administered the Face Recognition Vendor Test
          2002.  Results will be used to direct face recognition
          research and provide input to the design of the United
States
          Border Entry/Exit System.</li>
        <li>Performed an operational evaluation of a long range
(25-150
          feet) face recognition system developed under the HumanID
          Program.</li>
        <li>Developed a multi-spectral infrared and visible face
          recognition system.</li>
        <li>Developed a low power millimeter wave radar system for
wide
          field of view detection and narrow field of view gait
          classification.</li>
        <li>Characterized gait performance from video for human
          identification at a distance.</li>
    
    </ul>
    </li>
    
     <li>FY 03 Plans:

        <ul>
        <li>Develop multi-model fusion algorithms for human
          identification.</li>
        <li>Develop algorithms for locating and acquiring subjects out
to
          150 meters (500 ft) in range.</li>
        <li>Continue the development of the most promising biometric
          technologies based upon experimental evaluation
performance.</li>
         </ul>
  </li>
  
     <li>FY 04 Plans:

        <ul>
        <li>Develop and demonstrate a human identification system that
          operates out to 150 meters (500 ft.) using visible
imagery.</li>
        <li>Fuse face and gait recognition into a 24/7 human
          identification system.</li>
        <li>Perform an operational evaluation of a multi-model human
          identification system.</li>
         </ul>
  </li>
  </ul>

<h3>Related Links:</h3>
<ul>
  <li><a href="http://www.darpa.mil/iao/HID.htm">DARPA HID Site</a></li>
</ul>
';

global $REQUEST_URI;

$smarty->assign('content',$content);
$smarty->display('generic.tpl',$REQUEST_URI);


?>
