惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
The Register - Security
The Register - Security
Jina AI
Jina AI
Y
Y Combinator Blog
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 【当耐特】
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
CERT Recently Published Vulnerability Notes
L
LangChain Blog
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
aimingoo的专栏
aimingoo的专栏
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Stack Overflow Blog
Stack Overflow Blog
Security Latest
Security Latest
C
Cybersecurity and Infrastructure Security Agency CISA
M
MIT News - Artificial intelligence
Last Week in AI
Last Week in AI
The Last Watchdog
The Last Watchdog
Google DeepMind News
Google DeepMind News
N
News and Events Feed by Topic
P
Privacy International News Feed
Vercel News
Vercel News
S
Securelist
I
InfoQ
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
B
Blog
N
News | PayPal Newsroom
Blog — PlanetScale
Blog — PlanetScale
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
A
About on SuperTechFans
Attack and Defense Labs
Attack and Defense Labs
小众软件
小众软件
C
Cisco Blogs
Simon Willison's Weblog
Simon Willison's Weblog
S
Secure Thoughts
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More

cs.CV updates on arXiv.org

暂无文章

Improved Baselines with Representation Autoencoders
Jaskirat Singh, Boyang Zheng, Zongze Wu, Richard Zhang, Eli Shec · 2026-05-18 · via cs.CV updates on arXiv.org

Representation Autoencoders (RAE) replace traditional VAE with pretrained vision encoders. In this paper, we systematically investigate several design choices and find three insights which simplify and improve RAE. First, we study a generalized formulation where the representation is defined as sum of the last k encoder layers rather than solely the final layer. This simple change greatly improves reconstruction without encoder finetuning or specialized data (e.g., text, faces). Second, we study the prevalent assumption that RAE (using pretrained representation as encoder) replaces representation alignment (REPA), which distills the same representation to intermediate layers instead. Through large-scale empirical analysis, we uncover a surprising finding: RAE and REPA exhibit complementary working mechanisms, allowing the same representation to be used as both encoder and target for intermediate diffusion layers. Finally, the original RAE struggles with classifier-free guidance (CFG) and requires training a second, weaker diffusion model for AutoGuidance (AG). We show that REPA itself can be viewed as x-prediction in RAE latent space. By simply re-parameterizing the output of the DiT model, it can provide guidance for "free". Overall, RAEv2 leads to more than 10x faster convergence over the original RAE, achieving a state-of-the-art gFID of 1.06 in just 80 epochs on ImageNet-256. On FDr^k, RAEv2 achieves a state-of-the-art 2.17 at just 80 epochs compared to the previous best 3.26 (800 epochs) without any post-training. This motivates EP_FID@k (epochs to reach unguided gFID <= k) as a measure of training efficiency. RAEv2 attains an EP_FID@2 of 35 epochs, versus 177 for the original RAE. We also validate our approach across diverse settings for text-to-image generation and navigation world models, showing consistent improvements. Code is available at https://raev2.github.io.