1 / 34

Fall Detection

Fall Detection. Nicholas Chan (EE) Abhishek Chandrasekhar (EE) Hahnming Lee (EE) Akshay Patel (CmpE). Elderly Fall Statistics. 16,000 elderly Americans die from falling each year (CDC, 2005) 300,000 elderly Americans have hip fractures each year 90% of hip fractures result from falls

Download Presentation

Fall Detection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fall Detection Nicholas Chan (EE) Abhishek Chandrasekhar (EE) Hahnming Lee (EE) Akshay Patel (CmpE)

  2. Elderly Fall Statistics • 16,000 elderly Americans die from falling each year (CDC, 2005) • 300,000 elderly Americans have hip fractures each year • 90% of hip fractures result from falls • 24% of elderly Americans who suffer hip fractures die within one year • 40% of elderly women with hip fractures never walk unassisted again (National Osteoporosis Foundation)

  3. Proposed Solution • Two camera system executing custom algorithm: • Detect person in room • Perform statistical analysis of person’s motion • Determine if a fall has occurred • Send an alarm for help • Projected cost of $500 per room

  4. Target Market Smart Hospital Rooms Nursing Homes & Clinics • Our solution offers to reduce injuries arising from falls and to improve safety records at nursing homes and hospitals.

  5. Alternative Solutions • Pressure-sensitive mats by the bed • Camera detection with optical flow algorithm • RFID Solutions • Accelerometers (e.g., iLife ™)

  6. Alternative Solution Problems • Pressure sensitive mats have unavoidable edges that can cause falls • Optical flow analysis prone to errors arising from shadow artifacts • Potential EMI interference from RFID readers; RFID readers also very expensive (over $1000) • Accelerometer results in many false positives (e.g. a person sitting down quickly)

  7. Technical Specifications • Two webcams (Microsoft VX 6000) • Resolution of 160x120 pixels • Video recorded at 15 frames per second • Personal Computer to run algorithm: • Intel Pentium Dual Core 2.5GHz Processor • 3GB RAM • Standard Keyboard and Mouse 7

  8. Camera Positioning • Privacy is a major concern • Gaining maximal coverage from camera position is also critical • A balance between these two must be achieved 8

  9. Camera PositioningMaximal Coverage Head-level Camera Coverage Area High-level camera 9

  10. Camera PositioningMaximal Privacy Knee-level camera Coverage Area High-level camera 10

  11. Algorithm Overview • Identify the region of an image occupied by the person • Ascertain the velocity of the person’s motion • Fit an ellipse to the person • Analyze the changes in the ellipses’ properties • Determine if a fall has occurred

  12. Foreground Segmentation • The background of every frame is subtracted • Statistical Gaussian model is generated for each pixel • HSV color space is used to minimize shadow effect • Pixels are labeled as either foreground or background based on a preset threshold • A binary foreground image is thus generated

  13. Foreground Segmentation Foreground Segmentation Foreground Segmentation

  14. Foreground Segmentation Foreground Segmentation

  15. Largest Blob Detection • Additional filtering is performed on the foreground-segmented image • The largest continuous cluster of pixels is detected and then isolated from the smaller clusters of noise

  16. Largest Blob Detection Blob Detection Blob Detection 16

  17. Motion History Imaging • Filtered foreground-segmented image data used to form Motion History Image (MHI) • MHI used to quantify the velocity of the person’s motion • 0 (zero velocity) ≤ Cmotion ≤ 1 (extreme velocity)

  18. Motion History Imaging Turning Around( Low Cmotion ) Falling( High Cmotion ) Swiftly Walking( Medium Cmotion ) 18

  19. Elliptical Approximation Frame 1 Normal Walking Frame 150 Mid-Fall Change in Ellipse Angle

  20. Elliptical Approximation Frame 120 Normal Walking Frame 150 Mid-Fall Change in Eccentricity 20

  21. Elliptical Approximation Possible Fall High Frequency Noise

  22. Statistical Analysis • Falls result in: 1) high-velocity motion (high Cmotion values) and2) large statistical variance in elliptical orientation/eccentricity • Numerically, we define a fall is defined by:Cmotion > 0.65 andσθ > 0.60 • These thresholds may vary slightly with camera position 22

  23. Statistical Analysis Cmotion > 0.65 σθ> 0.60

  24. Call for Assistance • Computer connected to Ethernet network • When fall happens a picture is taken • A fuzzy picture is stored to a local server • An updating intranet page is displayed at the nurse station • The page incorporates archiving features • Nurse analyzes picture and determines if a response is necessary

  25. Call for Assistance UI Page refreshes every 5 seconds to check for screenshot on the server

  26. Call for Assistance UI When a fall occurs a flashing red message along with a screenshot is displayed

  27. Archiving Falls • The shot can be archived with a date stamp onto the local server • The detected fall log shows a queue of falls that happened • On archiving and reloading the system shows normal status again

  28. Results • Results are based on evaluation of 30 falls and 20 non-falls

  29. Problems and Solutions • Hardware and Software Problems: • MATLAB requires substantial memory to execute programs • Algorithm has difficulty accounting for auto-light adjustments by the webcam • Solutions Proposed: • Port existing algorithm to C++ in order to run it more efficiently; using C++ also removes the licensing hassles required with MATLAB • Light intensity can be normalized with histogram equalization techniques; alternatively use a webcam without light adjustment

  30. Real-Time Analysis • Existing Problems: • MATLAB is incapable of running threaded applications • Analysis and recording of video simultaneously is almost impossible as a result • Solution: • Use C++; Supports threading and memory management • Real time analysis is available via OpenCV library • Many MATLAB functions are implemented in the library

  31. Privacy Concerns • Use of cameras brings in a major privacy concern • Different configurations are necessary for concealment • Terms & Conditions have to be included in hospital paperwork • The picture taken of the patient upon a fall is blurred • An option of not having the system on should be implemented if requested by the patient 31

  32. Cost Analysis • Assuming a rate of $28/hr, Engineer salaries would amount to $44,800 for 4 engineers during a 10 week development phase • Equipment Cost: • $60 for two cameras • $270 for a modern Dell Inspiron 530 • $170 Installation and Software Costs • Total Cost per Room = $500

  33. Future Improvements • Enable support for multiple people • Improve speed of algorithm • Reduce false positives by making a self-learning system • Make the program standalone for easy deployment • Enable mainframe support for hospital with servers

  34. Questions? • 16,000 Americans die from falling each year • 300,000 elderly Americans have hip fractures each year • 24% elderly Americans who suffer hip fractures die within one year

More Related