Live data from Hacker News

StreetScore scores a street view based on how safe it looks to a human

streetscore.media.mit.edu

31–40 of 44 posts

Re: StreetScore scores a street view based on how safe it looks to a human

#31
It's actually well understood which landscape features contribute to or prevent crime. Things like sidewalks and bright street lamps have a positive effect (no surprise there). Bushes, certain fences and other objects that obstruct the view from the road can have a negative effect. As a reporter I once did a ride-along with a police sergeant who took it upon himself to cut a set of hedges (with the property owner's permission, of course) that helped facilitate drug deals and prostitution.

The point is, I wonder if the machine learning approach used here is overly complex. After all, the set of environmental factors affecting crime is so well understood and thoroughly researched that you could focus on detecting tried-and-true things such as sidewalks. This would entail applying a clear set of rules instead of using the relatively unsupervised approach with training data. To be fair, ML is a complicated subject and I'm not an expert; maybe their approach draws heavily on these things.

EDIT: I understand that perception, rather than the actual crime rate, is the focus of this research. Still, there seems to be a tight correlation between the features that are known to be dangerous and those that appear sketchy. The major ones - an absence of lights, few walkways, etc. - are obvious to most pedestrians.

Re: StreetScore scores a street view based on how safe it looks to a human

#33
post #14

Would be fascinating to see how these data correlate with crime statistics, in particular for violent crimes. Perhaps more fascinating would be if changes in these scores could actually predict changes in crime levels. I'm sure the authors–or their colleagues-are already working on this.

This isn't the best visualization, but I just spent a couple minutes overlaying the New York map with Trulia's crime risk heat map[1,2]. I think the important takeaway is that the green dots visible in the red areas can be interpreted as false negatives for danger. Of course, this is a really, really rough sketch so take it with a grain of salt. [1]: http://www.trulia.com/local/new-york-ny/tiles:1|points:1_cri... [2]…

The crime map seems awfully suspicious to me. It appears to be more of a population density map than anything. All the red areas south of 34th St. just look like common places for people to hang out (and drink alcohol).

I think what people really want is a crime map that plots crimes committed at random, rather than drinking buddies beating each other up.

I also took a look at vermont, and the red areas were because of things like "traffic stop" or "e911 hangup".

Re: StreetScore scores a street view based on how safe it looks to a human

#34
The police in the UK actually have a map of all crimes that have taken place recently in a neighbourhood [1], I think this is a better way of going about the issue, crime rates seem to correlate more closely to safety than how a place looks, I think.

[1] http://www.police.uk/

Re: StreetScore scores a street view based on how safe it looks to a human

#36
post #18

What I would like is something that took street photos and safety info and somehow deduced what visible characteristics correlated with safety. A while back I was reading a mailing list thread where someone claimed that adding more street lighting didn't improve safety. This struck me as bullshit. I did some Googling to dig up some fact to show just how right I was. Apparently, not so right at all. There were assorte…

We have odd perceptions of safety. If you look at the website, you'll see the first photo labelled 0.51 for safety. But, honestly, what's the worst that could happen there? There'll be no theft, because there are no houses. There will be less street crime, because there are no people. In fact, the one rated highest is probably the least safe, as it would likely be targeted by thieves looking for high valued property…

You seem to discuss much different aspects of safety - I'd assume that the article refers to the threat to a potential passer-by, not of the general crime rate in that area, which would include thefts from property.

Also, safety is not neccessarily correlated with a crimerate - if place A has 100 times lower rate of street crime than place B, "because there are no people" as it has 1000 times less foot traffic, then place A is 10 times more dangerous to a person who actually happens to be walking there.

Re: StreetScore scores a street view based on how safe it looks to a human

#37
post #8

Corrected headline: "How safe would humans say this street looks?" Not the same question at all. While the research into computer vision and machine learning is interesting, as a human I'd like to know when my intuition about safety is wrong, not just have a machine that can mimic my intuition.

If you can automatically get data "how safe it looks" for all addresses, then it's a way to actually measure the [anti-]correlations with actual crime happening there.

We had the actual crime data already, and now we could compare it with the perception to try and identify the reasons for mismatches. Not that identifying reasons is simple, though - with machine learning it's far simpler to get a system that makes good decisions than to get an understanding on why it makes those particular decisions.

Re: StreetScore scores a street view based on how safe it looks to a human

#39

How safe does this street "look" to a Human? NOT How safe is this street? Very important distinction - I would suggest changing the name of the project to "PerceivedStreetScore". What is now needed is actually part 2 of this project - one that pull records from City/County/Federal crime stats, overlays them with a Map and then actually produces a "ActualCrimeScore" for each of these highlighted streets. Then compare…

If you look at the 2013 paper from this same group you will find that this is exactly what they did (http://pulse.media.mit.edu/papers/).

Even further, they used geospatial statistics techniques to control for the effects of the income, area, and population in an area, and hence, developed a model that incorporated not only perception, but also demographics, when predicting the location of homicides.

Re: StreetScore scores a street view based on how safe it looks to a human

#40

The police in the UK actually have a map of all crimes that have taken place recently in a neighbourhood [1], I think this is a better way of going about the issue, crime rates seem to correlate more closely to safety than how a place looks, I think. [1] http://www.police.uk/

I think you fail to understand the point. The point is not too replace a map of crime, but to help develop variables that can help explain the location of crime. Look at what they did in their 2013 paper (http://pulse.media.mit.edu/papers/) that is exactly that.

The problem they are trying to solve is that there are no good measures of perception to evaluate whether the environment affects crime or not. This is an old question for which there has been much research, as it is explained in the point 7 of their FAQ. http://streetscore.media.mit.edu/faq.html

Post reply on HN