4

Inspired by this discussion about recognizing human actions, I have found the Fall-Detection project which detects humans falling on the ground from a CCTV camera feed, and which can consider alerting the hospital authorities.

My question is, are there any existing real-life implementations or research projects which specifically use live video feed from the surveillance cameras in order to detect crime using convnets (or similar approaches)? If so, how do they work, briefly? Do they automatically inform the police about the crime with the details what happened and where?

For example car accidents, physical assaults, robberies, violent disturbances, weapon attacks, etc.

kenorb
  • 10,525
  • 6
  • 45
  • 95

1 Answers1

4

After a bit of research I found something kind of close:

They, however, makes no mention of what specific methods they use.

So a crime detection system as that is written does not exist, but abnormal behaviour detection systems do.

An accurate generalized system seems intuitively infeasible, however. Commiting a crime, unlike falling, is a complex behavior, and takes so many forms. A camera watching a store's counter like at a 7-11 could perhaps see that the 'customer''s arm is strangely reaching across the counter, and the attendant is moving a lot more than usual suddenly, but aside from very specific cases like this such a system is currently quite unfeasible.

Crimes are unusual, relatively speaking, and their dramatic nature means that even the simplest crimes play out in very different ways. Perhaps you could in this case you could try to look for images of a gun, or someone with their hands up. So, looking for unusual, detectable behavioural mannerisms may be possible, but not crime detection.

Ultimately, while you may be able to make (possibly pretty good) systems to detect specific crimes in specific environments, that's all we got for now.

P.S. - Do these camera's also get audio signals? That is also an interesting facet to consider ("PUT YOUR HANDS UP / GIVE ME ALL YOUR MONEY")

kenorb
  • 10,525
  • 6
  • 45
  • 95
Avik Mohan
  • 706
  • 3
  • 12