paper-with-me

Papers

DiffuMask: Diffusion Language Model for Token-level Prompt Pruning

2026-04-08 · Caleb Zheng, Jyotika Singh, Fang Tu, Weiyi Sun, Sujeeth Bharadwaj, Yassine Benajiba, Sujith Ravi, Eli Shlizerman, Dan Roth arxiv

In-Context Learning and Chain-of-Thought prompting improve reasoning in large language models (LLMs). These typically come at the cost of longer, more expensive prompts that may contain redundant information. Prompt compression based on pruning offers a practical solution, yet existing methods rely on sequential token removal which is computationally intensive. We present DiffuMask, a diffusion-based framework integrating hierarchical shot-level and token-level pruning signals, that enables rapid and parallel prompt pruning via iterative mask prediction. DiffuMask substantially accelerates the compression process via masking multiple tokens in each denoising step. It offers tunable control over retained content, preserving essential reasoning context and achieving up to 80\% prompt length reduction. Meanwhile, it maintains or improves accuracy across in-domain, out-of-domain, and cross-model settings. Our results show that DiffuMask provides a generalizable and controllable framework for prompt compression, facilitating faster and more reliable in-context reasoning in LLMs.

📄 PDF Abstract BibTeX arXiv:2604.06627

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DiffuMask: Synthesizing Images with Pixel-level Annotations for Semantic Segmentation Using Diffusion Models

2023-03-21 · ICCV 2023 1 · Weijia Wu, Yuzhong Zhao, Mike Zheng Shou, Hong Zhou 외

Collecting and annotating images with pixel-wise labels is time-consuming and laborious. In contrast, synthetic data can be freely available using a generative model (e.g., DALL-E, Stable Diffusion). In this paper, we sh…

Image GenerationSemantic Segmentation

Exploring Limits of Diffusion-Synthetic Training with Weakly Supervised Semantic Segmentation

2023-09-04 · Ryota Yoshihashi, Yuya Otsuka, Kenji Doi, Tomohiro Tanaka 외

The advance of generative models for images has inspired various training techniques for image recognition utilizing synthetic images. In semantic segmentation, one promising approach is extracting pseudo-masks from atte…

Data AugmentationImage GenerationSegmentationSemantic Segmentation+4

TokenCompose: Text-to-Image Diffusion with Token-level Supervision

2023-12-06 · CVPR 2024 1 · ZiRui Wang, Zhizhou Sha, Zheng Ding, Yilin Wang 외

We present TokenCompose, a Latent Diffusion Model for text-to-image generation that achieves enhanced consistency between user-specified text prompts and model-generated images. Despite its tremendous success, the standa…

DenoisingImage GenerationObjectText to Image Generation+1

When to Plan, When to Polish: Noise Level as a Granularity Axis for Diffusion Language Models

2026-06-19 · Peihong Li, Yuanjie Shi, Yan Yan arxiv

Standard tokenwise diffusion LMs keep training corruption and inference commitment at token granularity throughout denoising. At high noise, this leaves scattered local fragments rather than coherent evidence, making it …

Prompting Hard or Hardly Prompting: Prompt Inversion for Text-to-Image Diffusion Models

2023-12-19 · CVPR 2024 1 · Shweta Mahajan, Tanzila Rahman, Kwang Moo Yi, Leonid Sigal

The quality of the prompts provided to text-to-image diffusion models determines how faithful the generated content is to the user's intent, often requiring `prompt engineering'. To harness visual concepts from target im…

Image GenerationPrompt Engineering