paper-with-me

Papers

SDPT: Synchronous Dual Prompt Tuning for Fusion-based Visual-Language Pre-trained Models

2024-07-16 · Yang Zhou, Yongjian Wu, Jiya Saiyin, Bingzheng Wei, Maode Lai, Eric Chang, Yan Xu

Prompt tuning methods have achieved remarkable success in parameter-efficient fine-tuning on large pre-trained models. However, their application to dual-modal fusion-based visual-language pre-trained models (VLPMs), such as GLIP, has encountered issues. Existing prompt tuning methods have not effectively addressed the modal mapping and aligning problem for tokens in different modalities, leading to poor transfer generalization. To address this issue, we propose Synchronous Dual Prompt Tuning (SDPT). SDPT initializes a single set of learnable unified prototype tokens in the established modal aligning space to represent the aligned semantics of text and image modalities for downstream tasks. Furthermore, SDPT establishes inverse linear projections that require no training to embed the information of unified prototype tokens into the input space of different modalities. The inverse linear projections allow the unified prototype token to synchronously represent the two modalities and enable SDPT to share the unified semantics of text and image for downstream tasks across different modal prompts. Experimental results demonstrate that SDPT assists fusion-based VLPMs to achieve superior outcomes with only 0.04\% of model parameters for training across various scenarios, outperforming other single- or dual-modal methods. The code will be released at https://github.com/wuyongjianCODE/SDPT.

📄 PDF Abstract BibTeX arXiv:2407.11414

Code (1)

wuyongjiancode/sdpt 공식 구현 jax

Tasks

parameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

SSDPT: Self-Supervised Dual-Path Transformer for Anomalous Sound Detection in Machine Condition Monitoring

2022-08-06 · Jisheng Bai, Jianfeng Chen, Mou Wang, Muhammad Saad Ayub 외

Anomalous sound detection for machine condition monitoring has great potential in the development of Industry 4.0. However, these anomalous sounds of machines are usually unavailable in normal conditions. Therefore, the …

Self-Supervised Learning

Asynchronous Denoising Diffusion Models for Aligning Text-to-Image Generation

2025-10-06 · Zijing Hu, Yunze Tong, Fengda Zhang, Junkun Yuan 외 arxiv

Diffusion models have achieved impressive results in generating high-quality images. Yet, they often struggle to faithfully align the generated images with the input prompts. This limitation is associated with synchronou…

Text-to-Image Generation

GAFusion: Adaptive Fusing LiDAR and Camera with Multiple Guidance for 3D Object Detection

2024-11-01 · CVPR 2024 1 · Xiaotian Li, Baojie Fan, Jiandong Tian, Huijie Fan

Recent years have witnessed the remarkable progress of 3D multi-modality object detection methods based on the Bird's-Eye-View (BEV) perspective. However, most of them overlook the complementary interaction and guidance …

3D Object Detectionobject-detectionObject Detection

LAST SToP For Modeling Asynchronous Time Series

2025-02-04 · Shubham Gupta, Thibaut Durand, Graham Taylor, Lilian W. Białokozowicz

We present a novel prompt design for Large Language Models (LLMs) tailored to Asynchronous Time Series. Unlike regular time series, which assume values at evenly spaced time points, asynchronous time series consist of ti…

Anomaly DetectionImputationTime SeriesTime Series Analysis+1

AR-Diffusion: Asynchronous Video Generation with Auto-Regressive Diffusion

2025-03-10 · CVPR 2025 1 · Mingzhen Sun, Weining Wang, Gen Li, Jiawei Liu 외

The task of video generation requires synthesizing visually realistic and temporally coherent video frames. Existing methods primarily use asynchronous auto-regressive models or synchronous diffusion models to address th…

Video Generation