SearcharxivSearch

arXiv subjects

Kewei Zhang

Publications and source records attributed to Kewei Zhang.

At least 19 recordsLinked to original sources

Demailly-Koll\'ar continuity on klt pairs, and applications to alpha and delta invariants

We establish a Demailly-Koll\'ar type continuity theorem for plurisubharmonic functions with respect to adapted measures on normal complex analytic klt pairs. As applications, we prove the equality of the analytic and divisorial versions of the alpha and delta invariants on compact normal K\"ahler klt pairs, thereby completing a program initiated by the second author. We further show that the two local alpha invariants introduced by Guedj and Trusiani for an isolated log terminal singularity coincide and that their common value is the nth root of Li's normalized volume. These identities have geometric consequences. The equality for the delta invariant yields a Yau--Tian--Donaldson type divisorial criterion for the solvability of twisted K\"ahler-Einstein equations in big cohomology classes, without a semipositivity assumption on the twist. The local alpha identity determines algebraically the critical exponent governing the existence of positively curved KE metrics near an isolated log terminal singularity, thus confirming a conjecture of Guedj and Trusiani.

math.DG

A counterexample to the bounded mass property

A compact complex manifold has the bounded mass property if, for one (equivalently, every) Hermitian form $\omega$, the masses $\int_X(\omega+\mathrm{dd}^{\mathrm{c}}\varphi)^n$ are uniformly bounded over all smooth $\varphi$ with $\omega+\mathrm{dd}^{\mathrm{c}}\varphi>0$. We prove that this property fails on the Hopf threefold $(\mathbb C^3\setminus\{0\})/\langle z\mapsto\mathrm{e}^{-1}z\rangle$, answering a question of Boucksom--Guedj--Lu.

math.CV

Quantized Volume Comparison for Fano Manifolds, II

In this note, the second author's quantized volume comparison conjecture is solved: If $X$ is a $K$-semistable Fano manifold of dimension $n$, then for every integer $m\geq1$, \[ h^0(X,-mK_X)\leq h^0(\mathbb P^n,-mK_{\mathbb P^n}) =\binom{n+m(n+1)}{n}, \] and equality for one $m$ characterizes projective space. Somewhat surprisingly, the same statement actually holds whenever $T_X$ is slope semistable with respect to $-K_X$. The idea is to apply a jet-dimension counting trick to a filtration of subsheaves induced by $H^0(X,-mK_X)$. Then the slope semistability condition yields the desired dimension bound.

math.AG

The sharp volume gap for K\"ahler manifolds with positive Ricci curvature

We prove a sharp volume gap estimate: if an $n$-dimensional compact K\"ahler manifold $(X, \omega)$ satisfies $\mathrm{Ric}(\omega)\ge (n+1)\omega$ and $X\not\cong \mathbb{P}^n$, then $\mathrm{vol}(X, \omega)\le \frac{2n^n}{(n+1)^n}\mathrm{vol}(\mathbb{P}^n,\omega_{\mathrm{FS}})=\frac{2^{n+1} \, \pi^n \, n^n}{(n+1)^n}$. Moreover $\mathrm{vol}(X, \omega)= \frac{2^{n+1} \, \pi^n \, n^n}{(n+1)^n}$ occurs if and only if $(X, \omega)$ is biholomorphically isometric to the K\"ahler-Einstein metric on the quadric hypersurface $Q^n$ or on the product $\mathbb{P}^1\times \mathbb{P}^{n-1}$. We also obtain sharp volume gap estimates for K-semistable toric log Fano pairs.

math.DG

HumanScale: Egocentric Human Video Can Outperform Real-Robot Data for Embodied Pretraining

