<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lichengkang | GrokCV</title><link>https://grokcv.ai/author/lichengkang/</link><atom:link href="https://grokcv.ai/author/lichengkang/index.xml" rel="self" type="application/rss+xml"/><description>Lichengkang</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Tue, 16 Sep 2025 01:48:00 +0000</lastBuildDate><image><url>https://grokcv.ai/media/icon_hu_95dcc6fbffe49bc4.png</url><title>Lichengkang</title><link>https://grokcv.ai/author/lichengkang/</link></image><item><title>新芽专题介绍：心脏磁共振重建</title><link>https://grokcv.ai/sprouts/cmr/</link><pubDate>Tue, 16 Sep 2025 01:48:00 +0000</pubDate><guid>https://grokcv.ai/sprouts/cmr/</guid><description>&lt;blockquote>
&lt;p>此专题由非南开大学老师发布，选修南开大学 2025 秋《人工智能实践课 - 初级》课程的同学请勿选择此专题。非本课程选修同学可自由选择。&lt;/p>&lt;/blockquote>
&lt;h2 id="一专题介绍">一、专题介绍&lt;/h2>
&lt;h3 id="11-研究背景">1.1 研究背景&lt;/h3>
&lt;p>心脏磁共振成像（CMR）是心血管疾病诊断的金标准，但受限于磁共振物理采样定律，获取高时空分辨率图像通常需要漫长的扫描时间，导致患者憋气困难并产生运动伪影。为加速成像，&lt;strong>欠采样（Under-sampling）&lt;/strong> 技术被广泛应用，但其导致的病态逆问题会使重建图像出现严重的混叠伪影。传统的并行成像（PI）与压缩感知（CS）方法在高加速因子下易出现图像过度平滑且计算开销巨大。近年来，&lt;strong>深度学习（Deep Learning）通过级联卷积网络或生成对抗网络，能够从海量数据中自动学习复杂的时空先验特征，结合数据一致性（Data Consistency）&lt;/strong> 约束，实现了在极短时间内从欠采样数据中恢复高质量、高保真度心脏动态图像的目标。&lt;/p>
&lt;h3 id="12-研究意义">1.2 研究意义&lt;/h3>
&lt;p>CMR重建通常指从加速采集的欠采样k空间数据中重建完整图像，以减少扫描时间。然而，能否高效准确地重建这些&amp;quot;欠缺&amp;quot;的数据，直接关系到：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>临床诊断与治疗&lt;/strong>：缩短扫描时间，减少患者不适，提升心脏病早期检测能力。&lt;/li>
&lt;li>&lt;strong>科研与创新&lt;/strong>：应用于实时心脏成像、胎儿心脏评估、多对比度成像等领域。&lt;/li>
&lt;li>&lt;strong>技术推动&lt;/strong>：促进欠采样信号恢复、深度学习重建算法、跨域泛化等关键技术的发展。&lt;/li>
&lt;/ol>
&lt;p>因此，这一研究主题不仅意义重大，而且是深度学习、图像重建与医学影像领域的一个典型研究案例，非常适合作为本科生进入科研领域的启蒙训练。&lt;/p>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img src="https://mdpi-res.com/diagnostics/diagnostics-13-01120/article_deploy/html/images/diagnostics-13-01120-g001.png?1678892221" alt="CMR重建示例" loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;p>▲ 一个典型的 CMR 重建全链路流程： 该图展示了从数据采集到模型部署的完整生命周期。在数据准备阶段，原始全采样 k 空间数据被人工回溯性欠采样，生成带有相干伪影的“混叠图像”作为输入。在模型训练阶段，采用生成对抗网络（GAN）架构：生成器负责将欠采样图像映射回高清图像，判别器则通过真伪对比强化细节恢复。最终，模型部署阶段将训练好的权值应用于临床实时扫描，实现从稀疏采集数据到高保真心脏解剖结构的快速转化。（图片来源：MDPI Applied Sciences 2023）&lt;/p>
&lt;h3 id="13-当前主要挑战">1.3 当前主要挑战&lt;/h3>
&lt;p>尽管方向重要，但实现CMR重建仍然面临多重挑战：&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>挑战一：欠采样导致伪影，信号丢失严重&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>加速采集时，k空间数据欠采样，&lt;strong>导致图像模糊、伪影和细节丢失&lt;/strong>。&lt;/li>
&lt;li>信噪比低，尤其在动态心脏成像中，运动进一步复杂化重建。&lt;/li>
&lt;li>随着更高加速率的需求，重建难度指数级增加。&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>挑战二：心脏动态复杂，域移问题突出&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>真实临床场景下，心脏运动、呼吸伪影等&lt;strong>干扰因素众多&lt;/strong>，影响重建稳定性。&lt;/li>
&lt;li>不同扫描仪、协议或患者间的域移，导致模型泛化差。&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>挑战三：计算资源有限，实时性要求高&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>CMR数据体量巨大，重建需处理高维动态序列。&lt;/li>
&lt;li>临床应用中，计算速度成为瓶颈。&lt;/li>
&lt;li>移动或低端设备上，资源受限，难以部署复杂模型。&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ol>
&lt;p>综上，CMR重建技术仍在探索突破阶段，相关指标不如常规图像重建领域，这是一个很好的学习窗口：既能接触实际需求，又能跟随前沿研究。&lt;/p>
&lt;hr>
&lt;h2 id="二学习资料与参考文献">二、学习资料与参考文献&lt;/h2>
&lt;p>为了引导新芽学子逐步进入研究，本专题结构分为以下四部分：&lt;/p>
&lt;hr>
&lt;h3 id="21-基础教材与学习材料">2.1 基础教材与学习材料&lt;/h3>
&lt;p>在开始探险之前，你需要掌握一些基础的&amp;quot;内功心法&amp;quot;，这些是后续一切学习的基石。以下是你可以使用的一些&lt;strong>书籍/教程&lt;/strong>：&lt;/p>
&lt;ul>
&lt;li>李沐&lt;a href="https://zh.d2l.ai/" target="_blank" rel="noopener">《动手学深度学习》&lt;/a>——适合中文初学者的深度学习教材，以及&lt;a href="https://space.bilibili.com/1567748478/lists/358497?type=series" target="_blank" rel="noopener">课程系列视频&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://www.deeplearningbook.org/" target="_blank" rel="noopener">《Deep Learning》&lt;/a>（Ian Goodfellow 等）——深度学习入门经典教材&lt;/li>
&lt;li>&lt;a href="https://pytorch.org/tutorials" target="_blank" rel="noopener">PyTorch 官方教程&lt;/a>，也可以使用 &lt;a href="https://pytorch-cn.readthedocs.io/zh/latest/" target="_blank" rel="noopener">PyTorch 中文文档&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf" target="_blank" rel="noopener">《Pattern Recognition and Machine Learning》&lt;/a>（Christopher M. Bishop）——机器学习原理入门（难度不小）&lt;/li>
&lt;/ul>
&lt;p>此外，你也可以使用一些&lt;strong>入门工具&lt;/strong>：&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://colab.research.google.com/" target="_blank" rel="noopener">Google Colab&lt;/a>：免费云平台，不用安装软件，就能跑PyTorch代码。&lt;/li>
&lt;li>&lt;a href="https://www.kaggle.com/" target="_blank" rel="noopener">Kaggle平台&lt;/a>：免费数据集和竞赛&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Tips&lt;/strong>：务必&lt;strong>摆脱所有基础都打好后，再进行下一阶段学习的心态&lt;/strong>，在干中学，遇到不明白的再回溯补基础。&lt;/p>
&lt;hr>
&lt;h3 id="22-入门文献mri重建经典方法">2.2 入门文献（MRI重建经典方法）&lt;/h3>
&lt;blockquote>
&lt;p>学生第一阶段的阅读训练，可帮助理解MRI重建/压缩感知/并行成像这一通用方向。&lt;strong>仅用于入门，不可选择此部分文献汇报&lt;/strong>。&lt;/p>&lt;/blockquote>
&lt;ul>
&lt;li>&lt;strong>&lt;a href="https://onlinelibrary.wiley.com/doi/pdf/10.1002/%28SICI%291522-2594%28199911%2942:5%3C952::AID-MRM16%3E3.0.CO%3B2-S" target="_blank" rel="noopener">SENSE&lt;/a>: Sensitivity Encoding for Fast MRI (MRM 1999)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://apps.mriquestions.com/uploads/3/4/5/7/34572113/griswold-grappa.pdf" target="_blank" rel="noopener">GRAPPA&lt;/a>: Generalized Autocalibrating Partially Parallel Acquisitions (MRM 2002)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://pubmed.ncbi.nlm.nih.gov/17969013/" target="_blank" rel="noopener">Compressed Sensing MRI&lt;/a>: Sparse MRI: The Application of Compressed Sensing for Rapid MR Imaging (MRM 2007)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://pubmed.ncbi.nlm.nih.gov/14587014/" target="_blank" rel="noopener">k-t BLAST&lt;/a>: k-t BLAST and k-t SENSE: Dynamic MRI with High Frame Rate Exploiting Spatiotemporal Correlations (MRM 2003)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://ieeexplore.ieee.org/document/6185677" target="_blank" rel="noopener">Iterative Reconstruction&lt;/a>: Regularization Parameter Selection for Nonlinear Iterative Image Restoration and MRI Reconstruction Using GCV and SURE-Based Methods (IEEE Transactions on Image Processing, 2012)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://ieeexplore.ieee.org/document/6678771" target="_blank" rel="noopener">Low-Rank Models&lt;/a>: Low-rank modeling of local k-space neighborhoods (LORAKS) for constrained MRI (IEEE TMI 2014)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://ieeexplore.ieee.org/document/7094474" target="_blank" rel="noopener">ADMM for MRI&lt;/a>: An Efficient ADMM-Based Sparse Reconstruction Strategy for Multi-Level Sampled MRI (IEEE ISBI 2015)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://proceedings.neurips.cc/paper_files/paper/2012/file/65658fde58ab3c2b6e5132a39fae7cb9-Paper.pdf" target="_blank" rel="noopener">Wavelet-Based CS&lt;/a>: Compressive Sensing MRI with Wavelet Tree Sparsity (NeurIPS 2012)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/1501.06209" target="_blank" rel="noopener">Parallel Imaging Review&lt;/a>: Parallel Magnetic Resonance Imaging (arXiv 2015)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://onlinelibrary.wiley.com/doi/full/10.1002/mrm.24980" target="_blank" rel="noopener">Dynamic MRI&lt;/a>: Golden-Angle Radial Sparse Parallel MRI (MRM 2014)&lt;/strong>&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h3 id="23-进阶文献mri重建前沿方法">2.3 进阶文献（MRI重建前沿方法）&lt;/h3>
&lt;blockquote>
&lt;p>学生可在此部分选择进阶文献进行专题汇报，或自行查找最新的同类重要文献。&lt;/p>&lt;/blockquote>
&lt;ul>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/1704.02422" target="_blank" rel="noopener">Deep Cascade&lt;/a>: A Deep Cascade of Convolutional Neural Networks for Dynamic MR Image Reconstruction (arXiv 2017)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/1712.02862" target="_blank" rel="noopener">MoDL&lt;/a>: Model-Based Deep Learning Architecture for Inverse Problems in Imaging (IEEE TMI 2018)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/1711.04340" target="_blank" rel="noopener">DAGAN&lt;/a>: Image Synthesis for Data Augmentation in MRI Reconstruction (arXiv 2018)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2004.06688" target="_blank" rel="noopener">E2E-VarNet&lt;/a>: End-to-End Variational Networks for Accelerated MRI Reconstruction (MICCAI 2020)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/1907.11711" target="_blank" rel="noopener">Unrolled Networks&lt;/a>: Deep Unrolled Reconstruction Networks for MRI (arXiv 2019)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2303.14795" target="_blank" rel="noopener">Score-Based Generative&lt;/a>: MRI Reconstruction with Side Information using Diffusion Models (arXiv 2023)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2210.13834" target="_blank" rel="noopener">Stable Deep MRI&lt;/a>: Stable Deep MRI Reconstruction using Generative Priors (arXiv 2022)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2402.19396" target="_blank" rel="noopener">Quantitative MR&lt;/a>: Machine Learning for Quantitative MR Image Reconstruction (arXiv 2024)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2411.14269" target="_blank" rel="noopener">Guided Reconstruction&lt;/a>: Guided MRI Reconstruction via Schrödinger Bridge (arXiv 2024)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/1903.11431" target="_blank" rel="noopener">Transform Learning&lt;/a>: Transform Learning for Magnetic Resonance Image Reconstruction (arXiv 2019)&lt;/strong>&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h3 id="24-心脏磁共振重建领域相关文献">2.4 心脏磁共振重建领域相关文献&lt;/h3>
&lt;blockquote>
&lt;p>结合本专题的研究背景，逐渐引导学生进入心脏磁共振重建。学生可在此部分选择进阶文献进行专题汇报，或自行查找最新的同类重要文献。&lt;/p>
&lt;p>CMR重建可分为静态重建、动态重建和多对比度重建。&lt;/p>&lt;/blockquote>
&lt;p>&lt;strong>静态重建&lt;/strong>&lt;/p>
&lt;ol>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2508.20600" target="_blank" rel="noopener">GENRE-CMR&lt;/a>: Generalizable Deep Learning for Diverse Multi-Domain Cardiac MRI Reconstruction (arXiv 2025)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2508.13026" target="_blank" rel="noopener">HierAdaptMR&lt;/a>: Cross-Center Cardiac MRI Reconstruction with Hierarchical Adaptation (arXiv 2025)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2502.14899" target="_blank" rel="noopener">UPCMR&lt;/a>: A Universal Prompt-guided Model for Random Sampling Cardiac MRI Reconstruction (arXiv 2025)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2411.10787" target="_blank" rel="noopener">All-in-one CMR&lt;/a>: An All-in-one Approach for Accelerated Cardiac MRI Reconstruction (arXiv 2024)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2310.06628" target="_blank" rel="noopener">Deep ADMM CMR&lt;/a>: Deep Cardiac MRI Reconstruction with ADMM (arXiv 2023)&lt;/strong>&lt;/li>
&lt;/ol>
&lt;p>&lt;strong>动态重建&lt;/strong>&lt;/p>
&lt;ol>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2308.07885" target="_blank" rel="noopener">Fetal CMR&lt;/a>: The Challenge of Fetal Cardiac MRI Reconstruction Using Deep Learning (arXiv 2023)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2510.01296" target="_blank" rel="noopener">From 2D to 3D&lt;/a>: From 2D to 3D, Deep Learning-based Shape Reconstruction in Cardiac MRI (arXiv 2025)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2411.01291" target="_blank" rel="noopener">Multi-contrast CMR&lt;/a>: Deep Multi-contrast Cardiac MRI Reconstruction via vSHARP with Multi-Contrast Attention (arXiv 2024)&lt;/strong>&lt;/li>
&lt;/ol>
&lt;p>&lt;strong>多对比度重建&lt;/strong>&lt;/p>
&lt;ol>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2205.01673" target="_blank" rel="noopener">Quality-aware Framework&lt;/a>: A Deep Learning-based Integrated Framework for Quality-aware Undersampled Cine Cardiac MRI Reconstruction and Analysis (arXiv 2022)&lt;/strong>&lt;/li>
&lt;li>&lt;strong>&lt;a href="https://arxiv.org/abs/2404.01082" target="_blank" rel="noopener">State-of-the-art CMR&lt;/a>: The State-of-the-art in Cardiac MRI Reconstruction (arXiv 2024)&lt;/strong>&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="三结语与期望">三、结语与期望&lt;/h2>
&lt;p>&amp;ldquo;新芽计划&amp;quot;的初衷是点燃新芽学子对未知探索的热情，并为大家提供一片成长的沃土。心脏磁共振重建是一个充满挑战与机遇的领域，它既是临床需求的&amp;quot;硬骨头&amp;rdquo;，也是学术创新的&amp;quot;试金石&amp;quot;。希望通过这个专题，新芽学子不仅能学到前沿的 AI 知识，更能培养出独立思考、动手实践和解决复杂问题的能力。&lt;/p>
&lt;p>我们热切期待，在最终的汇报中，能看到大家闪耀着智慧火花的解读与创见！&lt;/p></description></item></channel></rss>