SearcharxivSearch

arXiv subjects

Haoyu Guo

Publications and source records attributed to Haoyu Guo.

At least 19 recordsLinked to original sources

VideoMM: Adaptive Macro-Micro Inference for Efficient Video MLLMs

Scaling Multimodal Large Language Models (MLLMs) to long-form video understanding is bottlenecked by the explosion of visual tokens, which saturates context windows and incurs prohibitive costs. Current solutions predominantly rely on auxiliary models for token reduction but face a fundamental dilemma: lightweight encoder-driven approaches often overlook critical semantic information, whereas heavyweight MLLM-driven reduction negates the efficiency gains. {In this work, we identify a more fundamental inefficiency underlying this dilemma: while fine-grained visual details are essential for detailed understanding, they are largely redundant for the preliminary task of selecting semantically relevant regions. } Motivated by this, we introduce \textbf{VideoMM}, which marks a paradigm shift from model-centric downsizing to adaptive perceptual granularity. Specifically, our framework {decouples selection from reasoning} by executing semantic filtering on a cost-effective \textit{Macro Proxy} (derived from downscaled frames), and projecting the selected regions onto high-fidelity \textit{Micro Tokens} for detailed understanding only when necessary. Extensive evaluations show that VideoMM significantly outperforms existing solutions. It achieves a 6.13$\times$ speedup and a 7.4\% accuracy gain over full-context baselines on LongVideoBench, and further accelerates inference by 2.73$\times$ over current leading methods, establishing a highly scalable paradigm for long-video understanding. Our code is available at: https://github.com/adfh917k/VideoMM.

cs.AI

Floquet Quasiparticle Poisoning of Frozonium

Periodic driving can suppress the Josephson nonlinearity of a fluxonium superconducting circuit, producing a nearly harmonic Floquet spectrum at isolated freezing points [K. Lewellen et al., Newton 2, 100434 (2026)]. Here we show that this dynamically frozen behavior does not generically suppress quasiparticle-induced dissipation in the resulting frozonium circuit. We formulate quasiparticle processes in the frozonium using a Floquet framework and analyze both drive-assisted Cooper-pair breaking and tunneling of pre-existing quasiparticles. Pair generation is controlled by gap-breaking thresholds at high drive frequencies, while multiphoton resonances produce pronounced rate enhancements at lower frequencies. Quasiparticle tunneling exhibits connected resonance structures organized by the harmonic Floquet-Magnus spectrum near the freezing point, with resonant hybridization generating characteristic avoided crossings. Our results show that suitable operating regimes must balance dynamical freezing against quasiparticle loss and provide a framework for identifying experimental drive parameters away from harmful resonances.

cond-mat.supr-con

A Definition and Roadmap for World Models

World models -- internal simulators that learn the structure and dynamics of an environment -- have become one of the most actively debated concepts in AI. From model-based reinforcement learning and video generation to embodied robotics and ultimately, physical AI, researchers across AI subfields are building systems that they call "world models", yet there is no consensus on what a world model fundamentally is, what it should predict, or how it should be built. This perspective article provides a scientific definition of world models, discussions of their key technical aspects, and a staged roadmap for developing effective world models.

cs.AI

Free-Fermion Measurement-Induced Volume- to Area-Law Entanglement Transition in the Presence of Fermion Interactions

At a generic volume- to area-law entanglement transition in a many-body system, quantum chaos is arrested. We argue that this tends to imply the vanishing of a certain "mass" term in the field theory of the measurement-induced phase transition (MIPT) for monitored, interacting fermions. To explore this idea, we consider the MIPT with no conserved quantities that describes 1D monitored, interacting Majorana fermions in class DIII. This is the most general problem of interacting fermions with weak fermion parity measurements. Without interactions, it is known that a noninteracting MIPT separates the area-law phase from a log-enhanced "thermal metal" phase at sufficiently weak monitoring. We conjecture that the MIPT with interactions is the same as the noninteracting one in this case; the volume-law phase arises through the dangerously irrelevant mass. The physical picture is that the mass represents a local Fermi's golden rule interparticle scattering rate density that is tantamount to the entangling rate density. The latter must vanish continuously at a continuous MIPT. On the other hand, the field theory capturing the MIPT for monitored fermions with additional continuous symmetries is expected to be different, because the interactions introduce additional terms associated to conserved Noether currents. We propose numerical tests of our conjecture. In addition, we analytically identify a candidate noninteracting critical point representing the MIPT, using a controlled $ε$-expansion.

