Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
18
result(s) for
"Si, Bingfeng"
Sort by:
A Novel Lightweight Real-Time Traffic Sign Detection Integration Framework Based on YOLOv4
2022
As a popular research direction in the field of intelligent transportation, various scholars have widely concerned themselves with traffic sign detection However, there are still some key issues that need to be further solved in order to thoroughly apply related technologies to real scenarios, such as the feature extraction scheme of traffic sign images, the optimal selection of detection methods, and the objective limitations of detection tasks. For the purpose of overcoming these difficulties, this paper proposes a lightweight real-time traffic sign detection integration framework based on YOLO by combining deep learning methods. The framework optimizes the latency concern by reducing the computational overhead of the network, and facilitates information transfer and sharing at diverse levels. While improving the detection efficiency, it ensures a certain degree of generalization and robustness, and enhances the detection performance of traffic signs in objective environments, such as scale and illumination changes. The proposed model is tested and evaluated on real road scene datasets and compared with the current mainstream advanced detection models to verify its effectiveness. In addition, this paper successfully finds a reasonable balance between detection performance and deployment difficulty by effectively reducing the computational cost, which provides a possibility for realistic deployment on edge devices with limited hardware conditions, such as mobile devices and embedded devices. More importantly, the related theories have certain application potential in technology industries such as artificial intelligence or autonomous driving.
Journal Article
Short-term passenger flow prediction for urban rail systems: A deep learning approach utilizing multi-source big data
2025
Predicting short-term passenger flow in urban rail transit is crucial for intelligent and real-time management of urban rail systems. This study utilizes deep learning techniques and multi-source big data to develop an enhanced spatial-temporal long short-term memory (ST-LSTM) model for forecasting subway passenger flow. The model includes three key components: (1) a temporal correlation learning module that captures travel patterns across stations, aiding in the selection of effective training data; (2) a spatial correlation learning module that extracts spatial correlations between stations using geographic information and passenger flow variations, providing an interpretable method for quantifying these correlations; and (3) a fusion module that integrates historical spatial-temporal features with real-time data to accurately predict passenger flow. Additionally, we discuss the model’s interpretability. The ST-LSTM model is evaluated with two large-scale real-world subway datasets from Nanjing and Chongqing. Experimental results show that the ST-LSTM model effectively captures spatial-temporal correlations and significantly outperforms other benchmark methods.
Journal Article
A Calculation Method of Passenger Flow Distribution in Large-Scale Subway Network Based on Passenger–Train Matching Probability
by
Li, He
,
Su, Guanghui
,
Si, Bingfeng
in
Accuracy
,
Combinatorial probabilities
,
Computational efficiency
2022
The ever-increasing travel demand has brought great challenges to the organization, operation, and management of the subway system. An accurate estimation of passenger flow distribution can help subway operators design corresponding operation plans and strategies scientifically. Although some literature has studied the problem of passenger flow distribution by analyzing the passengers’ path choice behaviors based on AFC (automated fare collection) data, few studies focus on the passenger flow distribution while considering the passenger–train matching probability, which is the key problem of passenger flow distribution. Specifically, the existing methods have not been applied to practical large-scale subway networks due to the computational complexity. To fill this research gap, this paper analyzes the relationship between passenger travel behavior and train operation in the space and time dimension and formulates the passenger–train matching probability by using multi-source data including AFC, train timetables, and network topology. Then, a reverse derivation method, which can reduce the scale of possible train combinations for passengers, is proposed to improve the computational efficiency. Simultaneously, an estimation method of passenger flow distribution is presented based on the passenger–train matching probability. Finally, two sets of experiments, including an accuracy verification experiment based on synthetic data and a comparison experiment based on real data from the Beijing subway, are conducted to verify the effectiveness of the proposed method. The calculation results show that the proposed method has a good accuracy and computational efficiency for a large-scale subway network.
Journal Article
Simulation-Based Method for the Calculation of Passenger Flow Distribution in an Urban Rail Transit Network Under Interruption
by
Zhao, Ben
,
Su, Guanghui
,
Zheng, Xuanchuan
in
Automotive Engineering
,
Computational Intelligence
,
Decision analysis
2023
In the extensive urban rail transit network, interruptions will lead to service delays on the current line and spread to other lines, forcing many passengers to wait, detour, or even give up their trips. This paper proposes an event-driven simulation method to evaluate the impact of interruptions on passenger flow distribution. With this method, passengers are regarded as individual agents who can obtain complete information about the current traffic situation, and the impact of the occurrence, duration, and recovery of interruption events on passengers’ travel decisions is analyzed in detail. Then, two modes are used to assign passenger paths: experience-based pre-trip mode and response-based entrap mode. In the simulation process, the train is regarded as an individual agent with a fixed capacity. With the advance of the simulation clock, the network loading is completed through the interaction of the three agents of passengers, platforms, and trains. Interruption events are considered triggers, affecting other agents by affecting network topology and train schedules. Finally, taking Chongqing Metro as an example, the accuracy and effectiveness of the model are analyzed and verified. And the impact of interruption on passenger flow distribution indicators such as inbound volume, outbound volume, and transfer volume is studied from both the individual and overall dimensions. The results show that this study provides an effective method for calculating the passenger flow distribution of an extensive urban rail transit network in the case of interruption.
Journal Article
Data-Driven Method for Passenger Path Choice Inference in Congested Subway Network
2022
In a congested large-scale subway network, the distribution of passenger flow in space-time dimension is very complex. Accurate estimation of passenger path choice is very important to understand the passenger flow distribution and even improve the operation service level. The availability of automated fare collection (AFC) data, timetable, and network topology data opens up a new opportunity to study this topic based on multisource data. A probability model is proposed in this study to calculate the individual passenger’s path choice with multisource data, in which the impact of the network time-varying state (e.g., path travel time) on passenger path choice is fully considered. First, according to the number and characteristics of OD (origin-destination) candidate paths, the AFC data among special kinds of OD are selected to estimate the distribution of passengers’ walking time and waiting time of each platform. Then, based on the composition of path travel time, its real-time probability distribution is formulated with the distribution of walking time, waiting time, and in-vehicle time as parameters. Finally, a membership function is introduced to evaluate the dependence between passenger’s travel time and the real-time travel time distribution of each candidate path and take the path with the largest membership degree as passenger’s choice. Finally, a case study with Beijing Subway data is applied to verify the effectiveness of the model presented in this study. We have compared and analysed the path calculation results in which the time-varying characteristics of network state are considered or not. The results indicate that a passenger’s path choice behavior is affected by the network time-varying state, and our model can quantify the time-varying state and its impact on passenger path choice.
Journal Article
A Novel Hierarchical Model in Ensemble Environment for Road Detection Application
2021
As a popular research direction in the field of intelligent transportation, road detection has been extensively concerned by many researchers. However, there are still some key issues in specific applications that need to be further improved, such as the feature processing of road images, the optimal choice of information extraction and detection methods, and the inevitable limitations of detection schemes. In the existing research work, most of the image segmentation algorithms applied to road detection are sensitive to noise data and are prone to generate redundant information or over-segmentation, which makes the computation of segmentation process more complicated. In addition, the algorithm needs to overcome objective factors such as different road conditions and natural environments to ensure certain execution efficiency and segmentation accuracy. In order to improve these issues, we integrate the idea of shallow machine-learning model that clusters first and then classifies in this paper, and a hierarchical multifeature road image segmentation integration framework is proposed. The proposed model has been tested and evaluated on two sets of road datasets based on real scenes and compared with common detection methods, and its effectiveness and accuracy have been verified. Moreover, it demonstrates that the method opens up a new way to enhance the learning and detection capabilities of the model. Most importantly, it has certain potential for application in various practical fields such as intelligent transportation or assisted driving.
Journal Article
Short-term origin–destination flow prediction for urban rail network: a deep learning method based on multi-source big data
2024
Short-term prediction of origin–destination (OD) flow is a primary but complex assignment to urban rail companies, which is the basis of intelligent and real-time urban rail transit (URT) operation and management. The short-term prediction of URT OD flow has three special characteristics: data lag, data dimensionality, and data malconformation, distinguishing it from other short-term prediction tasks. It is essential to propose a novel prediction algorithm that considers the special characteristics of the URT OD flow. For this purpose, based on deep learning methods and multi-source big data, a modified spatial–temporal long short-term memory (ST-LSTM) model is established. The proposed model comprises four components: (1) a temporal feature extraction module is devised to extract time information within network-wide historical OD data; (2) a spatial correlation learning module is introduced to address the data malconformation and data dimensionality problems, which provides an interpretable spatial correlation quantization method; (3) an input control-gated mechanism is originally proposed to solve the data lag problem, which combines the processed available OD flow and real-time inflow/outflow; (4) a fusion module combines historical spatial–temporal features with real-time information to achieve accurate OD flow prediction. We also further discuss the interpretability of the model in detail. The ST-LSTM model is evaluated by sufficient experiments on two large-scale actual subway datasets from Nanjing and Beijing, and the experimental results demonstrate that it can better learn the spatial–temporal correlations and exceed the rest benchmarking methods.
Journal Article
MODELING THE CONGESTION COST AND VEHICLE EMISSION WITHIN MULTIMODAL TRAFFIC NETWORK UNDER THE CONDITION OF EQUILIBRIUM
by
Bingfeng SI Ming ZHONG Xiaobao YANG Ziyou GAO
in
Algorithms
,
Complexity
,
Economic Theory/Quantitative Economics/Mathematical Methods
2012
Traditional system optimization models for traffic network focus on the treatment of congestion, which usually have an objective of minimizing the total travel time. However, the negative externality of congestion, such as environment pollution, is neglected in most cases. Such models fall short in taking Greenhouse Gas (GHG) emissions and its impact on climate change into consideration. In this paper, a social-cost based system optimization (SO) model is proposed for the multimodal traffic network considering both traffic congestion and corresponding vehicle emission. Firstly, a variation inequality model is developed to formulate the equilibrium problem for such network based on the analysis of travelers' combined choices. Secondly, the computational models of traffic congestion and vehicle emission of whole multimodal network are proposed based on the equilibrium link-flows and the corresponding travel times. A bi-level programming model, in which the social-cost based SO model is treated as the upper-level problem and the combined equilibrium model is processed as the lower-level problem, is then presented with its solution algorithm. Finally, the proposed models are illustrated through a simple numerical example. The study results confirm and support the idea of giving the priority to the development of urban public transport, which is an effective way to achieve a sustainable urban transportation.
Journal Article
URBAN TRANSIT ASSIGNMENT MODEL BASED ON AUGMENTED NETWORK WITH IN-VEHICLE CONGESTION AND TRANSFER CONGESTION
by
Bingfeng SI Ming ZHONG Xiaobao YANG Ziyou GAO
in
Algorithms
,
Complexity
,
Economic Theory/Quantitative Economics/Mathematical Methods
2011
This paper presents an augmented network model to represent urban transit system.Through such network model,the urban transit assignment problem can be easily modeled like a generalized traffic network.Simultaneously,the feasible route in such augmented transit network is then defined in accordance with the passengers' behaviors.The passengers' travel costs including walking time,waiting time,in-vehicle time and transfer time are formulated while the congestions at stations and the congestions in transit vehicles are all taken into account.On the base of these,an equilibrium model for urban transit assignment problem is presented and an improved shortest path method based algorithm is also proposed to solve it.Finally,a numerical example is provided to illustrate our approach.
Journal Article
Predicting the Unpredictable: A Reproducible Framework with Open Multi-Source Data for Irregular Non-commuting OD Flows
2026
Real-time prediction of dynamic origin–destination (OD) passenger flows is essential for efficient passenger flow management in urban rail transit (URT) systems. Existing studies have primarily focused on commuting OD flows, which exhibit strong regularity and are supported by abundant data samples. In contrast, non-commuting OD flows—especially those generated by irregular passengers with limited historical data—are characterized by high stochasticity and data sparsity and have received relatively little attention, with existing studies often reporting unsatisfactory predictive performance. To address these challenges, this study proposes a novel real-time OD flow prediction framework for irregular non-commuting passengers through multi-source data fusion and feature extraction. Specifically, individual-level spatiotemporal behavioral features are extracted from metro AFC data using a density-based clustering algorithm. Land-use and geo-economic data are then integrated to characterize individual travel preferences and construct a multidimensional behavioral indicator system. Building upon these features, hierarchical clustering and machine learning models are employed to perform personalized destination prediction. Empirical experiments conducted on Nanjing Metro data demonstrate that the proposed framework substantially improves prediction accuracy for non-commuting passengers and provides new insights into dynamic OD modeling. The results highlight the strong applicability and potential of the method for real-time passenger flow prediction in complex urban rail systems.
Journal Article