paper-with-me

Papers

Linguistic-Aware Patch Slimming Framework for Fine-grained Cross-Modal Alignment

2024-01-01 · CVPR 2024 1 · Zheren Fu, Lei Zhang, Hou Xia, Zhendong Mao

Cross-modal alignment aims to build a bridge connecting vision and language. It is an important multi-modal task that efficiently learns the semantic similarities between images and texts. Traditional fine-grained alignment methods heavily rely on pre-trained object detectors to extract region features for subsequent region-word alignment thereby incurring substantial computational costs for region detection and error propagation issues for two-stage training. In this paper we focus on the mainstream vision transformer incorporating patch features for patch-word alignment while addressing the resultant issue of visual patch redundancy and patch ambiguity for semantic alignment. We propose a novel Linguistic-Aware Patch Slimming (LAPS) framework for fine-grained alignment which explicitly identifies redundant visual patches with language supervision and rectifies their semantic and spatial information to facilitate more effective and consistent patch-word alignment. Extensive experiments on various evaluation benchmarks and model backbones show LAPS outperforms the state-of-the-art fine-grained alignment methods by 5%-15% rSum. Our code is available at https://github.com/CrossmodalGroup/LAPS

📄 PDF Abstract BibTeX

Code (1)

crossmodalgroup/laps 공식 구현 pytorch

Tasks

cross-modal alignmentCross-Modal RetrievalImage RetrievalImage-to-Text RetrievalMultimodal Deep LearningSemantic Image-Text SimilarityWord AlignmentZero-shot Text-to-Image Retrieval

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Focus 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

SEPS: Semantic-enhanced Patch Slimming Framework for fine-grained cross-modal alignment

2025-11-03 · Xinyu Mao, Junsi Li, Haoji Zhang, Yu Liang 외 arxiv

Fine-grained cross-modal alignment aims to establish precise local correspondences between vision and language, forming a cornerstone for visual question answering and related multimodal applications. Current approaches …

Visual Question AnsweringImage Retrieval

Life Regression based Patch Slimming for Vision Transformers

2023-04-11 · Jiawei Chen, Lin Chen, Jiang Yang, Tianqi Shi 외

Vision transformers have achieved remarkable success in computer vision tasks by using multi-head self-attention modules to capture long-range dependencies within images. However, the high inference computation cost pose…

regression

Patch Slimming for Efficient Vision Transformers

2021-06-05 · CVPR 2022 1 · Yehui Tang, Kai Han, Yunhe Wang, Chang Xu 외

This paper studies the efficiency problem for visual transformers by excavating redundant calculation in given networks. The recent transformer architecture has demonstrated its effectiveness for achieving excellent perf…

Efficient ViTs

AgentSlimming: Towards Efficient and Cost-Aware Multi-Agent Systems

2026-05-09 · Yulang Chen, Haoxuan Peng, Jinyan Liu, Zichen Wen 외 arxiv

Large Language Model-based Multi-Agent Systems (MAS) have demonstrated remarkable capabilities in complex tasks. However, manually designing optimal communication topologies is labor-intensive, while automated expansion …

DeepRebirth: Accelerating Deep Neural Network Execution on Mobile Devices

2017-08-16 · Dawei Li, Xiaolong Wang, Deguang Kong

Deploying deep neural networks on mobile devices is a challenging task. Current model compression methods such as matrix decomposition effectively reduce the deployed model size, but still cannot satisfy real-time proces…

CPUModel Compression