Autonomous Driving Using AI

Premium Vector | Car modern interior, cockpit view inside. illustration. artificial intelligence.

Tech companies and the auto industry are working hard in tandem to make autonomous driving a reality by the early 2020s. Driverless cars with various levels of human participation will roll out in stages over the next few years, with fully-autonomous SAE Level 5 driving on the scene by 2030.

Today, most automotive manufacturers have achieved Level 2 assisted driving where the car can manage simple scenarios, like active lane centering and parking assistance, itself. Fewer manufacturers provide Level 3 autonomous driving where the car can autonomously navigate a traffic jam or roadways to a destination. For both levels, human drivers can take the wheel if they choose.

Everything to know about the future of self-driving cars - Maclean's

The limitations of AI that prevent advancement to fully-autonomous driving

From an engineering standpoint, Level 3 autonomous driving is powered by two things: hard-coded structured programming models mostly written for embedded systems and deterministic rules that make decisions supported by neural networks.

These two things combine to build AI driving agents, but with at least five important limitations:

  1. Lack of perception and behavior intelligence compared to humans. Unlike existing AI agents trained with machine learning (ML), humans don’t need thousands of images of trees, for example, to recognize a tree or identify a driving situation.
  2. Low accuracy performance. With existing tools, the probability of steering accuracy decreases as more autonomous driving functions and components get added. The complex real driving system will deliver only about 60 to 70 percent accuracy performance on motion control for steering and acceleration, well short of what’s required for fully autonomous driving.
  3. Inability to cope well with complexity. Deterministic rules are usable in closed environments, such as a contained driving course, but can’t capture the complexity of real-world driving situations.
  4. Require too much data. Usually ML models require enormous amounts of data, which are too expensive and difficult to collect and move over existing corporate networks.
  5. Take up too much run-time, CPU/GPU processing and address exabytes of storage resources. It takes a lot of time and power to process the large volumes of automotive data and learn from them – and that’s often not cost-effective.

For the industry to evolve toward fully-autonomous driving, technologists have to develop an AI model that mirrors human driving behavior. In doing so, we need to guarantee a deterministic behavior that always produces the same result from the same input. The industry needs a new approach.

The big question then remains: How will the car act autonomously and intelligently in real time, in the real world?

We believe a big part of the answer lies in adapting knowledge of the human brain to AI – and we have drawn much of the inspiration for our new approach from brain science research conducted by Danko Nikolic at the Frankfurt Institute for Advanced Studies (FIAS) in Germany .

Adapting innovative brain research to AI and the production of fully autonomous vehicles has emerged as one of the more exciting technology innovation breakthroughs we’ve seen in the past couple of years.

While it will take time, the benefits to society of producing self-driving vehicles – and simply learning more about how the brain works along the way – holds great promise for human progress.

Ways to better data processing in Self-Driving Cars

autonomous vehicle development

Autonomous cars promise to change the face of transportation, offering many more mobility options for individual motorists and companies alike. In moving forward with this new technology, our automotive clients have a very important challenge to overcome: processing the petabytes of data that gets collected during the development and testing of autonomous driving systems.

KPIs have always been important to car makers. They are necessary to attain road approvals and to track key competitive differentiators. With autonomous cars, however, car makers are accumulating – and must find ways to process and manage – 10, 20, sometimes 30 times the data as before.

As a result, they need much more efficient data analysis tools that can help them analyze the data for the specific autonomous car KPIs they are looking for. To make this happen, they need to take the following four steps:

  1. Make sure the car’s sensors are working. There are typically eight to 12 sensor systems in an autonomous vehicle test car. It’s important to look at the data at the very beginning of the workflow by checking the KPIs to ensure that the system works properly. Some of the KPIs car testers evaluate include the following: vehicle operations, safety, environmental impact and in-car network efficiency.
  2. Scale the workflow to process the data. Traditional architectures of automotive frameworks are not suited for the large-scale data processing workloads required for testing the algorithms used in autonomous car tests. In using traditional data storage methods, vehicle test data gets stored in NAS-based storage and gets then transferred to workstations, where engineers test algorithms under development. This process has two downsides:
    • Large amounts of data must be moved, requiring considerable time and network bandwidth.
    • Individual workstations do not offer the massive computing power required to return test results fast enough.

    Today, testers are extracting each frame of video data with its associated Radar, Lidar and sensor data by using open source Hadoop. The major benefit of Hadoop is that it scales processing and storage to hundreds of petabytes. This makes it a perfect environment for testing autonomous driving systems.

  3. Make the most of data analytics. In processing petabytes of automotive data, we have to look at how we present the data to higher level services. New data analysis tools can read different automotive formats to give us proper levels of access to the metadata and data. For example, say we have 700 video recordings, we now have tools that can pinpoint footage from the front-right camera alone to show how the car performed making right-hand turns. We can also use the footage to determine the accuracy of a model depicting the autonomous car’s perception of its ambient physical surroundings .
  4. Run the data analysis. In the end, we want to use data analysis tools to give R&D engineers a complete view of how the car has performed in the field. We want to generate information on how the systems will react under normal driving conditions.

