paper-with-me

Papers

FLARE: Diffusion for Hybrid Language Model

2026-06-01 · Yuchen Zhu, Jing Shi, Chongjian Ge, Hao Tan, Yiran Xu, Wanrong Zhu, Jason Kuen, Koustava Goswami, Rajiv Jain, Yongxin Chen, Molei Tao, Jiuxiang Gu arxiv

Autoregressive (AR) large language models (LLMs) have achieved broad practical success, but sequential decoding remains a key bottleneck for low-latency deployment. Recent efficient-inference work has progressed along two axes: reducing the cost of each model invocation through efficient architectures, and reducing serial decoding steps through parallel generation. Hybrid attention backbones address the former, while diffusion language models (dLLMs) pursue the latter via iterative parallel denoising. Combining these advantages remains challenging: AR-to-dLLM conversion often fails to preserve seed-checkpoint capability, and hybrid-attention recurrent states and masking constraints make diffusion training and serving nontrivial. We present FLARE, a systematic conversion framework for hybrid-attention LLMs. Our analysis identifies transfer data quality as the primary determinant of capability preservation, outweighing loss formulation and attention-mask design. The resulting framework combines a token-equal AR-and-diffusion objective, hardware-aware kernels, and unified inference, enabling one checkpoint to support both AR-style verified decoding and diffusion-style parallel denoising. Starting from strong AR checkpoints with limited post-training data, FLARE is competitive with leading open-source dLLMs across model scales and delivers consistent throughput gains over open-source dLLM baselines in single-GPU concurrent serving. Our results further suggest that practical dLLMs are limited not only by decoding algorithms, but also by transfer data quality and the training inefficiency of current block-diffusion objectives, motivating joint design of data, objectives, architectures, and inference systems.

📄 PDF Abstract BibTeX arXiv:2606.01774

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A hybrid supervised/unsupervised machine learning approach to solar flare prediction

2017-06-21 · Federico Benvenuto, Michele Piana, Cristina Campi, Anna Maria Massone

We introduce a hybrid approach to solar flare prediction, whereby a supervised regularization method is used to realize feature importance and an unsupervised clustering method is used to realize the binary flare/no-flar…

BIG-bench Machine LearningClusteringFeature ImportanceSolar Flare Prediction

FLARE: Robot Learning with Implicit World Modeling

2025-05-21 · Ruijie Zheng, Jing Wang, Scott Reed, Johan Bjorck 외

We introduce $\textbf{F}$uture $\textbf{LA}$tent $\textbf{RE}$presentation Alignment ($\textbf{FLARE}$), a novel framework that integrates predictive latent world modeling into robot policy learning. By aligning features…

Imitation LearningVision-Language-Action

Predicting Associations between Solar Flares and Coronal Mass Ejections Using SDO/HMI Magnetograms and a Hybrid Neural Network

2026-04-11 · Jialiang Li, Vasyl Yurchyshyn, Jason T. L. Wang, Haimin Wang 외 arxiv

Solar eruptions, including flares and coronal mass ejections (CMEs), have a significant impact on Earth. Some flares are associated with CMEs, and some flares are not. The association between flares and CMEs is not alway…

Difflare: Removing Image Lens Flare with Latent Diffusion Model

2024-07-20 · Tianwen Zhou, Qihao Duan, Zitong Yu

The recovery of high-quality images from images corrupted by lens flare presents a significant challenge in low-level vision. Contemporary deep learning methods frequently entail training a lens flare removing model from…

Flare Removal

FLARE: Fusing Language Models and Collaborative Architectures for Recommender Enhancement

2024-09-18 · Liam Hebert, Marialena Kyriakidi, Hubert Pham, Krishna Sayana 외

Recent proposals in recommender systems represent items with their textual description, using a large language model. They show better results on standard benchmarks compared to an item ID-only model, such as Bert4Rec. I…

Collaborative FilteringLanguage ModelingLanguage ModellingLarge Language Model+1