<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>端侧AI on 编程心语</title>
		<link>https://www.ithome.me/tags/%E7%AB%AF%E4%BE%A7ai/</link>
		<description>Recent content in 端侧AI on 编程心语</description>
		<generator>Hugo</generator>
		<language>zh-CN</language>
		
		
		
		
			<lastBuildDate>Sat, 08 Aug 2026 08:00:00 +0800</lastBuildDate>
		
			<atom:link href="https://www.ithome.me/tags/%E7%AB%AF%E4%BE%A7ai/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>端侧姿态估计实战：用 MediaPipe Pose Landmarker 给应用装上骨架追踪</title>
				<link>https://www.ithome.me/post/2026/08/08/on-device-ai-pose-estimation/</link>
				<pubDate>Sat, 08 Aug 2026 08:00:00 +0800</pubDate>
				<guid>https://www.ithome.me/post/2026/08/08/on-device-ai-pose-estimation/</guid>
				<description>&lt;h2 id=&#34;为什么要在端侧做姿态估计&#34;&gt;为什么要在端侧做姿态估计&lt;/h2&gt;&#xA;&lt;p&gt;健身 App 的深蹲计数、体感游戏的角色控制、运动康复的关节角度分析、儿童体态监测——这些场景的共同点是需要实时追踪人体骨架，而画面里全是敏感的身体信息。把姿态估计模型跑在设备端，视频不出手机，延迟低到能跟上 30fps 的视频流，还不用为每次推理付云服务费。这就是端侧姿态估计（On-Device Pose Estimation）的价值。&lt;/p&gt;</description>
			</item>
			<item>
				<title>端侧 Embedding 模型实战：为本地 RAG 选对编码器</title>
				<link>https://www.ithome.me/post/2026/08/07/edge-embedding-models-comparison/</link>
				<pubDate>Fri, 07 Aug 2026 08:00:00 +0800</pubDate>
				<guid>https://www.ithome.me/post/2026/08/07/edge-embedding-models-comparison/</guid>
				<description>&lt;h2 id=&#34;为什么-embedding-模型是-rag-的地基&#34;&gt;为什么 Embedding 模型是 RAG 的&amp;quot;地基&amp;quot;&lt;/h2&gt;&#xA;&lt;p&gt;做本地 RAG（检索增强生成）时，大部分人把精力花在 LLM 选型上——7B 还是 13B？量化到 4bit 够不够？但真正决定 RAG 检索质量的，往往是管道入口处的 Embedding 模型。&lt;/p&gt;</description>
			</item>
			<item>
				<title>端侧模型 INT8 量化实战：从 PyTorch 到 ONNX 的部署压缩全流程</title>
				<link>https://www.ithome.me/post/2026/08/07/on-device-quantization-model/</link>
				<pubDate>Fri, 07 Aug 2026 08:00:00 +0800</pubDate>
				<guid>https://www.ithome.me/post/2026/08/07/on-device-quantization-model/</guid>
				<description>&lt;p&gt;模型训练完只是一个 FP32 的&amp;quot;大胖子&amp;quot;——一个 8 bit 的比特、32 位浮点权重，参数动不动几 MB。手机、树莓派、边缘盒子内存有限，直接部署往往力不从心。量化就是把这段&amp;quot;高清视频压成 MP4&amp;quot;的过程：用更少的 bit 存权重（INT8 只用 8 bit），换更小的体积和更快的推理，代价是少量精度损失。今天我们用 &lt;code&gt;onnxruntime&lt;/code&gt; 走一遍&lt;strong&gt;端侧模型 INT8 静态量化&lt;/strong&gt;的完整套路：导出 → 校准 → 量化 → 移动端推理。&lt;/p&gt;</description>
			</item>
			<item>
				<title>端侧语音合成实战：用 Piper 让应用离线开口说话</title>
				<link>https://www.ithome.me/post/2026/08/07/offline-tts-piper-guide/</link>
				<pubDate>Fri, 07 Aug 2026 08:00:00 +0800</pubDate>
				<guid>https://www.ithome.me/post/2026/08/07/offline-tts-piper-guide/</guid>
				<description>&lt;h2 id=&#34;为什么要在端侧跑语音合成&#34;&gt;为什么要在端侧跑语音合成&lt;/h2&gt;&#xA;&lt;p&gt;上一篇《端侧语音识别实战》解决了&amp;quot;听懂&amp;quot;，这篇解决&amp;quot;说话&amp;quot;。语音合成（TTS）同样有云端方案解决不了的问题：儿童故事机、导航提示、无障碍朗读、本地语音助手，要么没网，要么把文本上传云端合成既花钱又泄露内容——刚输入的文字、个人笔记、聊天记录都是敏感数据。&lt;/p&gt;</description>
			</item>
			<item>
				<title>端侧语音识别实战：用 sherpa-onnx 让应用离线听懂中文</title>
				<link>https://www.ithome.me/post/2026/08/06/on-device-asr-sherpa-onnx/</link>
				<pubDate>Thu, 06 Aug 2026 08:00:00 +0800</pubDate>
				<guid>https://www.ithome.me/post/2026/08/06/on-device-asr-sherpa-onnx/</guid>
				<description>&lt;h2 id=&#34;为什么要在端侧跑语音识别&#34;&gt;为什么要在端侧跑语音识别&lt;/h2&gt;&#xA;&lt;p&gt;智能音箱、会议纪要工具、车载语音助手、儿童故事机——这些场景的语音输入都有一个共同痛点：把音频上传云端识别，既慢又贵，还涉及隐私。端侧语音识别（On-Device ASR）把模型直接跑在设备 CPU 上，离线可用、零延迟感、音频不出设备。&lt;/p&gt;</description>
			</item>
			<item>
				<title>手机也能跑大模型？从模型选择到部署的完整指南</title>
				<link>https://www.ithome.me/post/2026/08/05/mobile-llm-guide/</link>
				<pubDate>Wed, 05 Aug 2026 08:00:00 +0800</pubDate>
				<guid>https://www.ithome.me/post/2026/08/05/mobile-llm-guide/</guid>
				<description>&lt;h2 id=&#34;手机跑大模型先别急着说不可能&#34;&gt;手机跑大模型？先别急着说不可能&lt;/h2&gt;&#xA;&lt;p&gt;想象一下：你把 ChatGPT 装进手机里，&lt;strong&gt;不联网&lt;/strong&gt;、&lt;strong&gt;不收费&lt;/strong&gt;、&lt;strong&gt;不上传任何数据&lt;/strong&gt;，它依然能陪你聊天、写文案、改代码——这就是端侧大模型的魅力。&lt;/p&gt;&#xA;&lt;p&gt;2026 年，这不是科幻。参数 1B-4B 的小模型经过量化后，只需要 &lt;strong&gt;几百 MB 内存&lt;/strong&gt;，在旗舰手机上能跑到 &lt;strong&gt;每秒 10-30 个 token&lt;/strong&gt;（约等于&amp;quot;边想边说的语速&amp;quot;）。&lt;/p&gt;</description>
			</item>
			<item>
				<title>端侧目标检测实战：YOLOv8 导出 Core ML 部署到 iPhone</title>
				<link>https://www.ithome.me/post/2026/08/05/yolov8-coreml-ios-deployment/</link>
				<pubDate>Wed, 05 Aug 2026 08:00:00 +0800</pubDate>
				<guid>https://www.ithome.me/post/2026/08/05/yolov8-coreml-ios-deployment/</guid>
				<description>&lt;h2 id=&#34;为什么让手机自己看&#34;&gt;为什么让手机自己&amp;quot;看&amp;quot;&lt;/h2&gt;&#xA;&lt;p&gt;云端识别 API 成熟好用，但三个痛点始终绕不开：&lt;strong&gt;隐私&lt;/strong&gt;——画面要上传到别人服务器；&lt;strong&gt;时延&lt;/strong&gt;——往返一次网络 200-500ms，实时视频流根本扛不住；&lt;strong&gt;成本&lt;/strong&gt;——按次计费，摄像头一直开着就是烧钱。端侧部署把模型塞进手机，推理不出设备，隐私、时延、成本一次解决。这也是智能安防、工业质检、AR 应用的主流做法。&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