Overcoming these data analysis challenges is critical. Manufacturers can’t obtain permits for releasing their cars until they can show that the cars performed up to certain standards in road tests. And when autonomous cars do start to hit the roadways in the next few years, auto manufacturers might need the KPIs they generated in testing. A few accidents are inevitable and, when questions arise, car makers can use KPIs to show the authorities, insurance companies and the general public how the cars were tested and that proper due diligence was performed.

Right now, there’s some distrust among the driving public of autonomous cars. It will take a massive public relations effort to convince consumers that autonomous cars are safer than traditional manually-driven cars. But proving that case all starts with the ability to process the data more efficiently

Autonomous cars promise to change the face of transportation, offering many more mobility options for individual motorists and companies alike. In moving forward with this new technology, our automotive clients have a very important challenge to overcome: processing the petabytes of data that gets collected during the development and testing of autonomous driving systems.

KPIs have always been important to car makers. They are necessary to attain road approvals and to track key competitive differentiators. With autonomous cars, however, car makers are accumulating – and must find ways to process and manage – 10, 20, sometimes 30 times the data as before.

self-driving vehicle technology

As a result, they need much more efficient data analysis tools that can help them analyze the data for the specific autonomous car KPIs they are looking for. To make this happen, they need to take the following four steps:

  1. Make sure the car’s sensors are working. There are typically eight to 12 sensor systems in an autonomous vehicle test car. It’s important to look at the data at the very beginning of the workflow by checking the KPIs to ensure that the system works properly. Some of the KPIs car testers evaluate include the following: vehicle operations, safety, environmental impact and in-car network efficiency.
  2. Scale the workflow to process the data. Traditional architectures of automotive frameworks are not suited for the large-scale data processing workloads required for testing the algorithms used in autonomous car tests. In using traditional data storage methods, vehicle test data gets stored in NAS-based storage and gets then transferred to workstations, where engineers test algorithms under development. This process has two downsides:
    • Large amounts of data must be moved, requiring considerable time and network bandwidth.
    • Individual workstations do not offer the massive computing power required to return test results fast enough.

    Today, testers are extracting each frame of video data with its associated Radar, Lidar and sensor data by using open source Hadoop. The major benefit of Hadoop is that it scales processing and storage to hundreds of petabytes. This makes it a perfect environment for testing autonomous driving systems.

  3. Make the most of data analytics. In processing petabytes of automotive data, we have to look at how we present the data to higher level services. New data analysis tools can read different automotive formats to give us proper levels of access to the metadata and data. For example, say we have 700 video recordings, we now have tools that can pinpoint footage from the front-right camera alone to show how the car performed making right-hand turns. We can also use the footage to determine the accuracy of a model depicting the autonomous car’s perception of its ambient physical surroundings .
  4. Run the data analysis. In the end, we want to use data analysis tools to give R&D engineers a complete view of how the car has performed in the field. We want to generate information on how the systems will react under normal driving conditions.

Overcoming these data analysis challenges is critical. Manufacturers can’t obtain permits for releasing their cars until they can show that the cars performed up to certain standards in road tests. And when autonomous cars do start to hit the roadways in the next few years, auto manufacturers might need the KPIs they generated in testing. A few accidents are inevitable and, when questions arise, car makers can use KPIs to show the authorities, insurance companies and the general public how the cars were tested and that proper due diligence was performed.

Right now, there’s some distrust among the driving public of autonomous cars. It will take a massive public relations effort to convince consumers that autonomous cars are safer than traditional manually-driven cars. But proving that case all starts with the ability to process the data more efficiently

error: Content is protected !!