paper-with-me

Papers

Decoupled Multi-Predictor Optimization for Inference-Efficient Model Tuning

2025-11-05 · Liwei Luo, Shuaitengyuan Li, Dongwei Ren, Qilong Wang, Pengfei Zhu, Qinghua Hu arxiv

Recently, remarkable progress has been made in large-scale pre-trained model tuning, and inference efficiency is becoming more crucial for practical deployment. Early exiting in conjunction with multi-stage predictors, when cooperated with a parameter-efficient fine-tuning strategy, offers a straightforward way to achieve an inference-efficient model. However, a key challenge remains unresolved: How can early stages provide low-level fundamental features to deep stages while simultaneously supplying high-level discriminative features to early-stage predictors? To address this problem, we propose a Decoupled Multi-Predictor Optimization (DMPO) method to effectively decouple the low-level representative ability and high-level discriminative ability in early stages. First, in terms of architecture, we introduce a lightweight bypass module into multi-stage predictors for functional decomposition of shallow features from early stages, while a high-order statistics-based predictor is developed for early stages to effectively enhance their discriminative ability. To reasonably train our multi-predictor architecture, a decoupled optimization is proposed to allocate two-phase loss weights for multi-stage predictors during model tuning, where the initial training phase enables the model to prioritize the acquisition of discriminative ability of deep stages via emphasizing representative ability of early stages, and the latter training phase drives discriminative ability towards earlier stages as much as possible. As such, our DMPO can effectively decouple representative and discriminative abilities in early stages in terms of architecture design and model optimization. Experiments across various datasets and pre-trained backbones demonstrate that DMPO clearly outperforms its counterparts when reducing computational cost.

📄 PDF Abstract BibTeX arXiv:2511.03245

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Rethinking Graph Structure Learning in the Era of LLMs

2025-03-27 · Zhihan Zhang, Xunkai Li, Zhu Lei, Guang Zeng 외

Recently, the emergence of LLMs has prompted researchers to integrate language descriptions into graphs, aiming to enhance model encoding capabilities from a data-centric perspective. This graph representation is called …

Graph LearningGraph structure learningIn-Context LearningTAG

AgentFlux: Decoupled Fine-Tuning & Inference for On-Device Agentic Systems

2025-09-30 · Rohan Kadekodi, Zhan Jin, Keisuke Kamahori, Yile Gu 외 arxiv

The deployment of Large Language Models (LLMs) as agentic orchestrators has revolutionized task automation, but the need for privacy-preserving, cost-effective solutions demands on-device inference capabilities. However,…

DecoupledESC: Enhancing Emotional Support Generation via Strategy-Response Decoupled Preference Optimization

2025-05-22 · Chao Zhang, Xin Shi, Xueqiao Zhang, Yifan Zhu 외

Recent advances in Emotional Support Conversation (ESC) have improved emotional support generation by fine-tuning Large Language Models (LLMs) via Supervised Fine-Tuning (SFT). However, common psychological errors still …

Response Generation

Unified Generation and Self-Verification for Vision-Language Models via Advantage Decoupled Preference Optimization

2026-01-04 · Xinyu Qiu, Heng Jia, Zhengwen Zeng, Shuheng Shen 외 arxiv

Parallel test-time scaling typically trains separate generation and verification models, incurring high training and inference costs. We propose Advantage Decoupled Preference Optimization (ADPO), a unified reinforcement…

Reinforcement LearningAnswer Generation

Scaling Up Deep Neural Network Optimization for Edge Inference

2020-09-01 · Bingqian Lu, Jianyi Yang, Shaolei Ren

Deep neural networks (DNNs) have been increasingly deployed on and integrated with edge devices, such as mobile phones, drones, robots and wearables. To run DNN inference directly on edge devices (a.k.a. edge inference) …

Quantization