Embodied foundation models are expected to benefit from data scaling like large language models, but face a much tighter data bottleneck. Teleoperated real-robot trajectories remain the dominant pretraining source due to their precise action supervision and embodiment alignment, yet their scalability is limited by high collection cost, acquisition difficulty, and low behavioral and environmental diversity. These limitations have sparked interest in egocentric human video as a scalable, substantially lower-cost, and more diverse alternative for embodied model pretraining. However, its effectiveness compared to teleoperated real-robot data remains underexplored. To address this question, we conduct a systematic study comparing egocentric human video and teleoperated real-robot trajectories as pretraining data sources for embodied foundation models, under fixed post-training and validation protocols. Surprisingly, we find that egocentric data, when processed through a carefully designed filtering and labeling pipeline, is not merely a viable substitute for model pretraining but can lead to superior performance. With the same amount of pretraining data, models pretrained on egocentric data achieve a 24% lower validation loss on real-robot action prediction, as well as 52.5% and 90% higher success rates on in-distribution and out-of-distribution real-robot task execution, respectively. This finding verifies a scalable paradigm for embodied foundation models: pretrain on egocentric human video to learn diverse world representations, then adapt with a small amount of labeled real-robot data for action-space alignment. We hope this study encourages broader exploration of egocentric data and offers guidance for data quality assessment before costly robot data collection.

cs.CV

Fast-dDrive: Efficient Block-Diffusion VLM for Autonomous Driving

End-to-end autonomous driving via Vision-Language-Action (VLA) models demands a precarious balance between high-fidelity trajectory planning and efficient inference. Existing paradigms typically fall short: autoregressive (AR) VLAs are memory-bandwidth-bound on edge hardware and prone to exposure-bias drift, while full-sequence diffusion models preclude KV-cache reuse and suffer from "logical leakage" that violates the fundamental perceive-then-plan causality. We present Fast-dDrive, a block-diffusion VLA that performs bidirectional refinement within semantic units while enforcing strict causal ordering across them. Leveraging the observation that driving VLAs often emit structured JSON-like outputs, Fast-dDrive freezes structural tokens into a section scaffold and employs a section-aware training recipe that prioritizes safety-critical planning. We further introduce Scaffold Speculative Decoding to achieve AR-equivalent quality at significantly higher throughput. Finally, we propose a low-overhead test-time scaling scheme: by forking $N$ stochastic trajectory rollouts from a single shared-prefix KV cache and averaging them, we effectively suppress prediction variance at a fractional computational cost. Empirical results demonstrate that Fast-dDrive redefines the speed-accuracy frontier for driving agents. On the WOD-E2E test set, Fast-dDrive achieves SOTA ADE@3s and ADE@5s, alongside the highest RFS among diffusion-based VLAs; on nuScenes, it reduces average L2 error to $0.32$m (a $22\%$ improvement). When integrated with SGLang, our framework delivers $12\times$ throughput speedup over the AR baseline, narrowing the gap between high-capacity VLAs and the efficiency demands of real-time on-vehicle deployment.

cs.CL

MHLA: Restoring Expressivity of Linear Attention via Token-Level Multi-Head

While the Transformer architecture dominates many fields, its quadratic self-attention complexity hinders its use in large-scale applications. Linear attention offers an efficient alternative, but its direct application often degrades performance, with existing fixes typically re-introducing computational overhead through extra modules (e.g., depthwise separable convolution) that defeat the original purpose. In this work, we identify a key failure mode in these methods: global context collapse, where the model loses representational diversity. To address this, we propose Multi-Head Linear Attention (MHLA), which preserves this diversity by computing attention within divided heads along the token dimension. We prove that MHLA maintains linear complexity while recovering much of the expressive power of softmax attention, and verify its effectiveness across multiple domains, achieving a 3.6\% improvement on ImageNet classification, a 6.3\% gain on NLP, a 12.6\% improvement on image generation, and a 41\% enhancement on video generation under the same time complexity.

cs.CV

QuantDemoire: Quantization with Outlier Aware for Image Demoir\'eing

