Capstone2021 / Issue-Only

0 stars 0 forks source link

Augmenting Self-Driving with Remote Control: Challenges and Directions #37

Open vincentk21 opened 3 years ago

vincentk21 commented 3 years ago

Title

Augmenting Self-Driving with Remote Control: Challenges and Directions

URL

https://dl.acm.org/doi/10.1145/3177102.3177104

Summary

Talks about using people with remotes to control self driving cars when the cars are not able to navigate themselves. This would be a solution much down the line where people have forgotten how to drive.

Key Points

Citation

@inproceedings{10.1145/3177102.3177104, author = {Kang, Lei and Zhao, Wei and Qi, Bozhao and Banerjee, Suman}, title = {Augmenting Self-Driving with Remote Control: Challenges and Directions}, year = {2018}, isbn = {9781450356305}, publisher = {Association for Computing Machinery}, address = {New York, NY, USA}, url = {https://doi.org/10.1145/3177102.3177104}, doi = {10.1145/3177102.3177104}, abstract = {Self-driving or autonomous vehicle systems are being designed over the world with increasing success in recent years. In spite of many advances so far, it is unlikely that such systems are going to ever achieve perfect accuracy under all conditions. In particular, occasional failures are anticipated when such vehicles encounter situations not observed before, or conflicting information is available to the system from the environment. Under such infrequent failure scenarios, the research community has so far, considered two alternatives -- to return control to the driver in the vehicle, which has its own challenges and limitations, or to attempt to safely "park" the vehicle out of harm's way. In this paper, we argue that a viable third alternative exists -- on failure of the self-driving function in the vehicle, the system could return control to a remote human driver located in response centers distributed across the world. This remote human driver will augment the self-driving system in vehicles, only when failures occur, which may be due to bad weather, malfunction, contradiction in sensory inputs, and other such conditions. Of course, a remote driving extension is fraught with many challenges, including the need for some Quality of Service guarantees, both in latency and throughput, in connectivity between the vehicles on the road and the response center, so that the remote drivers can react efficiently to the road conditions. To understand some of the challenges, we have set up real-time streaming testbed and evaluate frame latency with different parameter settings under today's LTE and Wi-Fi networks. While additional optimization techniques can be applied to further reduce streaming latency, we recognize that significant new design of the communication infrastructure is both necessary and possible.}, booktitle = {Proceedings of the 19th International Workshop on Mobile Computing Systems & Applications}, pages = {19–24}, numpages = {6}, keywords = {remote control, live streaming, self-driving car}, location = {Tempe, Arizona, USA}, series = {HotMobile '18} }

Repo link