Projects

 

[VPI]

VPI is a set of vehicle programming interfaces for vehicle computing, which refers to the enabling technologies that allow computing to be performed on connected vehicles (CV), where CV serves as a mobile computation platform.  

[ICAT]

ICAT is an indoor connected and autonomous testbed for vehicle computing. ICAT is a platform that not only tackles the unique challenges of indoor autonomous driving but also innovates vehicle computing with C-V2X communication. Moreover, ICAT leverages digital twins through CARLA and SUMO simulations, facilitating both centralized and decentralized autonomy deployments.

[autoVAPS]

AutoVAPS is an IoT-Enabled public safety service which integrates body-worn cameras and other sensors on the vehicle for public safety. In AutoVAPS, we propose a reference architecture that consists of the data layer for data management, the model layer for edge intelligence, and the access layer for privacy-preserving data sharing and access. Object detection is implemented as a case study of AutoVAPS. (NIST Imagery Dataset for Public Safety)

[CaVBench]

CAVBench is a benchmark suite to evaluate the connected and autonomous vehicles (CAVs) computing platforms performance. It takes six diverse real-world on-vehicle applications as evaluation workloads. We collect four real-world datasets for CAVBench as the standard input to the six application including three types data: image, audio, and text. And CAVBench has two categories of output metrics, the execution time breakdown and service-resource utilization curve (QoS-RU curve) for each application.

[OpenVDAP]

We are developing on an open vehicular data analytics platform (OpenVDAP), which consists of four components: heterogeneous vehicle computing unit (VCU), operation system (EdgeOSv), driving data collector and integrator (DDI), and application library (libvdap).

[Firework]

Firework is a framework for big data processing and sharing among multiple stakeholders in collaborative edge environment, in which data are owned by multiple stakeholders, and is rarely shared due to various reasons, such as security concern and privacy issue. Thought the Firework interfaces, the programmer can easily and fastly develop the application on the edge by only implementing the functions and setting up the configuring of the application.

[E2m]

E2M is an energy-efficient middleware software stack for autonomous mobile robots. First, E2M regulates the access of different processes to sensor data, e.g., camera frames. Second, based on a predefined per-process performance metric (e.g., safety, accuracy) and desired target. Third, E2M coordinates the execution of the concurrent processes to maximize the total contiguous sleep time of the computing hardware for maximized energy savings.

[SafeShareRide]

An edge-based attack detection in ridesharing services, namely SafeShareRide, which can detect dangerous events happening in the vehicle in near real time. The detection of SafeShareRide consists of three stages: speech recognition, driving behavior detection, and video capture and analysis. We implemented SafeShareRide system by leveraging open source algorithms.

[clone]

This research investigates how to deploy advanced machine learning algorithms, especially deep learning algorithms on heterogeneous resource-constrained edge devices. It further studies efficient communication protocols on multiple edge devices and strategies to support accuracy, performance, personalization, and privacy. The developed framework will support collaborative and federated learning on a cluster with dynamical joining and leaving of edge devices.

[pbeam]

pBEAM is a collaborative cloud-edge computation system for personalized driving behavior modeling. The driving behavior model is built on top of Generative Adversarial Recurrent Neural Networks, which adapts to the dynamic change of normal driving. Transfer learning from cloud to edge improves the model performance and robustness on the edge. Experimental results on driving data from both real world and driving simulator show that the proposed algorithm achieves the best performance among all the methods.

[openei]

OpenEI, an Open Framework for Edge Intelligence, is a lightweight software platform to equip the edge with intelligent processing and data sharing capability. The goal of OpenEI is that any hardware, ranging from Raspberry Pi to a powerful Cluster, will become an intelligent edge after deploying OpenEI. Meanwhile, the EI attributes, accuracy, latency, energy, and memory footprint, will have an order of magnitude improvement comparing to the current AI algorithms running on the deep learning package.

 

[hydraone]

HydraOne is a hardware-software co-design platform built from scratch based on our experience with the requirements of edge computing research problems.We present the design and implementation details and discuss three key characteristics of HydraOne: design modularization, resource extensibility and openness, as well as function isolation.