paper-with-me

Papers

PixelBytes: Catching Unified Representation for Multimodal Generation

2024-09-16 · Fabien Furfaro

This report presents PixelBytes, an approach for unified multimodal representation learning. Drawing inspiration from sequence models like Image Transformers, PixelCNN, and Mamba-Bytes, we explore integrating text, audio, action-state, and pixelated images (sprites) into a cohesive representation. We conducted experiments on a PixelBytes Pokemon dataset and an Optimal-Control dataset. Our investigation covered various model architectures, including Recurrent Neural Networks (RNNs), State Space Models (SSMs), and Attention-based models, with a focus on bidirectional processing and our PxBy embedding technique. We evaluated models based on data reduction strategies and autoregressive learning, specifically examining Long Short-Term Memory (LSTM) networks in predictive and autoregressive modes. Our results indicate that autoregressive models perform better than predictive models in this context. Additionally, we found that diffusion models can be applied to control problems and parallelized generation. PixelBytes aims to contribute to the development of foundation models for multimodal data processing and generation. The project's code, models, and datasets are available online.

📄 PDF Abstract BibTeX arXiv:2410.01820

Code (1)

fabienfrfr/pixelbytes 공식 구현 pytorch

Tasks

Mambamultimodal generationRepresentation LearningState Space Models

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
PixelCNN A PixelCNN is a generative model that uses autoregressive connections to model images pixel by pixel, decomposing the joint image distribution as a product of conditionals.…

Similar Papers 제목 키워드 기반

PixelBytes: Catching Unified Embedding for Multimodal Generation

2024-09-03 · Fabien Furfaro

This report introduces PixelBytes Embedding, a novel approach for unified multimodal representation learning. Our method captures diverse inputs in a single, cohesive representation, enabling emergent properties for mult…

Mambamultimodal generationRepresentation LearningState Space Models

TUNA: Taming Unified Visual Representations for Native Unified Multimodal Models

2025-12-01 · Zhiheng Liu, Weiming Ren, Haozhe Liu, Zijian Zhou 외 arxiv

Unified multimodal models (UMMs) aim to jointly perform multimodal understanding and generation within a single framework. We present TUNA, a native UMM that builds a unified continuous visual representation by cascading…

Video GenerationImage Editing

Tuna-2: Pixel Embeddings Beat Vision Encoders for Multimodal Understanding and Generation

2026-04-27 · Zhiheng Liu, Weiming Ren, Xiaoke Huang, Shoufa Chen 외 arxiv

Unified multimodal models typically rely on pretrained vision encoders and use separate visual representations for understanding and generation, creating misalignment between the two tasks and preventing fully end-to-end…

Image Generation

Cheers: Decoupling Patch Details from Semantic Representations Enables Unified Multimodal Comprehension and Generation

2026-03-13 · Yichen Zhang, Da Peng, Zonghao Guo, Zijian Zhang 외 arxiv

A recent cutting-edge topic in multimodal modeling is to unify visual comprehension and generation within a single model. However, the two tasks demand mismatched decoding regimes and visual representations, making it no…

Image GenerationText Generation

Just-in-Time Catching Test Generation at Meta

2026-01-30 · Matthew Becker, Yifei Chen, Nicholas Cochran, Pouyan Ghasemi 외 arxiv

We report on Just-in-Time catching test generation at Meta, designed to prevent bugs in large scale backend systems of hundreds of millions of line of code. Unlike traditional hardening tests, which pass at generation ti…