SearcharxivSearch

arXiv subjects

Hongbo Zhao

Publications and source records attributed to Hongbo Zhao.

At least 19 recordsLinked to original sources

Spectrality and eigen sets of infinite convolutions and random measures generated by admissible pairs

In this paper, we construct a class of random measures $\mu^{\mathbf{n}}$ by infinite convolutions. Given admissible pairs $\{(N_{k}, B_{k})\}_{k=1}^{m}$ and a sequence $\bn=\{n_{k}\}_{k=1}^{\infty}$ of positive integers, for every $\bw\in \Omega$, we write $\mu^{\mathbf{n}}(\bw) = \delta_{N_{\omega_{1}}^{-n_{1}}B_{\omega_{1}}} * \delta_{N_{\omega_{1}}^{-n_{1}}N_{\omega_{2}}^{-n_{2}}B_{\omega_{2}}} * \cdots$. First, we show that the mapping $\mu^{\mathbf{n}}: (\bw, B) \mapsto \mu^{\mathbf{n}}(\bw)(B)$ is a random measure. Next, we introduce the notion of a $t$-equi-positive family, and use it to obtain a general sufficient condition under which an infinite convolution is a spectral measure and possesses a specified set of spectral eigenvalues. We then extend the concepts of spectrality and spectral eigenvalues to random measures, and show that, under the assumption that the corresponding standard infinite convolution is non-degenerate for $\mathbb{P}$-a.e.\ $\boldsymbol{\omega}\in\Omega$, the measures $\mu^{\mathbf{n}}$ are spectral random measures for $\mathbb{P}$-a.e.\ $\boldsymbol{\omega}$, admitting the spectral eigen set \[ \mathcal{E}_m=\{t\in\mathbb{N}_+:\gcd(t,N_k)=1,\,1\le k\le m\}. \] Moreover, for each such $t$, there exist uncountably many spectra $\Lambda_{\boldsymbol{\omega}}\subset\mathbb{Z}$ with $t\Lambda_{\boldsymbol{\omega}}$ also a spectrum of $\mu^{\mathbf{n}}(\boldsymbol{\omega})$. Finally, for the important case where each digit set $B_k$ is a consecutive set $\{0,1,\dots,b_k-1\}$, we completely characterise the positive integer spectral eigenvalues of $\mu^{\mathbf{n}}(\boldsymbol{\omega})$, proving that they are exactly the integers coprime to every $b_k$.

math.FA

The Midas Touch for Metric Depth

Recent advances have markedly improved the cross-scene generalization of relative depth estimation, yet its practical applicability remains limited by the absence of metric scale, local inconsistencies, and low computational efficiency. To address these issues, we present \emph{\textbf{M}idas \textbf{T}ouch for \textbf{D}epth} (MTD), a mathematically interpretable approach that converts relative depth into metric depth using only extremely sparse 3D data. To eliminate local scale inconsistencies, it applies a segment-wise recovery strategy via sparse graph optimization, followed by a pixel-wise refinement strategy using a discontinuity-aware geodesic cost. MTD exhibits strong generalization and achieves substantial accuracy improvements over previous depth completion and depth estimation methods. Moreover, its lightweight, plug-and-play design facilitates deployment and integration on diverse downstream 3D tasks. Project page is available at https://mias.group/MTD.

cs.CV

CL-VISTA: Benchmarking Continual Learning in Video Large Language Models

Video Large Language Models (Video-LLMs) require continual learning to adapt to non-stationary real-world data. However, existing benchmarks fall short of evaluating modern foundation models: many still rely on models without large-scale pre-training, and prevailing benchmarks typically partition a single dataset into sub-tasks, resulting in high task redundancy and negligible forgetting on pre-trained Video-LLMs. To address these limitations, we propose CL-VISTA, a benchmark tailored for continual video understanding of Video-LLMs. By curating 8 diverse tasks spanning perception, understanding, and reasoning, CL-VISTA induces substantial distribution shifts that effectively expose catastrophic forgetting. To systematically assess CL methods, we establish a comprehensive evaluation framework comprising 6 distinct protocols across 3 critical dimensions: performance, computational efficiency, and memory footprint. Notably, the performance dimension incorporates a general video understanding assessment to assess whether CL methods genuinely enhance foundational intelligence or merely induce task-specific overfitting. Extensive benchmarking of 10 mainstream CL methods reveals a fundamental trade-off: no single approach achieves universal superiority across all dimensions. Methods that successfully mitigate catastrophic forgetting tend to compromise generalization or incur prohibitive computational and memory overheads. We hope CL-VISTA provides critical insights for advancing continual learning in multimodal foundation models.