Demoir\'eing aims to remove moir\'e artifacts that often occur in images. While recent deep learning-based methods have achieved promising results, they typically require substantial computational resources, limiting their deployment on edge devices. Model quantization offers a compelling solution. However, directly applying existing quantization methods to demoir\'eing models introduces severe performance degradation. The main reasons are distribution outliers and weakened representations in smooth regions. To address these issues, we propose QuantDemoire, a post-training quantization framework tailored to demoir\'eing. It contains two key components. **First}, we introduce an outlier-aware quantizer to reduce errors from outliers. It uses sampling-based range estimation to reduce activation outliers, and keeps a few extreme weights in FP16 with negligible cost. **Second**, we design a frequency-aware calibration strategy. It emphasizes low- and mid-frequency components during fine-tuning, which mitigates banding artifacts caused by low-bit quantization. Extensive experiments validate that our QuantDemoire achieves large reductions in parameters and computation while maintaining quality. Meanwhile, it outperforms existing quantization methods by over **4 dB** on W4A4. Code is released at: https://github.com/zhengchen1999/QuantDemoire.

cs.CV

A YTD correspondence for constant scalar curvature metrics

Given a compact K\"ahler manifold, to better understand Mabuchi's $K$ energy we introduce a family of $K^\beta$ energies, whose favorable properties are similar to those of the Ding energy from the Fano case. The construction uses Berman's transcendental quantization, and we show that the slope of the $K^\beta$ energies along test configurations can be computed using intersection theory. With these ingredients in place we provide a uniform Yau-Tian-Donaldson correspondence that characterizes the existence of a unique constant scalar curvature K\"ahler metric using test configurations. Combining our techniques with the non-Archimedean approach to $K$-stability pioneered by Boucksom--Jonsson, we show that the properness of the classical $K$ energy can be tested by checking its slope along a distinguished subclass of Chi Li-type models, called log discrepancy models, thus yielding another $G$-uniform Yau--Tian--Donaldson correspondence.

math.DG

Subjective Camera 1.0: Bridging Human Cognition and Visual Reconstruction through Sequence-Aware Sketch-Guided Diffusion

We introduce the concept of a subjective camera to reconstruct meaningful moments that physical cameras fail to capture. We propose Subjective Camera 1.0, a framework for reconstructing real-world scenes from readily accessible subjective readouts, i.e., textual descriptions and progressively drawn rough sketches. Built on optimization-based alignment of diffusion models, our approach avoids large-scale paired training data and mitigates generalization issues. To address the challenge of integrating multiple abstract concepts in real-world scenarios, we design a Sequence-Aware Sketch-Guided Diffusion framework with three loss terms for concept-wise sequential optimization, following the natural order of subjective readouts. Experiments on two datasets demonstrate that our method achieves state-of-the-art performance in image quality as well as spatial and semantic alignment with target scenes. User studies with 40 participants further confirm that our approach is consistently preferred. Our project page is at: subjective-camera.github.io

cs.CV

DOVE: Efficient One-Step Diffusion Model for Real-World Video Super-Resolution

Diffusion models have demonstrated promising performance in real-world video super-resolution (VSR). However, the dozens of sampling steps they require, make inference extremely slow. Sampling acceleration techniques, particularly single-step, provide a potential solution. Nonetheless, achieving one step in VSR remains challenging, due to the high training overhead on video data and stringent fidelity demands. To tackle the above issues, we propose DOVE, an efficient one-step diffusion model for real-world VSR. DOVE is obtained by fine-tuning a pretrained video diffusion model (i.e., CogVideoX). To effectively train DOVE, we introduce the latent-pixel training strategy. The strategy employs a two-stage scheme to gradually adapt the model to the video super-resolution task. Meanwhile, we design a video processing pipeline to construct a high-quality dataset tailored for VSR, termed HQ-VSR. Fine-tuning on this dataset further enhances the restoration capability of DOVE. Extensive experiments show that DOVE exhibits comparable or superior performance to multi-step diffusion-based VSR methods. It also offers outstanding inference efficiency, achieving up to a 28$\times$ speed-up over existing methods such as MGLD-VSR. Code is available at: https://github.com/zhengchen1999/DOVE.

cs.CV

