<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Diffusion Models |</title><link>https://caiyf03.github.io/tags/diffusion-models/</link><atom:link href="https://caiyf03.github.io/tags/diffusion-models/index.xml" rel="self" type="application/rss+xml"/><description>Diffusion Models</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sun, 01 Mar 2026 00:00:00 +0000</lastBuildDate><image><url>https://caiyf03.github.io/media/icon_hu_702a800cd775dbac.png</url><title>Diffusion Models</title><link>https://caiyf03.github.io/tags/diffusion-models/</link></image><item><title>Alibaba Group - Tmall Campus</title><link>https://caiyf03.github.io/internships/alibaba/</link><pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate><guid>https://caiyf03.github.io/internships/alibaba/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Algorithm Intern&lt;/strong&gt;
&lt;em&gt;Mar. 2026 – Apr. 2026&lt;/em&gt;&lt;/p&gt;
&lt;h3 id="portrait-to-anime-generation-system"&gt;Portrait-to-Anime Generation System&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Developed portrait stylization models based on StyleGAN2 and diffusion architectures for high-quality anime-style image generation.&lt;/li&gt;
&lt;li&gt;Constructed end-to-end training workflows including dataset preprocessing, data augmentation, model training, inference, and quantitative evaluation.&lt;/li&gt;
&lt;li&gt;Built scalable pipelines supporting rapid experimentation across multiple generative model architectures.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="model-optimization-and-training-stability"&gt;Model Optimization and Training Stability&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Improved training stability and convergence performance using PyTorch and TensorFlow through optimizer tuning, learning-rate scheduling, and architecture refinement.&lt;/li&gt;
&lt;li&gt;Conducted systematic hyperparameter exploration to improve image fidelity, visual quality, and generation consistency.&lt;/li&gt;
&lt;li&gt;Evaluated generation performance using both objective metrics and human perceptual assessments.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="representation-enhancement"&gt;Representation Enhancement&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Explored attention-based feature enhancement and LoRA-based parameter-efficient adaptation techniques for controllable style transfer.&lt;/li&gt;
&lt;li&gt;Improved preservation of facial identity features while maintaining target anime-style characteristics.&lt;/li&gt;
&lt;li&gt;Enhanced style consistency and fine-grained visual details across generated outputs.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="experimental-platform-development"&gt;Experimental Platform Development&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Designed reproducible experiment management pipelines covering data processing, training, inference, and result analysis.&lt;/li&gt;
&lt;li&gt;Automated model evaluation and visualization workflows to support efficient iteration and comparison of generative model variants.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;</description></item><item><title>PERoKF: Physics-Enhanced Super-Resolution of Kolmogorov Flow</title><link>https://caiyf03.github.io/projects/perokf/</link><pubDate>Fri, 19 Dec 2025 00:00:00 +0000</pubDate><guid>https://caiyf03.github.io/projects/perokf/</guid><description>&lt;h2 id="team"&gt;Team&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;YiFan Cai&lt;/li&gt;
&lt;li&gt;YiRan Hu&lt;/li&gt;
&lt;li&gt;JiaCheng Zhu&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;PERoKF&lt;/strong&gt; studies how to inject physics priors into modern neural networks for &lt;strong&gt;single-frame&lt;/strong&gt; super-resolution of 2D Kolmogorov flow—without requiring temporal supervision. The goal is to recover fine-scale turbulent structures lost by downsampling.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Input (LR): &lt;strong&gt;128×128 vorticity&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Target (HR): &lt;strong&gt;512×512 vorticity&lt;/strong&gt; (4×)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="methods"&gt;Methods&lt;/h2&gt;
&lt;p&gt;We evaluate four model families (all operating on bicubic-upsampled LR inputs and predicting HR vorticity):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;CNN&lt;/strong&gt;: lightweight hierarchical convolutional baseline&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;UNet&lt;/strong&gt;: multi-scale ResNet-style UNet (optional attention)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;FNO&lt;/strong&gt;: Fourier Neural Operator with truncated spectral modes&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Diffusion&lt;/strong&gt;: conditional DDPM with UNet backbone (x₀-prediction)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="physics-guided-strategies"&gt;Physics-guided strategies&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Physics-derived feature augmentation&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Laplacian, streamfunction, velocity components, nonlinear advection terms&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start="2"&gt;
&lt;li&gt;&lt;strong&gt;Physics-consistency loss&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;Navier–Stokes residual loss using the same pseudo-spectral operator as data generation&lt;/li&gt;
&lt;li&gt;Enforces consistency via implied time derivatives&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="key-findings-high-level"&gt;Key findings (high-level)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Physics-consistency loss consistently improves physical accuracy (e.g., lower PDE residual and energy spectrum error) and can accelerate diffusion convergence.&lt;/li&gt;
&lt;li&gt;Physics features alone are not consistently beneficial and may destabilize training.&lt;/li&gt;
&lt;li&gt;Combining both can improve accuracy but may introduce instability under limited compute.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="dataset--evaluation"&gt;Dataset &amp;amp; evaluation&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Dataset:&lt;/strong&gt; 2D Kolmogorov flow (HR 512×512 / LR 128×128), Reynolds numbers 1000/2000/3000, forcing wavenumbers 8/12/16.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Metrics:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;MSE (pixel reconstruction)&lt;/li&gt;
&lt;li&gt;Physics Consistency Error (PCE)&lt;/li&gt;
&lt;li&gt;Energy Spectrum Error (ESE)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="reproducibility"&gt;Reproducibility&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Training configs and scripts are included in the repository.&lt;/li&gt;
&lt;li&gt;Visualization scripts compare HR/LR/reconstruction and energy spectra.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure style="text-align: center; margin-bottom: 2rem;"&gt;
&lt;img src="1.png"
alt=""
style="width: 100%; max-width: 650px;" /&gt;
&lt;figcaption style="margin-top: 0.5rem; font-size: 0.9rem; color: #555;"&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure style="text-align: center; margin-bottom: 2rem;"&gt;
&lt;img src="2.png"
alt=""
style="width: 100%; max-width: 650px;" /&gt;
&lt;figcaption style="margin-top: 0.5rem; font-size: 0.9rem; color: #555;"&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;</description></item><item><title>Structure-Based Drug Design via Diffusion Models Guided by Non-Differentiable Metrics</title><link>https://caiyf03.github.io/publications/ug-thesis-2025-diffusion-drug-design/</link><pubDate>Thu, 01 May 2025 00:00:00 +0000</pubDate><guid>https://caiyf03.github.io/publications/ug-thesis-2025-diffusion-drug-design/</guid><description>&lt;h2 id="method-overview"&gt;Method Overview&lt;/h2&gt;
&lt;figure style="text-align: center; margin-bottom: 2rem;"&gt;
&lt;img src="SPSA.png"
alt="Zero-order Optimization via Gradient Approximation (SPSA)"
style="width: 100%; max-width: 520px;" /&gt;
&lt;figcaption style="margin-top: 0.5rem; font-size: 0.9rem; color: #555;"&gt;
&lt;strong&gt;Zero-order Optimization via Gradient Approximation (SPSA)&lt;/strong&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure style="text-align: center;"&gt;
&lt;img src="ATP.png"
alt="Adaptive Trajectory Pruning (ATP)"
style="width: 100%; max-width: 520px;" /&gt;
&lt;figcaption style="margin-top: 0.5rem; font-size: 0.9rem; color: #555;"&gt;
&lt;strong&gt;Adaptive Trajectory Pruning (ATP)&lt;/strong&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;</description></item><item><title>Guidance with Spherical Gaussian Constraint for Conditional Diffusion</title><link>https://caiyf03.github.io/publications/icml-2024-spherical-gaussian-diffusion/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://caiyf03.github.io/publications/icml-2024-spherical-gaussian-diffusion/</guid><description>&lt;figure style="text-align: center; margin-bottom: 2rem;"&gt;
&lt;img src="fianl_fff.jpg"
alt=""
style="width: 100%; max-width: 650px;" /&gt;
&lt;figcaption style="margin-top: 0.5rem; font-size: 0.9rem; color: #555;"&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;figure style="text-align: center;"&gt;
&lt;img src="three_target.jpg"
alt=""
style="width: 100%; max-width: 650px;" /&gt;
&lt;figcaption style="margin-top: 0.5rem; font-size: 0.9rem; color: #555;"&gt;
&lt;/figcaption&gt;
&lt;/figure&gt;</description></item><item><title>YesAI Lab, ShanghaiTech University</title><link>https://caiyf03.github.io/internships/shiye/</link><pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate><guid>https://caiyf03.github.io/internships/shiye/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Research Member&lt;/strong&gt;
-ShanghaiTech University, 2022 – 2025*&lt;/p&gt;
&lt;h3 id="generative-modeling-research"&gt;Generative Modeling Research&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Conducted research on diffusion-based generative models for image synthesis, image restoration, and controllable generation.&lt;/li&gt;
&lt;li&gt;Participated in projects spanning computer vision and small-molecule generation under structured optimization objectives.&lt;/li&gt;
&lt;li&gt;Explored model architecture design, training strategies, and generation-quality enhancement techniques.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="academic-research-workflow"&gt;Academic Research Workflow&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Participated in the complete lifecycle of top-tier conference publications, including literature review, problem formulation, model design, experimentation, and manuscript preparation.&lt;/li&gt;
&lt;li&gt;Co-authored a peer-reviewed publication as the third author.&lt;/li&gt;
&lt;li&gt;Accumulated three years of continuous research experience in generative modeling and deep learning.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="experimental-development"&gt;Experimental Development&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Reproduced and extended recent research papers in diffusion models and generative learning.&lt;/li&gt;
&lt;li&gt;Designed model improvements and conducted hyperparameter optimization for training stability and generation quality.&lt;/li&gt;
&lt;li&gt;Performed systematic analysis of model convergence behavior and output fidelity.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;</description></item></channel></rss>