cs.CV

Scaling Laws for Educational AI Agents

While scaling laws for Large Language Models (LLMs) have been extensively studied along dimensions of model parameters, training data, and compute, the scaling behavior of LLM-based educational agents remains unexplored. We propose that educational agent capability scales not merely with the underlying model size, but through structured dimensions that we collectively term the Agent Scaling Law: role definition clarity, skill depth, tool completeness, runtime capability, and educator expertise injection. Central to this framework is AgentProfile, a structured JSON-based specification that serves as the mechanism enabling systematic capability growth of educational agents. We present EduClaw, a profile-driven multi-agent platform that operationalizes this scaling law, demonstrating its effectiveness through the construction and deployment of 330+ educational agent profiles encompassing 1,100+ skill modules across K-12 subjects. Our empirical observations suggest that educational agent performance scales predictably with profile structural richness. We identify two complementary scaling axes -- Tool Scaling and Skill Scaling -- as future directions, arguing that the path to more capable educational AI lies not solely in larger models, but in stronger structured capability systems.

cs.AI

Automating Skill Acquisition through Large-Scale Mining of Open-Source Agentic Repositories: A Framework for Multi-Agent Procedural Knowledge Extraction

The transition from monolithic large language models (LLMs) to modular, skill-equipped agents represents a fundamental architectural shift in artificial intelligence deployment. While general-purpose models demonstrate remarkable breadth in declarative knowledge, their utility in autonomous workflows is frequently constrained by insufficient specialized procedural expertise. This report investigates a systematic framework for automated acquisition of high-quality agent skills through mining of open-source repositories on platforms such as GitHub. We focus on the extraction of visualization and educational capabilities from state-of-the-art systems including TheoremExplainAgent and Code2Video, both utilizing the Manim mathematical animation engine. The framework encompasses repository structural analysis, semantic skill identification through dense retrieval, and translation to the standardized SKILL.md format. We demonstrate that systematic extraction from agentic repositories, combined with rigorous security governance and multi-dimensional evaluation metrics, enables scalable acquisition of procedural knowledge that augments LLM capabilities without requiring model retraining. Our analysis reveals that agent-generated educational content can achieve 40\% gains in knowledge transfer efficiency while maintaining pedagogical quality comparable to human-crafted tutorials.

cs.AI

Reward Prediction with Factorized World States

Agents must infer action outcomes and select actions that maximize a reward signal indicating how close the goal is to being reached. Supervised learning of reward models could introduce biases inherent to training data, limiting generalization to novel goals and environments. In this paper, we investigate whether well-defined world state representations alone can enable accurate reward prediction across domains. To address this, we introduce StateFactory, a factorized representation method that transforms unstructured observations into a hierarchical object-attribute structure using language models. This structured representation allows rewards to be estimated naturally as the semantic similarity between the current state and the goal state under hierarchical constraint. Overall, the compact representation structure induced by StateFactory enables strong reward generalization capabilities. We evaluate on RewardPrediction, a new benchmark dataset spanning five diverse domains and comprising 2,454 unique action-observation trajectories with step-wise ground-truth rewards. Our method shows promising zero-shot results against both VLWM-critic and LLM-as-a-Judge reward models, achieving 60% and 8% lower EPIC distance, respectively. Furthermore, this superior reward quality successfully translates into improved agent planning performance, yielding success rate gains of +21.64% on AlfWorld and +12.40% on ScienceWorld over reactive system-1 policies and enhancing system-2 agent planning. Project Page: https://statefactory.github.io

cs.CL

Three phases of odd robotic active matter

