SearcharxivSearch

arXiv subjects

Sijie Liu

Publications and source records attributed to Sijie Liu.

5 recordsLinked to original sources

DramaDirector: Geometry-Guided Short Drama Generation

Short dramas, with their rapid shot rhythms, dialogue-driven focus shifts, and demanding cinematographic grounding, pose challenges that prompt-level or text-only video generation pipelines struggle to meet. We study plot-to-short-drama generation, where a global plot and local context are transformed into visually grounded multi-shot videos. We propose DramaDirector, a geometry-grounded framework that lets the planner borrow cinematographic geometry from a gallery of real short-drama shots indexed by depth and pose. DramaDirector decouples each shot into static visual and dynamic narrative conditions, trains the planner with schema-constrained SFT and GRPO under a learned text-visual alignment reward, and retrieves depth-pose references to guide first-frame generation and image-to-video synthesis. We also introduce DramaBoard, a benchmark built from 35 live-action dramas, 2.8K episodes, and 81K shots, with structured storyboards and multi-dimensional evaluation protocols. Experiments show that DramaDirector improves over representative multi-agent and video generation baselines on faithfulness, consistency, and controllability. Our code is released at: https://github.com/iLearn-Lab/DramaDirector

cs.CV

Cross-sectional helium irradiation reveals interface-controlled bubble evolution in Cr/CrAlSiN multilayer coatings on zirconium alloys

The irradiation stability of Cr based protective coatings on zirconium alloys is critical for the development of accident-tolerant fuel claddings. However, conventional surface irradiation often produces shallow, nonuniform damage, obscuring interfacial behavior. In this study, we perform cross-sectional He irradiation to directly examine the interfacial response and He bubble evolution across Cr monolayer and Cr and CrAlSiN multilayer coatings on Zr substrates. Irradiation was carried out at 500 C and 750 C to doses of 2 and 3 dpa, enabling a direct comparison of temperature-dependent microstructural evolution. In the Cr monolayer, He implantation produced a homogeneous distribution of nanoscale bubbles throughout the damaged region and large cavities at the Cr and Zr interface, indicating severe Kirkendall-type voiding and interfacial decohesion at elevated temperature. In contrast, the Cr/CrAlSiN multilayer exhibited a periodically modulated bubble distribution, with bubble fragmentation and transformation into nanoscale platelets at CrAlSiN interfaces. A N-enriched Zr(N) interlayer formed spontaneously at the CrAlSiN and Zr interface, effectively suppressing bubble accumulation and interdiffusion. The nanochannel interfaces acted as He sinks and diffusion barriers, enhancing interfacial bonding and mitigating swelling. This work demonstrates that cross-sectional ion irradiation is a powerful approach for probing interfacial stability in multilayer systems, offering new insights into He-defect interactions and radiation tolerance engineering at buried interfaces. The findings highlight the potential of Cr and CrAlSiN multilayers as advanced coating architectures for high-temperature nuclear environments.

cond-mat.mtrl-sci

Inland Waterway Object Detection in Multi-environment: Dataset and Approach

The success of deep learning in intelligent ship visual perception relies heavily on rich image data. However, dedicated datasets for inland waterway vessels remain scarce, limiting the adaptability of visual perception systems in complex environments. Inland waterways, characterized by narrow channels, variable weather, and urban interference, pose significant challenges to object detection systems based on existing datasets. To address these issues, this paper introduces the Multi-environment Inland Waterway Vessel Dataset (MEIWVD), comprising 32,478 high-quality images from diverse scenarios, including sunny, rainy, foggy, and artificial lighting conditions. MEIWVD covers common vessel types in the Yangtze River Basin, emphasizing diversity, sample independence, environmental complexity, and multi-scale characteristics, making it a robust benchmark for vessel detection. Leveraging MEIWVD, this paper proposes a scene-guided image enhancement module to improve water surface images based on environmental conditions adaptively. Additionally, a parameter-limited dilated convolution enhances the representation of vessel features, while a multi-scale dilated residual fusion method integrates multi-scale features for better detection. Experiments show that MEIWVD provides a more rigorous benchmark for object detection algorithms, and the proposed methods significantly improve detector performance, especially in complex multi-environment scenarios.

cs.CV

An automated framework for brain vessel centerline extraction from CTA images

Accurate automated extraction of brain vessel centerlines from CTA images plays an important role in diagnosis and therapy of cerebrovascular diseases, such as stroke. However, this task remains challenging due to the complex cerebrovascular structure, the varying imaging quality, and vessel pathology effects. In this paper, we consider automatic lumen segmentation generation without additional annotation effort by physicians and more effective use of the generated lumen segmentation for improved centerline extraction performance. We propose an automated framework for brain vessel centerline extraction from CTA images. The framework consists of four major components: (1) pre-processing approaches that register CTA images with a CT atlas and divide these images into input patches, (2) lumen segmentation generation from annotated vessel centerlines using graph cuts and robust kernel regression, (3) a dual-branch topology-aware UNet (DTUNet) that can effectively utilize the annotated vessel centerlines and the generated lumen segmentation through a topology-aware loss (TAL) and its dual-branch design, and (4) post-processing approaches that skeletonize the predicted lumen segmentation. Extensive experiments on a multi-center dataset demonstrate that the proposed framework outperforms state-of-the-art methods in terms of average symmetric centerline distance (ASCD) and overlap (OV). Subgroup analyses further suggest that the proposed framework holds promise in clinical applications for stroke treatment. Code is publicly available at https://github.com/Liusj-gh/DTUNet.

eess.IV

DDT: Dual-branch Deformable Transformer for Image Denoising

Transformer is beneficial for image denoising tasks since it can model long-range dependencies to overcome the limitations presented by inductive convolutional biases. However, directly applying the transformer structure to remove noise is challenging because its complexity grows quadratically with the spatial resolution. In this paper, we propose an efficient Dual-branch Deformable Transformer (DDT) denoising network which captures both local and global interactions in parallel. We divide features with a fixed patch size and a fixed number of patches in local and global branches, respectively. In addition, we apply deformable attention operation in both branches, which helps the network focus on more important regions and further reduces computational complexity. We conduct extensive experiments on real-world and synthetic denoising tasks, and the proposed DDT achieves state-of-the-art performance with significantly fewer computational costs.

cs.CV