cond-mat.stat-mech

Can electronic quantum criticality drive phonon-induced linear-in-temperature resistivity?

Optical phonons naturally generate linear-in-$T$ resistivity in the high-temperature equipartition regime, but their finite gap prevents this mechanism from surviving to asymptotically low temperatures. Here we analyze whether proximity to an electronic quantum critical point can remove this obstruction by strongly softening an optical phonon. We first derive a model-independent criterion for such softened phonons to control low-temperature transport: besides reducing the renormalized optical gap, the Landau-damped phonon must acquire a dynamical exponent $z_p>d$, where $d$ is the spatial dimension of the phonon, so that a sufficiently large thermally occupied phase space survives as $T\to 0$. We then analyze a concrete mechanism in which the phonon couples nonlinearly to long-wavelength electronic collective modes near a $\vec{Q}=0$ quantum critical point, and apply it to the Ising-nematic case. Within a large-$N$ field theoretic formulation, the phonon softening is enhanced near criticality, but in the clean theory the resulting dynamics lies at or near the marginal boundary for asymptotic $T$-linear scattering. Including feedback from the softened phonon back onto the electronic critical sector further weakens the tendency toward robust low-temperature $T$-linear transport. Our results sharpen both the promise and the limitations of phonon-based explanations of strange-metal transport near electronic criticality.

cond-mat.str-el

CriticalKV: Optimizing KV Cache Eviction from an Output Perturbation Perspective

Large language models have revolutionized natural language processing but face significant challenges of high storage and runtime costs, due to the transformer architecture's reliance on self-attention, particularly the large KV cache for long-sequence inference. Recent efforts to reduce KV cache size by pruning less critical entries based on attention weights remain empirical and lack formal grounding. This paper presents a formal study on identifying critical KV cache entries by analyzing attention output perturbation. Our analysis reveals that, beyond attention weights, the value states within KV entries and pretrained parameter matrices are also crucial. Based on this, we propose a perturbation-constrained selection algorithm that optimizes the worst-case output perturbation to identify critical entries. We demonstrate that our algorithm is a universal, plug-and-play enhancement that incurs negligible computational overhead. When integrated with three state-of-the-art cache eviction methods on three distinct LLMs, our algorithm significantly reduces the compression loss by more than \textit{half} on average across 29 datasets from the Ruler and LongBench benchmarks. Further perturbation analysis, at both the head and layer levels, confirms the principles underlying our effectiveness. This work offers a new, formally grounded perspective to cache eviction , opening promising avenues for future research. The code is publicly available at https://github.com/FFY0/DefensiveKV.

cs.CL

Geo-Align: Video Generation Alignment via Metric Geometry Reward

Camera-controlled video generation has achieved remarkable progress in recent years. However, existing video-to-video re-rendering methods primarily rely on Supervised Fine-Tuning using synthetic datasets. At present, there is an extreme scarcity of synchronized, multi-view real-world video data. Consequently, the prevailing paradigm often exhibits limited generalization when processing out-of-distribution real-world videos, with models struggling to accurately adhere to physical scales and camera trajectories. To bridge this gap, we propose Geo-Align, the first Reinforcement Learning framework specifically designed for camera-controlled video re-rendering. Built upon a pretrained model, we optimize the model through a scale-aware perceptual reward mechanism. Specifically, we introduce a metric 3D estimator to extract precise camera trajectories from generated videos, explicitly penalizing deviations in rotation and translation. Furthermore, we meticulously designed a data pipeline strategy based on real-world conditioning videos and target camera trajectories derived from synthetic data, eliminating the reliance on paired data. Extensive experiments demonstrate that Geo-Align consistently outperforms existing supervised learning baselines in both precise camera controllability and visual fidelity, indicating the effectiveness of our method.

cs.CV

Frozonium: Freezing Anharmonicity in Floquet Superconducting Circuits