Nonreciprocal interactions in active matter are known to generate exotic mechanical behaviors such as odd elasticity and odd viscosity. However, these phenomena have largely been studied in isolation, raising a fundamental question: Is there a single system that embodies these distinct regimes of odd matter and can transition between phases, establishing a unified phase diagram for nonreciprocal active matter? To address this, we introduce a tunable robotic active matter platform, the Magnetomechanically Augmented Spinning roBotic (MASBot) collective, in which particle-level control of chirality, activity, and pairwise interactions enables access to distinct phases of odd matter. By continuously increasing repulsive forces relative to attractive and transverse forces, we experimentally map a transition from an odd elastic crystal to an odd viscous liquid, and then to a chiral active gas. We find that this latter phase forms a non-space-filling, nonreciprocal active gas stabilized by long-range hydrodynamic attractive forces, whose statistical signatures are consistent with those of a two-dimensional self-gravitating point vortex gas. Within these phases, adjusting spinning frequency and introducing spatially patterned activity allows us to fine-tune odd mechanical responses and tailor power spectra. Further polar and rotational symmetry breaking at the particle scale leads to novel emergent states such as phase separation and collective translation. Together, our system provides a fundamental experimental testbed for nonequilibrium physics and establishes a blueprint for treating robotic swarms as programmable states of matter, enabling functions that range from resilient structures to adaptive swarm reconfiguration.

cond-mat.soft

Dynamic Instabilities and Pattern Formation in Chemotactic Active Matter

Collectives of actively-moving particles can spontaneously segregate into dilute and dense phases through a process known as motility-induced phase separation (MIPS). This captivating phenomenon is well-studied for randomly-moving particles with no directional bias. However, many active systems perform collective chemotaxis -- directed motion along a chemical gradient collectively generated by the particles themselves through consumption or production. Here, we use linear stability analysis, amplitude equations, and numerical simulations to study how MIPS is influenced by collective chemotaxis. We find that chemotaxis can either arrest or entirely suppress MIPS, or give rise to novel dynamic instabilities such as traveling waves and spirals. We predict the stability region of the stationary and oscillatory patterns and identify four types of bifurcation that can arise: pitchfork, saddle-node, infinite period, and supercritical Hopf. We also derive analytical expressions for the amplitude of the pattern and traveling wave velocity, yielding excellent quantitative agreement with simulations. Furthermore, we generalize our model to study particles that either consume or produce chemoattractant or chemorepellent, as well as mixtures of particles with different chemotactic behaviors. By establishing quantitative principles describing the competition between MIPS and chemotaxis, our study helps deepen understanding of the rich physics underlying chemically-responsive active matter systems.

cond-mat.soft

Two-Stream Interactive Joint Learning of Scene Parsing and Geometric Vision Tasks

Inspired by the human visual system, which operates on two parallel yet interactive streams for contextual and spatial understanding, this article presents Two Interactive Streams (TwInS), a novel bio-inspired joint learning framework capable of simultaneously performing scene parsing and geometric vision tasks. TwInS adopts a unified, general-purpose architecture in which multi-level contextual features from the scene parsing stream are infused into the geometric vision stream to guide its iterative refinement. In the reverse direction, decoded geometric features are projected into the contextual feature space for selective heterogeneous feature fusion via a novel cross-task adapter, which leverages rich cross-view geometric cues to enhance scene parsing. To eliminate the dependence on costly human-annotated correspondence ground truth, TwInS is further equipped with a tailored semi-supervised training strategy, which unleashes the potential of large-scale multi-view data and enables continuous self-evolution without requiring ground-truth correspondences. Extensive experiments conducted on three public datasets validate the effectiveness of TwInS's core components and demonstrate its superior performance over existing state-of-the-art approaches. The source code will be made publicly available upon publication.

cs.CV

VTCBench: Can Vision-Language Models Understand Long Context with Vision-Text Compression?

The computational and memory overheads associated with expanding the context window of LLMs severely limit their scalability. A noteworthy solution is vision-text compression (VTC), exemplified by frameworks like DeepSeek-OCR and Glyph, which convert long texts into dense 2D visual representations, thereby achieving token compression ratios of 3x-20x. However, the impact of this high information density on the core long-context capabilities of vision-language models (VLMs) remains under-investigated. To address this gap, we introduce the first benchmark for VTC and systematically assess the performance of VLMs across three long-context understanding settings: VTC-Retrieval, which evaluates the model's ability to retrieve and aggregate information; VTC-Reasoning, which requires models to infer latent associations to locate facts with minimal lexical overlap; and VTC-Memory, which measures comprehensive question answering within long-term dialogue memory. Furthermore, we establish the VTCBench-Wild to simulate diverse input scenarios.We comprehensively evaluate leading open-source and proprietary models on our benchmarks. The results indicate that, despite being able to decode textual information (e.g., OCR) well, most VLMs exhibit a surprisingly poor long-context understanding ability with VTC-processed information, failing to capture long associations or dependencies in the context.This study provides a deep understanding of VTC and serves as a foundation for designing more efficient and scalable VLMs.

