Cameras as Traffic Cops

Written by alex.morgan.bell | Published 2018/02/21
Tech Story Tags: machine-learning | tensorflow | bicycles | nyc | civic-engagement

TLDRvia the TL;DR App

A machine learning algorithm using image data from the New York City Department of Transportation showed that during a 10 day period in December 2017, on one street in Harlem, New York City, the

bus stop was blocked 57% of the time (55% weekdays 7am to 7pm)

bike lane was blocked 40% of the time (57% weekdays 7am to 7pm)

Left: Computer Identified Vehicles Right: Computer Identified Violators

The press is really excited about self driving cars and the automation of driving jobs. Less attention is paid to how the same advancements in computer vision will be superior to humans at jobs such as parking enforcement where the basic requirement is detecting a vehicle’s location, determining if the location is legal, and taking appropriate action.

Autonomous Vehicle View Source:Bosch

There are three thousand traffic enforcement officers in NYC; here is how video cameras and computers can do the same job with higher enforcement levels, less cost and greater equality.

Prototype

NYC DOT Traffic Camera Source: invisibleboxes.info

The New York City Department of Transportation (NYC DOT) maintains several hundred cameras throughout the city that post images in realtime to http://dotsignals.org/. To test the possible benefits of robo traffic cops I built a system which highlights parking violations at the corner of Saint Nicholas Ave and 145 street. For a quick prototype its results are pretty interesting.

green = bike lanes, blue = bus stop, red = cars on sidewalk

The avenue has unprotected bikes lane in both directions highlighted in green. Throughout the city, unprotected bike lanes are often illegally blocked by cars, trucks and especially UPS TRUCKS. On the right of the image in blue is a bus stop but instead functions as a parking spot. NYC public buses crawl at dismal speeds because of blocked bus lanes and stops.

The url for the camera at 145th and Saint Nicholas Avenue is http://dotsignals.org/google_popup.php?cid=532. The machine learning algorithm code is available here. In short, a pre-trained Tensorflow model was re-trained on ~2000 pre-classified images. Then the model was used to classify the vehicles on the road and where they are stopped.

The Results

During a 10 day period in December 2017,

bike lane was blocked 40% of the time (57% weekdays 7am to 7pm)

bus stop was blocked 57% of the time (55% weekdays 7am to 7pm)

Keep in mind this is just one average block. This means if you are riding in a bike lane you are swerving blind in and out of the bike lane every other block. And if you are on a bus your commute just got longer.

Current Solution: Traffic Cops

In NYC there are ~3000 traffic police officers, who make from $30k-$45k per year (let’s estimate $48k-$72k including benefits, health, retirement) and gave seven million tickets(filter by issuer T) which is ~1 ticket per agent per working day hour in 2014.

If the block at 145th and Saint Nicholas is indicative of other blocks in the city than we can assume that the number of tickets being given represents less than .0001% of infractions. So ~150 million in pay & benefits for traffic cops yielded NYC .0001% of enforcement.

Future Solution:Camera Traffic Cops

Higher Enforcement Levels

If NYC DOT put four cameras at each intersection there would be near complete and total coverage throughout the city 24x7. There is simply no way that deploying police officers could match this level of enforcement.

Less Cost

According to the DOT there are 12,460 traffic intersections in NYC. If we assume that we need 4 cameras per intersection let’s round up and say we need 50,000 traffic cameras. The hypothetical robo traffic cop could be setup for either onboard processing or central processing. For onboard processing the cameras would include a computer vision system and a cellular connection to report video proof of infractions. For central processing the cameras would be connected by fiber back to a central server for group processing. Onboard processing would have higher per camera cost but less installation cost with central processing the opposite tradeoff.

  • No matter which system, in order to be less expensive than current traffic enforcement each camera could cost $3,000 per year and NYC would get complete coverage of every street! $48k to $72k per officer * 3,000 officers / 50,000 cameras = $2.8k to $4.3k
  • All the camera systems discussed above would be much cheaper than the human officers who cover a tiny fraction of the city. This article does not even attempt to address the huge issues of US labor productivity stagnation, unequal unemployment, public agency labor relations, and income inequality.

