<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>STE on 워프스페이스 블로그</title><link>https://blog.caveduck.io/ko/tags/ste/</link><description>Recent content in STE on 워프스페이스 블로그</description><generator>Hugo -- 0.154.5</generator><language>ko-KR</language><lastBuildDate>Mon, 11 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.caveduck.io/ko/tags/ste/index.xml" rel="self" type="application/rss+xml"/><item><title>경량화 시리즈 #5, QAT: 학습으로 양자화 오차를 되돌리기</title><link>https://blog.caveduck.io/ko/posts/quantization-aware-training/</link><pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate><guid>https://blog.caveduck.io/ko/posts/quantization-aware-training/</guid><description>PTQ는 큰 모델엔 통하지만 작은 모델·저비트에서 무너집니다(2비트에서 13.6%로 붕괴). 해법은 학습 자체에 양자화를 넣는 QAT입니다. forward에 fake quantization을 끼우고, round의 gradient가 0인 문제를 STE(Straight-Through Estimator)로 뚫습니다. round는 미분이 0인데 어떻게 학습이 될까? MNIST MLP로 직접 측정한 plot과 함께.</description></item></channel></rss>