Floquet engineering is a powerful method that can be used to modify the properties of interacting many-body Hamiltonians via the application of periodic time-dependent drives. Here we consider the physics of an inductively shunted superconducting Josephson junction in the presence of Floquet drives in the fluxonium regime and beyond, which we dub the frozonium artificial atom. We find that in the vicinity of special ratios of the drive amplitude and frequency, the many-body dynamics can be tuned to that of an effectively linear bosonic oscillator, with additional nonlinear corrections that are suppressed in higher powers of the drive frequency. By analyzing the inverse participation ratios between the time-evolved frozonium wavefunctions and the eigenbasis of a linear oscillator, we demonstrate the ability to achieve a novel dynamical control using a combination of numerical exact diagonalization and Floquet-Magnus expansion. We discuss the physics of resonances between quasi-energy states induced by the drive, and ways to mitigate their effects. We also highlight the enhanced protection of frozonium against external sources of noise present in experimental setups. This work lays the foundation for future applications in quantum memory and bosonic quantum control using superconducting circuits.

cond-mat.mes-hall

Phonon Induced Energy Relaxation in Quantum Critical Metals

Metals at the brink of electronic quantum phase transitions display high-temperature superconductivity, competing orders, and unconventional charge transport, revealing strong departures from conventional Fermi liquid behavior. Investigation of these fascinating intertwined phenomena has been at the center of research across a variety of correlated materials over the past many decades. A ubiquitous experimental observation is the emergence of a universal timescale that governs electrical transport and momentum relaxation. In this work, we analyze an equally important theoretical question of how the energy contained in the electronic degrees of freedom near a quantum phase transition relaxes to the environment via their coupling to acoustic phonons. Assuming that the bottleneck for energy dissipation is controlled by the coupling between electronic degrees of freedom and acoustic phonons, we present a universal theory of the temperature dependence of the energy relaxation rate in a marginal Fermi liquid. We find that the energy relaxation rate exhibits a complex set of temperature-dependent crossovers controlled by emergent energy scales in the problem. We place these results in the context of recent measurements of the energy relaxation rate via non-linear optical spectroscopy in the normal state of hole-doped cuprates.

cond-mat.str-el

Floquet-Thermalization via Instantons near Dynamical Freezing

Periodically driven Floquet quantum many-body systems have revealed new insights into the rich interplay of thermalization, and growth of entanglement. The phenomenology of dynamical freezing, whereby a translationally invariant many-body system exhibits emergent conservation laws and a slow growth of entanglement entropy at certain fixed ratios of a drive amplitude and frequency, presents a novel paradigm for retaining memory of an initial state upto late times. Previous studies of dynamical freezing have largely been restricted to a high-frequency Floquet-Magnus expansion, and numerical exact diagonalization, which are unable to capture the slow approach to thermalization (or lack thereof) in a systematic fashion. By employing Floquet flow-renormalization, where the time-dependent part of the Hamiltonian is gradually decoupled from the effective Hamiltonian using a sequence of unitary transformations, we unveil the universal approach to dynamical freezing and beyond, at asymptotically late times. We analyze the fixed-point behavior associated with the flow-renormalization at and near freezing using both exact-diagonalization and tensor-network based methods, and contrast the results with conventional prethermal phenomenon. For a generic non-integrable spin Hamiltonian with a periodic cosine wave drive, the flow approaches an unstable fixed point with an approximate emergent symmetry. We observe that at freezing the thermalization timescales are delayed compared to away from freezing, and the flow trajectory undergoes a series of instanton events. Our numerical results are supported by analytical solutions to the flow equations.

quant-ph

ViewBridge:Revisiting Cross-View Localization from Image Matching