Quantized volume comparison for Fano manifolds

A result of Kento Fujita says that the volume of a K\"ahler-Einstein Fano manifold is bounded from above by the volume of the projective space. In this short note we establish quantized versions of Fujita's result.

math.AG

The rigidity of eigenvalues on K\"ahler manifolds with positive Ricci lower bound

In this work, optimal rigidity results for eigenvalues on K\"ahler manifolds with positive Ricci lower bound are established. More precisely, for those K\"ahler manifolds whose first eigenvalue agrees with the Ricci lower bound, we show that the complex projective space is the only one with the largest multiplicity of the first eigenvalue. Moreover, there is a specific gap between the largest and the second largest multiplicity. In the K\"ahler--Einstein case, almost rigidity results for eigenvalues are also obtained.

math.DG

The Ricci iteration towards cscK metrics

Motivated by the problem of finding constant scalar curvature K\"ahler metrics, we investigate a Ricci iteration sequence of Rubinstein that discretizes the pseudo-Calabi flow. While the long time existence of the flow is still an open question, we show that the iteration sequence does exist for all steps, along which the K-energy decreases. We further show that the iteration sequence, modulo automorphisms, converges smoothly to a constant scalar curvature K\"ahler metric if there is one, thus confirming a conjecture of Rubinstein from 2007 and extending results of Darvas--Rubinstein to arbitrary K\"ahler classes.

math.DG

Transcendental Okounkov bodies

We show that the volume of transcendental big $(1,1)$-classes on compact K\"ahler manifolds can be realized by convex bodies, thus answering questions of Lazarsfeld-Musta\c{t}\u{a} and Deng. In our approach we use an approximation process by partial Okounkov bodies together with properties of the restricted volume, and we study the extension of K\"ahler currents, as well as the bimeromorphic behavior of currents with analytic singularities. We also establish a connection between transcendental Okounkov bodies and toric degenerations.

math.DG

A transcendental approach to non-Archimedean metrics of pseudoeffective classes

We introduce the concept of non-Archimedean metrics attached to a transcendental pseudoeffective cohomology class on a compact K\"ahler manifold. This is obtained via extending the Ross-Witt Nystr\"om correspondence to the relative case, and we point out that our construction agrees with that of Boucksom-Jonsson when the class is induced by a pseudoeffective $\mathbb Q$-line bundle. We introduce the notion of a flag configuration attached to a transcendental big class, recovering the notion of a test configuration in the ample case. We show that non-Archimedean finite energy metrics are approximable by flag configurations, and very general versions of the radial Ding energy are continuous, a novel result even in the ample case. As applications, we characterize the delta invariant as the Ding semistability threshold of flag configurations and filtrations and prove a YTD type existence theorem in terms of flag configurations.

math.AG

Twisted K\"ahler-Einstein metrics in big classes

We prove existence of twisted K\"ahler-Einstein metrics in big cohomology classes, using a divisorial stability condition. In particular, when $-K_X$ is big, we obtain a uniform Yau-Tian-Donaldson existence theorem for K\"ahler-Einstein metrics. To achieve this, we build up from scratch the theory of Fujita-Odaka type delta invariants in the transcendental big setting, using pluripotential theory. We do not use the K-energy in our arguments, and our techniques provide a simple roadmap to prove Yau-Tian-Donaldson existence theorems for K\"ahler-Einstein type metrics, that only needs convexity of the appropriate Ding energy. As an application, we give a simplified proof of Li-Tian-Wang's existence theorem in the log Fano setting.

math.DG

Continuity of delta invariants and twisted Kähler--Einstein metrics

We show that delta invariant is a continuous function on the big cone. We will also introduce an analytic delta invariant and show its continuity in the Kähler cone, from which we deduce the continuity of the greatest Ricci lower bound. Then building on the work Berman-Boucksom-Jonsson, we obtain a uniform Yau-Tian-Donaldson theorem for twisted Kähler-Einstein metrics in general Kähler classes.

math.DG