cs.CV

Discriminately Treating Motion Components Evolves Joint Depth and Ego-Motion Learning

Unsupervised learning of depth and ego-motion, two fundamental 3D perception tasks, has made significant strides in recent years. However, most methods treat ego-motion as an auxiliary task, either mixing all motion types or excluding depth-independent rotational motions in supervision. Such designs limit the incorporation of strong geometric constraints, reducing reliability and robustness under diverse conditions. This study introduces a discriminative treatment of motion components, leveraging the geometric regularities of their respective rigid flows to benefit both depth and ego-motion estimation. Given consecutive video frames, network outputs first align the optical axes and imaging planes of the source and target cameras. Optical flows between frames are transformed through these alignments, and deviations are quantified to impose geometric constraints individually on each ego-motion component, enabling more targeted refinement. These alignments further reformulate the joint learning process into coaxial and coplanar forms, where depth and each translation component can be mutually derived through closed-form geometric relationships, introducing complementary constraints that improve depth robustness. DiMoDE, a general depth and ego-motion joint learning framework incorporating these designs, achieves state-of-the-art performance on multiple public datasets and a newly collected diverse real-world dataset, particularly under challenging conditions. Our source code will be publicly available at mias.group/DiMoDE upon publication.

cs.CV

Hierarchical Physics-Embedded Learning for Partially Known Spatiotemporal Dynamics

Partial physical knowledge--governing structures known, constitutive relations or their combinations not--pervades spatiotemporal systems. Existing scientific machine learning paradigms learn evolution largely from data, impose equations as soft constraints, or hard-code physical terms into network updates; none exploits knowledge of this form. Here we introduce the hierarchical physics-embedded adaptive Fourier neural operator, encoding such knowledge as computational architecture rather than penalizing or appending it: a first level learns or embeds fundamental physical expressions as intermediate representations, and a second level learns or embeds their governing combination, with adaptive Fourier layers capturing nonlocal, high-order couplings at each level. We prove a hierarchical error decomposition--embedding known components removes or shrinks their terms, and a parameter-complexity advantage: when the hierarchy aligns with the compositional structure of the dynamics, the number of learnable Fourier parameters sufficient for a prescribed accuracy grows strictly more slowly than for a single-level operator. Across canonical phase-field systems and experimental hydrofoil wake data, our method reduces long horizon extrapolation errors by up to ~70% relative to state-of-the-art physics encoded and neural operator baselines, while preserving physically meaningful morphology, energetic consistency, and spectral structure, and maintaining robust performance under sparse and noisy observations. The separated intermediate representations further enable symbolic recovery of unknown constitutive relations in partially specified PDEs. These results establish hierarchical physics embedding as a theoretically grounded route to prediction and discovery when governing laws are neither fully known nor absent, but partially known and compositionally organized.

cs.LG

Learning Reaction-Diffusion Kinetics from Mechanical Information

A central challenge in materials science is characterizing chemical processes that are elusive to direct measurement, particularly in functional materials operating under realistic conditions. Here, we demonstrate that mechanical strain fields contain sufficient information to reconstruct hidden chemical kinetics in coupled chemomechanical systems. Our partial differential equation-constrained learning framework decodes concentration-dependent diffusion kinetics, thermodynamic driving forces, and spatially heterogeneous reaction rates solely from mechanical observations. Using battery electrode materials as a model system, we demonstrate that the framework can accurately identify complex constitutive laws governing three distinct scenarios: classical Fickian diffusion, spinodal decomposition with pattern formation, and heterogeneous electrochemical reactions with spatial rate variations. The approach demonstrates robustness while maintaining accuracy with limited spatial data and reasonable experimental noise levels. Most significantly, the framework simultaneously infers multiple fundamental processes and properties, including diffusivity, reaction kinetics, chemical potential, and spatial heterogeneity maps, all from mechanical information alone. This method establishes a paradigm for materials characterization, enabling accurate learning of chemical processes in energy storage systems, catalysts, and phase-change materials where conventional diagnostics prove difficult. By revealing that mechanical deformation patterns serve as information-rich fingerprints of the underlying chemical processes, this work follows the pathway of inversely learning constitutive laws, with broad implications in materials science and engineering.

