arXiv:2509.15591cs.LGcs.AI2025-09NeurIPS被引 1

一个统一框架让生成、表征和分类三任务协同工作。

Latent Zoning Network: A Unified Principle for Generative Modeling, Representation Learning, and Classification

  • 用共享高斯潜空间整合多任务,编码器解码器灵活组合完成不同任务。
  • 在CIFAR10上生成图像FID降至2.59,图像分类准确率达顶尖水平。
  • 无需额外损失函数即可实现无监督表征学习,优于MoCo和SimCLR。

生成建模、表征学习和分类是机器学习三大核心问题,但现有最优方法彼此孤立。本文提出潜空间分区网络(LZN),以统一框架应对三类任务。其核心是在共享高斯潜空间中,为不同数据类型(如图像、文本、标签)配置独立的编码器与解码器。各类任务通过编码器与解码器的组合实现:例如标签条件图像生成使用标签编码器与图像解码器;图像嵌入使用图像编码器;分类使用图像编码器与标签解码器。我们在三个渐进复杂场景中验证了该方法:(1) 与当前最优的校正流模型结合后,CIFAR10图像生成的FID从2.76提升至2.59,且不修改训练目标;(2) 独立完成无监督表征学习,无需辅助损失,在ImageNet下游线性分类任务中分别优于MoCo和SimCLR 9.3%和0.2%;(3) 联合完成图像生成与分类,同时提升生成质量与分类精度,达到CIFAR10上的最先进表现。代码与模型已开源。

原文摘要 · Abstract (English)

Generative modeling, representation learning, and classification are three core problems in machine learning (ML), yet their state-of-the-art (SoTA) solutions remain largely disjoint. In this paper, we ask: Can a unified principle address all three? Such unification could simplify ML pipelines and foster greater synergy across tasks. We introduce Latent Zoning Network (LZN) as a step toward this goal. At its core, LZN creates a shared Gaussian latent space that encodes information across all tasks. Each data type (e.g., images, text, labels) is equipped with an encoder that maps samples to disjoint latent zones, and a decoder that maps latents back to data. ML tasks are expressed as compositions of these encoders and decoders: for example, label-conditional image generation uses a label encoder and image decoder; image embedding uses an image encoder; classification uses an image encoder and label decoder. We demonstrate the promise of LZN in three increasingly complex scenarios: (1) LZN can enhance existing models (image generation): When combined with the SoTA Rectified Flow model, LZN improves FID on CIFAR10 from 2.76 to 2.59-without modifying the training objective. (2) LZN can solve tasks independently (representation learning): LZN can implement unsupervised representation learning without auxiliary loss functions, outperforming the seminal MoCo and SimCLR methods by 9.3% and 0.2%, respectively, on downstream linear classification on ImageNet. (3) LZN can solve multiple tasks simultaneously (joint generation and classification): With image and label encoders/decoders, LZN performs both tasks jointly by design, improving FID and achieving SoTA classification accuracy on CIFAR10. The code and trained models are available at https://github.com/microsoft/latent-zoning-networks. The project website is at https://zinanlin.me/blogs/latent_zoning_networks.html.

生成模型表征学习统一框架潜空间

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。