Equality

All laws are not equally enforced. Currently police officers decide on whom to enforce the law leading to inequality in enforcement often based on race and income. That said, algorithms can be just as biased as police. They are not perfect and can potentially be more biased than people. For instance a computer vision traffic enforcement system might erroneously single out certain groups for extra ticketing based on some visual characteristic of the vehicles. But as long as the data and algorithms are open for scrutiny we can work to eliminate bias to an extent not possible with police officer enforcement.

Suggestions

NYC DOT should evaluate installing four cameras at each intersection in NYC. The camera feeds should be higher quality but blur faces onboard the camera before transmitting to the internet. The feeds should be open to all. The NYC DOT should not require NY State approval to install the cameras. The NYPD should contract out to an external company to build and maintain an open source system to process the video feeds using machine learning to identify all moving and parking violations. The system should present each violation to NYPD officers behind a computer screen who could review the footage and issue the ticket. This system, if implemented reasonable well, would be more effective, lower cost, and more equal than the current system.

Dear NYC, I am interested in working on this. DOT, NYPD, NYCGov how can I help you evaluate and create this system?

Appendix

What would Richard Stallman say? What if I already have a big brother? What is the price of privacy?

Richard Stallman (rms) would probably say cameras on each NYC block imperils democracy. Sometimes I agree that increased surveillance is bad for society and will make it easier for our government and companies to prey upon society. But I also think that the current methods of enforcement (i.e. police) already prey on society, it’s just the poor and people of color who are most harmed. They are harmed by uneven enforcement of some laws and a lack of enforcement of others. I hope a system of video surveillance might improve this. At this point I think any change from the status quo would get us better results or at the least highlight the problems in the current system. I vote bring the cameras and surveillance to the streets but make the video feeds open to all and let’s see what happens.

Tactically, I suggest a few things which should alleviate some privacy concerns and potentially introduce other issues. Firstly, the camera systems should blur all faces onboard the camera before transmitting to the internet. Secondly, the feeds should be open to all. Open to all? But then terrorists, stalkers, spousal abusers etc will have access to the cameras. Yes, but these people could already go down and view the street. By making the camera system open it also means that researchers, investigative journalists and lawyers could evaluate and monitor the performance of the data collection and algorithms to search and report on bias and inequality in enforcement. This should be a bigger conversation, not enough people are discussing the pros and cons.

Questions

  • People hate speed cameras/red light cameras, this is just bad.

People who speed and go through red lights hate those cameras.

  • Bicyclists and buses suck

Ok

  • How would you get license plates?

The current DOT cameras are connected via Stealth Communication Inc which feeds fiber optics to each camera. The cameras installed are already capable of sufficient video resolution to detect license plates, the DOT has just decided not to broadcast higher resolution video.

  • In the video why aren’t the detection boxes around all the cars? Why didn’t cars on the sidewalk get boxes?

The algorithm isn’t perfect and was a quick first attempt. So there is a lot of improvement to further identify other types of vehicles. The training data was only vehicles front and backs, so the algorithms isn’t trained to identify the sides of vehicles.

  • In the video there is a scene when rain covers the lens and the algorithm thinks there are cars all over the road

See above, the algorithm is only a first implementation. But this is a real world concern and something to think about for a solution at scale. If the camera can’t see than the system doesn’t work. For the data represented here the time when the image was covered in rain represented a small portion of the total time and doesn’t significantly affect the results.

  • Doesn’t NYC need NY State to install traffic cameras? If so, is this whole idea dead in the water?

