128배 압축
A new transformer variant has been created to facilitate more efficient model training in distributed settings. 128x compression with no significant loss in convergence rates, increases in memory, or compute overhead
·2026.04.17 00:12
핵심 내용
ResBM이 pipeline parallel training용 128배 activation compression을 제시했다.
자세히 보기
Macrocosmos가 ResBM(Residual Bottleneck Models) 논문을 공개했다.
핵심은 pipeline boundary 사이에 residual encoder-decoder bottleneck을 넣어 inter-stage communication을 줄이면서도, low-rank identity path를 유지하는 설계다.
논문은 다음을 주장한다.
- 128× activation compression을 달성
- uncompressed baseline 대비 convergence 저하가 크지 않음
- 가장 강한 압축 결과는 Muon을 사용할 때 나옴
목표는 분산 환경, 특히 low-bandwidth pipeline-parallel training과 decentralized / internet-grade training에서 통신 병목을 줄이는 것이다.
이 한국어 요약은 AI가 자동으로 만들었습니다. 원문의 주장과 맥락은 원문에서 확인해 주세요. 저작권은 원저작자에게 있습니다.