Cross-view localization aims to estimate the 3-DoF pose of a ground-view image by aligning it with aerial or satellite imagery. Existing methods typically address this task through direct regression or feature alignment in a shared bird's-eye view (BEV) space. Although effective for coarse alignment, these methods fail to establish fine-grained and geometrically reliable correspondences under large viewpoint variations, thereby limiting both the accuracy and interpretability of localization results. Consequently, we revisit cross-view localization from the perspective of image matching and propose a unified framework that enhances both matching and localization. Specifically, we introduce a Surface Model that constrains BEV feature projection to physically valid regions for geometric consistency, and a SimRefiner that adaptively refines similarity distributions to enhance match reliability. To further support research in this area, we present CVFM, the first benchmark with 32,509 cross-view image pairs annotated with pixel-level correspondences. Extensive experiments demonstrate that our approach achieves geometry-consistent and fine-grained correspondences across extreme viewpoints and further improves the accuracy and stability of cross-view localization.

cs.CV

Expert Evaluation of LLM World Models: A High-$T_c$ Superconductivity Case Study

Large Language Models (LLMs) show great promise as a powerful tool for scientific literature exploration. However, their effectiveness in providing scientifically accurate and comprehensive answers to complex questions within specialized domains remains an active area of research. Using the field of high-temperature cuprates as an exemplar, we evaluate the ability of LLM systems to understand the literature at the level of an expert. We construct an expert-curated database of 1,726 scientific papers that covers the history of the field, and a set of 67 expert-formulated questions that probe deep understanding of the literature. We then evaluate six different LLM-based systems for answering these questions, including both commercially available closed models and a custom retrieval-augmented generation (RAG) system capable of retrieving images alongside text. Experts then evaluate the answers of these systems against a rubric that assesses balanced perspectives, factual comprehensiveness, succinctness, and evidentiary support. Among the six systems two using RAG on curated literature outperformed existing closed models across key metrics, particularly in providing comprehensive and well-supported answers. We discuss promising aspects of LLM performances as well as critical short-comings of all the models. The set of expert-formulated questions and the rubric will be valuable for assessing expert level performance of LLM based reasoning systems.

cond-mat.supr-con

Towards Depth Foundation Model: Recent Trends in Vision-Based Depth Estimation

Depth estimation is a fundamental task in 3D computer vision, crucial for applications such as 3D reconstruction, free-viewpoint rendering, robotics, autonomous driving, and AR/VR technologies. Traditional methods relying on hardware sensors like LiDAR are often limited by high costs, low resolution, and environmental sensitivity, limiting their applicability in real-world scenarios. Recent advances in vision-based methods offer a promising alternative, yet they face challenges in generalization and stability due to either the low-capacity model architectures or the reliance on domain-specific and small-scale datasets. The emergence of scaling laws and foundation models in other domains has inspired the development of "depth foundation models": deep neural networks trained on large datasets with strong zero-shot generalization capabilities. This paper surveys the evolution of deep learning architectures and paradigms for depth estimation across the monocular, stereo, multi-view, and monocular video settings. We explore the potential of these models to address existing challenges and provide a comprehensive overview of large-scale datasets that can facilitate their development. By identifying key architectures and training strategies, we aim to highlight the path towards robust depth foundation models, offering insights into their future research and applications.

cs.CV

Taming the Fragility of KV Cache Eviction in LLM Inference

Large language models have revolutionized natural language processing, yet their deployment remains hampered by the substantial memory and runtime overhead of the transformer's Key-Value cache. To mitigate this, recent methods employ a scoring-aggregation framework to evict unimportant cache entries, based on the stability assumption-that a fixed subset of entries remains consistently important during generation. However, prior work has largely focused on refining importance indicators for scoring, while defaulting to mean aggregation due to a faithful trust in the stability assumption. In this work, we argue that this underlying assumption is inherently fragile, making mean aggregation highly vulnerable in extreme cases. To counter this, we propose a simple yet elegant defensive aggregation strategy: a two-step, linear-time approach that controls worst-case risk, thereby defending against extreme cases with negligible computational overhead. Embodying this strategy, we propose a novel cache eviction method, DefensiveKV and its extension, Layer-DefensiveKV, which incorporates layer-wise budget allocation. Across seven task domains (18 datasets), our methods reduce generation quality loss by 2.3x and 4.3x respectively, versus the strongest baseline under a 20% cache size. These results set new performance benchmarks and pioneer a promising direction for optimizing cache eviction against underlying fragility through worst-case risk management. Our code is available at https://github.com/FFY0/DefensiveKV.

cs.CL

