Duke University Engineers Say Machine Learning Can Help Detect Drones In Cities 

Detecting-drones-in-cities-is-tough--Duke-engineers-say-machine-learning-can-help

As drones become more popular and more worrisome from a security standpoint, many projects have sought to engineer systems to spot them. During his time as a Defense Advanced Research Projects Agency (DARPA) program manager, Jeffrey Krolik, professor of electrical and computer engineering at Duke University, launched one such project called “Aerial Dragnet.” Using a network of drones hovering above a cityscape or other large, developed area in need of defence, multiple types of sensors would peer down into the city’s canyons and pick out any drones. The project has recently successfully concluded with an urban test in Rossyln, Virginia, but challenges remain in discriminating drones from urban “clutter.”

Funded by DARPA, Krolik is turning to radar, machine learning and specialised hardware to make a drone surveillance system with sufficient range to allow drones to be detected and stopped before they reach a protected area in a city.

“Systems exist that can detect the signals used to control off-the-shelf drones, but they tend to be pretty expensive and there are already commercial drones that can be flown autonomously without any radio control at all,” said Krolik. “We need detection systems that can spot these things wherever and whenever they’re airborne, regardless of how they’re being controlled.”

Also Read: The AI Arms Race

While a computer can be trained to visually spot a drone, an optical system would have a very limited range. A telescopic lens could be used, but then its field of view would be greatly constrained. Instead, Krolik is turning to radar. But the 1940s technology is getting a 2020s upgrade with the help of a type of machine learning called Deep Neural Networks (DNN).

Krolik’s idea is to set up a radar antenna to scan the area of urban landscape under surveillance. Over the course of a few days or weeks, in the absence of drones, the DNN trains itself to differentiate between cars, bicycles, people and other objects by learning their kinematics, seen as “micro-Doppler” in the radar returns, as well as the paths they take moving through the space.

For help with the drone-spotting DNN algorithm, Krolik turned to Helen Li, the Clare Boothe Luce Professor of Electrical and Computer Engineering at Duke. DNNs essentially work by sliding a window over an image in a grid-like fashion, determining which feature is present in each window, and passing that information on to a new layer of data. The process repeats itself until the image is distilled into its most basic features that allow the program to categorize it.

DNNs are inevitably computationally dense programs that can tie up a traditional CPU for far longer than a drone surveillance system would require. The algorithm, however, can be sped up by breaking the tasks into pieces that can be processed simultaneously. A common choice for hardware to tackle this challenge are Graphics Processing Units (GPUs), which are specialized processors originally designed to accelerate graphics rendering that is also useful for machine learning, video editing and gaming applications.

But anyone who has ever compiled an hour-long video or lost track of time gaming knows that GPUs produce a lot of heat by consuming a lot of power. To make their drone detection system more efficient, Li instead turned to Field Programmable Gate Arrays (FPGAs).

“While a GPU is super powerful, it’s also wasteful,” said Li. “We can instead make an application-specific design that is just right for radar signal processing.”

As the name implies, FPGAs can be designed and redesigned to process certain tasks more efficiently by hardwiring some of the computation into the device itself. This allows computer scientists to be surgical with how much computational power to provide each aspect of the algorithm.

“An FPGA can be optimised for a specific neural network model without having to support any other models in different configurations and sizes,” continues Li, who helped start the trend of using FPGAs for machine learning applications. “And where typical codes first have to go through an operating system and compilers before reaching the hardware, our approach essentially implements the DNN algorithm directly on the FPGA boards.”

The result is a system that not only spots drones with 98 per cent accuracy, but a system that also consumes 100 times less energy than a similar GPU-based system would, all while maintaining the performance and speed required to work in real-time.

Krolik and Li think the results so far are promising, and DARPA thinks so too. After completing the first half-million-dollar phase of the project and presenting their results, the project was funded for a second half-million-dollar grant over nine months.