NY State sets out the traffic law for the state. So yes, in order to give automated tickets New York State has to approve certain installations. However, the DOT can install as many cameras as it wants. And I believe that the NYPD can, within the current law, issue tickets to motorists for violations they witness through cameras. So I think the system can be architected so as to not require NY State approval.

  • Why not just build protected bike lanes and protected bus lanes and stops?

Yes. We should do that. But that infrastructure might be even more expensive. And cars still find ways to block protected bike lanes and block protected bus stops.

  • Why is the data for only 10 days? Why is this only one camera?

For the 10 days of video my computer recorded over 800,000 images.

It took Amazon AWS p2.xlarge instances running the model take .3 seconds per image. This means it took days and approximately $65 to process the 10 days worth of images. However, the cost is not linear so a greater number of cameras would be cheaper per camera to process.

In short, while it is much cheaper than employing thousands of police officers, it still costs some money to run the algorithms and collect the data.

  • Don’t these cameras already exist?

There are already some bus lane cameras. There are also some red light and speed cameras. They are few and far between. They are also entirely closed. I.e. we the people have no way of determining their number, their algorithms, their efficacy, their equality etc.

If these cameras are on 145th and Saint Nicholas then they are not working. That much should be obvious.

  • What other violations could this setup catch? What other things could you do?

Count traffic, vehicle speed, pedestrians, bicyclists etc.

Trucks over 53’ https://twitter.com/illegal53NYC

Are building owners or store owners shoveling the sidewalks? In time?

Should we send out snow trucks to every street? Or deploy them to streets that video can verify have snow blocking them. Same for street cleaning. Should street cleaning happen even if the streets are clean? Trash pickup?

Congestion pricing requires determining where vehicles are in the city and at what time in order to apply surcharges.

TLC violations. The taxi and limousine commission has a great program, http://www.nyc.gov/html/tlc/html/passenger/sub_consumer_compl.shtml, in which you can submit a picture of a offending vehicle, say a taxi in a bike lane, and the TLC will after a process fine the driver. Why shouldn’t this exist citywide for all vehicles?

Technical

The github page has all the code.

Some general things learned.

  1. The cameras are low resolution 352x240 CIF CTV and update at a framerate of ~1 fps.
  2. My Intel Core i7–4770K took about 24 hours to retrain the last layer of the model. I thought it would take longer and I would need to use cloud GPU’s.
  3. Tensorflow was really easy to get started using. I had taken some Machine Learning classes 8 years ago and things are getting easier and easier to get started.
  4. I had 800,000 images to process with the model to look for vehicle positions. Each 352x240 image took 5 seconds to analyze on my Intel Core i7–4770K CPU only. I thought it would be faster. I ended up using Amazon AWS p2.xlarge with 1 Nvidia K80 and it took .3 seconds per image. I also thought that would be faster. Side note: I tried to use google cloud but their response time in authorizing my account for ML usage was 2 days. I gave up after 12 hour and switched to Amazon who approved my GPU usage after 10 minutes.
  5. As you can see in the code the determining of whether or not the vehicle is in breach of the traffic law was not done with machine learning. Instead I just drew a simple polygon representing bus and bike lanes and counted a vehicle as blocking if it was the correct type of vehicle, i.e. not a bus, and whether the center of the vehicle was in the lane.
  6. I considered training the algorithm to try to spot bike lanes and bus stops and do its own determination. But I was concerned that with the street markings barely visible it would be very difficult. So instead, I just drew the lanes because I could visit the street and determine the actual markings. If this was to be used at scale there might have to be a manual portion of drawing or determining the lanes/stops and mapping that to pixels.
  7. I want to take a look at using YOLO for object detection.
  8. Specific semantics for certain vehicles- I tried annotating the images with identifiers for further subsets of vehicles such as taxis, ups trucks, or police cars with less impressive results. I will have to use embeddings to further classify the types of vehicles.
  9. I purchased a Movidius Tensor Compute stick and want to experiment running the detection in realtime on board a low power system suitable for mounting to a street pole and running off solar.

Published by HackerNoon on 2018/02/21