paper-with-me

Papers

Visual Concepts Tokenization

2022-05-20 · Tao Yang, Yuwang Wang, Yan Lu, Nanning Zheng

Obtaining the human-like perception ability of abstracting visual concepts from concrete pixels has always been a fundamental and important target in machine learning research fields such as disentangled representation learning and scene decomposition. Towards this goal, we propose an unsupervised transformer-based Visual Concepts Tokenization framework, dubbed VCT, to perceive an image into a set of disentangled visual concept tokens, with each concept token responding to one type of independent visual concept. Particularly, to obtain these concept tokens, we only use cross-attention to extract visual information from the image tokens layer by layer without self-attention between concept tokens, preventing information leakage across concept tokens. We further propose a Concept Disentangling Loss to facilitate that different concept tokens represent independent visual concepts. The cross-attention and disentangling loss play the role of induction and mutual exclusion for the concept tokens, respectively. Extensive experiments on several popular datasets verify the effectiveness of VCT on the tasks of disentangled representation learning and scene decomposition. VCT achieves the state of the art results by a large margin.

📄 PDF Abstract BibTeX arXiv:2205.10093

Code (2)

thomasmry/vct 공식 구현 pytorch
thomasmry/disdiff pytorch

Tasks

Representation Learning

Similar Papers 제목 키워드 기반

Superpixel Tokenization for Vision Transformers: Preserving Semantic Integrity in Visual Tokens

2024-12-06 · Jaihyun Lew, Soohyuk Jang, Jaehoon Lee, Seungryong Yoo 외

Transformers, a groundbreaking architecture proposed for Natural Language Processing (NLP), have also achieved remarkable success in Computer Vision. A cornerstone of their success lies in the attention mechanism, which …

Superpixels

Slot-MLLM: Object-Centric Visual Tokenization for Multimodal LLM

2025-05-23 · Donghwan Chi, Hyomin Kim, Yoonjin Oh, Yongjin Kim 외

Recently, multimodal large language models (MLLMs) have emerged as a key approach in achieving artificial general intelligence. In particular, vision-language MLLMs have been developed to generate not only text but also …

Quantization

CaTok: Taming Mean Flows for One-Dimensional Causal Image Tokenization

2026-03-06 · Yitong Chen, Zuxuan Wu, Xipeng Qiu, Yu-Gang Jiang arxiv

Autoregressive (AR) language models rely on causal tokenization, but extending this paradigm to vision remains non-trivial. Current visual tokenizers either flatten 2D patches into non-causal sequences or enforce heurist…

Efficient Online Inference of Vision Transformers by Training-Free Tokenization

2024-11-23 · Leonidas Gee, Wing Yan Li, Viktoriia Sharmanska, Novi Quadrianto

The cost of deploying vision transformers increasingly represents a barrier to wider industrial adoption. Existing compression requires additional end-to-end fine-tuning or incurs a significant drawback to runtime, thus …

Quantization

Inside the LLM Word Factory

2026-06-07 · Benzi Busigin, Yuval Pinter arxiv

Transformer language models process input provided as subword fragments, but natural language semantics usually rely on word-level concepts. Detokenization is the process where models reconcile these two facts, aggregati…