BRIDGE -- Building Reinforcement-Learning Depth-to-Image Data Generation Engine for Monocular Depth Estimation

Monocular Depth Estimation (MDE) is a foundational task for computer vision. Traditional methods are limited by data scarcity and quality, hindering their robustness. To overcome this, we propose BRIDGE, an RL-optimized depth-to-image (D2I) generation framework that synthesizes over 20M realistic and geometrically accurate RGB images, each intrinsically paired with its ground truth depth, from diverse source depth maps. Then we train our depth estimation model on this dataset, employing a hybrid supervision strategy that integrates teacher pseudo-labels with ground truth depth for comprehensive and robust training. This innovative data generation and training paradigm enables BRIDGE to achieve breakthroughs in scale and domain diversity, consistently outperforming existing state-of-the-art approaches quantitatively and in complex scene detail capture, thereby fostering general and robust depth features. Code and models are available at https://dingning-liu.github.io/bridge.github.io/.

cs.CV

OmniWorld: A Multi-Domain and Multi-Modal Dataset for 4D World Modeling

The field of 4D world modeling - aiming to jointly capture spatial geometry and temporal dynamics - has witnessed remarkable progress in recent years, driven by advances in large-scale generative models and multimodal learning. However, the development of truly general 4D world models remains fundamentally constrained by the availability of high-quality data. Existing datasets and benchmarks often lack the dynamic complexity, multi-domain diversity, and spatial-temporal annotations required to support key tasks such as 4D geometric reconstruction, future prediction, and camera-control video generation. To address this gap, we introduce OmniWorld, a large-scale, multi-domain, multi-modal dataset specifically designed for 4D world modeling. OmniWorld consists of a newly collected OmniWorld-Game dataset and several curated public datasets spanning diverse domains. Compared with existing synthetic datasets, OmniWorld-Game provides richer modality coverage, larger scale, and more realistic dynamic interactions. Based on this dataset, we establish a challenging benchmark that exposes the limitations of current state-of-the-art (SOTA) approaches in modeling complex 4D environments. Moreover, fine-tuning existing SOTA methods on OmniWorld leads to significant performance gains across 4D reconstruction and video generation tasks, strongly validating OmniWorld as a powerful resource for training and evaluation. We envision OmniWorld as a catalyst for accelerating the development of general-purpose 4D world models, ultimately advancing machines' holistic understanding of the physical world.

cs.CV

WinT3R: Window-Based Streaming Reconstruction with Camera Token Pool

We present WinT3R, a feed-forward reconstruction model capable of online prediction of precise camera poses and high-quality point maps. Previous methods suffer from a trade-off between reconstruction quality and real-time performance. To address this, we first introduce a sliding window mechanism that ensures sufficient information exchange among frames within the window, thereby improving the quality of geometric predictions without large computation. In addition, we leverage a compact representation of cameras and maintain a global camera token pool, which enhances the reliability of camera pose estimation without sacrificing efficiency. These designs enable WinT3R to achieve state-of-the-art performance in terms of online reconstruction quality, camera pose estimation, and reconstruction speed, as validated by extensive experiments on diverse datasets. Code and model are publicly available at https://github.com/LiZizun/WinT3R.

cs.CV

StreetCrafter: Street View Synthesis with Controllable Video Diffusion Models

This paper aims to tackle the problem of photorealistic view synthesis from vehicle sensor data. Recent advancements in neural scene representation have achieved notable success in rendering high-quality autonomous driving scenes, but the performance significantly degrades as the viewpoint deviates from the training trajectory. To mitigate this problem, we introduce StreetCrafter, a novel controllable video diffusion model that utilizes LiDAR point cloud renderings as pixel-level conditions, which fully exploits the generative prior for novel view synthesis, while preserving precise camera control. Moreover, the utilization of pixel-level LiDAR conditions allows us to make accurate pixel-level edits to target scenes. In addition, the generative prior of StreetCrafter can be effectively incorporated into dynamic scene representations to achieve real-time rendering. Experiments on Waymo Open Dataset and PandaSet demonstrate that our model enables flexible control over viewpoint changes, enlarging the view synthesis regions for satisfying rendering, which outperforms existing methods.

cs.CV