-
Improving Traffic Signal Data Quality for the Waymo Open Motion Dataset
Authors:
Xintao Yan,
Erdao Liang,
Jiawei Wang,
Haojie Zhu,
Henry X. Liu
Abstract:
Datasets pertaining to autonomous vehicles (AVs) hold significant promise for a range of research fields, including artificial intelligence (AI), autonomous driving, and transportation engineering. Nonetheless, these datasets often encounter challenges related to the states of traffic signals, such as missing or inaccurate data. Such issues can compromise the reliability of the datasets and advers…
▽ More
Datasets pertaining to autonomous vehicles (AVs) hold significant promise for a range of research fields, including artificial intelligence (AI), autonomous driving, and transportation engineering. Nonetheless, these datasets often encounter challenges related to the states of traffic signals, such as missing or inaccurate data. Such issues can compromise the reliability of the datasets and adversely affect the performance of models developed using them. This research introduces a fully automated approach designed to tackle these issues by utilizing available vehicle trajectory data alongside knowledge from the transportation domain to effectively impute and rectify traffic signal information within the Waymo Open Motion Dataset (WOMD). The proposed method is robust and flexible, capable of handling diverse intersection geometries and traffic signal configurations in real-world scenarios. Comprehensive validations have been conducted on the entire WOMD, focusing on over 360,000 relevant scenarios involving traffic signals, out of a total of 530,000 real-world driving scenarios. In the original dataset, 71.7% of traffic signal states are either missing or unknown, all of which were successfully imputed by our proposed method. Furthermore, in the absence of ground-truth signal states, the accuracy of our approach is evaluated based on the rate of red-light violations among vehicle trajectories. Results show that our method reduces the estimated red-light running rate from 15.7% in the original data to 2.9%, thereby demonstrating its efficacy in rectifying data inaccuracies. This paper significantly enhances the quality of AV datasets, contributing to the wider AI and AV research communities and benefiting various downstream applications. The code and improved traffic signal data are open-sourced at https://github.com/michigan-traffic-lab/WOMD-Traffic-Signal-Data-Improvement
△ Less
Submitted 8 June, 2025;
originally announced June 2025.
-
Towards provable probabilistic safety for scalable embodied AI systems
Authors:
Linxuan He,
Qing-Shan Jia,
Ang Li,
Hongyan Sang,
Ling Wang,
Jiwen Lu,
Tao Zhang,
Jie Zhou,
Yi Zhang,
Yisen Wang,
Peng Wei,
Zhongyuan Wang,
Henry X. Liu,
Shuo Feng
Abstract:
Embodied AI systems, comprising AI models and physical plants, are increasingly prevalent across various applications. Due to the rarity of system failures, ensuring their safety in complex operating environments remains a major challenge, which severely hinders their large-scale deployment in safety-critical domains, such as autonomous vehicles, medical devices, and robotics. While achieving prov…
▽ More
Embodied AI systems, comprising AI models and physical plants, are increasingly prevalent across various applications. Due to the rarity of system failures, ensuring their safety in complex operating environments remains a major challenge, which severely hinders their large-scale deployment in safety-critical domains, such as autonomous vehicles, medical devices, and robotics. While achieving provable deterministic safety--verifying system safety across all possible scenarios--remains theoretically ideal, the rarity and complexity of corner cases make this approach impractical for scalable embodied AI systems. To address this challenge, we introduce provable probabilistic safety, which aims to ensure that the residual risk of large-scale deployment remains below a predefined threshold. Instead of attempting exhaustive safety proof across all corner cases, this paradigm establishes a probabilistic safety boundary on overall system performance, leveraging statistical methods to enhance feasibility and scalability. A well-defined probabilistic safety boundary enables embodied AI systems to be deployed at scale while allowing for continuous refinement of safety guarantees. Our work focuses on three core questions: what is provable probabilistic safety, how to prove the probabilistic safety, and how to achieve the provable probabilistic safety. By bridging the gap between theoretical safety assurance and practical deployment, our work offers a pathway toward safer, large-scale adoption of embodied AI systems in safety-critical applications.
△ Less
Submitted 5 June, 2025;
originally announced June 2025.
-
Behavioral Safety Assessment towards Large-scale Deployment of Autonomous Vehicles
Authors:
Henry X. Liu,
Xintao Yan,
Haowei Sun,
Tinghan Wang,
Zhijie Qiao,
Haojie Zhu,
Shengyin Shen,
Shuo Feng,
Greg Stevens,
Greg McGuire
Abstract:
Autonomous vehicles (AVs) have significantly advanced in real-world deployment in recent years, yet safety continues to be a critical barrier to widespread adoption. Traditional functional safety approaches, which primarily verify the reliability, robustness, and adequacy of AV hardware and software systems from a vehicle-centric perspective, do not sufficiently address the AV's broader interactio…
▽ More
Autonomous vehicles (AVs) have significantly advanced in real-world deployment in recent years, yet safety continues to be a critical barrier to widespread adoption. Traditional functional safety approaches, which primarily verify the reliability, robustness, and adequacy of AV hardware and software systems from a vehicle-centric perspective, do not sufficiently address the AV's broader interactions and behavioral impact on the surrounding traffic environment. To overcome this limitation, we propose a paradigm shift toward behavioral safety, a comprehensive approach focused on evaluating AV responses and interactions within traffic environment. To systematically assess behavioral safety, we introduce a third-party AV safety assessment framework comprising two complementary evaluation components: Driver Licensing Test and Driving Intelligence Test. The Driver Licensing Test evaluates AV's reactive behaviors under controlled scenarios, ensuring basic behavioral competency. In contrast, the Driving Intelligence Test assesses AV's interactive behaviors within naturalistic traffic conditions, quantifying the frequency of safety-critical events to deliver statistically meaningful safety metrics before large-scale deployment. We validated our proposed framework using \texttt{Autoware.Universe}, an open-source Level 4 AV, tested both in simulated environments and on the physical test track at the University of Michigan's Mcity Testing Facility. The results indicate that \texttt{Autoware.Universe} passed 6 out of 14 scenarios and exhibited a crash rate of 3.01e-3 crashes per mile, approximately 1,000 times higher than average human driver crash rate. During the tests, we also uncovered several unknown unsafe scenarios for \texttt{Autoware.Universe}. These findings underscore the necessity of behavioral safety evaluations for improving AV safety performance prior to widespread public deployment.
△ Less
Submitted 30 May, 2025; v1 submitted 22 May, 2025;
originally announced May 2025.
-
RADE: Learning Risk-Adjustable Driving Environment via Multi-Agent Conditional Diffusion
Authors:
Jiawei Wang,
Xintao Yan,
Yao Mu,
Haowei Sun,
Zhong Cao,
Henry X. Liu
Abstract:
Generating safety-critical scenarios in high-fidelity simulations offers a promising and cost-effective approach for efficient testing of autonomous vehicles. Existing methods typically rely on manipulating a single vehicle's trajectory through sophisticated designed objectives to induce adversarial interactions, often at the cost of realism and scalability. In this work, we propose the Risk-Adjus…
▽ More
Generating safety-critical scenarios in high-fidelity simulations offers a promising and cost-effective approach for efficient testing of autonomous vehicles. Existing methods typically rely on manipulating a single vehicle's trajectory through sophisticated designed objectives to induce adversarial interactions, often at the cost of realism and scalability. In this work, we propose the Risk-Adjustable Driving Environment (RADE), a simulation framework that generates statistically realistic and risk-adjustable traffic scenes. Built upon a multi-agent diffusion architecture, RADE jointly models the behavior of all agents in the environment and conditions their trajectories on a surrogate risk measure. Unlike traditional adversarial methods, RADE learns risk-conditioned behaviors directly from data, preserving naturalistic multi-agent interactions with controllable risk levels. To ensure physical plausibility, we incorporate a tokenized dynamics check module that efficiently filters generated trajectories using a motion vocabulary. We validate RADE on the real-world rounD dataset, demonstrating that it preserves statistical realism across varying risk levels and naturally increases the likelihood of safety-critical events as the desired risk level grows up. Our results highlight RADE's potential as a scalable and realistic tool for AV safety evaluation.
△ Less
Submitted 6 May, 2025;
originally announced May 2025.
-
LightEMMA: Lightweight End-to-End Multimodal Model for Autonomous Driving
Authors:
Zhijie Qiao,
Haowei Li,
Zhong Cao,
Henry X. Liu
Abstract:
Vision-Language Models (VLMs) have demonstrated significant potential for end-to-end autonomous driving. However, fully exploiting their capabilities for safe and reliable vehicle control remains an open research challenge. To systematically examine advances and limitations of VLMs in driving tasks, we introduce LightEMMA, a Lightweight End-to-End Multimodal Model for Autonomous driving. LightEMMA…
▽ More
Vision-Language Models (VLMs) have demonstrated significant potential for end-to-end autonomous driving. However, fully exploiting their capabilities for safe and reliable vehicle control remains an open research challenge. To systematically examine advances and limitations of VLMs in driving tasks, we introduce LightEMMA, a Lightweight End-to-End Multimodal Model for Autonomous driving. LightEMMA provides a unified, VLM-based autonomous driving framework without ad hoc customizations, enabling easy integration and evaluation of evolving state-of-the-art commercial and open-source models. We construct twelve autonomous driving agents using various VLMs and evaluate their performance on the nuScenes prediction task, comprehensively assessing metrics such as inference time, computational cost, and predictive accuracy. Illustrative examples highlight that, despite their strong scenario interpretation capabilities, VLMs' practical performance in autonomous driving tasks remains concerning, emphasizing the need for further improvements. The code is available at https://github.com/michigan-traffic-lab/LightEMMA.
△ Less
Submitted 1 May, 2025;
originally announced May 2025.
-
Mcity Data Engine: Iterative Model Improvement Through Open-Vocabulary Data Selection
Authors:
Daniel Bogdoll,
Rajanikant Patnaik Ananta,
Abeyankar Giridharan,
Isabel Moore,
Gregory Stevens,
Henry X. Liu
Abstract:
With an ever-increasing availability of data, it has become more and more challenging to select and label appropriate samples for the training of machine learning models. It is especially difficult to detect long-tail classes of interest in large amounts of unlabeled data. This holds especially true for Intelligent Transportation Systems (ITS), where vehicle fleets and roadside perception systems…
▽ More
With an ever-increasing availability of data, it has become more and more challenging to select and label appropriate samples for the training of machine learning models. It is especially difficult to detect long-tail classes of interest in large amounts of unlabeled data. This holds especially true for Intelligent Transportation Systems (ITS), where vehicle fleets and roadside perception systems generate an abundance of raw data. While industrial, proprietary data engines for such iterative data selection and model training processes exist, researchers and the open-source community suffer from a lack of an openly available system. We present the Mcity Data Engine, which provides modules for the complete data-based development cycle, beginning at the data acquisition phase and ending at the model deployment stage. The Mcity Data Engine focuses on rare and novel classes through an open-vocabulary data selection process. All code is publicly available on GitHub under an MIT license: https://github.com/mcity/mcity_data_engine
△ Less
Submitted 30 April, 2025;
originally announced April 2025.
-
TeraSim: Uncovering Unknown Unsafe Events for Autonomous Vehicles through Generative Simulation
Authors:
Haowei Sun,
Xintao Yan,
Zhijie Qiao,
Haojie Zhu,
Yihao Sun,
Jiawei Wang,
Shengyin Shen,
Darian Hogue,
Rajanikant Ananta,
Derek Johnson,
Greg Stevens,
Greg McGuire,
Yifan Wei,
Wei Zheng,
Yong Sun,
Yasuo Fukai,
Henry X. Liu
Abstract:
Traffic simulation is essential for autonomous vehicle (AV) development, enabling comprehensive safety evaluation across diverse driving conditions. However, traditional rule-based simulators struggle to capture complex human interactions, while data-driven approaches often fail to maintain long-term behavioral realism or generate diverse safety-critical events. To address these challenges, we pro…
▽ More
Traffic simulation is essential for autonomous vehicle (AV) development, enabling comprehensive safety evaluation across diverse driving conditions. However, traditional rule-based simulators struggle to capture complex human interactions, while data-driven approaches often fail to maintain long-term behavioral realism or generate diverse safety-critical events. To address these challenges, we propose TeraSim, an open-source, high-fidelity traffic simulation platform designed to uncover unknown unsafe events and efficiently estimate AV statistical performance metrics, such as crash rates. TeraSim is designed for seamless integration with third-party physics simulators and standalone AV stacks, to construct a complete AV simulation system. Experimental results demonstrate its effectiveness in generating diverse safety-critical events involving both static and dynamic agents, identifying hidden deficiencies in AV systems, and enabling statistical performance evaluation. These findings highlight TeraSim's potential as a practical tool for AV safety assessment, benefiting researchers, developers, and policymakers. The code is available at https://github.com/mcity/TeraSim.
△ Less
Submitted 1 April, 2025; v1 submitted 5 March, 2025;
originally announced March 2025.
-
New insight into the Rapid Burster by Insight-HXMT
Authors:
Y. P. Chen,
S. Zhang,
S. N. Zhang,
L. Ji,
L. D. Kong,
P. J. Wang,
L. Tao,
M. Y. Ge,
C. Z. Liu,
F. J. Lu,
J. L. Qu,
T. P. Li,
Y. P. Xu,
X. L. Cao,
Y. Chen,
Q. C. Bu,
C. Cai,
Z. Chang,
G. Chen,
L. Chen,
T. X. Chen,
W. W. Cui,
Y. Y. Du,
G. H. Gao,
H. Gao
, et al. (70 additional authors not shown)
Abstract:
We report the timing and spectral analyses upon of the type II X-ray bursts from the Rapid Burster (MXB 1730--335) observed by Insight-HXMT and Swift/XRT. By stacking the long-duration bursts, we find for the first time that the hard X-rays are lagging than the soft X-rays by 3 seconds. However, such a lag is not visible for the short-duration bursts, probably because of the poor statistics. For a…
▽ More
We report the timing and spectral analyses upon of the type II X-ray bursts from the Rapid Burster (MXB 1730--335) observed by Insight-HXMT and Swift/XRT. By stacking the long-duration bursts, we find for the first time that the hard X-rays are lagging than the soft X-rays by 3 seconds. However, such a lag is not visible for the short-duration bursts, probably because of the poor statistics. For all bursts the energy spectrum is found to be non-thermal, thanks to the broad band coverage of Insight-HXMT. These findings put new insights into the type-II bursts and require a temporally showing-up corona for possible interpretation.
△ Less
Submitted 21 February, 2025;
originally announced February 2025.
-
Relativistic configuration-interaction and coupled-cluster calculations of Ir$^{17+}$ transition energies and properties for optical clock applications
Authors:
H. X. Liu,
Y. M. Yu,
B. B. Suo,
Y. F. Ge,
Y. Liu
Abstract:
The transition energies and properties of the Ir$^{17+}$ ion are calculated using the Kramers-restricted configuration-interaction (KRCI) and Fock-space coupled-cluster (FSCC) methods within the Dirac-Coulomb-Gaunt Hamiltonian framework. These calculations show several forbidden optical transitions between the $4f^{13}5s$ ground state and the $4f^{14}$ and $4f^{12}5s^2$ excited states, underscorin…
▽ More
The transition energies and properties of the Ir$^{17+}$ ion are calculated using the Kramers-restricted configuration-interaction (KRCI) and Fock-space coupled-cluster (FSCC) methods within the Dirac-Coulomb-Gaunt Hamiltonian framework. These calculations show several forbidden optical transitions between the $4f^{13}5s$ ground state and the $4f^{14}$ and $4f^{12}5s^2$ excited states, underscoring their potential as candidates for optical clock applications. Additionally, key properties of the ground and low-lying excited states are reported, including Lande $g_J$ factors, lifetimes, electric dipole polarizabilities, electric quadrupole moments, hyperfine structure constants, relativistic sensitivities, Lorentz-invariance coefficient tensor, and isotope shifts. The excellent agreement between the results from the KRCI and FSCC methods demonstrates the robustness of the calculations and confirms the reliability of the proposed clock transitions.
△ Less
Submitted 10 February, 2025; v1 submitted 3 February, 2025;
originally announced February 2025.
-
Automatic Calibration of Mesoscopic Traffic Simulation Using Vehicle Trajectory Data
Authors:
Ran Sun,
Zihao Wang,
Xingmin Wang,
Henry X. Liu
Abstract:
Traffic simulation models have long been popular in modern traffic planning and operation applications. Efficient calibration of simulation models is usually a crucial step in a simulation study. However, traditional calibration procedures are often resource-intensive and time-consuming, limiting the broader adoption of simulation models. In this study, a vehicle trajectory-based automatic calibra…
▽ More
Traffic simulation models have long been popular in modern traffic planning and operation applications. Efficient calibration of simulation models is usually a crucial step in a simulation study. However, traditional calibration procedures are often resource-intensive and time-consuming, limiting the broader adoption of simulation models. In this study, a vehicle trajectory-based automatic calibration framework for mesoscopic traffic simulation is proposed. The framework incorporates behavior models from both the demand and the supply sides of a traffic network. An optimization-based network flow estimation model is designed for demand and route choice calibration. Dimensionality reduction techniques are incorporated to define the zoning system and the path choice set. A stochastic approximation model is established for capacity and driving behavior parameter calibration. The applicability and performance of the calibration framework are demonstrated through a case study for the City of Birmingham network in Michigan.
△ Less
Submitted 18 January, 2025;
originally announced January 2025.
-
DECODE: Domain-aware Continual Domain Expansion for Motion Prediction
Authors:
Boqi Li,
Haojie Zhu,
Henry X. Liu
Abstract:
Motion prediction is critical for autonomous vehicles to effectively navigate complex environments and accurately anticipate the behaviors of other traffic participants. As autonomous driving continues to evolve, the need to assimilate new and varied driving scenarios necessitates frequent model updates through retraining. To address these demands, we introduce DECODE, a novel continual learning f…
▽ More
Motion prediction is critical for autonomous vehicles to effectively navigate complex environments and accurately anticipate the behaviors of other traffic participants. As autonomous driving continues to evolve, the need to assimilate new and varied driving scenarios necessitates frequent model updates through retraining. To address these demands, we introduce DECODE, a novel continual learning framework that begins with a pre-trained generalized model and incrementally develops specialized models for distinct domains. Unlike existing continual learning approaches that attempt to develop a unified model capable of generalizing across diverse scenarios, DECODE uniquely balances specialization with generalization, dynamically adjusting to real-time demands. The proposed framework leverages a hypernetwork to generate model parameters, significantly reducing storage requirements, and incorporates a normalizing flow mechanism for real-time model selection based on likelihood estimation. Furthermore, DECODE merges outputs from the most relevant specialized and generalized models using deep Bayesian uncertainty estimation techniques. This integration ensures optimal performance in familiar conditions while maintaining robustness in unfamiliar scenarios. Extensive evaluations confirm the effectiveness of the framework, achieving a notably low forgetting rate of 0.044 and an average minADE of 0.584 m, significantly surpassing traditional learning strategies and demonstrating adaptability across a wide range of driving conditions.
△ Less
Submitted 26 November, 2024;
originally announced November 2024.
-
Traffic State Estimation and Uncertainty Quantification at Signalized Intersections with Low Penetration Rate Vehicle Trajectory Data
Authors:
Xingmin Wang,
Zihao Wang,
Zachary Jerome,
Henry X. Liu
Abstract:
This paper studies the traffic state estimation problem at signalized intersections with low penetration rate vehicle trajectory data. While many existing studies have proposed different methods to estimate unknown traffic states and parameters (e.g., penetration rate, queue length) with this data, most of them only provide a point estimation without knowing the uncertainty of these estimated valu…
▽ More
This paper studies the traffic state estimation problem at signalized intersections with low penetration rate vehicle trajectory data. While many existing studies have proposed different methods to estimate unknown traffic states and parameters (e.g., penetration rate, queue length) with this data, most of them only provide a point estimation without knowing the uncertainty of these estimated values. It is important to quantify the estimation uncertainty caused by limited available data since it can explicitly inform us whether the available data is sufficient to satisfy the desired estimation accuracy. To fill this gap, we formulate the partially observable system as a hidden Markov model (HMM) based on the recently developed probabilistic time-space (PTS) model. The PTS model is a stochastic traffic flow model that is designed for modeling traffic flow dynamics near signalized intersections. Based on the HMM formulation, a single recursive program is developed for the Bayesian estimation of both traffic states and parameters. As a Bayesian approach, the proposed method provides the distributional estimation outcomes and directly quantifies the estimation uncertainty. We validate the proposed method with simulation studies and showcase its applicability to real-world vehicle trajectory data.
△ Less
Submitted 1 April, 2024;
originally announced April 2024.
-
Evaluating Roadside Perception for Autonomous Vehicles: Insights from Field Testing
Authors:
Rusheng Zhang,
Depu Meng,
Shengyin Shen,
Tinghan Wang,
Tai Karir,
Michael Maile,
Henry X. Liu
Abstract:
Roadside perception systems are increasingly crucial in enhancing traffic safety and facilitating cooperative driving for autonomous vehicles. Despite rapid technological advancements, a major challenge persists for this newly arising field: the absence of standardized evaluation methods and benchmarks for these systems. This limitation hampers the ability to effectively assess and compare the per…
▽ More
Roadside perception systems are increasingly crucial in enhancing traffic safety and facilitating cooperative driving for autonomous vehicles. Despite rapid technological advancements, a major challenge persists for this newly arising field: the absence of standardized evaluation methods and benchmarks for these systems. This limitation hampers the ability to effectively assess and compare the performance of different systems, thus constraining progress in this vital field. This paper introduces a comprehensive evaluation methodology specifically designed to assess the performance of roadside perception systems. Our methodology encompasses measurement techniques, metric selection, and experimental trial design, all grounded in real-world field testing to ensure the practical applicability of our approach.
We applied our methodology in Mcity\footnote{\url{https://mcity.umich.edu/}}, a controlled testing environment, to evaluate various off-the-shelf perception systems. This approach allowed for an in-depth comparative analysis of their performance in realistic scenarios, offering key insights into their respective strengths and limitations. The findings of this study are poised to inform the development of industry-standard benchmarks and evaluation methods, thereby enhancing the effectiveness of roadside perception system development and deployment for autonomous vehicles. We anticipate that this paper will stimulate essential discourse on standardizing evaluation methods for roadside perception systems, thus pushing the frontiers of this technology. Furthermore, our results offer both academia and industry a comprehensive understanding of the capabilities of contemporary infrastructure-based perception systems.
△ Less
Submitted 22 January, 2024;
originally announced January 2024.
-
Evaluation of automated driving system safety metrics with logged vehicle trajectory data
Authors:
Xintao Yan,
Shuo Feng,
David J. LeBlanc,
Carol Flannagan,
Henry X. Liu
Abstract:
Real-time safety metrics are important for the automated driving system (ADS) to assess the risk of driving situations and to assist the decision-making. Although a number of real-time safety metrics have been proposed in the literature, systematic performance evaluation of these safety metrics has been lacking. As different behavioral assumptions are adopted in different safety metrics, it is dif…
▽ More
Real-time safety metrics are important for the automated driving system (ADS) to assess the risk of driving situations and to assist the decision-making. Although a number of real-time safety metrics have been proposed in the literature, systematic performance evaluation of these safety metrics has been lacking. As different behavioral assumptions are adopted in different safety metrics, it is difficult to compare the safety metrics and evaluate their performance. To overcome this challenge, in this study, we propose an evaluation framework utilizing logged vehicle trajectory data, in that vehicle trajectories for both subject vehicle (SV) and background vehicles (BVs) are obtained and the prediction errors caused by behavioral assumptions can be eliminated. Specifically, we examine whether the SV is in a collision unavoidable situation at each moment, given all near-future trajectories of BVs. In this way, we level the ground for a fair comparison of different safety metrics, as a good safety metric should always alarm in advance to the collision unavoidable moment. When trajectory data from a large number of trips are available, we can systematically evaluate and compare different metrics' statistical performance. In the case study, three representative real-time safety metrics, including the time-to-collision (TTC), the PEGASUS Criticality Metric (PCM), and the Model Predictive Instantaneous Safety Metric (MPrISM), are evaluated using a large-scale simulated trajectory dataset. The proposed evaluation framework is important for researchers, practitioners, and regulators to characterize different metrics, and to select appropriate metrics for different applications. Moreover, by conducting failure analysis on moments when a safety metric failed, we can identify its potential weaknesses which are valuable for its potential refinements and improvements.
△ Less
Submitted 2 January, 2024;
originally announced January 2024.
-
MSight: An Edge-Cloud Infrastructure-based Perception System for Connected Automated Vehicles
Authors:
Rusheng Zhang,
Depu Meng,
Shengyin Shen,
Zhengxia Zou,
Houqiang Li,
Henry X. Liu
Abstract:
As vehicular communication and networking technologies continue to advance, infrastructure-based roadside perception emerges as a pivotal tool for connected automated vehicle (CAV) applications. Due to their elevated positioning, roadside sensors, including cameras and lidars, often enjoy unobstructed views with diminished object occlusion. This provides them a distinct advantage over onboard perc…
▽ More
As vehicular communication and networking technologies continue to advance, infrastructure-based roadside perception emerges as a pivotal tool for connected automated vehicle (CAV) applications. Due to their elevated positioning, roadside sensors, including cameras and lidars, often enjoy unobstructed views with diminished object occlusion. This provides them a distinct advantage over onboard perception, enabling more robust and accurate detection of road objects. This paper presents MSight, a cutting-edge roadside perception system specifically designed for CAVs. MSight offers real-time vehicle detection, localization, tracking, and short-term trajectory prediction. Evaluations underscore the system's capability to uphold lane-level accuracy with minimal latency, revealing a range of potential applications to enhance CAV safety and efficiency. Presently, MSight operates 24/7 at a two-lane roundabout in the City of Ann Arbor, Michigan.
△ Less
Submitted 8 October, 2023;
originally announced October 2023.
-
Robust Roadside Perception: an Automated Data Synthesis Pipeline Minimizing Human Annotation
Authors:
Rusheng Zhang,
Depu Meng,
Lance Bassett,
Shengyin Shen,
Zhengxia Zou,
Henry X. Liu
Abstract:
Recently, advancements in vehicle-to-infrastructure communication technologies have elevated the significance of infrastructure-based roadside perception systems for cooperative driving. This paper delves into one of its most pivotal challenges: data insufficiency. The lacking of high-quality labeled roadside sensor data with high diversity leads to low robustness, and low transfer-ability of curr…
▽ More
Recently, advancements in vehicle-to-infrastructure communication technologies have elevated the significance of infrastructure-based roadside perception systems for cooperative driving. This paper delves into one of its most pivotal challenges: data insufficiency. The lacking of high-quality labeled roadside sensor data with high diversity leads to low robustness, and low transfer-ability of current roadside perception systems. In this paper, a novel solution is proposed to address this problem that creates synthesized training data using Augmented Reality. A Generative Adversarial Network is then applied to enhance the reality further, that produces a photo-realistic synthesized dataset that is capable of training or fine-tuning a roadside perception detector which is robust to different weather and lighting conditions. Our approach was rigorously tested at two key intersections in Michigan, USA: the Mcity intersection and the State St./Ellsworth Rd roundabout. The Mcity intersection is located within the Mcity test field, a controlled testing environment. In contrast, the State St./Ellsworth Rd intersection is a bustling roundabout notorious for its high traffic flow and a significant number of accidents annually. Experimental results demonstrate that detectors trained solely on synthesized data exhibit commendable performance across all conditions. Furthermore, when integrated with labeled data, the synthesized data can notably bolster the performance of pre-existing detectors, especially in adverse conditions.
△ Less
Submitted 8 February, 2024; v1 submitted 29 June, 2023;
originally announced June 2023.
-
Investigating properties of heavy and superheavy atomic systems with $p^{3}$ configurations
Authors:
H. X. Liu,
Y. M. Yu,
B. B. Suo,
Y. Liu,
B. K. Sahoo
Abstract:
We have investigated energies and spectroscopic properties such as lifetimes, $g_J$ factors, and hyperfine structure constants of the neutral atoms P through Mc belonging to Group-15, singly ionized atoms S$^+$ through Lv$^+$ of Group-16 and doubly ionized atoms Cl$^{2+}$ through Ts$^{2+}$ of Group-17 of the periodic table. These elements have $np^{3}$ configurations with $n=3-7$, which are highly…
▽ More
We have investigated energies and spectroscopic properties such as lifetimes, $g_J$ factors, and hyperfine structure constants of the neutral atoms P through Mc belonging to Group-15, singly ionized atoms S$^+$ through Lv$^+$ of Group-16 and doubly ionized atoms Cl$^{2+}$ through Ts$^{2+}$ of Group-17 of the periodic table. These elements have $np^{3}$ configurations with $n=3-7$, which are highly open-shell and expected to exhibit strong electron correlation effects. We have used four-component Dirac-Coulomb Hamiltonian along with Gaunt term and a relativistic effective core potential through the relativistic multi-reference configuration interaction method to perform the calculations with sufficient accuracy and compare the results with the available literature data. These comparisons suggest that our predicted values, for which experimental data are not available, are reliable enough to be useful for future applications.
△ Less
Submitted 27 June, 2023;
originally announced June 2023.
-
ROCO: A Roundabout Traffic Conflict Dataset
Authors:
Depu Meng,
Owen Sayer,
Rusheng Zhang,
Shengyin Shen,
Houqiang Li,
Henry X. Liu
Abstract:
Traffic conflicts have been studied by the transportation research community as a surrogate safety measure for decades. However, due to the rarity of traffic conflicts, collecting large-scale real-world traffic conflict data becomes extremely challenging. In this paper, we introduce and analyze ROCO - a real-world roundabout traffic conflict dataset. The data is collected at a two-lane roundabout…
▽ More
Traffic conflicts have been studied by the transportation research community as a surrogate safety measure for decades. However, due to the rarity of traffic conflicts, collecting large-scale real-world traffic conflict data becomes extremely challenging. In this paper, we introduce and analyze ROCO - a real-world roundabout traffic conflict dataset. The data is collected at a two-lane roundabout at the intersection of State St. and W. Ellsworth Rd. in Ann Arbor, Michigan. We use raw video dataflow captured from four fisheye cameras installed at the roundabout as our input data source. We adopt a learning-based conflict identification algorithm from video to find potential traffic conflicts, and then manually label them for dataset collection and annotation. In total 557 traffic conflicts and 17 traffic crashes are collected from August 2021 to October 2021. We provide trajectory data of the traffic conflict scenes extracted using our roadside perception system. Taxonomy based on traffic conflict severity, reason for the traffic conflict, and its effect on the traffic flow is provided. With the traffic conflict data collected, we discover that failure to yield to circulating vehicles when entering the roundabout is the largest contributing reason for traffic conflicts. ROCO dataset will be made public in the short future.
△ Less
Submitted 1 March, 2023; v1 submitted 1 March, 2023;
originally announced March 2023.
-
A detailed view of low-frequency quasi-periodic oscillation in the broadband 0.2-200 keV with Insight-HXMT and NICER
Authors:
X. Ma,
L. Zhang,
L. Tao,
Q. C. Bu,
J. L. Qu,
S. N. Zhang,
D. K. Zhou,
Y. Huang,
S. M. Jia,
L. M. Song,
S. Zhang,
M. Y. Ge,
H. X. Liu,
Z. X. Yang,
W. Yu,
E. S. Yorgancioglu
Abstract:
We report the X-ray timing results of the black hole candidate MAXI J1820+070 during its 2018 outburst using the Hard X-ray Modulation Telescope (Insight-HXMT) and Neutron Star Interior Composition Explorer Mission (NICER) observations. Low frequency quasi-periodic oscillations (LFQPOs) are detected in the low/hard state and the hard intermediate state, which lasted for about 90 days. Thanks to th…
▽ More
We report the X-ray timing results of the black hole candidate MAXI J1820+070 during its 2018 outburst using the Hard X-ray Modulation Telescope (Insight-HXMT) and Neutron Star Interior Composition Explorer Mission (NICER) observations. Low frequency quasi-periodic oscillations (LFQPOs) are detected in the low/hard state and the hard intermediate state, which lasted for about 90 days. Thanks to the large effective area of Insight-HXMT at high energies and NICER at low energies, we are able to present the energy dependence of the LFQPO characteristics and phase lags from 0.2 keV to 200 keV, which has never been explored by previous missions. We find that the centroid frequency of the LFQPOs do not change significantly with energy, while the full width at half maximum (FWHM) and fractional rms show a complex evolution with energy. The LFQPO phase lags at high energies and low energies show consistent energy-dependence relations taking the ~2 keV as reference. Our results suggest that the LFQPOs from high energy come from the LT precession of the relativistic jet, while the low-energy radiation is mainly from the perpendicular innermost regions of the accretion disk.
△ Less
Submitted 1 March, 2023;
originally announced March 2023.
-
Timing analysis of EXO 2030+375 during its 2021 giant outburst observed with Insight-HXMT
Authors:
Yu-Cong Fu,
L. M. Song,
G. Q. Ding,
M. Y. Ge,
Y. L. Tuo,
S. Zhang,
S. N. Zhang,
X. Hou,
J. L. Qu,
J. Zhang,
L. Zhang,
Q. C. Bu,
Y. Huang,
X. Ma,
X. Zhou,
W. M. Yan,
Z. X. Yang,
X. F. Lu,
T. M. Li,
Y. C. Xu,
P. J. Wang,
S. H. Xiao,
H. X. Liu,
X. Q. Ren,
Y. F. Du
, et al. (2 additional authors not shown)
Abstract:
We report the evolution of the X-ray pulsations of EXO 2030+375 during its 2021 outburst using the observations from \textit{Insight}-HXMT. Based on the accretion torque model, we study the correlation between the spin frequency derivatives and the luminosity. Pulsations can be detected in the energy band of 1--160 keV. The pulse profile evolves significantly with luminosity during the outburst, l…
▽ More
We report the evolution of the X-ray pulsations of EXO 2030+375 during its 2021 outburst using the observations from \textit{Insight}-HXMT. Based on the accretion torque model, we study the correlation between the spin frequency derivatives and the luminosity. Pulsations can be detected in the energy band of 1--160 keV. The pulse profile evolves significantly with luminosity during the outburst, leading to that the whole outburst can be divided into several parts with different characteristics. The evolution of the pulse profile reveals the transition between the super-critical (fan-beam dominated) and the sub-critical accretion (pencil-beam dominated) mode. From the accretion torque model and the critical luminosity model, based on a distance of 7.1 kpc, the inferred magnetic fields are $(0.41-0.74) \times 10^{12}$ G and $(3.48-3.96) \times 10^{12}$ G, respectively, or based on a distance of 3.6 kpc, the estimated magnetic fields are $(2.4-4.3) \times 10^{13}$ G and $(0.98-1.11)\times 10^{12}$ G, respectively. Two different sets of magnetic fields both support the presence of multipole magnetic fields of the NS.
△ Less
Submitted 25 February, 2023; v1 submitted 4 February, 2023;
originally announced February 2023.
-
Adaptive Safety Evaluation for Connected and Automated Vehicles with Sparse Control Variates
Authors:
Jingxuan Yang,
Haowei Sun,
Honglin He,
Yi Zhang,
Shuo Feng,
Henry X. Liu
Abstract:
Safety performance evaluation is critical for developing and deploying connected and automated vehicles (CAVs). One prevailing way is to design testing scenarios using prior knowledge of CAVs, test CAVs in these scenarios, and then evaluate their safety performances. However, significant differences between CAVs and prior knowledge could severely reduce the evaluation efficiency. Towards addressin…
▽ More
Safety performance evaluation is critical for developing and deploying connected and automated vehicles (CAVs). One prevailing way is to design testing scenarios using prior knowledge of CAVs, test CAVs in these scenarios, and then evaluate their safety performances. However, significant differences between CAVs and prior knowledge could severely reduce the evaluation efficiency. Towards addressing this issue, most existing studies focus on the adaptive design of testing scenarios during the CAV testing process, but so far they cannot be applied to high-dimensional scenarios. In this paper, we focus on the adaptive safety performance evaluation by leveraging the testing results, after the CAV testing process. It can significantly improve the evaluation efficiency and be applied to high-dimensional scenarios. Specifically, instead of directly evaluating the unknown quantity (e.g., crash rates) of CAV safety performances, we evaluate the differences between the unknown quantity and known quantity (i.e., control variates). By leveraging the testing results, the control variates could be well designed and optimized such that the differences are close to zero, so the evaluation variance could be dramatically reduced for different CAVs. To handle the high-dimensional scenarios, we propose the sparse control variates method, where the control variates are designed only for the sparse and critical variables of scenarios. According to the number of critical variables in each scenario, the control variates are stratified into strata and optimized within each stratum using multiple linear regression techniques. We justify the proposed method's effectiveness by rigorous theoretical analysis and empirical study of high-dimensional overtaking scenarios.
△ Less
Submitted 1 December, 2022;
originally announced December 2022.
-
Transitions and Origin of the Type-B Quasi-Periodic Oscillation in the Black Hole X-ray Binary MAXI~ J1348--630
Authors:
H. X. Liu,
Y. Huang,
Q. C. Bu,
W. Yu,
Z. X. Yang,
L. Zhang,
L. D. Kong,
G. C. Xiao,
J. L. Qu,
S. N. Zhang,
S. Zhang,
L. M. Song,
S. M. Jia,
X. Ma,
L. Tao,
M. Y. Ge,
Q. Z. Liu,
J. Z. Yan,
R. C. Ma,
X. Q. Ren,
D. K. Zhou,
T. M. Li,
B. Y. Wu,
Y. C. Xu,
Y. F. Du
, et al. (4 additional authors not shown)
Abstract:
The fast transitions between different types of quasi-periodic oscillations (QPOs) are generally observed in black hole transient sources (BHTs). We present a detailed study on the timing and spectral properties of the transitions of type-B QPOs in MAXI~J1348--630, observed by \emph{Insight}-HXMT. The fractional rms variability--energy relationship and energy spectra reveal that type-B QPOs probab…
▽ More
The fast transitions between different types of quasi-periodic oscillations (QPOs) are generally observed in black hole transient sources (BHTs). We present a detailed study on the timing and spectral properties of the transitions of type-B QPOs in MAXI~J1348--630, observed by \emph{Insight}-HXMT. The fractional rms variability--energy relationship and energy spectra reveal that type-B QPOs probably originate from jet precession. Compared to weak power-law dominated power spectrum, when type-B QPO is present, the corresponding energy spectrum shows an increase in Comptonization component and the need for {\tt\string xillverCp} component, and a slight increase of height of the corona when using {\tt\string relxilllp} model. Therefore, we suggest that a coupled inner disk-jet region is responsible for the observed type-B QPOs transitions. The time scale for the appearance/disappearance of type-B QPOs is either long or short (seconds), which may indicate an instability of disk-jet structure. For these phenomena, we give the hypothesis that the Bardeen-Petterson effect causes disk-jet structure to align with BH spin axis, or that the disappearance of small-scale jets bound by the magnetic flux tubes lead to the disappearance of type-B QPOs. We observed three events regarding the B/C transitions, one of which occurred in a short time from $\sim 9.2$ Hz (C) to $\sim 4.8$ Hz (B). The energy spectral analysis for the other two transitions shows that when type-C QPO is present, the Comptonization flux is higher, the spectrum is harder and the inner radius of disk changes insignificantly. We suggest that type-C QPOs probably originate from relatively stronger jets or corona.
△ Less
Submitted 15 August, 2022;
originally announced August 2022.
-
Adaptive Testing for Connected and Automated Vehicles with Sparse Control Variates in Overtaking Scenarios
Authors:
Jingxuan Yang,
Honglin He,
Yi Zhang,
Shuo Feng,
Henry X. Liu
Abstract:
Testing and evaluation is a critical step in the development and deployment of connected and automated vehicles (CAVs). Due to the black-box property and various types of CAVs, how to test and evaluate CAVs adaptively remains a major challenge. Many approaches have been proposed to adaptively generate testing scenarios during the testing process. However, most existing approaches cannot be applied…
▽ More
Testing and evaluation is a critical step in the development and deployment of connected and automated vehicles (CAVs). Due to the black-box property and various types of CAVs, how to test and evaluate CAVs adaptively remains a major challenge. Many approaches have been proposed to adaptively generate testing scenarios during the testing process. However, most existing approaches cannot be applied to complex scenarios, where the variables needed to define such scenarios are high dimensional. Towards filling this gap, the adaptive testing with sparse control variates method is proposed in this paper. Instead of adaptively generating testing scenarios, our approach evaluates CAVs' performances by adaptively utilizing the testing results. Specifically, each testing result is adjusted using multiple linear regression techniques based on control variates. As the regression coefficients can be adaptively optimized for the CAV under test, using the adjusted results can reduce the estimation variance, compared with using the testing results directly. To overcome the high dimensionality challenge, sparse control variates are utilized only for the critical variables of testing scenarios. To validate the proposed method, the high-dimensional overtaking scenarios are investigated, and the results demonstrate that our approach can further accelerate the evaluation process by about 30 times.
△ Less
Submitted 19 July, 2022;
originally announced July 2022.
-
"Curse of rarity" for autonomous vehicles
Authors:
Henry X. Liu,
Shuo Feng
Abstract:
In this paper, we reveal that the rarity of safety-critical events in high-dimensional driving environments is the root cause of the safety challenge for autonomous vehicle development. We formulate it as "curse of rarity" (CoR) because it occurs ubiquitously in various safety-critical systems such as medical diagnosis and aerospace systems.
In this paper, we reveal that the rarity of safety-critical events in high-dimensional driving environments is the root cause of the safety challenge for autonomous vehicle development. We formulate it as "curse of rarity" (CoR) because it occurs ubiquitously in various safety-critical systems such as medical diagnosis and aerospace systems.
△ Less
Submitted 26 September, 2022; v1 submitted 6 July, 2022;
originally announced July 2022.
-
Real-time Full-stack Traffic Scene Perception for Autonomous Driving with Roadside Cameras
Authors:
Zhengxia Zou,
Rusheng Zhang,
Shengyin Shen,
Gaurav Pandey,
Punarjay Chakravarty,
Armin Parchami,
Henry X. Liu
Abstract:
We propose a novel and pragmatic framework for traffic scene perception with roadside cameras. The proposed framework covers a full-stack of roadside perception pipeline for infrastructure-assisted autonomous driving, including object detection, object localization, object tracking, and multi-camera information fusion. Unlike previous vision-based perception frameworks rely upon depth offset or 3D…
▽ More
We propose a novel and pragmatic framework for traffic scene perception with roadside cameras. The proposed framework covers a full-stack of roadside perception pipeline for infrastructure-assisted autonomous driving, including object detection, object localization, object tracking, and multi-camera information fusion. Unlike previous vision-based perception frameworks rely upon depth offset or 3D annotation at training, we adopt a modular decoupling design and introduce a landmark-based 3D localization method, where the detection and localization can be well decoupled so that the model can be easily trained based on only 2D annotations. The proposed framework applies to either optical or thermal cameras with pinhole or fish-eye lenses. Our framework is deployed at a two-lane roundabout located at Ellsworth Rd. and State St., Ann Arbor, MI, USA, providing 7x24 real-time traffic flow monitoring and high-precision vehicle trajectory extraction. The whole system runs efficiently on a low-power edge computing device with all-component end-to-end delay of less than 20ms.
△ Less
Submitted 20 June, 2022;
originally announced June 2022.
-
A Novel Underwater Image Enhancement and Improved Underwater Biological Detection Pipeline
Authors:
Zheng Liu,
Yaoming Zhuang,
Pengrun Jia,
Chengdong Wu,
Hongli Xu ang Zhanlin Liu
Abstract:
For aquaculture resource evaluation and ecological environment monitoring, automatic detection and identification of marine organisms is critical. However, due to the low quality of underwater images and the characteristics of underwater biological, a lack of abundant features may impede traditional hand-designed feature extraction approaches or CNN-based object detection algorithms, particularly…
▽ More
For aquaculture resource evaluation and ecological environment monitoring, automatic detection and identification of marine organisms is critical. However, due to the low quality of underwater images and the characteristics of underwater biological, a lack of abundant features may impede traditional hand-designed feature extraction approaches or CNN-based object detection algorithms, particularly in complex underwater environment. Therefore, the goal of this paper is to perform object detection in the underwater environment. This paper proposed a novel method for capturing feature information, which adds the convolutional block attention module (CBAM) to the YOLOv5 backbone. The interference of underwater creature characteristics on object characteristics is decreased, and the output of the backbone network to object information is enhanced. In addition, the self-adaptive global histogram stretching algorithm (SAGHS) is designed to eliminate the degradation problems such as low contrast and color loss caused by underwater environmental information to better restore image quality. Extensive experiments and comprehensive evaluation on the URPC2021 benchmark dataset demonstrate the effectiveness and adaptivity of our methods. Beyond that, this paper conducts an exhaustive analysis of the role of training data on performance.
△ Less
Submitted 20 May, 2022;
originally announced May 2022.
-
Magnetic Kagome Superconductor CeRu$_2$
Authors:
L. Z. Deng,
M. Gooch,
H. X. Liu,
T. Bontke,
J. Y. You,
S. Shao,
J. X. Yin,
D. Schulze,
Y. G. Shi,
Y. P. Feng,
G. Chang,
Q. M. Si,
C. W. Chu
Abstract:
Materials with a kagome lattice provide a platform for searching for new electronic phases and investigating the interplay between correlation and topology. Various probes have recently shown that the kagome lattice can host diverse quantum phases with intertwined orders, including charge density wave states, bond density wave states, chiral charge order, and, rarely, superconductivity. However, r…
▽ More
Materials with a kagome lattice provide a platform for searching for new electronic phases and investigating the interplay between correlation and topology. Various probes have recently shown that the kagome lattice can host diverse quantum phases with intertwined orders, including charge density wave states, bond density wave states, chiral charge order, and, rarely, superconductivity. However, reports of the coexistence of superconductivity and magnetic order in kagome materials remain elusive. Here we revisit a magnetic superconductor CeRu$_2$ with a kagome network formed by Ru atoms. Our first-principles calculations revealed a kagome flat band near the Fermi surface, indicative of flat-band magnetism. At ambient pressure, CeRu$_2$ exhibits a superconducting transition temperature ($T_{\text{c}}$) up to ~ 6 K and a magnetic order at ~ 40 K. Notably, superconductivity and related behavior can be tuned by adjusting the amount of Ru. We conducted a systematic investigation of the superconductivity and magnetic order in CeRu$_2$ via magnetic, resistivity, and structural measurements under pressure up to ~ 168 GPa. An unusual phase diagram that suggests an intriguing interplay between the compound's superconducting order parameters has been constructed. A $T_{\text{c}}$ resurgence was observed above pressure of ~ 28 GPa, accompanied by the sudden appearance of a secondary superconducting transition. Our experiments have identified tantalizing phase transitions driven by high pressure and suggest that the superconductivity and magnetism in CeRu$_2$ are strongly intertwined.
△ Less
Submitted 5 April, 2022; v1 submitted 1 April, 2022;
originally announced April 2022.
-
Peculiar disk behaviors of the black hole candidate MAXI J1348-630 in the hard state observed by Insight-HXMT and Swift
Authors:
W. Zhang,
L. Tao,
R. Soria,
J. L. Qu,
S. N. Zhang,
S. S. Weng,
L. zhang,
Y. N. Wang,
Y. Huang,
R. C. Ma,
S. Zhang,
M. Y. Ge,
L. M. Song,
X. Ma,
Q. C. Bu,
C. Cai,
X. L. Cao,
Z. Chang,
L. Chen,
T. X. Chen,
Y. B. Chen,
Y. Chen,
Y. P. Chen,
W. W. Cui,
Y. Y. Du
, et al. (72 additional authors not shown)
Abstract:
We present a spectral study of the black hole candidate MAXI J1348-630 during its 2019 outburst, based on monitoring observations with Insight-HXMT and Swift. Throughout the outburst, the spectra are well fitted with power-law plus disk-blackbody components. In the soft-intermediate and soft states, we observed the canonical relation L ~ T_in^4 between disk luminosity L and peak colour temperature…
▽ More
We present a spectral study of the black hole candidate MAXI J1348-630 during its 2019 outburst, based on monitoring observations with Insight-HXMT and Swift. Throughout the outburst, the spectra are well fitted with power-law plus disk-blackbody components. In the soft-intermediate and soft states, we observed the canonical relation L ~ T_in^4 between disk luminosity L and peak colour temperature T_in, with a constant inner radius R_in (traditionally identified with the innermost stable circular orbit). At other stages of the outburst cycle, the behaviour is more unusual, inconsistent with the canonical outburst evolution of black hole transients. In particular, during the hard rise, the apparent inner radius is smaller than in the soft state (and increasing), and the peak colour temperature is higher (and decreasing). This anomalous behaviour is found even when we model the spectra with self-consistent Comptonization models, which take into account the up-scattering of photons from the disk component into the power-law component. To explain both those anomalous trends at the same time, we suggest that the hardening factor for the inner disk emission was larger than the canonical value of ~1.7 at the beginning of the outburst. A more physical trend of radii and temperature evolution requires a hardening factor evolving from ~3.5 at the beginning of the hard state to ~1.7 in the hard intermediate state. This could be evidence that the inner disk was in the process of condensing from the hot, optically thin medium and had not yet reached a sufficiently high optical depth for its emission spectrum to be described by the standard optically-thick disk solution.
△ Less
Submitted 27 January, 2022;
originally announced January 2022.
-
Evolution of Accretion Modes between Spectral States Inferred from Spectral and Timing Analysis of Cygnus X-1 with Insight-HXMT observations
Authors:
M. Z. Feng,
L. D. Kong,
P. J. Wang,
S. N. Zhang,
H. X. Liu,
Z. X. Yang,
Y. Huang,
L. Ji,
S. M. Jia,
X. Ma,
W. Yu,
H. S. Zhao,
J. Y. Nie,
Y. L. Tuo,
S. Zhang,
J. L. Qu,
B. B. Wu
Abstract:
We execute a detailed spectral-timing study of Cygnus X-1 in the low/hard, intermediate and high/soft states with the Hard X-ray Modulation Telescope observations. The broad band energy spectra fit well with the "truncated disk model" with the inner boundary of the accretion disk stays within $\sim$10 \textit R$_{\rm g}$ and moves inward as the source softens. Through studying of PDS, rms and Four…
▽ More
We execute a detailed spectral-timing study of Cygnus X-1 in the low/hard, intermediate and high/soft states with the Hard X-ray Modulation Telescope observations. The broad band energy spectra fit well with the "truncated disk model" with the inner boundary of the accretion disk stays within $\sim$10 \textit R$_{\rm g}$ and moves inward as the source softens. Through studying of PDS, rms and Fourier-frequency component resolved spectroscopy, we find that the X-ray variations are generated in two different regions for each state. We discover that the major role that contributes to the X-ray variation is the hot corona rather than the accretion disk. We suggest a scenario with different corona geometry for each state based on the truncated disk geometry in which the corona wraps up the disk to form a sandwich geometry in the low/hard state, and then gradually moves away from the disk in direction that is perpendicular to the disk until forming a jet-like geometry in the high/soft state.
△ Less
Submitted 15 June, 2022; v1 submitted 21 January, 2022;
originally announced January 2022.
-
A hierarchical behavior prediction framework at signalized intersections
Authors:
Zhen Yang,
Rusheng Zhang,
Henry X. Liu
Abstract:
Road user behavior prediction is one of the most critical components in trajectory planning for autonomous driving, especially in urban scenarios involving traffic signals. In this paper, a hierarchical framework is proposed to predict vehicle behaviors at a signalized intersection, using the traffic signal information of the intersection. The framework is composed of two phases: a discrete intent…
▽ More
Road user behavior prediction is one of the most critical components in trajectory planning for autonomous driving, especially in urban scenarios involving traffic signals. In this paper, a hierarchical framework is proposed to predict vehicle behaviors at a signalized intersection, using the traffic signal information of the intersection. The framework is composed of two phases: a discrete intention prediction phase and a continuous trajectory prediction phase. In the discrete intention prediction phase, a Bayesian network is adopted to predict the vehicle's high-level intention, after that, maximum entropy inverse reinforcement learning is utilized to learn the human driving model offline; during the online trajectory prediction phase, a driver characteristic is designed and updated to capture the different driving preferences between human drivers. We applied the proposed framework to one of the most challenging scenarios in autonomous driving: the yellow light running scenario. Numerical experiment results are presented in the later part of the paper which show the viability of the method. The accuracy of the Bayesian network for discrete intention prediction is 91.1%, and the prediction results are getting more and more accurate as the yellow time elapses. The average Euclidean distance error in continuous trajectory prediction is only 0.85 m in the yellow light running scenario.
△ Less
Submitted 28 October, 2021;
originally announced October 2021.
-
Search for Gamma-Ray Bursts and Gravitational Wave Electromagnetic Counterparts with High Energy X-ray Telescope of \textit{Insight}-HXMT
Authors:
C. Cai,
S. L. Xiong,
C. K. Li,
C. Z. Liu,
S. N. Zhang,
X. B. Li,
L. M. Song,
B. Li,
S. Xiao,
Q. B. Yi,
Y. Zhu,
Y. G. Zheng,
W. Chen,
Q. Luo,
Y. Huang,
X. Y. Song,
H. S. Zhao,
Y. Zhao,
Z. Zhang,
Q. C. Bu,
X. L. Cao,
Z. Chang,
L. Chen,
T. X. Chen,
Y. B. Chen
, et al. (74 additional authors not shown)
Abstract:
The High Energy X-ray telescope (HE) on-board the Hard X-ray Modulation Telescope (\textit{Insight}-HXMT) can serve as a wide Field of View (FOV) gamma-ray monitor with high time resolution ($μ$s) and large effective area (up to thousands cm$^2$). We developed a pipeline to search for Gamma-Ray Bursts (GRBs), using the traditional signal-to-noise ratio (SNR) method for blind search and the coheren…
▽ More
The High Energy X-ray telescope (HE) on-board the Hard X-ray Modulation Telescope (\textit{Insight}-HXMT) can serve as a wide Field of View (FOV) gamma-ray monitor with high time resolution ($μ$s) and large effective area (up to thousands cm$^2$). We developed a pipeline to search for Gamma-Ray Bursts (GRBs), using the traditional signal-to-noise ratio (SNR) method for blind search and the coherent search method for targeted search. By taking into account the location and spectrum of the burst and the detector response, the targeted coherent search is more powerful to unveil weak and sub-threshold bursts, especially those in temporal coincidence with Gravitational Wave (GW) events. Based on the original method in literature, we further improved the coherent search to filter out false triggers caused by spikes in light curves, which are commonly seen in gamma-ray instruments (e.g. \textit{Fermi}/GBM, \textit{POLAR}). We show that our improved targeted coherent search method could eliminate almost all false triggers caused by spikes. Based on the first two years of \textit{Insight}-HXMT/HE data, our targeted search recovered 40 GRBs, which were detected by either \textit{Swift}/BAT or \textit{Fermi}/GBM but too weak to be found in our blind search. With this coherent search pipeline, the GRB detection sensitivity of \textit{Insight}-HXMT/HE is increased to about 1.5E-08 erg/cm$^2$ (200 keV$-$3 MeV). We also used this targeted coherent method to search \textit{Insight}-HXMT/HE data for electromagnetic (EM) counterparts of LIGO-Virgo GW events (including O2 and O3a runs). However, we did not find any significant burst associated with GW events.
△ Less
Submitted 25 September, 2021;
originally announced September 2021.
-
A probabilistic model for missing traffic volume reconstruction based on data fusion
Authors:
Xintao Yan,
Yan Zhao,
Henry X. Liu
Abstract:
Traffic volume information is critical for intelligent transportation systems. It serves as a key input to transportation planning, roadway design, and traffic signal control. However, the traffic volume data collected by fixed-location sensors, such as loop detectors, often suffer from the missing data problem and low coverage problem. The missing data problem could be caused by hardware malfunct…
▽ More
Traffic volume information is critical for intelligent transportation systems. It serves as a key input to transportation planning, roadway design, and traffic signal control. However, the traffic volume data collected by fixed-location sensors, such as loop detectors, often suffer from the missing data problem and low coverage problem. The missing data problem could be caused by hardware malfunction. The low coverage problem is due to the limited coverage of fixed-location sensors in the transportation network, which restrains our understanding of the traffic at the network level. To tackle these problems, we propose a probabilistic model for traffic volume reconstruction by fusing fixed-location sensor data and probe vehicle data. We apply the probabilistic principal component analysis (PPCA) to capture the correlations in traffic volume data. An innovative contribution of this work is that we also integrate probe vehicle data into the framework, which allows the model to solve both of the above-mentioned two problems. Using a real-world traffic volume dataset, we show that the proposed method outperforms state-of-the-art methods for the extensively studied missing data problem. Moreover, for the low coverage problem, which cannot be handled by most existing methods, the proposed model can also achieve high accuracy. The experiments also show that even when the missing ratio reaches 80%, the proposed method can still give an accurate estimate of the unknown traffic volumes with only a 10% probe vehicle penetration rate. The results validate the effectiveness and robustness of the proposed model and demonstrate its potential for practical applications.
△ Less
Submitted 6 May, 2021;
originally announced May 2021.
-
Accretion Torque Reversals in GRO J1008-57 Revealed by Insight-HXMT
Authors:
W. Wang,
Y. M. Tang,
Y. L. Tuo,
P. R. Epili,
S. N. Zhang,
L. M. Song,
F. J. Lu,
J. L. Qu,
S. Zhang,
M. Y. Ge,
Y. Huang,
B. Li,
Q. C. Bu,
C. Cai,
X. L. Cao,
Z. Chang,
L. Chen,
T. X. Chen,
Y. B. Chen,
Y. Chen,
Y. P. Chen,
W. W. Cui,
Y. Y. Du,
G. H. Gao,
H. Gao
, et al. (70 additional authors not shown)
Abstract:
GRO J1008-57, as a Be/X-ray transient pulsar, is considered to have the highest magnetic field in known neutron star X-ray binary systems. Observational data of the X-ray outbursts in GRO J1008-57 from 2017 to 2020 were collected by the Insight-HXMT satellite. In this work, the spin period of the neutron star in GRO J1008-57 was determined to be about 93.28 seconds in August 2017, 93.22 seconds in…
▽ More
GRO J1008-57, as a Be/X-ray transient pulsar, is considered to have the highest magnetic field in known neutron star X-ray binary systems. Observational data of the X-ray outbursts in GRO J1008-57 from 2017 to 2020 were collected by the Insight-HXMT satellite. In this work, the spin period of the neutron star in GRO J1008-57 was determined to be about 93.28 seconds in August 2017, 93.22 seconds in February 2018, 93.25 seconds in June 2019 and 93.14 seconds in June 2020. GRO J1008-57 evolved in the spin-up process with a mean rate of $-(2.10\pm 0.05)\times$10$^{-4}$ s/d from 2009 -- 2018, and turned into a spin down process with a rate of $(6.7\pm 0.6)\times$10$^{-5}$ s/d from Feb 2018 to June 2019. During the type II outburst of 2020, GRO J1008-57 had the spin-up torque again. During the torque reversals, the pulse profiles and continuum X-ray spectra did not change significantly, and the cyclotron resonant scattering feature around 80 keV was only detected during the outbursts in 2017 and 2020. Based on the observed mean spin-up rate, we estimated the inner accretion disk radius in GRO J1008-57 (about 1 - 2 times of the Alfvén radius) by comparing different accretion torque models of magnetic neutron stars. During the spin-down process, the magnetic torque should dominate over the matter accreting inflow torque, and we constrained the surface dipole magnetic field $B\geq 6\times 10^{12}$ G for the neutron star in GRO J1008-57, which is consistent with the magnetic field strength obtained by cyclotron line centroid energy.
△ Less
Submitted 24 February, 2021;
originally announced February 2021.
-
QPOs and Orbital elements of X-ray binary 4U 0115+63 during the 2017 outburst observed by Insight-HXMT
Authors:
Y. Z. Ding,
W. Wang,
P. Zhang,
Q. C. Bu,
C. Cai,
X. L. Cao,
C. Zhi,
L. Chen,
T. X. Chen,
Y. B. Chen,
Y. Chen,
Y. P. Chen,
W. W. Cui,
Y. Y. Du,
G. H. Gao,
H. Gao,
M. Y. Ge,
Y. D. Gu,
J. Guan,
C. C. Guo,
D. W. Han,
Y. Huang,
J. Huo,
S. M. Jia,
W. C. Jiang
, et al. (69 additional authors not shown)
Abstract:
In this paper, we presented a detailed timing analysis of a prominent outburst of 4U 0115+63 detected by \textit{Insight}-HXMT in 2017 August. The spin period of the neutron star was determined to be $3.61398\pm 0.00002$ s at MJD 57978. We measured the period variability and extract the orbital elements of the binary system. The angle of periastron evolved with a rate of $0.048\pm0.003$ $yr^{-1}$.…
▽ More
In this paper, we presented a detailed timing analysis of a prominent outburst of 4U 0115+63 detected by \textit{Insight}-HXMT in 2017 August. The spin period of the neutron star was determined to be $3.61398\pm 0.00002$ s at MJD 57978. We measured the period variability and extract the orbital elements of the binary system. The angle of periastron evolved with a rate of $0.048\pm0.003$ $yr^{-1}$. The light curves are folded to sketch the pulse profiles in different energy ranges. A multi-peak structure in 1-10 keV is clearly illustrated. We introduced wavelet analysis into our data analysis procedures to study QPO signals and perform a detailed wavelet analysis in many different energy ranges. Through the wavelet spectra, we report the discovery of a QPO at the frequency $\sim 10$ mHz. In addition, the X-ray light curves showed multiple QPOs in the period of $\sim 16-32 $ s and $\sim 67- 200 $ s. We found that the $\sim100$ s QPO was significant in most of the observations and energies. There exist positive relations between X-ray luminosity and their Q-factors and S-factors, while the QPO periods have no correlation with X-ray luminosity. In wavelet phase maps, we found that the pulse phase of $\sim 67- 200 $ s QPO drifting frequently while the $\sim 16-32 $ s QPO scarcely drifting. The dissipation of oscillations from high energy to low energy was also observed. These features of QPOs in 4U 0115+63 provide new challenge to our understanding of their physical origins.
△ Less
Submitted 18 February, 2021;
originally announced February 2021.
-
Corner Case Generation and Analysis for Safety Assessment of Autonomous Vehicles
Authors:
Haowei Sun,
Shuo Feng,
Xintao Yan,
Henry X. Liu
Abstract:
Testing and evaluation is a crucial step in the development and deployment of Connected and Automated Vehicles (CAVs). To comprehensively evaluate the performance of CAVs, it is of necessity to test the CAVs in safety-critical scenarios, which rarely happen in naturalistic driving environment. Therefore, how to purposely and systematically generate these corner cases becomes an important problem.…
▽ More
Testing and evaluation is a crucial step in the development and deployment of Connected and Automated Vehicles (CAVs). To comprehensively evaluate the performance of CAVs, it is of necessity to test the CAVs in safety-critical scenarios, which rarely happen in naturalistic driving environment. Therefore, how to purposely and systematically generate these corner cases becomes an important problem. Most existing studies focus on generating adversarial examples for perception systems of CAVs, whereas limited efforts have been put on the decision-making systems, which is the highlight of this paper. As the CAVs need to interact with numerous background vehicles (BVs) for a long duration, variables that define the corner cases are usually high dimensional, which makes the generation a challenging problem. In this paper, a unified framework is proposed to generate corner cases for the decision-making systems. To address the challenge brought by high dimensionality, the driving environment is formulated based on Markov Decision Process, and the deep reinforcement learning techniques are applied to learn the behavior policy of BVs. With the learned policy, BVs will behave and interact with the CAVs more aggressively, resulting in more corner cases. To further analyze the generated corner cases, the techniques of feature extraction and clustering are utilized. By selecting representative cases of each cluster and outliers, the valuable corner cases can be identified from all generated corner cases. Simulation results of a highway driving environment show that the proposed methods can effectively generate and identify the valuable corner cases.
△ Less
Submitted 5 February, 2021;
originally announced February 2021.
-
A Learning-based Stochastic Driving Model for Autonomous Vehicle Testing
Authors:
Lin Liu,
Shuo Feng,
Yiheng Feng,
Xichan Zhu,
Henry X. Liu
Abstract:
In the simulation-based testing and evaluation of autonomous vehicles (AVs), how background vehicles (BVs) drive directly influences the AV's driving behavior and further impacts the testing result. Existing simulation platforms use either pre-determined trajectories or deterministic driving models to model the BVs' behaviors. However, pre-determined BV trajectories can not react to the AV's maneu…
▽ More
In the simulation-based testing and evaluation of autonomous vehicles (AVs), how background vehicles (BVs) drive directly influences the AV's driving behavior and further impacts the testing result. Existing simulation platforms use either pre-determined trajectories or deterministic driving models to model the BVs' behaviors. However, pre-determined BV trajectories can not react to the AV's maneuvers, and deterministic models are different from real human drivers due to the lack of stochastic components and errors. Both methods lead to unrealistic traffic scenarios. This paper presents a learning-based stochastic driving model that meets the unique needs of AV testing, i.e. interactive and human-like. The model is built based on the long-short-term-memory (LSTM) architecture. By incorporating the concept of quantile-regression to the loss function of the model, the stochastic behaviors are reproduced without any prior assumption of human drivers. The model is trained with the large-scale naturalistic driving data (NDD) from the Safety Pilot Model Deployment(SPMD) project and then compared with a stochastic intelligent driving model (IDM). Analysis of individual trajectories shows that the proposed model can reproduce more similar trajectories to human drivers than IDM. To validate the ability of the proposed model in generating a naturalistic driving environment, traffic simulation experiments are implemented. The results show that the traffic flow parameters such as speed, range, and headway distribution match closely with the NDD, which is of significant importance for AV testing and evaluation.
△ Less
Submitted 4 February, 2021;
originally announced February 2021.
-
Distributionally Consistent Simulation of Naturalistic Driving Environment for Autonomous Vehicle Testing
Authors:
Xintao Yan,
Shuo Feng,
Haowei Sun,
Henry X. Liu
Abstract:
Microscopic traffic simulation provides a controllable, repeatable, and efficient testing environment for autonomous vehicles (AVs). To evaluate AVs' safety performance unbiasedly, the probability distributions of environment statistics in the simulated naturalistic driving environment (NDE) need to be consistent with those from the real-world driving environment. However, although human driving b…
▽ More
Microscopic traffic simulation provides a controllable, repeatable, and efficient testing environment for autonomous vehicles (AVs). To evaluate AVs' safety performance unbiasedly, the probability distributions of environment statistics in the simulated naturalistic driving environment (NDE) need to be consistent with those from the real-world driving environment. However, although human driving behaviors have been extensively investigated in the transportation engineering field, most existing models were developed for traffic flow analysis without considering the distributional consistency of driving behaviors, which could cause significant evaluation biasedness for AV testing. To fill this research gap, a distributional consistent NDE modeling framework is proposed in this paper. Using large-scale naturalistic driving data, empirical distributions are obtained to construct the stochastic human driving behavior models under different conditions. To address the error accumulation problem during the simulation, an optimization-based method is further designed to refine the empirical behavior models. Specifically, the vehicle state evolution is modeled as a Markov chain and its stationary distribution is twisted to match the distribution from the real-world driving environment. The framework is evaluated in the case study of a multi-lane highway driving simulation, where the distributional accuracy of the generated NDE is validated and the safety performance of an AV model is effectively evaluated.
△ Less
Submitted 1 July, 2022; v1 submitted 7 January, 2021;
originally announced January 2021.
-
Physical origin of the nonphysical spin evolution of MAXI J1820+070
Authors:
J. Guan,
L. Tao,
J. L. Qu,
S. N. Zhang,
W. Zhang,
S. Zhang,
R. C. Ma,
M. Y. Ge,
L. M. Song,
F. J. Lu,
T. P. Li,
Y. P. Xu,
Y. Chen,
X. L. Cao,
C. Z. Liu,
L. Zhang,
Y. N. Wang,
Y. P. Chen,
Q. C. Bu,
C. Cai,
Z. Chang,
L. Chen,
T. X. Chen,
Y. B. Chen,
W. W. Cui
, et al. (70 additional authors not shown)
Abstract:
We report on the Insight-HXMT observations of the new black hole X-ray binary MAXI J1820+070 during its 2018 outburst. Detailed spectral analysis via the continuum fitting method shows an evolution of the inferred spin during its high soft sate. Moreover, the hardness ratio, the non-thermal luminosity and the reflection fraction also undergo an evolution, exactly coincident to the period when the…
▽ More
We report on the Insight-HXMT observations of the new black hole X-ray binary MAXI J1820+070 during its 2018 outburst. Detailed spectral analysis via the continuum fitting method shows an evolution of the inferred spin during its high soft sate. Moreover, the hardness ratio, the non-thermal luminosity and the reflection fraction also undergo an evolution, exactly coincident to the period when the inferred spin transition takes place. The unphysical evolution of the spin is attributed to the evolution of the inner disc, which is caused by the collapse of a hot corona due to condensation mechanism or may be related to the deceleration of a jet-like corona. The studies of the inner disc radius and the relation between the disc luminosity and the inner disc radius suggest that, only at a particular epoch, did the inner edge of the disc reach the innermost stable circular orbit and the spin measurement is reliable. We then constrain the spin of MAXI J1820+070 to be a*=0.2^{+0.2}_{-0.3}. Such a slowly spinning black hole possessing a strong jet suggests that its jet activity is driven mainly by the accretion disc rather than by the black hole spin.
△ Less
Submitted 31 March, 2021; v1 submitted 22 December, 2020;
originally announced December 2020.
-
X-ray reprocessing in accreting pulsar GX 301-2 observed with Insight-HXMT
Authors:
L. Ji,
V. Doroshenko,
V. Suleimanov,
A. Santangelo,
M. Orlandini,
J. Liu,
L. Ducci,
S. N. Zhang,
A. Nabizadeh,
D. Gavran,
S. Zhang,
M. Y. Ge,
X. B. Li,
L. Tao,
Q. C. Bu,
J. L. Qu,
F. J. Lu,
L. Chen,
L. M. Song,
T. P. Li,
Y. P. Xu,
X. L. Cao,
Y. Chen,
C. Z. Liu,
C. Cai
, et al. (78 additional authors not shown)
Abstract:
We investigate the absorption and emission features in observations of GX 301-2 detected with Insight-HXMT/LE in 2017-2019. At different orbital phases, we found prominent Fe Kalpha, Kbeta and Ni Kalpha lines, as well as Compton shoulders and Fe K-shell absorption edges. These features are due to the X-ray reprocessing caused by the interaction between the radiation from the source and surrounding…
▽ More
We investigate the absorption and emission features in observations of GX 301-2 detected with Insight-HXMT/LE in 2017-2019. At different orbital phases, we found prominent Fe Kalpha, Kbeta and Ni Kalpha lines, as well as Compton shoulders and Fe K-shell absorption edges. These features are due to the X-ray reprocessing caused by the interaction between the radiation from the source and surrounding accretion material. According to the ratio of iron lines Kalpha and Kbeta, we infer the accretion material is in a low ionisation state. We find an orbital-dependent local absorption column density, which has a large value and strong variability around the periastron. We explain its variability as a result of inhomogeneities of the accretion environment and/or instabilities of accretion processes. In addition, the variable local column density is correlated with the equivalent width of the iron Kalpha lines throughout the orbit, which suggests that the accretion material near the neutron star is spherically distributed.
△ Less
Submitted 4 December, 2020;
originally announced December 2020.
-
Insight-HXMT observations of a possible fast transition from jet to wind dominated state during a huge flare of GRS~1915+105
Authors:
L. D. Kong,
S. Zhang,
Y. P. Chen,
S. N. Zhang,
L. Ji,
P. J. Wang,
L. Tao,
M. Y. Ge,
C. Z. Liu,
L. M. Song,
F. J. Lu,
J. L. Qu,
T. P. Li,
Y. P. Xu,
X. L. Cao,
Y. Chen,
Q. C. Bu,
C. Cai,
Z. Chang,
G. Chen,
L. Chen,
T. X. Chen,
W. W. Cui,
Y. Y. Du,
G. H. Gao
, et al. (71 additional authors not shown)
Abstract:
We present the analysis of the brightest flare that was recorded in the \emph{Insight}-HMXT data set, in a broad energy range (2$-$200 keV) from the microquasar GRS~1915+105 during an unusual low-luminosity state. This flare was detected by \emph{Insight}-HXMT among a series of flares during 2 June 2019 UTC 16:37:06 to 20:11:36, with a 2-200 keV luminosity of 3.4$-$7.27$\times10^{38}$ erg s…
▽ More
We present the analysis of the brightest flare that was recorded in the \emph{Insight}-HMXT data set, in a broad energy range (2$-$200 keV) from the microquasar GRS~1915+105 during an unusual low-luminosity state. This flare was detected by \emph{Insight}-HXMT among a series of flares during 2 June 2019 UTC 16:37:06 to 20:11:36, with a 2-200 keV luminosity of 3.4$-$7.27$\times10^{38}$ erg s$^{-1}$. Basing on the broad-band spectral analysis, we find that the flare spectrum shows different behaviors during bright and faint epochs. The spectrum of the flare can be fitted with a model dominated by a power-law component. Additional components show up in the bright epoch with a hard tail and in the faint epoch with an absorption line $\sim$ 6.78 keV. The reflection component of the latter is consistent with an inner disk radius $\sim$ 5 times larger than that of the former. These results on the giant flare during the "unusual" low-luminosity state of GRS~1915+105 may suggest that the source experiences a possible fast transition from a jet-dominated state to a wind-dominated state. We speculate that the evolving accretion disk and the large-scale magnetic field may play important roles in this peculiar huge flare.
△ Less
Submitted 4 December, 2020;
originally announced December 2020.
-
Impact Evaluation of Falsified Data Attacks on Connected Vehicle Based Traffic Signal Control
Authors:
Shihong Ed Huang,
Wai Wong,
Yiheng Feng,
Qi Alfred Chen,
Z. Morley Mao,
Henry X. Liu
Abstract:
Connected vehicle (CV) technology enables data exchange between vehicles and transportation infrastructure and therefore has great potentials to improve current traffic signal control systems. However, this connectivity might also bring cyber security concerns. As the first step in investigating the cyber security of CV-based traffic signal control (CV-TSC) systems, potential cyber threats need to…
▽ More
Connected vehicle (CV) technology enables data exchange between vehicles and transportation infrastructure and therefore has great potentials to improve current traffic signal control systems. However, this connectivity might also bring cyber security concerns. As the first step in investigating the cyber security of CV-based traffic signal control (CV-TSC) systems, potential cyber threats need to be identified and corresponding impact needs to be evaluated. In this paper, we aim to evaluate the impact of cyber attacks on CV-TSC systems by considering a realistic attack scenario in which the control logic of a CV-TSC system is unavailable to attackers. Our threat model presumes that an attacker may learn the control logic using a surrogate model. Based on the surrogate model, the attacker may launch falsified data attacks to influence signal control decisions. In the case study, we realistically evaluate the impact of falsified data attacks on an existing CV-TSC system (i.e., I-SIG).
△ Less
Submitted 9 October, 2020;
originally announced October 2020.
-
Constraining the transient high-energy activity of FRB180916.J0158+65 with Insight-HXMT followup observations
Authors:
C. Guidorzi,
M. Orlandini,
F. Frontera,
L. Nicastro,
S. L. Xiong,
J. Y. Liao,
G. Li,
S. N. Zhang,
L. Amati,
E. Virgilli,
S. Zhang,
Q. C. Bu,
C. Cai,
X. L. Cao,
Z. Chang,
L. Chen,
T. X. Chen,
Y. Chen,
Y. P. Chen,
W. W. Cui,
Y. Y. Du,
G. H. Gao,
H. Gao,
M. Gao,
M. Y. Ge
, et al. (74 additional authors not shown)
Abstract:
A link between magnetars and fast radio burst (FRB) sources has finally been established. In this context, one of the open issues is whether/which sources of extra galactic FRBs exhibit X/gamma-ray outbursts and whether it is correlated with radio activity. We aim to constrain possible X/gamma-ray burst activity from one of the nearest extragalactic FRB sources currently known over a broad energy…
▽ More
A link between magnetars and fast radio burst (FRB) sources has finally been established. In this context, one of the open issues is whether/which sources of extra galactic FRBs exhibit X/gamma-ray outbursts and whether it is correlated with radio activity. We aim to constrain possible X/gamma-ray burst activity from one of the nearest extragalactic FRB sources currently known over a broad energy range, by looking for bursts over a range of timescales and energies that are compatible with being powerful flares from extragalactic magnetars. We followed up the as-yet nearest extragalactic FRB source at a mere 149 Mpc distance, the periodic repeater FRB180916.J0158+65, during the active phase on February 4-7, 2020, with the Insight-Hard X-ray Modulation Telescope (HXMT). Taking advantage of the combination of broad band, large effective area, and several independent detectors available, we searched for bursts over a set of timescales from 1 ms to 1.024 s with a sensitive algorithm, that had previously been characterised and optimised. Moreover, through simulations we studied the sensitivity of our technique in the released energy-duration phase space for a set of synthetic flares and assuming different energy spectra. We constrain the possible occurrence of flares in the 1-100 keV energy band to E<10^46 erg for durations <0.1 s over several tens of ks exposure. We can rule out the occurrence of giant flares similar to the ones that were observed in the few cases of Galactic magnetars. The absence of reported radio activity during our observations does not allow us to make any statements on the possible simultaneous high-energy emission.
△ Less
Submitted 27 August, 2020;
originally announced August 2020.
-
Testing Scenario Library Generation for Connected and Automated Vehicles: An Adaptive Framework
Authors:
Shuo Feng,
Yiheng Feng,
Haowei Sun,
Yi Zhang,
Henry X. Liu
Abstract:
How to generate testing scenario libraries for connected and automated vehicles (CAVs) is a major challenge faced by the industry. In previous studies, to evaluate maneuver challenge of a scenario, surrogate models (SMs) are often used without explicit knowledge of the CAV under test. However, performance dissimilarities between the SM and the CAV under test usually exist, and it can lead to the g…
▽ More
How to generate testing scenario libraries for connected and automated vehicles (CAVs) is a major challenge faced by the industry. In previous studies, to evaluate maneuver challenge of a scenario, surrogate models (SMs) are often used without explicit knowledge of the CAV under test. However, performance dissimilarities between the SM and the CAV under test usually exist, and it can lead to the generation of suboptimal scenario libraries. In this paper, an adaptive testing scenario library generation (ATSLG) method is proposed to solve this problem. A customized testing scenario library for a specific CAV model is generated through an adaptive process. To compensate the performance dissimilarities and leverage each test of the CAV, Bayesian optimization techniques are applied with classification-based Gaussian Process Regression and a new-designed acquisition function. Comparing with a pre-determined library, a CAV can be tested and evaluated in a more efficient manner with the customized library. To validate the proposed method, a cut-in case study was performed and the results demonstrate that the proposed method can further accelerate the evaluation process by a few orders of magnitude.
△ Less
Submitted 27 July, 2020; v1 submitted 7 March, 2020;
originally announced March 2020.
-
Switches between accretion structures during flares in 4U 1901+03
Authors:
L. Ji,
L. Ducci,
A. Santangelo,
S. Zhang,
V. Suleimanov,
S. Tsygankov,
V. Doroshenko,
A. Nabizadeh,
S. N. Zhang,
M. Y. Ge,
L. Tao,
Q. C. Bu,
J. L. Qu,
F. J. Lu,
L. Chen,
L. M. Song,
T. P. Li,
Y. P. Xu,
X. L. Cao,
Y. Chen,
C. Z. Liu,
C. Cai,
Z. Chang,
G. Chen,
T. X. Chen
, et al. (98 additional authors not shown)
Abstract:
We report on our analysis of the 2019 outburst of the X-ray accreting pulsar 4U 1901+03 observed with Insight-HXMT and NICER. Both spectra and pulse profiles evolve significantly in the decaying phase of the outburst. Dozens of flares are observed throughout the outburst. They are more frequent and brighter at the outburst peak. We find that the flares, which have a duration from tens to hundreds…
▽ More
We report on our analysis of the 2019 outburst of the X-ray accreting pulsar 4U 1901+03 observed with Insight-HXMT and NICER. Both spectra and pulse profiles evolve significantly in the decaying phase of the outburst. Dozens of flares are observed throughout the outburst. They are more frequent and brighter at the outburst peak. We find that the flares, which have a duration from tens to hundreds of seconds, are generally brighter than the persistent emission by a factor of $\sim$ 1.5. The pulse profile shape during the flares can be significantly different than that of the persistent emission. In particular, a phase shift is clearly observed in many cases. We interpret these findings as direct evidence of changes of the pulsed beam pattern, due to transitions between the sub- and super-critical accretion regimes on a short time scale. We also observe that at comparable luminosities the flares' pulse profiles are rather similar to those of the persistent emission. This indicates that the accretion on the polar cap of the neutron star is mainly determined by the luminosity, i.e., the mass accretion rate.
△ Less
Submitted 20 February, 2020;
originally announced February 2020.
-
Joint Analysis of Energy and RMS Spectra from MAXI J1535-571 with Insight-HXMT
Authors:
L. D. Kong,
S. Zhang,
Y. P. Chen,
L. Ji,
S. N. Zhang,
Y. R. Yang,
L. Tao,
X. Ma,
J. L. Qu,
F. J. Lu,
Q. C. Bu,
L. Chen,
L. M. Song,
T. P. Li,
Y. P. Xu,
X. L. Cao,
Y. Chen,
C. Z. Liu,
C. Cai,
Z. Chang,
G. Chen,
T. X. Chen,
Y. B. Chen,
W. Cui,
W. W. Cui
, et al. (94 additional authors not shown)
Abstract:
A new black hole X-ray binary (BHXRB) MAXI J1535-571 was discovered by MAXI during its outburst in 2017. Using observations taken by the first Chinese X-ray satellite, the Hard X-ray Modulation Telescope (dubbed as Insight-HXMT), we perform a joint spectral analysis (2-150 keV) in both energy and time domains. The energy spectra provide the essential input for probing the intrinsic Quasi-Periodic…
▽ More
A new black hole X-ray binary (BHXRB) MAXI J1535-571 was discovered by MAXI during its outburst in 2017. Using observations taken by the first Chinese X-ray satellite, the Hard X-ray Modulation Telescope (dubbed as Insight-HXMT), we perform a joint spectral analysis (2-150 keV) in both energy and time domains. The energy spectra provide the essential input for probing the intrinsic Quasi-Periodic Oscillation (QPO) fractional rms spectra (FRS). Our results show that during the intermediate state, the energy spectra are in general consistent with those reported by Swift/XRT and NuSTAR. However, the QPO FRS become harder and the FRS residuals may suggest the presence of either an additional power-law component in the energy spectrum or a turn-over in the intrinsic QPO FRS at high energies.
△ Less
Submitted 18 January, 2020;
originally announced January 2020.
-
Testing Scenario Library Generation for Connected and Automated Vehicles, Part II: Case Studies
Authors:
Shuo Feng,
Yiheng Feng,
Haowei Sun,
Shao Bao,
Yi Zhang,
Henry X. Liu
Abstract:
Testing scenario library generation (TSLG) is a critical step for the development and deployment of connected and automated vehicles (CAVs). In Part I of this study, a general methodology for TSLG is proposed, and theoretical properties are investigated regarding the accuracy and efficiency of CAV evaluation. This paper aims to provide implementation examples and guidelines, and to enhance the pro…
▽ More
Testing scenario library generation (TSLG) is a critical step for the development and deployment of connected and automated vehicles (CAVs). In Part I of this study, a general methodology for TSLG is proposed, and theoretical properties are investigated regarding the accuracy and efficiency of CAV evaluation. This paper aims to provide implementation examples and guidelines, and to enhance the proposed methodology under high-dimensional scenarios. Three typical cases, including cut-in, highway-exit, and car-following, are designed and studied in this paper. For each case, the process of library generation and CAV evaluation is elaborated. To address the challenges brought by high dimensions, the proposed methodology is further enhanced by reinforcement learning technique. For all three cases, results show that the proposed methods can accelerate the CAV evaluation process by multiple magnitudes with same evaluation accuracy, if compared with the on-road test method.
△ Less
Submitted 21 February, 2020; v1 submitted 8 May, 2019;
originally announced May 2019.
-
Testing Scenario Library Generation for Connected and Automated Vehicles, Part I: Methodology
Authors:
Shuo Feng,
Yiheng Feng,
Chunhui Yu,
Yi Zhang,
Henry X. Liu
Abstract:
Testing and evaluation is a critical step in the development and deployment of connected and automated vehicles (CAVs), and yet there is no systematic framework to generate testing scenario library. This study aims to provide a general framework for the testing scenario library generation (TSLG) problem with different operational design domains (ODDs), CAV models, and performance metrics. Given an…
▽ More
Testing and evaluation is a critical step in the development and deployment of connected and automated vehicles (CAVs), and yet there is no systematic framework to generate testing scenario library. This study aims to provide a general framework for the testing scenario library generation (TSLG) problem with different operational design domains (ODDs), CAV models, and performance metrics. Given an ODD, the testing scenario library is defined as a critical set of scenarios that can be used for CAV test. Each testing scenario is evaluated by a newly proposed measure, scenario criticality, which can be computed as a combination of maneuver challenge and exposure frequency. To search for critical scenarios, an auxiliary objective function is designed, and a multi-start optimization method along with seed-filling is applied. The proposed framework is theoretically proved to obtain accurate evaluation results with much fewer number of tests, if compared with the on-road test method. In part II of the study, three case studies are investigated to demonstrate the proposed methodologies. Reinforcement learning based technique is applied to enhance the searching method under high-dimensional scenarios.
△ Less
Submitted 5 February, 2020; v1 submitted 8 May, 2019;
originally announced May 2019.
-
Various methods for queue length and traffic volume estimation using probe vehicle trajectories
Authors:
Yan Zhao,
Jianfeng Zheng,
Wai Wong,
Xingmin Wang,
Yuan Meng,
Henry X. Liu
Abstract:
The rapid development of connected vehicle technology and the emergence of ride-hailing services have enabled the collection of a tremendous amount of probe vehicle trajectory data. Due to the large scale, the trajectory data have become a potential substitute for the widely used fixed-location sensors in terms of the performance measures of transportation networks. Specifically, for traffic volum…
▽ More
The rapid development of connected vehicle technology and the emergence of ride-hailing services have enabled the collection of a tremendous amount of probe vehicle trajectory data. Due to the large scale, the trajectory data have become a potential substitute for the widely used fixed-location sensors in terms of the performance measures of transportation networks. Specifically, for traffic volume and queue length estimation, most of the trajectory data based methods in the existing literature either require high market penetration of the probe vehicles to identify the shockwave or require the prior information about the queue length distribution and the penetration rate, which may not be feasible in the real world. To overcome the limitations of the existing methods, this paper proposes a series of novel methods based on probability theory. By exploiting the stopping positions of the probe vehicles in the queues, the proposed methods try to establish and solve a single-variable equation for the penetration rate of the probe vehicles. Once the penetration rate is obtained, it can be used to project the total queue length and the total traffic volume. The validation results using both simulation data and real-world data show that the methods would be accurate enough for assistance in performance measures and traffic signal control at intersections, even when the penetration rate of the probe vehicles is very low.
△ Less
Submitted 14 August, 2019; v1 submitted 24 September, 2018;
originally announced October 2018.
-
Traffic state estimation using stochastic Lagrangian dynamics
Authors:
Fangfang Zheng,
Saif Eddin Jabari,
Henry X. Liu,
DianChao Lin
Abstract:
This paper proposes a new stochastic model of traffic dynamics in Lagrangian coordinates. The source of uncertainty is heterogeneity in driving behavior, captured using driver-specific speed-spacing relations, i.e., parametric uncertainty. It also results in smooth vehicle trajectories in a stochastic context, which is in agreement with real-world traffic dynamics and, thereby, overcoming issues w…
▽ More
This paper proposes a new stochastic model of traffic dynamics in Lagrangian coordinates. The source of uncertainty is heterogeneity in driving behavior, captured using driver-specific speed-spacing relations, i.e., parametric uncertainty. It also results in smooth vehicle trajectories in a stochastic context, which is in agreement with real-world traffic dynamics and, thereby, overcoming issues with aggressive oscillation typically observed in sample paths of stochastic traffic flow models. We utilize ensemble filtering techniques for data assimilation (traffic state estimation), but derive the mean and covariance dynamics as the ensemble sizes go to infinity, thereby bypassing the need to sample from the parameter distributions while estimating the traffic states. As a result, the estimation algorithm is just a standard Kalman-Bucy algorithm, which renders the proposed approach amenable to real-time applications using recursive data. Data assimilation examples are performed and our results indicate good agreement with out-of-sample data.
△ Less
Submitted 31 May, 2018;
originally announced June 2018.
-
PandaX: A Liquid Xenon Dark Matter Experiment at CJPL
Authors:
X. G. Cao,
X. Chen,
Y. H. Chen,
X. Y. Cui,
D. Q. Fang,
C. B. Fu,
K. L. Giboni,
H. W. Gong,
G. D. Guo,
M. He,
J. Hu,
X. T. Huang,
X. D. Ji,
Y. L. Ju,
S. L. Li,
Q. Lin,
H. X. Liu,
J. L. Liu,
X. Liu,
W. Lorenzon,
Y. G. Ma,
Y. J. Mao,
K. X. Ni,
K. Pushkin,
X. X. Ren
, et al. (25 additional authors not shown)
Abstract:
PandaX is a large upgradable liquid-xenon detector system that can be used for both direct dark-matter detection and $^{136}$Xe double-beta decay search. It is located in the Jinping Deep-Underground Laboratory in Sichuan, China. The detector operates in dual-phase mode, allowing detection of both prompt scintillation, and ionization charge through proportional scintillation. The central time proj…
▽ More
PandaX is a large upgradable liquid-xenon detector system that can be used for both direct dark-matter detection and $^{136}$Xe double-beta decay search. It is located in the Jinping Deep-Underground Laboratory in Sichuan, China. The detector operates in dual-phase mode, allowing detection of both prompt scintillation, and ionization charge through proportional scintillation. The central time projection chamber will be staged, with the first stage accommodating a target mass of about 120\,kg. In stage II, the target mass will be increased to about 0.5\,ton. In the final stage, the detector can be upgraded to a multi-ton target mass. In this paper a detailed description of the stage-I detector design and performance results established during the commissioning phase is presented.
△ Less
Submitted 12 May, 2014;
originally announced May 2014.