<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Jasper&apos;s Blog</title><link>https://blog.jasper0507.cc.cd/</link><description>Jasper 的技术文章与说说。</description><language>zh-CN</language><atom:link href="https://blog.jasper0507.cc.cd/rss.xml" rel="self" type="application/rss+xml"/><item><title>DSFedMed论文精读：双尺度联邦医学图像分割中大模型与轻量化模型的无数据互蒸馏机制</title><link>https://blog.jasper0507.cc.cd/posts/dsfedmed-paper-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/dsfedmed-paper-notes/</guid><pubDate>Thu, 21 May 2026 01:30:00 GMT</pubDate><description>本文针对多中心医学分割中基础大模型联邦部署面临的计算、通信和推理高成本问题，提出双尺度联邦框架 DSFedMed。该框架通过服务器端基础模型与客户端轻量模型协作，并利用 ControlNet 生成的合成 image-mask 数据与可学习性引导样本选择，实现了不依赖真实共享医学图像的双向知识蒸馏。</description></item><item><title>FedRD论文精读：医疗场景下基于联邦重编程与知识蒸馏的内存高效大模型微调</title><link>https://blog.jasper0507.cc.cd/posts/fedrd-paper-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/fedrd-paper-notes/</guid><pubDate>Thu, 14 May 2026 07:38:00 GMT</pubDate><description>这是一篇关于在算力与内存受限的医疗边缘节点中，如何通过非对称架构和特征重编程技术，高效引入基础大模型知识的论文。</description></item><item><title>LoRA-FAIR论文精读</title><link>https://blog.jasper0507.cc.cd/posts/lora-fair-paper-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/lora-fair-paper-notes/</guid><pubDate>Thu, 07 May 2026 02:54:00 GMT</pubDate><description>这是一篇被 ICCV 2025 接收的论文，核心解决了将 LoRA 简单缝合进联邦学习时产生的“服务端聚合偏差”和“客户端初始化滞后”两大暗坑，在不增加通信成本的前提下实现了性能飞跃。</description></item><item><title>DEeR论文精读</title><link>https://blog.jasper0507.cc.cd/posts/deer-paper-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/deer-paper-notes/</guid><pubDate>Wed, 29 Apr 2026 15:48:50 GMT</pubDate><description>这是一篇研究医学场景下的隐私保护联邦 LoRA 微调的论文。</description></item><item><title>Transformer论文逐段精读</title><link>https://blog.jasper0507.cc.cd/posts/transformer-paper-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/transformer-paper-notes/</guid><pubDate>Thu, 02 Apr 2026 09:36:50 GMT</pubDate><description>这是一份基于李沐讲解《Attention Is All You Need》整理的Transformer模型深度解析个人笔记。笔记结构进行了逻辑梳理，重点突出了模型架构、核心组件原理及李沐的深度见解，便于日后复习查阅。</description></item><item><title>新手安装 Docker 教程（Windows11 + WSL2）</title><link>https://blog.jasper0507.cc.cd/posts/docker-on-windows-wsl2/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/docker-on-windows-wsl2/</guid><pubDate>Sun, 08 Mar 2026 14:45:34 GMT</pubDate><description>本文包含WSL2、Ubuntu、Docker Desktop的安装步骤，以及安装过程中真实遇到的报错与解决方案。新手只需一步一步跟着做即可。</description></item><item><title>计算机网络笔记</title><link>https://blog.jasper0507.cc.cd/posts/computer-networks-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/computer-networks-notes/</guid><pubDate>Sat, 07 Mar 2026 15:36:32 GMT</pubDate><description>这是一篇关于计算机网络的笔记，记录了我在学习计算机网络过程中的一些知识和经验。</description></item><item><title>深度学习笔记</title><link>https://blog.jasper0507.cc.cd/posts/deep-learning-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/deep-learning-notes/</guid><pubDate>Mon, 09 Feb 2026 15:24:50 GMT</pubDate><description>这是一篇深度学习的个人笔记。基于b站李沐[动手学深度学习系列](https://www.bilibili.com/video/BV1CV411Y7i4?vd_source=fe146844c3a7d03bc7a83fe89415755d)</description></item><item><title>Gin笔记(长期更新)</title><link>https://blog.jasper0507.cc.cd/posts/gin-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/gin-notes/</guid><pubDate>Fri, 23 Jan 2026 10:24:57 GMT</pubDate><description>这是一篇用于记录Gin框架的个人笔记。</description></item><item><title>Go语言笔记(长期更新)</title><link>https://blog.jasper0507.cc.cd/posts/go-notes/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/go-notes/</guid><pubDate>Fri, 23 Jan 2026 10:18:37 GMT</pubDate><description>这是一篇用于记录Go语言基础语法的个人笔记。</description></item><item><title>Markdown快速上手语法</title><link>https://blog.jasper0507.cc.cd/posts/markdown-quick-start/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/markdown-quick-start/</guid><pubDate>Fri, 23 Jan 2026 10:00:46 GMT</pubDate><description>这是一篇用于新手快速上手Markdown的文章。</description></item><item><title>git新手入门参考</title><link>https://blog.jasper0507.cc.cd/posts/git-beginner-guide/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/git-beginner-guide/</guid><pubDate>Fri, 23 Jan 2026 09:57:17 GMT</pubDate><description>这是一篇用于新手快速上手git基本操作的文章。</description></item><item><title>数据结构与算法(长期更新)</title><link>https://blog.jasper0507.cc.cd/posts/data-structures-and-algorithms/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/data-structures-and-algorithms/</guid><pubDate>Fri, 23 Jan 2026 07:45:34 GMT</pubDate><description>这是一篇长期更新的数据结构与算法个人总结性文章。cpp代码编写，适合大学生复习。</description></item><item><title>零基础利用Github、Hexo搭建个人博客(超详细版)</title><link>https://blog.jasper0507.cc.cd/posts/github-hexo-blog-guide/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/github-hexo-blog-guide/</guid><pubDate>Fri, 23 Jan 2026 07:45:34 GMT</pubDate><description>这是一篇面向零基础小白利用Github、Hexo搭建属于自己的个人博客的详细教学。读完本篇你将获得：1、属于自己的博客网站。2、熟悉git的基本操作3、更加了解github</description></item><item><title>如何新增博客内容？</title><link>https://blog.jasper0507.cc.cd/posts/hexo-icarus-content-guide/</link><guid isPermaLink="true">https://blog.jasper0507.cc.cd/posts/hexo-icarus-content-guide/</guid><pubDate>Thu, 22 Jan 2026 14:00:00 GMT</pubDate><description>这是一篇基于Icarus主题的Hexo新增文章教程，包含评论、目录等功能适配。</description></item></channel></rss>