paper-with-me

홈 › Papers

Unified Pix Token And Word Token Generative Language Model

2026-05-13 · Haun Leung, ZiNan Wang arxiv

Since the emergence of Vision Transformer (ViT), it has been widely used in generative language model and generative visual model. Especially in the current state-of-art open source multimodal models, ViT obtained by CLIP or SigLIP method serves as the vision encoder backbone to help them acquire visual understanding capabilities. But this method leads to limitations in visual understanding for details, such as difficulty in recognizing small text or numbers in images. To address these issues, we propose a new model to unify pix token and word token into the generative language model. The new model also features with each pix of image having its own token embedding, color folding, global conditional attention approximation and image unsupervised pretraining. We conducted image unsupervised pretraining experiments using our new model to explore its potential. The experimental results show that it has good performance even in small model and with limited training data. We believe our model also conforms to the scaling law, as long as model parameters and training data increased, its performance will continue to improve.

📄 PDF Abstract BibTeX arXiv:2605.14028

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pre-tokenization of Multi-word Expressions in Cross-lingual Word Embeddings

2020-11-01 · EMNLP 2020 11 · Naoki Otani, Satoru Ozaki, Xingyuan Zhao, Yucen Li 외

Cross-lingual word embedding (CWE) algorithms represent words in multiple languages in a unified vector space. Multi-Word Expressions (MWE) are common in every language. When training word embeddings, each component word…

Cross-Lingual Word EmbeddingsTranslationWord EmbeddingsWord Translation

Unified Language-Vision Pretraining in LLM with Dynamic Discrete Visual Tokenization

2023-09-09 · Yang Jin, Kun Xu, Liwei Chen, Chao Liao 외

Recently, the remarkable advance of the Large Language Model (LLM) has inspired researchers to transfer its extraordinary reasoning capability to both vision and language data. However, the prevailing approaches primaril…

Language ModellingLarge Language ModelText Generation

UniGRec: Unified Generative Recommendation with Soft Identifiers for End-to-End Optimization

2026-01-24 · Jialei Li, Yang Zhang, Yimeng Bai, Shuai Zhu 외 arxiv

Generative recommendation has recently emerged as a transformative paradigm that directly generates target items, surpassing traditional cascaded approaches. It typically involves two components: a tokenizer that learns …

From Smør-re-brød to Subwords: Training LLMs on Danish, One Morpheme at a Time

2025-04-02 · Mikkel Wildner Kildeberg, Emil Allerslev Schledermann, Nicolaj Larsen, Rob van der Goot

The best performing transformer-based language models use subword tokenization techniques, such as Byte-Pair-Encoding (BPE). However, these approaches often overlook linguistic principles, such as morphological segmentat…

Segmentation

MiLe Loss: a New Loss for Mitigating the Bias of Learning Difficulties in Generative Language Models

2023-10-30 · Zhenpeng Su, Xing Wu, Xue Bai, Zijia Lin 외

Generative language models are usually pretrained on large text corpus via predicting the next token (i.e., sub-word/word/phrase) given the previous ones. Recent works have demonstrated the impressive performance of larg…

Language ModelingLanguage ModellingMulti-task Language Understanding