paper-with-me

Papers

UniFlow: A Unified Pixel Flow Tokenizer for Visual Understanding and Generation

2025-10-12 · Zhengrong Yue, Haiyu Zhang, Xiangyu Zeng, Boyu Chen, Chenting Wang, Shaobin Zhuang, Lu Dong, Yi Wang, Limin Wang, Yali Wang arxiv

Tokenizer is a crucial component for both visual understanding and generation. To advance toward the ultimate goal of universal modeling, recent research has focused on developing a unified tokenizer. However, existing tokenizers face a significant performance trade-off between understanding and generation, stemming from the inherent conflict between high-level semantic abstraction and low-level pixel reconstruction. To tackle this challenge, we propose a generic and unified tokenizer, namely UniFlow, by flexibly adapting any visual encoder with a concise reconstruction decoder. Specifically, we introduce layer-wise adaptive self-distillation applied to the well-pretrained visual encoders, which enables UniFlow to simultaneously inherit the strong semantic features for visual understanding and flexibly adapt to model fine-grained details for visual generation. Moreover, we propose a lightweight patch-wise pixel flow decoder, which efficiently achieves high-fidelity pixel reconstruction by modeling a conditional flow from the noisy state back to the patch-wise pixel domain. By leveraging the semantic features as visual conditions for the decoder, we effectively alleviate the training conflicts between understanding and generation. Furthermore, the patch-wise learning strategy simplifies the data distribution, thereby improving training efficiency. Extensive experiments across 13 challenging benchmarks spanning 7 widely studied visual understanding and generation tasks demonstrate that UniFlow achieves a win-win outcome. For instance, our 7B UniFlow-XL not only surpasses the 14B TokenFlow-XL by 6.05% on average understanding benchmarks, but also achieves a competitive results in both visual reconstruction and generation, surpassing UniTok by 0.15 in rFID and 0.09 in gFID (without guidance), respectively.

📄 PDF Abstract BibTeX arXiv:2510.10575

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UniFlow: A Foundation Model for Unified Urban Spatio-Temporal Flow Prediction

2024-11-20 · Yuan Yuan, Jingtao Ding, Chonghua Han, Zhi Sheng 외

Urban spatio-temporal flow prediction, encompassing traffic flows and crowd flows, is crucial for optimizing city infrastructure and managing traffic and emergency responses. Traditional approaches have relied on separat…

PredictionRetrieval

UniFlowRestore: A General Video Restoration Framework via Flow Matching and Prompt Guidance

2025-04-12 · Shuning Sun, Yu Zhang, Chen Wu, Dianjie Lu 외

Video imaging is often affected by complex degradations such as blur, noise, and compression artifacts. Traditional restoration methods follow a "single-task single-model" paradigm, resulting in poor generalization and h…

DenoisingSSIMVideo DenoisingVideo Restoration

TokenFlow: Unified Image Tokenizer for Multimodal Understanding and Generation

2024-12-04 · CVPR 2025 1 · Liao Qu, Huichao Zhang, Yiheng Liu, Xu Wang 외

We present TokenFlow, a novel unified image tokenizer that bridges the long-standing gap between multimodal understanding and generation. Prior research attempt to employ a single reconstruction-targeted Vector Quantizat…

Image GenerationImage ReconstructionQuantization

UniFlow: Zero-Shot LiDAR Scene Flow for Autonomous Vehicles

2025-11-23 · Siyi Li, Qingwen Zhang, Ishan Khatri, Kyle Vedder 외 arxiv

LiDAR scene flow is the task of estimating per-point 3D motion between consecutive point clouds. Recent methods achieve centimeter-level accuracy on popular autonomous vehicle (AV) datasets, but are typically only traine…

LIDAR Semantic SegmentationAutonomous Vehicles3D Object DetectionPoint Clouds

SPAR: Semantic-Pixel Self-Alignment and Adaptive Routing for Unified Multimodal Models

2026-06-22 · Hongxiang Li, Hongxu Chen, Chenyang Zhu, Xiaoshuang Huang 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable success in visual understanding but remain constrained in visual generation due to the fundamental feature discrepancy between semantic perception and pix…