Hongbo Zhou

h-index25
2papers

2 Papers

CVFeb 8, 2025Code
AdaFlow: Efficient Long Video Editing via Adaptive Attention Slimming And Keyframe Selection

Shuheng Zhang, Yuqi Liu, Hongbo Zhou et al.

Despite great progress, text-driven long video editing is still notoriously challenging mainly due to excessive memory overhead. Although recent efforts have simplified this task into a two-step process of keyframe translation and interpolation generation, the token-wise keyframe translation still plagues the upper limit of video length. In this paper, we propose a novel and training-free approach towards efficient and effective long video editing, termed AdaFlow. We first reveal that not all tokens of video frames hold equal importance for keyframe translation, based on which we propose an Adaptive Attention Slimming scheme for AdaFlow to squeeze the $KV$ sequence, thus increasing the number of keyframes for translations by an order of magnitude. In addition, an Adaptive Keyframe Selection scheme is also equipped to select the representative frames for joint editing, further improving generation quality. With these innovative designs, AdaFlow achieves high-quality long video editing of minutes in one inference, i.e., more than 1$k$ frames on one A800 GPU, which is about ten times longer than the compared methods, e.g., TokenFlow. To validate AdaFlow, we also build a new benchmark for long video editing with high-quality annotations, termed LongV-EVAL. Our code is released at: https://github.com/jidantang55/AdaFlow.

MTRL-SCIMar 12, 2024
Discovering High-Strength Alloys via Physics-Transfer Learning

Yingjie Zhao, Hongbo Zhou, Zian Zhang et al.

Predicting the strength of materials requires considering various length and time scales, striking a balance between accuracy and efficiency. Peierls stress measures material strength by evaluating dislocation resistance to plastic flow, reliant on elastic lattice responses and crystal slip energy landscape. Computational challenges due to the non-local and non-equilibrium nature of dislocations prohibit Peierls stress evaluation from state-of-the-art material databases. We propose a data-driven framework that leverages neural networks trained on force field simulations to understand crystal plasticity physics, predicting Peierls stress from material parameters derived via density functional theory computations, which are otherwise computationally intensive for direct dislocation modeling. This physics transfer approach successfully screen the strength of metallic alloys from a limited number of single-point calculations with chemical accuracy. Guided by these predictions, we fabricate high-strength binary alloys previously unexplored, utilizing high-throughput ion beam deposition techniques. The framework extends to problems facing the accuracy-performance dilemma in general by harnessing the hierarchy of physics of multiscale models in materials sciences.