Paper deep dive
Bayesian-Symbolic Integration for Uncertainty-Aware Parking Prediction
Alireza Nezhadettehad, Arkady Zaslavsky, Abdur Rakib, Seng W. Loke
Intelligence
Status: succeeded | Model: google/gemini-3.1-flash-lite-preview | Prompt: intel-v1 | Confidence: 93%
Last extracted: 3/31/2026, 2:00:48 AM
Summary
The paper proposes a loosely coupled neuro-symbolic framework for uncertainty-aware parking availability prediction. It integrates Bayesian Neural Networks (BNNs) with symbolic reasoning (encoded via Probabilistic Logic Programming) to handle data sparsity, noise, and uncertainty. Two hybrid strategies are introduced: a fallback mechanism for low-confidence BNN predictions and a context-refinement strategy that uses symbolic constraints to narrow the BNN's output space. Experimental results on Melbourne CBD parking data show that the context-refinement strategy outperforms LSTM and BNN baselines.
Entities (5)
Relation Signals (3)
Bayesian Neural Networks â integratedwith â Symbolic Reasoning
confidence 95% ¡ we propose a loosely coupled neuro-symbolic framework that integrates Bayesian Neural Networks (BNNs) with symbolic reasoning
Probabilistic Logic Programming â encodes â Symbolic Rules
confidence 90% ¡ symbolic knowledgeâextracted via decision trees and encoded using probabilistic logic programming
Neuro-Symbolic Framework â outperforms â Long Short-Term Memory
confidence 90% ¡ the context-refinement strategy consistently exceeds the performance of Long Short-Term Memory (LSTM) networks
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Accurate parking availability prediction is critical for intelligent transportation systems, but real-world deployments often face data sparsity, noise, and unpredictable changes. Addressing these challenges requires models that are not only accurate but also uncertainty-aware. In this work, we propose a loosely coupled neuro-symbolic framework that integrates Bayesian Neural Networks (BNNs) with symbolic reasoning to enhance robustness in uncertain environments. BNNs quantify predictive uncertainty, while symbolic knowledge extracted via decision trees and encoded using probabilistic logic programming is leveraged in two hybrid strategies: (1) using symbolic reasoning as a fallback when BNN confidence is low, and (2) refining output classes based on symbolic constraints before reapplying the BNN. We evaluate both strategies on real-world parking data under full, sparse, and noisy conditions. Results demonstrate that both hybrid methods outperform symbolic reasoning alone, and the context-refinement strategy consistently exceeds the performance of Long Short-Term Memory (LSTM) networks and BNN baselines across all prediction windows. Our findings highlight the potential of modular neuro-symbolic integration in real-world, uncertainty-prone prediction tasks.
Tags
Links
- Source: https://arxiv.org/abs/2603.27119v1
- Canonical: https://arxiv.org/abs/2603.27119v1
Trouble viewing inline? Open PDF directly â
Full Text
40,732 characters extracted from source content.
Expand or collapse full text
Bayesian-Symbolic Integration for Uncertainty-Aware Parking Prediction Alireza Nezhadettehad â , Arkady Zaslavsky â , Abdur Rakib â , Seng W. Loke â â School of Information Technology, Deakin University, Burwood, Australia Email: anezhadettehad, arkady.zaslavsky, seng.loke@deakin.edu.au â Centre for Future Transport and Cities, Coventry University, Coventry CV1 5FB, UK Email: ad9812@coventry.ac.uk AbstractâAccurate parking availability prediction is critical for intelligent transportation systems, but real-world deployments often face data sparsity, noise, and unpredictable changes. Addressing these challenges requires models that are not only accurate but also uncertainty-aware. In this work, we propose a loosely coupled neuro-symbolic framework that integrates Bayesian Neural Networks (BNNs) with symbolic reasoning to enhance robustness in uncertain environments. BNNs quantify predictive uncertainty, while symbolic knowledgeâextracted via decision trees and encoded using probabilistic logic program- mingâis leveraged in two hybrid strategies: (1) using symbolic reasoning as a fallback when BNN confidence is low, and (2) refining output classes based on symbolic constraints before reapplying the BNN. We evaluate both strategies on real-world parking data under full, sparse, and noisy conditions. Results demonstrate that both hybrid methods outperform symbolic reasoning alone, and the context-refinement strategy consistently exceeds the performance of Long Short-Term Memory (LSTM) networks and BNN baselines across all prediction windows. Our findings highlight the potential of modular neuro-symbolic integration in real-world, uncertainty-prone prediction tasks. Index TermsâNeuro-symbolic integration, Bayesian neural networks, Uncertainty-aware prediction, Parking availability, Probabilistic logic programming, Smart transportation, Data scarcity, Symbolic reasoning I. INTRODUCTION Parking management has become an increasingly critical issue in the context of urban mobility, driven by growing population density and rising vehicle ownership. One of the most persistent challenges is the time wasted by drivers search- ing for available parking, which contributes to congestion, excessive fuel consumption, and increased carbon emissions [1]. A recent study by an online parking platform reports that Australians spend an estimated 3,120 hours over their life- timeâequivalent to 130 days or over four monthsâsearching for parking. Survey results further revealed that over 43% of drivers typically spend more than 15 minutes per trip trying to find a space, with 12% indicating their search often exceeds 20 minutes [2]. In the United States, similar trends have been observed, where drivers lose an average of 17 hours per year searching for parking, resulting in an annual cost of approximately $345 per person in wasted time, Š 2025 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, including reprinting/republishing. This is the accepted version of the paper accepted at IEEE ITSC 2025. The final published version will be available via IEEE Xplore. fuel, and emissions [3]. This problem is further amplified in densely populated cities; for instance, in New York City, drivers spend an average of 107 hours annually looking for parking, incurring costs of up to $2,243 per driver. Traditional parking prediction methods often lack the flexibility to adapt to the highly dynamic and context-sensitive nature of urban environments, where availability frequently varies with factors such as time of day, weather conditions, and local events [4], [5]. The advent of Internet of Things (IoT) technologies has enabled the deployment of smart parking systems capable of collecting real-time occupancy data via distributed sensors. This data, when combined with advanced machine learning techniques, enables predictive analytics that enhance opera- tional efficiency and support context-aware decision-making [6], [7]. For instance, Ali et al. proposed a smart parking system powered by a deep Long Short-Term Memory (LSTM) network that effectively captures temporal patterns in parking behavior to predict availability [8]. These innovations not only benefit drivers through real-time guidance but also aid urban planners in optimizing infrastructure and policy. However, parking prediction systems often operate under challenging conditions, including noisy or incomplete data, limited ground truth, and rapidly changing patterns. To ad- dress these limitations, recent research has explored hybrid frameworks that incorporate deep learning with representation learning techniques, enabling the integration of heterogeneous data sources such as historical logs, environmental features, and user interactions [9], [10]. While these approaches offer improved predictive performance and flexibility, they often fall short in effectively managing predictive uncertainty, of- fering transparent decision-making, and supporting symbolic reasoningâcapabilities that are especially critical in public- facing urban systems where interpretability and robustness are essential. To bridge this gap, we propose a hybrid framework that combines Bayesian Neural Networks (BNNs) for proba- bilistic modelling with Neuro-Symbolic AI (NS-AI) to provide structured, interpretable, and context-aware reasoning under uncertainty. Recent advances in BNNs and Neuro-Symbolic AI hold promise for further improving these systems. BNNs offer principled mechanisms for quantifying uncertainty, which is crucial for applications that involve partial observability and arXiv:2603.27119v1 [cs.LG] 28 Mar 2026 noisy signals [11], [12]. On the other hand, Neuro-Symbolic AI integrates neural learning with symbolic reasoning to pro- duce interpretable and logic-consistent predictions. This fusion provides both predictive power and transparencyâessential for public-facing urban systems [13], [14]. This paper proposes a novel loosely coupled neuro-symbolic framework for uncertainty-aware parking prediction. By in- tegrating Bayesian neural inference with symbolic reason- ing modules, the proposed approach provides both accurate forecasts and interpretable fallback mechanisms under high- uncertainty conditions. Through a series of experiments on real-world parking datasets, we demonstrate the advantages of this hybrid model under full-data, sparse-data, and noisy-data settings. The remainder of this paper is organised as follows. Section I reviews relevant literature on parking prediction, Bayesian Neural Networks, and Neuro-Symbolic AI. Sec- tion I presents the proposed hybrid neuro-symbolic frame- work, including the dataset, model architecture, integration strategies, and experimental setup. Section IV reports and anal- yses the performance of the proposed models under baseline, data scarcity, and noisy input scenarios. Finally, Section V concludes the paper and outlines directions for future work. I. LITERATURE REVIEW Urban parking prediction has evolved significantly with the advancement of machine learning and intelligent sensing technologies. Early approaches in parking prediction predom- inantly focused on static models or rule-based heuristics, but these methods quickly proved inadequate in capturing the temporal and contextual complexity of real-world urban en- vironments. As a result, deep learning methodsâparticularly recurrent neural networks like Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRUs)âhave become popular due to their ability to model temporal dependencies in sequential data. Zeng et al. developed a Stacked GRU-LSTM framework that incorporated multi-factor influences such as time, location, and environmental attributes, demonstrating enhanced accuracy for real-time occupancy prediction [12]. Similarly, Shao et al. showed that LSTM models can effec- tively represent complex occupancy trends based on historical parking data, making them a viable foundation for adaptive parking systems [15]. Beyond temporal learning, contextual models have inte- grated additional spatial, temporal, and event-based informa- tion to capture the multifaceted nature of parking demand. For instance, Jelen et al. and Balmer et al. leveraged geographic and temporal signals to develop contextual predictors capable of adapting to localised urban variations [5], [16]. These findings highlight the importance of location-sensitive features in improving predictive generalisability. Comparative studies, such as the one by Awan et al., have also emphasised that simpler models like decision trees can remain competitive under specific configurations, though deep learning methods generally offer superior scalability and feature learning [17]. The integration of Internet of Things (IoT) infrastructure has further enriched the data landscape for parking systems. Real-time sensor deployments enable continuous monitoring of parking space availability and user mobility. Atif et al. and Fahim et al. surveyed smart parking systems that harness IoT- enabled devices and wireless sensor networks to collect real- time data and feed it into cloud-based analytics engines [1], [6]. These frameworks have formed the foundation for smart city initiatives aiming to reduce congestion and environmental impact. Building on this, Ali et al. employed deep LSTM networks to analyse IoT sensor data from urban environments, achieving high spatial and temporal resolution in parking pre- dictions [8]. Complementary work by Badii et al. demonstrated the value of open data sources such as traffic feeds and weather logs to augment predictive inputs, while Bock et al. explored participatory sensing through a crowd of taxis acting as mobile probes for on-street space availability [18], [19]. While deep learning models have achieved strong predictive performance, they often lack the ability to quantify uncer- taintyâan essential feature in high-variability urban environ- ments. Bayesian Neural Networks (BNNs) offer a solution by modelling uncertainty over weights, producing probabilistic outputs rather than point estimates. Jospin et al. provided a tutorial on the implementation and advantages of BNNs, highlighting their applicability to safety-critical domains [11]. Zeng et al. applied a Bayesian approach to parking prediction, illustrating that BNNs can not only provide reliable predictions but also quantify uncertainty, a critical feature when data is missing or noisy [12]. The versatility of BNNs has also been illustrated by Jang and Lee in the context of financial forecasting, suggesting that such techniques generalise well to complex time-series applications like urban parking [20]. To address the interpretability limitations of neural models, researchers have increasingly turned to Neuro-Symbolic AIâa hybrid paradigm that combines neural network learning with logical reasoning. Garcez and Lamb formalised a taxonomy of integration strategies ranging from loosely coupled to fully differentiable neuro-symbolic systems, emphasising their role in producing explainable and robust models [13]. These mod- els are particularly attractive in public infrastructure contexts where decisions must be transparent. Susskind et al. discussed practical implementations of neuro-symbolic AI, highlighting its relevance for structured reasoning and policy-driven appli- cations [21]. Further studies by Sarker et al. and Ebrahimi et al. reviewed the application of neuro-symbolic frameworks in urban systems and knowledge representation tasks, noting their ability to fuse high-dimensional data with symbolic constraints for interpretable learning [14], [22]. Oltramari et al. demon- strated the use of such models in context-aware environments, while Sen et al. developed rule-extraction methods that remain robust under noisy supervisionâboth being directly relevant to urban parking domains where data quality is often suboptimal [23], [24]. Together, these developments form a strong foundation for integrating probabilistic and symbolic reasoning in parking prediction. While several neuro-symbolic approaches have emerged in recent yearsâtypically combining conventional deep neural networks with symbolic logicâthey often rely on deterministic models and do not explicitly account for uncertainty. To the best of our knowledge, no existing work has incorporated Bayesian Neural Networks (BNNs) as the neural backbone of a neuro-symbolic system for this task. This paper addresses that gap by introducing a hybrid architecture that combines the uncertainty modelling capabilities of BNNs with the interpretability of symbolic reasoning. The proposed method is designed to perform reliably in challenging real- world scenarios characterised by data scarcity, epistemic un- certainty, and noisy observations. I. METHODOLOGY This section outlines the proposed methodology for uncertainty-aware parking occupancy prediction using a hybrid neuro-symbolic architecture. The approach combines Bayesian Neural Networks (BNNs) with rule-based reasoning, enabling the system to make accurate and interpretable predictions even in the presence of uncertainty, noise, or limited training data. A. Utilised Dataset and Preprocessing The dataset used in this study is sourced from Melbourneâs open data portal [25], which provides real-time occupancy information collected from on-street parking bay sensors in- stalled across the cityâs central business district (CBD). These in-ground sensors detect vehicle arrivals and departures and generate event-based records that include the parking bay ID, timestamp, sensor status (occupied or unoccupied), stay duration, geospatial coordinates, applicable parking restriction, and whether the vehicle overstayed the permitted limit. The full dataset contains approximately 42.7 million records for the year of 2019. Since raw entries can include inconsistencies due to com- munication failures or sensor malfunctions, a data-cleaning process was first applied to ensure high integrity. The cleaned data was then aggregated into fixed 15-minute time intervals at the street segment level, where each segment refers to the group of parking bays located between two adjacent road junctions. For each time slot, the occupancy ratio was computed as the proportion of occupied bays within a segment. To capture temporal dynamics in parking behaviour, the model uses both current and past occupancy ratios as input features. These temporal inputs are combined with a variety of contextual features, including time of day, day of week, month, public holiday indicator, and environmental conditions such as weather type, temperature, wind speed, and rainfall. These features help the model account for both regular usage patterns and irregular fluctuations in parking demand. The dataset covers all street segments in Melbourneâs CBD, and the BNN is trained using the full spatiotemporal history of these segments. While we do not explicitly model spatial correlations between neighbouring segments, the use of aggre- gated data at the segment level ensures that each prediction is contextually grounded in its local environment. The model thus implicitly captures spatial variability across different parts of the CBD. The target variableâthe parking occupancy ratioâwas discretised into five equally sized classes: Very Low, Low, Moderate, High, and Very High, each corresponding to a 20% occupancy range. This classification-based formulation allows the model to produce structured outputs and to explicitly represent predictive uncertainty. B. Bayesian Neural Network with Confidence Thresholding To model uncertainty in prediction, we adopt a Bayesian Neural Network trained using variational inference. The model places a posterior distribution over its weights and biases, and represents the output as a probability distribution over possible outcomes. This is achieved by integrating over the posterior distribution of the model parameters: p(y |x,D) = Z p(y |x,θ) p(θ |D) dθ wherex is the input, y is the output,θ denotes the weights and biases of the network, p(y |x,θ) is the likelihood function, and p(θ |D) is the posterior distribution over the parameters given the training data D. To make predictions for a new inputx â , the model uses the posterior predictive distribution: p(y â |x â ,D) = Z p(y â |x â ,θ) p(θ |D) dθ wherex â is a new input sample and y â is the corresponding predicted output. To improve decision quality, particularly under uncertain conditions, we introduce a confidence thresholding mecha- nism. Specifically, a prediction is considered valid only if the highest class probability exceeds a predefined confidence threshold. We experimented with several threshold values and found that a 30% threshold provides the best trade-off between prediction ratio (the proportion of test instances for which a confident prediction is made) and accuracy. When this thresh- old is not met, the model is considered uncertain about its prediction, and the task is handed off to a symbolic reasoning module for assistance. This approach ensures that only well- calibrated probabilistic decisions are accepted from the BNN, while uncertain cases are handled through interpretable, rule- based logic. C. Hybrid Neuro-Symbolic Framework The key contribution of this study is a hybrid framework that combines neural and symbolic reasoning. The system first uses the BNN with 30% confidence thresholding for selective prediction to make a prediction and estimate its confidence. If the BNN is confident, its prediction is accepted. Otherwise, one of two symbolic integration strategies is invoked (see Fig. 1): ⢠Method 1 (Fallback to Reasoning): If the BNNâs confidence is below the 30% threshold, the symbolic reasoning module is directly used to generate a prediction based on rule-based inference. Fig. 1: Overview of the hybrid neuro-symbolic decision process. Method 1 uses symbolic reasoning as a fallback when BNN confidence is low. Method 2 applies symbolic constraints to refine the output space before re-evaluating BNN predictions. ⢠Method 2 (Contextual Refinement): In this more so- phisticated strategy, the symbolic module restricts the BNNâs output space by eliminating implausible classes. The BNN then re-evaluates its prediction over this refined set. If the confidence within the refined space exceeds the threshold, the BNNâs updated prediction is accepted. If not, the symbolic reasoning output is used. Symbolic rules are extracted from the training data us- ing decision tree induction and encoded into a Probabilis- tic Logic Program (PLP). These rules capture interpretable patternsâsuch as time-of-day effects, weekday/weekend dis- tinctions, and environmental influencesâthat complement the BNNâs capacity to model complex, non-linear relationships. By expressing high-confidence patterns as logic-based rules, the symbolic module provides an interpretable fallback or refinement mechanism when the BNN is uncertain. Examples of typical extracted rules include: If Hourâ [12, 14] and DayâMonâFri and PrevOcc = Highâ Occ = VeryHigh If DayâSat, Sun and Hourâ [9, 11] and PrevOcc = Lowâ Occ = Moderate If Rainfall > 1.0 and PrevOcc = VeryHigh â Occ = High These rules are used by the symbolic module to either produce predictions directly (in fallback mode) or constrain the neural output space (in refinement mode). In Method 2, the symbolic module helps refine the BNNâs output space by eliminating implausible classes based on the contextual rules. For example, if a PLP (based on rules extracted by decision tree) indicates that Very High occupancy is unlikely on weekends before 9 AM, the class VeryHigh will be excluded from the set of candidate outputs in such contexts. The BNN then re-evaluates its prediction using only the remaining plausible classesâe.g.,Low, Moderate, Highâand checks whether any of them surpass the con- fidence threshold. If so, the refined prediction is accepted. Otherwise, the final prediction defaults to the symbolic output. This process ensures that predictions made under uncer- tainty are not only guided by learned distributions but are also consistent with interpretable domain rules. It acts as a soft constraint mechanism, narrowing the decision space in ways that reflect structural regularities observed in the data. D. Handling Data Scarcity and Noise Real-world parking data is often incomplete or noisy. To assess model robustness, we simulate both data scarcity and input noise. For data scarcity, we train models on progressively smaller subsets of the datasetâ90%, 50%, and 10%âwhich are randomly sampled from the full training data to evaluate how performance degrades as data becomes limited. For noise, we inject synthetic noise into both the feature set and class labels, mimicking sensor faults and environmental anomalies. Under these conditions, the symbolic module plays a par- ticularly important role. When the BNN is uncertain due to sparse or noisy input, rule-based reasoning steps in to preserve prediction reliability. E. Evaluation Metrics We evaluate model performance using two complementary metrics: Accuracy and Accuracy@1. Standard accuracy measures the proportion of exact class matches between the modelâs predictions and the true occu- pancy classes. However, given the inherent variability in occupancy dataâand the ordinal nature of the class labelsâwe also report Accuracy@1. This relaxed metric considers a prediction correct if it matches either the true class or a neighbouring class (i.e., one bin away). For example, if the true class is High and the model predicts Moderate or Very High, it is still considered an acceptable prediction under Accuracy@1. This accounts for minor deviations that would be practically tolerable in real-world scenarios. IV. RESULTS AND DISCUSSION This section presents the evaluation of our proposed neuro- symbolic prediction framework, comparing its performance against three baseline models: a traditional Long Short- Term Memory (LSTM) network, a Bayesian Neural Network (BNN), and a symbolic reasoning system based on probabilis- tic logic. A. Experimental Setup The experiments were conducted on a cluster of NVIDIA GPUs using TensorFlow and TensorFlow Probability (TFP). The Melbourne city parking dataset [25] was used, with a training-validation-test split of 80%-10%-10%, ensuring temporal consistency. Models were trained using the Adam optimizer with an initial learning rate of 0.001, batch size of 64, and early stopping to prevent overfitting. The LSTM model consists of three layers with 1500, 1500, and 1000 hidden units and serves as a strong temporal sequence learning baseline without uncertainty modelling. The BNN, trained via variational inference, incorporates uncer- tainty estimation and applies a 30% confidence threshold to filter out low-confidence predictions. The symbolic reasoning system is built using rules extracted via decision tree induc- tion and encoded into a Probabilistic Logic Program (PLP), offering interpretable and structured predictions. Our primary objective is to evaluate the effectiveness of two proposed neuro-symbolic hybrid methods that integrate BNN predictions with symbolic reasoning. The five evaluated models are: ⢠LSTM (Baseline): A three-layer LSTM with hidden sizes [1500, 1500, 1000]. ⢠BNN (Baseline): A Bayesian Neural Network with the same number of layers and neurons as LSTM. ⢠Symbolic Reasoning: A purely rule-based model relying on Probabilistic Logic Programming (PLP), using deci- sion tree-extracted rules to make predictions. ⢠BNN + Symbolic (Method 1): A hybrid model where predictions falling below the BNNâs confidence threshold are delegated to the symbolic reasoning engine. ⢠BNN + Symbolic (Method 2): An advanced integration where symbolic reasoning is used to constrain the BNNâs output space during low-confidence predictions. If the BNN remains uncertain, the symbolic output is used as the final prediction. To assess performance, all models are tested across three experimental conditionsâfull data, data scarcity, and noisy inputsâand evaluated using two metrics: Accuracy and Ac- curacy@1. Each metric is reported over three consecutive 15- minute prediction windows (PW1, PW2, PW3). A 15-minute horizon is selected to reflect the operational needs of real- time parking systems, where timely and short-term forecasts are crucial for enabling dynamic decision-making. Specifically, PW1 corresponds to predictions for the 0â15 minute interval, PW2 for 15â30 minutes ahead, and PW3 for 30â45 minutes. Each window is treated independently to assess model per- formance across multiple near-future intervals. Tables IâI summarise the comparative results. B. Baseline Table I presents the results under full data conditions. While LSTM achieves the highest raw Accuracy among the baseline models, and BNN demonstrates improved calibration reflected in higher Accuracy@1, both exhibit limitations in handling uncertainty. The symbolic reasoning model, though interpretable, underperforms due to its limited capacity to model complex patterns in the data. In contrast, the neuro-symbolic methods demonstrate sig- nificant gains, particularly Method 2. By incorporating sym- bolic constraints into the BNNâs decision process, Method 2 achieves the highest performance across all prediction win- dows, surpassing both neural and symbolic baselines in both Accuracy and Accuracy@1. This confirms that symbolic re- finement not only compensates for low-confidence predictions but also improves the overall quality of BNN outputs by narrowing the decision space in uncertain cases. To better understand the role of symbolic reasoning in the hybrid models, we analysed how often the BNN defers prediction due to low confidence in our prior work[26]. In the baseline (full data) scenario, approximately 40% of test instances were flagged as uncertain by the BNN and thus required symbolic intervention. Under data scarcity con- ditions, this rate increased slightly, ranging from 46% to 52% across the 90%, 50%, and 10% training splits. In the noisy input scenario, about 47% of the predictions fell below the confidence threshold and were delegated to the symbolic module. These results highlight the critical role of symbolic reasoning in maintaining model reliability under uncertainty, and validate the importance of designing hybrid mechanisms that can effectively handle such fallback cases. For a detailed discussion of confidence-based deferral in the context of our experiments, we refer the reader to our prior work. Method 1, while more lightweight, still consistently outper- forms the standalone symbolic model and provides a robust fallback mechanism when the BNN is uncertain. Figure 2 further illustrate these trends, where the neuro-symbolic meth- odsâespecially Method 2âshow clear advantages in both exact and relaxed classification accuracy across all prediction windows. C. Impact of Data Scarcity Table I reports the performance of all models when training data is progressively reduced to 90%, 50%, and 10% of the full dataset. As expected, both LSTM and BNN experience substantial declines in Accuracy and Accuracy@1 as data becomes limited, reflecting their reliance on sufficient training TABLE I: Performance of All Models Under Full Data (100%) Condition ModelPW1 AccPW1 Acc@1PW2 AccPW2 Acc@1PW3 AccPW3 Acc@1 LSTM55.990.252.389.151.888.0 BNN51.789.249.187.548.286.3 Decision Tree + PLP47.481.344.578.142.776.3 BNN30% + DT+PLP (Method 1)53.588.650.886.248.685.2 BNN30% + DT+PLP (Method 2)57.291.054.189.452.088.5 Fig. 2: Accuracy under full data (baseline) condition. examples to generalise effectively. The symbolic reasoning model, while overall less accurate, shows relatively modest performance degradation, owing to its dependence on struc- tural rules rather than data-driven learning. The neuro-symbolic models demonstrate superior resilience in these low-data regimes. Method 1 consistently outperforms the symbolic-only approach across all scarcity levels, val- idating the benefit of selectively delegating low-confidence cases to a logic-based reasoning engine. More importantly, Method 2 maintains leading performance in both Accuracy and Accuracy@1 even when trained with only 10% of the original data. This highlights the advantage of using symbolic constraints to refine the prediction space, allowing the BNN to make more informed decisions even under severely limited supervision. Figure 3 further illustrates these trends across the three prediction windows. The hybrid modelsâparticularly Method 2ânot only slow down the degradation observed in LSTM and BNN but also establish new performance upper bounds under scarcity, underscoring the value of hybrid reasoning in data-constrained environments. D. Impact of Noise on Model Robustness Table I summarises model performance under noisy con- ditions, where artificial perturbations were applied to both feature inputs and class labels to simulate real-world sensor and annotation errors. As anticipated, all models experience performance degradation. The LSTM and BNN models are particularly affected, exhibiting notable drops in both Accu- racy and Accuracy@1 due to their sensitivity to data-level in- consistencies. Despite its overall lower baseline performance, the symbolic reasoning model proves to be relatively robust, as its rule-based inference mechanism is less influenced by local input perturbations. Among all methods, the neuro-symbolic models demon- strate the greatest robustness to noise. Method 1 consistently outperforms symbolic reasoning alone, confirming that even a simple uncertainty-guided fallback strategy enhances re- silience in the face of corrupted data. Method 2 again achieves the highest performance across all prediction windows, main- taining strong Accuracy and Accuracy@1 scores despite the presence of noise. This indicates that symbolic context refine- ment not only helps disambiguate uncertain neural predictions but also absorbs noise by constraining the output space based on stable, interpretable rules. Figure 4 visually reinforces these findings. While per- formance declines are visible across the board, Method 2 exhibits a notably flatter trajectory, retaining a consistent advantage over all other models. This highlights the hybrid frameworkâs ability to buffer against aleatoric uncertainty, making it especially well-suited for deployment in noisy, real- world environments. Across all scenarios, the symbolic refinement strategy (Method 2) consistently delivers the highest performance, particularly in conditions of data scarcity and noise. This sug- gests that even loosely coupled neuro-symbolic integration can enhance robustness and generalisation in real-world prediction tasks. The fallback method (Method 1) also proves effective, offering a lightweight mechanism to defer uncertain cases to symbolic reasoning. V. CONCLUSION AND FUTURE WORK In this work, we proposed a hybrid neuro-symbolic frame- work for uncertainty-aware parking prediction in urban en- vironments. Building on the strengths of Bayesian Neural Networks for probabilistic modelling and symbolic reason- ing systems for interpretability and structure, we introduced two loosely coupled strategies to combine these paradigms: uncertainty-guided fallback and context-constrained refine- ment. Through extensive evaluation on real-world parking sensor data under baseline, data scarcity, and noisy conditions, we demonstrated that our proposed methods improve predictive accuracy and robustness compared to standalone neural or symbolic models. In particular, the refinement-based strategy (Method 2) consistently outperformed all baselines, validating the benefit of integrating logical constraints into the prediction Fig. 3: Accuracy under data scarcity conditions (90%, 50%, and 10%). TABLE I: Performance of All Models Under Data Scarcity Conditions (90%, 50%, and 10%) ModelPW1AccPW1Acc@1PW2AccPW2Acc@1PW3AccPW3Acc@1 LSTM (90% Data)53.8088.4050.6086.9049.8085.70 BNN (90% Data)50.5088.3047.7086.7046.1085.40 Decision Tree + PLP (90% Data)46.4083.6044.1080.9042.3078.50 BNN30% + DT+PLP (Method 1, 90%)52.3087.8049.9085.8047.6084.00 BNN30% + DT+PLP (Method 2, 90%)55.2089.5052.4088.1050.2086.70 LSTM (50% Data)51.9084.8048.7083.6047.3082.70 BNN (50% Data)49.7086.9047.1085.2046.3084.20 Decision Tree + PLP (50% Data)44.4080.7041.9077.9040.1075.40 BNN30% + DT+PLP (Method 1, 50%)50.6083.5047.8081.2045.5079.60 BNN30% + DT+PLP (Method 2, 50%)53.1086.2050.3084.4047.9082.30 LSTM (10% Data)48.3079.6044.4077.3043.2076.20 BNN (10% Data)45.6082.7043.7080.6041.8078.80 Decision Tree + PLP (10% Data)43.5675.8140.4473.4039.0871.78 BNN30% + DT+PLP (Method 1, 10%)47.2081.5044.3079.0042.0077.30 BNN30% + DT+PLP (Method 2, 10%)49.5083.6046.1081.4044.2079.50 TABLE I: Performance of All Models Under Noisy Input Conditions ModelPW1 AccPW1 Acc@1PW2 AccPW2 Acc@1PW3 AccPW3 Acc@1 LSTM (Noise)50.284.646.782.945.281.6 BNN (Noise)50.488.248.186.747.185.4 Decision Tree + PLP41.877.539.174.338.473.0 BNN30% + DT+PLP (Method 1, Noise)49.183.445.581.843.880.4 BNN30% + DT+PLP (Method 2, Noise)52.689.150.387.548.986.2 process. Although the observed improvements in accuracy are often within a 1â3% range, they carry meaningful implica- tions for real-world parking management systems, where even small gains can translate into reduced search times, improved guidance reliability, and more efficient traffic flow. Moreover, Method 2 shows consistent performance across a range of data quality scenarios, demonstrating strong gener- alisability and resilience to uncertaintyâkey requirements for deployment in dynamic urban environments. Beyond accuracy, the hybrid neuro-symbolic framework enhances interoperabil- ity by enabling the model to incorporate domain-specific rules and adapt to new policy constraints or city-specific regulations without retraining the entire network. This flexibility, along with its robustness, positions our approach as a practical and scalable solution for intelligent parking prediction and similar context-aware forecasting tasks. These results suggest that neuro-symbolic integration is a promising direction for building resilient and explainable AI systems for smart city infrastructure. By incorporating uncertainty-awareness and rule-based logic, such systems can better handle imperfect data and provide insights that are meaningful to human stakeholders. Future work will explore tighter coupling strategies, includ- ing end-to-end differentiable neuro-symbolic models, as well as real-time deployment in multi-modal transportation environ- ments. We also aim to extend this approach to broader context- aware prediction tasks where uncertainty and interpretability are critical. Fig. 4: Accuracy under noisy input conditions. REFERENCES [1] Y. Atif, S. Kharrazi, D. Jianguo, and S. F. Andler, âInternet of Things data analytics for parking availability prediction and guidance,â Trans- actions on Emerging Telecommunications Technologies, vol. 31, no. 5, p. e3862, may 2020. [2] D. Battaglia, âAustralians Spend 3,120 Hours Of Their Life Looking For Parking,â Dec. 2022. [Online]. Available: https://w.parkingmadeeasy. com.au/blog/australians-spend-3120-hours-their-life-looking-parking [3] K.McCoy,âDriversspendanaverageof17 hoursayearsearchingforparkingspots.â[On- line].Available:https://w.usatoday.com/story/money/2017/07/12/ parking-pain-causes-financial-and-personal-strain/467637001/ [4] S. Yang, W. Ma, X. Pi, and S. Qian, âA deep learning approach to real-time parking occupancy prediction in transportation networks incorporating multiple spatio-temporal data sources,â Transportation Research Part C: Emerging Technologies, vol. 107, p. 248â265, 2019. [5] M. Balmer, R. Weibel, and H. Huang, âValue of incorporating geospatial information into the prediction of on-street parking occupancyâA case study,â Geo-Spatial Information Science, vol. 24, no. 3, p. 438â457, 2021. [6] A. Fahim, M. Hasan, and M. A. Chowdhury, âSmart parking systems: comprehensive review based on various aspects,â Heliyon, vol. 7, no. 5, p. e07050, may 2021. [7] R. Ke, Y. Zhuang, Z. Pu, and Y. Wang, âA Smart, Efficient, and Reliable Parking Surveillance System with Edge Artificial Intelligence on IoT Devices,â IEEE Transactions on Intelligent Transportation Systems, vol. 22, no. 8, p. 4962â4974, 2021. [8] G. Ali, T. Ali, M. Irfan, U. Draz, M. Sohail, A. Glowacz, M. Sulowicz, R. Mielnik, Z. B. Faheem, and C. Martis, âIoT based smart parking sys- tem using deep long short memory network,â Electronics (Switzerland), vol. 9, no. 10, p. 1â18, oct 2020. [9] H. Yang, R. Ke, Z. Cui, Y. Wang, and K. Murthy, âToward a real-time Smart Parking Data Management and Prediction (SPDMP) system by attributes representation learning,â International Journal of Intelligent Systems, vol. 37, no. 8, p. 4437â4470, 2022. [10] W. Zhang, H. Liu, Y. Liu, J. Zhou, T. Xu, and H. Xiong, âSemi- Supervised City-Wide Parking Availability Prediction via Hierarchical Recurrent Graph Neural Network,â IEEE Transactions on Knowledge and Data Engineering, vol. 34, no. 8, p. 3984â3996, 2022. [11] L. V. Jospin, H. Laga, F. Boussaid, W. Buntine, and M. Bennamoun, âHands-On Bayesian Neural Networks - A Tutorial for Deep Learning Users,â IEEE Computational Intelligence Magazine, vol. 17, no. 2, p. 29â48, 2022. [12] C. Zeng, C. Ma, K. Wang, and Z. Cui, âParking Occupancy Prediction Method Based on Multi Factors and Stacked GRU-LSTM,â IEEE Access, vol. 10, p. 47 361â47 370, 2022. [13] A. dâAvila Garcez and L. C. Lamb, âNeurosymbolic AI: the 3rd wave,â Artificial Intelligence Review, vol. 56, no. 11, p. 12 387â12 406, 2023. [Online]. Available: http://arxiv.org/abs/2012.05876 [14] M. K. Sarker, L. Zhou, A. Eberhart, and P. Hitzler, âNeuro-symbolic artificial intelligence,â AI Communications, vol. 34, no. 3, p. 197â209, 2021. [15] W. Shao, Y. Zhang, B. Guo, K. Qin, J. Chan, and F. D. Salim, âParking Availability Prediction with Long Short Term Memory Model,â Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), vol. 11204 LNCS, p. 124â137, 2019. [16] G. Jelen, V. Podobnik, and J. Babic, âContextual prediction of parking spot availability: A step towards sustainable parking,â Journal of Cleaner Production, vol. 312, p. 127684, aug 2021. [17] F. M. Awan, Y. Saleem, R. Minerva, and N. Crespi, âA comparative analysis of machine/deep learning models for parking space availability prediction,â Sensors (Switzerland), vol. 20, no. 1, p. 322, jan 2020. [18] C. Badii, P. Nesi, and I. Paoli, âPredicting Available Parking Slots on Critical and Regular Services by Exploiting a Range of Open Data,â IEEE Access, vol. 6, p. 44 059â44 071, 2018. [19] F. Bock, S. Di Martino, and A. Origlia, âSmart Parking: Using a Crowd of Taxis to Sense On-Street Parking Space Availability,â IEEE Transactions on Intelligent Transportation Systems, vol. 21, no. 2, p. 496â508, 2020. [20] H. Jang and J. Lee, âAn Empirical Study on Modeling and Prediction of Bitcoin Prices with Bayesian Neural Networks Based on Blockchain Information,â IEEE Access, vol. 6, p. 5427â5437, 2017. [21] Z. Susskind, B. Arden, L. K. John, P. Stockton, and E. B. John, âNeuro-Symbolic AI: An Emerging Class of AI Workloads and their Characterization,â sep 2021. [Online]. Available: http: //arxiv.org/abs/2109.06133 [22] M. Ebrahimi, A. Eberhart, F. Bianchi, and P. Hitzler, âTowards bridging the neuro-symbolic gap: deep deductive reasoners,â Applied Intelligence, vol. 51, no. 9, p. 6326â6348, sep 2021. [Online]. Available: https://link.springer.com/article/10.1007/s10489-020-02165-6 [23] A. Oltramari, J. Francis, C. Henson, K. Ma, and R. Wickramarachchi, âNeuro-symbolic Architectures for Context Understanding,â mar 2020. [Online]. Available: http://arxiv.org/abs/2003.04707 [24] P. Sen, B. W. de Carvalho, R. Riegel, and A. Gray, âNeuro-Symbolic Inductive Logic Programming with Logical Neural Networks,â Proceed- ings of the 36th AAAI Conference on Artificial Intelligence, AAAI 2022, vol. 36, no. 8, p. 8212â8219, jun 2022. [25] âOn-streetCarParkingSensorData-2019âCoM OpenDataPortal,âhttps://melbournetestbed.opendatasoft.com/ explore/dataset/on-street-car-parking-sensor-data-2019/information/, LastAccessedon2025-02-13.[Online].Available: https://melbournetestbed.opendatasoft.com/explore/dataset/ on-street-car-parking-sensor-data-2019/information/ [26] A. Nezhadettehad, A. Zaslavsky, A. Rakib, and S. W. Loke, âUncertainty-aware parking prediction using bayesian neural networks,â Sensors, vol. 25, no. 11, p. 3463, 2025.