Radar Sensing and Communication
Contributors: Sumit Roy, Xiangyu Gao, Sian Jin
Radar Object Recognition
- Publications: Radar Object Recognition
Millimeter-wave (mmW) radars are being increasingly integrated into commercial vehicles to support new advanced driver-assistance systems (ADAS) by enabling robust and high-performance object detection, localization, as well as recognition – a key component of new environmental perception.
We propose a novel radar multiple-perspectives convolutional neural network (RAMP-CNN) that extracts the location and class of objects based on further processing of the range-velocity-angle (RVA) heatmap sequences. To bypass the complexity of 4D convolutional neural networks (NN), we propose to combine several lower-dimension NN models within our RAMP-CNN model that nonetheless approaches the performance upper-bound with lower complexity.
Figure: test examples from the city road scenario; For each column, the top-row image is the synchronized camera image for visualization, the second-row image is the corresponding radar RA heatmap, and the bottom-row image is the visualization of the RAMP-CNN model results.
High-resolution Radar Imaging
- Publications: High-resolution Radar Imaging
A key shortcoming for present-day vehicular radar imaging is poor azimuth resolution (for side-looking operation) due to the form factor limits on antenna size and placement.
We propose a solution via a new multiple-input and multiple-output synthetic aperture radar (MIMO-SAR) imaging technique, that applies coherent SAR principles to vehicular MIMO radar to improve the side-view (angular) resolution. The proposed 2-stage hierarchical MIMO-SAR processing workflow drastically reduces the computation load while preserving image resolution. To enable coherent processing over the synthetic aperture, we integrate a radar odometry algorithm that estimates the trajectory of ego-radar.
Figure: MIMO-SAR imaging for roadside experiment 1. (a) The camera image for the imaging environment with two inclinedly parked cars; (b) The MIMO-SAR imaging result where we use two rectangles to cover the parked cars; (c) Range-angle map imaging for single-frame radar data.
Automotive Radar Test-bed
Vehicle Radar Testbed is a millimeter-wave (mm-wave) FMCW radar sensor that can be used to test the performance of signal processing algorithms and collect data in field tests. The testbed shown below consists of the AWR1642 BoosterPack and DCA1000EVM from Texas Instruments.
Features:
- Two available bandwidths: 76-77 GHz and 77-81GHz
- MIMO configuration: Four Receive antennas and two Transmit antennas with Time Division Modulation(TDM)
- Tx Power: 12dbm
- Rx Gain: 30dB
- C674x DSP for FMCW Signal Processing
The development of signal processing techniques along with progress in the mm-wave semiconductor technology plays a key role in automotive radar systems. Various signal processing techniques have been developed to provide better resolution and estimation performance in all measurement dimensions: range, azimuth angles, and velocity of the targets surrounding the vehicles.
Figure: (left) The lab-scale mmW radar test-bed; (right) The automotive radar test-bed accompanied by cameras mounted on a vehicle.
Radar-Comm Coexistence
Wireless mediums provide finite resources for the purposes of radar and data communications. Often, these two functions are at odds with one another and compete for these resources. The broad solution space to this problem encompasses cooperation or codesigning of systems with both radar and communications functions.
Automotive Applications: Integration of automotive radars with vehicle communication networks will play a key role in enabling various intelligent driver-assist functions, and ultimately autonomous vehicles. Rad-Comm coexistence is envisaged as a new approach for managing the multi-radar operation for improving radar functionality (e.g., avoiding multi-radar interference) via integration of vehicular networks (both V-2-V and V-2-I) in support.
ns-3 Scaling for Next G Wireless Networks (NSF CCRI)
Contributors: Sumit Roy, Tom Henderson, Sian Jin, Hao Yin, Liu Cao, Muyuan Shen, Jesse Chiu
- Project Links: ns-3 Scaling for Next G Wireless Networks (NSF CCRI)
This project intends to significantly upgrade the scalability of the wireless models of ns-3 to address the challenges posed by next-generation (dense, hetnets) wireless scenarios. The project also will support educational, training, and sustainment activities.
Efficient PHY Layer Abstractions
- Project Page: Efficient PHY Layer Abstractions
Packet-level wireless network simulators face escalating system dimensionalities resulting from dense deployment scenarios supporting wideband, Multi-Input Multi-Output (MIMO), Multi-User (MU) transmission. Managing the resulting network simulation complexity and achieving practical runtimes require continuing enhancements to physical (PHY) layer abstractions. This work improves the state-of-the-art PHY layer abstractions via a new computational workflow that maps extensive offline link simulation results for OFDM/OFDMA MIMO/MU-MIMO system performance over frequency-selective channels into Packet Error Ratio (PER) for network simulations. The proposed method is shown to require modest additional storage and the runtime is insensitive to the increase in system dimensionalities (e.g., MIMO dimensions, MU dimensions, etc.).
ns-3 WiFi PHY Error Models
- Technical Report: Technical report on validation of 802.11n error models
Industry practice relies on detailed custom-coded link-level simulations for WiFi over a suite of increasingly complex operational scenarios (e.g. inclusive of MIMO and non-AWGN channel conditions). In contrast, ns-3 network simulation relies on abstractions of the WiFi physical layer that are sufficiently accurate and are amenable to run-time integration. FUNLaB has led a sustained campaign of implementing link-to-system (L2S) mapping techniques that effectively capture the results from full link simulation. Details of our L2S methodology is available in numerous publications and simulation programs made freely available, allowing others to reproduce and extend the basic Look-Up Tables (LUT) representing the PHY error models. Over time, the WiFi PHY abstraction campaign has evolved to provide support for 802.11a OFDM, and SU-MIMO consistent with 802.11n/ac. Current efforts are focussed on extensions to MU-MIMO and OFDMA operation modes in 802.11ax.
Validation of Wi-Fi network simulation on ns-3
- Technical Report: Validation of Wi-Fi network simulation on ns-3
- Project Page: ns-3 11ax project
In this work, we provide a more thorough validation of the 802.11a OFDM ns-3 simulation model under a saturating load, and compare it with an analytical model of the DCF previously proposed. We provide throughput results for all 802.11a data rates, we explain the mathematical model employed and make our simulation programs publicly available for others to reproduce.
AI Frameworks in ns-3
ns3-ai offers an efficient solution to facilitate the data exchange between ns-3 and Python-based AI frameworks. It does not implement any specific AI algorithms. Instead, it focuses on enabling interconnectivity between Python and C++. By cloning or downloading our work and importing the relevant Python modules, you can seamlessly exchange data between ns-3 and your AI algorithms.
ns3-gym, developed by Telecommunication Networks Group (TKN) at TU Berlin, is another framework that integrates both OpenAI Gym and ns-3 in order to encourage usage of RL in networking research.
Simulation-based Analysis of Airborne Networks
Contributors: Jesse Chiu, Sumit Roy
This project intends to develop computational models to study and optimize the performance of networks between airborne platforms, such as drones, aircraft, and satellites. These networks are critical for applications like surveillance, communication relays, environmental monitoring, and emergency response. Simulation allows researchers to analyze network behavior under various conditions, such as changing altitudes, speeds, and weather influences, which are difficult to reproduce in real-world tests. Key areas of study include routing protocols, link reliability, network scalability, latency, and throughput.