cond-mat.mtrl-sci

MCITlib: Multimodal Continual Instruction Tuning Library and Benchmark

Continual learning enables AI systems to acquire new knowledge while retaining previously learned information. While traditional unimodal methods have made progress, the rise of Multimodal Large Language Models (MLLMs) brings new challenges in Multimodal Continual Learning (MCL), where models are expected to address both catastrophic forgetting and cross-modal coordination. To advance research in this area, we present MCITlib, a comprehensive library for Multimodal Continual Instruction Tuning. MCITlib currently implements 8 representative algorithms and conducts evaluations on 3 benchmarks under 2 backbone models. The library will be continuously updated to support future developments in MCL. The codebase is released at https://github.com/Ghy0501/MCITlib.

cs.CV

Reinforcement Fine-Tuning Naturally Mitigates Forgetting in Continual Post-Training

Continual post-training (CPT) is a popular and effective technique for adapting foundation models like multimodal large language models to ever-evolving downstream tasks. While existing research primarily focuses on methods like data replay, model expansion, or parameter regularization, the fundamental role of the learning paradigm remains largely unexplored. This paper presents a comparative analysis of two core post-training paradigms: supervised fine-tuning (SFT) and reinforcement fine-tuning (RFT), investigating their respective impacts on knowledge retention during CPT. Our experiments are conducted across multiple multimodal tasks, utilizing Qwen2.5-VL-7B-Instruct as the base model. The investigation yields two significant findings: (1) When continuously learning on downstream tasks, SFT leads to catastrophic forgetting of previously learned tasks. In contrast, RFT inherently preserves prior knowledge and achieves performance comparable to multi-task training. (2) RFT successfully protects and even enhances the model's general knowledge on standard benchmarks, while SFT degrades general model capabilities severely. Further analysis reveals that this stability is not primarily due to explicit mechanisms like KL penalty or chain-of-thought reasoning. We investigate RFT's learning dynamics and find that its selective update mechanism inherently prevents interference with established knowledge. Based on this insight, we propose a rollout-based instance filtering algorithm (RIF-RFT) that enhances the training efficiency of RFT by focusing on learnable samples. Our comprehensive study demonstrates the superiority of RFT as a robust paradigm for continual post-training.

cs.LG

Continual Learning for Generative AI: From LLMs to MLLMs and Beyond

The rapid advancement of generative models has empowered modern AI systems to comprehend and produce highly sophisticated content, even achieving human-level performance in specific domains. However, these models are fundamentally constrained by \emph{catastrophic forgetting}, \ie~a persistent challenge where models experience performance degradation on previously learned tasks when adapting to new tasks. To address this practical limitation, numerous approaches have been proposed to enhance the adaptability and scalability of generative AI in real-world applications. In this work, we present a comprehensive survey of continual learning methods for mainstream generative AI models, encompassing large language models, multimodal large language models, vision-language-action models, and diffusion models. Drawing inspiration from the memory mechanisms of the human brain, we systematically categorize these approaches into three paradigms: architecture-based, regularization-based, and replay-based methods, while elucidating their underlying methodologies and motivations. We further analyze continual learning setups for different generative models, including training objectives, benchmarks, and core backbones, thereby providing deeper insights into the field. The project page of this paper is available at https://github.com/Ghy0501/Awesome-Continual-Learning-in-Generative-Models.

cs.LG

Existence, equivalence and spectrality of infinite convolutions in $\R^d$

In this paper, we study existence, equivalence and spectrality of infinite convolutions which may not be compactly supported in $d$-dimensional Euclidean space by manipulating various techniques in probability theory. First, we define the equivalent sequences, and we prove that the infinite convolutions converges simultaneously if they are generated by equivalent sequences. Moreover, the equi-positivity keeps unchanged for infinite convolutions generated by equivalent sequences. Next, we study the spectrality of infinite convolutions generated by admissible pairs, and we show such infinite convolutions have the same spectrum if they are generated by the equivalent sequences. Finally, we provide some sufficient conditions for the existence and spectral properties of infinite convolutions in higher dimensions.

math.FA