Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some highlights on the winning teams are below.

1st Prize: Team Planet

Participating in Akraino 5G MEC Hackathon is an extraordinary experience for us.

After brainstorming at the beginning, we decided on the direction of our exploration: adopting the edge computing paradigm to mitigate the privacy issue of surveillance in the smart city. The foundation of smart city applications is the enormous amount of data collected from physical space. However, pervasive sensing also raises privacy concerns as the collected data may be highly sensitive. Even worse, the massive adoption of cloud computing in smart city applications makes sensitive data generally processed by the untrusted service provider on untrusted infrastructure. We argue that edge computing is capable of mitigating existing privacy issues as it could provide a different trust model to the smart city applications.

To instantiate our thought, we designed the driven scenario as a privacy-preserving video surveillance application in a meeting room. Video surveillance is commonly used in mission-critical spaces for security and safety purposes, like theft protection, environmental safety monitoring, and emergency response. However, on the other hand, video footage of public physical space is also highly sensitive. Residents are usually reluctant to let the video footage be reviewed or stored unless there is a real emergency or anomaly. So we designed our application, which first sends captured video to trust edge infrastructure to detect if there is an abnormal situation. Only the photos reflect the anomaly will be shared with the space manager on the cloud and be stored. In our proof-of-concept prototype, we define the abnormal condition as higher-than-expected occupancy in a room.

To implement the prototype, we leveraged the edge computing platform provided by MobiledgeX. It gives us a convenient way to deploy a containerized application to an edge infrastructure nearby. We deployed an open-source face recognition at the edge. We then implemented a Python program on a laptop to make it function as a video surveillance camera by using its webcam. The laptop keeps capturing the pictures, sending them to the edge, and calling the face detection algorithm to count the people in the room. If the occupancy is higher than a certain threshold, the image is sent to the cloud and stored. Otherwise, the program drops the image.

During the final review and judging phase, judges and audiences gave a lot of helpful comments and feedback. We together discussed topics like the scenarios that edge infrastructure is trusted, the capability of enhancing this application using trusted hardware, and how to extend this use case to other situations like controlling the activation of voice assistants.

In this hackathon, we not only learned more knowledge about edge computing but also got hands-on experience on real-world edge computing platforms and opportunities to build connections to the open-source community. Thank you, Akraino, for hosting this fantastic hackathon event. Thank you, Vikram and Bruce from MobiledgeX, for providing the edge computing platform and all the kind supports. Finally, a big thank you to everyone in this hackathon, for sharing your brilliant ideas and insights. We hope there will be more events like Akraino 5G MEC Hackathon that provides students opportunities to learn more about critical and cutting-edge technologies.

2nd Prize: Team BlueHat

When four of us read through the hackathon prompt, we thought to ourselves: how could we leverage a smart city's sensor network to produce real impact? Our experience living in the city drew our attention to city traffic: very often we see an emergency vehicle, such as a fire truck and an ambulance, getting stuck at a red light behind a long line of cars. If the line was short, cars in front would notice the emergency vehicle behind and would actively run the red light to let the emergency vehicles pass the intersection. However, running a red light is inherently dangerous. In addition, when the line of cars becomes long under heavy traffic, the cars in front would often not be able to notice the emergency vehicles stuck way back. Therefore, we realized that an infrastructure-level solution is needed and developed Smart-city Emergency Express (S.E.E.), a traffic control system for smart cities. Using S.E.E., traffic lights can actively detect emergency on the streets and if those vehicles are found, they automatically switch to green lights for them to pass. The overall hackathon experience was exciting and fun. We have posted our code on Github. Thank you Akraino for the recognition of our work and hosting this meaningful hackathon! - Team BlueHat

...