We have several research projects across control, robotics, and information theory domains. The following diagram tries to capture our research trajectories and the story behind individual research projects. We hope the diagram is helpful in navigating through various exciting projects currently going on in our lab.

Communication theory for real-time systems
We are interested in the interface between control and information theory. In the case of designing an optimal controller for a platoon of agents which are allowed to communicate information about their states with one another, it is assumed that the channels over which this information is transmitted are precise (the values are real numbers). This does not apply to real-world applications where digital communications (quantized information) are utilized. By applying techniques from information theory, we can generate controllers which account for communication architecture in addition to maintaining stable control.
The figure below shows an impact of control-communication co-design applied to a platoon of vehicles. The 64-bps and 32-bps communication structures both rely on 128-bps to be sent/received per vehicle and result in similar string stabilities (Σ x^TQx), but the 64-bps model utilizes more inputs or “fuel” (Σ |u|^2).

Information Theory and Path Planning
We develop motion planning algorithms that enable “minimum sensing navigation.” In many robot navigation tasks, perception (sensing and data processing) is an expensive process. A natural approach to mitigating the perception cost is to generate a motion plan that is executable with minimum sensing effort. For example, the shortest path from the origin to the destination may not be the easiest path to follow – maybe you have to go through a narrow and uncertain passage (Path A in the following video) that requires extensive use of sensors. If the required perception cost is excessive, it makes more sense to choose an alternative, longer path that goes through a wide-open area (Path B in the video). Such a path may be followed with a moderate sensing effort, and the required perception cost can be saved.
To let our motion planning algorithm discover a path like B, we do not use the conventional Euclidean distance metric to measure the path length. Alternatively, we embed a non-Euclidean, information-geometric “distance” notion in which Path B looks shorter than Path A. The invention of such a “distance” notion is the core of our research contribution. To discover the shortest path with respect to this new “distance” function, we have developed RRT*- and PRM*-based numerical shortest path solvers thus far.
Stochastic dynamic traffic planning
Traffic networks are difficult to accurately model as they are complex systems dependent upon a large number of variables. For example, consider how many drivers travel in and around Austin on any given day, and note that every driver behaves differently. Furthermore, accurate traffic network models must also be able to capture their time-varying nature (consider the difference in traffic density between rush hour and the middle of the night), which adds additional complexity.
To model realistic traffic networks, we use path integral control which allows us to use Monte Carlo sampling in order to capture the variations in the conditions on the traffic network in a computationally tractable manner. Through this approach, we can quickly model complex traffic networks while accounting for varying road sizes, speed limits, and user demand. Furthermore, the robustness of path integral control allows us to define costs that can be arbitrarily complex. In the following example, we consider that the objective of the ride-hailing provider is to minimize the total traffic delay for their users; however, it is also possible to incorporate additional costs such as tolls to examine driver behavior in various situations.
In Figure 1, we show a traffic network where there are two possible input locations, nodes A and B, with two corresponding output locations, nodes C and D. The problem of the ride-hailing provider is how to route its demand along the links to ensure that the users reach their desired output while simultaneously minimizing the total traffic delay incurred across all users. The routing problem for the ride-hailing provider is complicated by the presence of additional uncontrolled vehicles that behave stochastically along the network. The ride-hailing provider uses the path integral control framework to account for this stochasticity when synthesizing its routing strategy. In this example, we randomize the initial densities on each route and consider that the demand of the ride-hailing provider for each input-output pair dynamically changes over the planning horizon. Figure 2 shows the resulting density on the uppermost edges over the course of the time horizon. The large spike at edge 23 is due to merging traffic from the split below.


Privacy and Security in Control
Cloud-based control is a popular platform in recent years. This motivates us to tackle the confidentiality issues that naturally arise from the use of such shared networks. We investigate both cryptographic (homomorphic encryption) and non-cryptographic (differential and information-theoretic privacy) security measures. We are interested in the security-enhanced networked control system and its performance compared to its counterpart. Figures below show demonstrations of a simple encryption-based control using homomorphic encryption. In this case, the controller (i.e. cloud computing base) itself cannot interpret the incoming data but can perform the evaluation of linear control law blindfolded, thus reducing the risk of data leakage. Recent developments in Fully Homomorphic Encryption may allow for more sophisticated control to be executed privately.
The first figure below describes a simple PID control over homomorphic encryption.
The second photo below shows a physical demonstration of an inverted pendulum stabilized over a Partially Homomorphic Encrypted controller.

