SearcharxivSearch

arXiv subjects

Bohao Zhao

Publications and source records attributed to Bohao Zhao.

3 recordsLinked to original sources

X-Mind: Efficient Visual Chain-of-Thought via Predictive World Model for End-to-End Driving

Predicting future states is essential for autonomous agents, yet current Vision-Language-Action (VLA) models fundamentally lack this capability, relying instead on reactive perception-action mapping. While integrating Predictive World Models (PWMs) addresses this gap, existing approaches either incur prohibitive cascaded latency or act as shallow terminal tasks that fail to deeply embed forward-looking reasoning. To endow VLA models with this reasoning capability, we propose X-Mind. Rather than treating PWMs as an external auxiliary module, this framework internalizes them as the Visual Chain-of-Thought (Visual CoT). By enforcing a world rollout prior to action, the model is constrained to imagine future evolution first, yielding a driving policy that is robustly grounded in environmental dynamics and aware of the future consequences its actions will unfold. The challenge here is efficiency, and we tackle it on two fronts. First, we introduce a compact representation of visual thinking: an abstract sketch that fuses a Bird's-Eye-View (BEV) layout with abstract driving priors (e.g., navigation intents and traffic rules). Rather than rolling out dense future frames, the model reasons over this sketch as a mental canvas; aided by a Deep Compression Autoencoder (DC-AE), a 12-frame future rollout is reduced to merely 96 tokens, alleviating the long-context computational bottleneck. Second, to accelerate generation further, we propose a recurrent block diffusion scheme that unrolls the denoising steps across the layers of the large drive model, folding iterative refinement into the backbone's one forward pass. Trained and validated on large-scale real-world data, X-Mind achieves competitive end-to-end driving performance, which makes it a highly practical, low-latency solution that successfully deploys large-scale cognitive reasoning directly onto resource-constrained vehicle platforms.

cs.CV

ChaosNexus: A Foundation Model for ODE-based Chaotic System Forecasting with Hierarchical Multi-scale Awareness

Foundation models have shown great promise in achieving zero-shot or few-shot forecasting for ODE-based chaotic systems via large-scale pretraining. However, existing architectures often fail to capture the multi-scale temporal structures and distinct spectral characteristics of chaotic dynamics. To address this, we introduce ChaosNexus, a foundation model for chaotic system forecasting underpinned by the proposed ScaleFormer architecture. By processing temporal contexts across hierarchically varying patch sizes, ChaosNexus effectively captures long-range dependencies and preserves high-frequency fluctuations. To address heterogeneity across distinct systems, we integrate Mixture-of-Experts (MoE) layers into each ScaleFormer block and explicitly condition the final forecasts on a learned frequency fingerprint, providing the model with a global spectral view of the system. Extensive evaluations on over 9,000 synthetic systems demonstrate that ChaosNexus achieves superior fidelity in long-term attractor statistics while maintaining competitive point-wise accuracy. Furthermore, in real-world applications, it achieves a remarkable zero-shot mean error below 1{\deg}C for 5-day station-based weather forecasting. Codes are available at https://github.com/TomXaxaxa/ChaosNexus.

cs.LG

PhyxMamba: Chaotic System Reconstruction from Short Context Observations with Generative State-Space Models

Understanding chaotic dynamics is a fundamental problem across scientific disciplines, including climate science, neuroscience, and fluid dynamics, yet direct experimentation and intervention in such systems are often infeasible. Chaotic system reconstruction aims to identify a surrogate dynamical model that preserves a system's invariant geometric and long-term temporal signatures from observed time series, thereby providing a controllable foundation for probing its mechanisms through systematic perturbation and analysis. However, faithful system reconstruction is hampered by high observational costs, which often restrict data to short, discontinuous sequences spanning only limited timescales. Conventional approaches such as reservoir computing struggle in this data-scarce regime since they typically require long-term synchronization windows to localize states on the attractor. Similarly, while deep learning-based time-series forecasting models effectively fit local trajectories, they often fail to capture global invariants, leading to a collapse of long-term dynamical integrity. Here, we propose PhyxMamba, a framework that synergizes Mamba-based state-space models with physics-informed principles. By leveraging time-delay embeddings to reconstruct the attractor manifold and employing a generative training scheme with geometry-aware regularization, PhyxMamba effectively captures both fine-grained local evolution and global physical constraints. Extensive experiments on simulated and real-world chaotic systems demonstrate that PhyxMamba achieves superior reconstruction performance, outperforming the strongest baseline by over 44% in prediction accuracy and 8% in topological fidelity on the Lorenz96 system, while exhibiting strong robustness against partial observations and noise. Codes are available at https://github.com/changliu01/PhyxMamba.

cs.LG