paper-with-me

홈 › Papers

Knowledge-Base based Semantic Image Transmission Using CLIP

2025-04-01 · Chongyang Li, Yanmei He, Tianqian Zhang, Mingjian He, Shouyin Liu

This paper proposes a novel knowledge-Base (KB) assisted semantic communication framework for image transmission. At the receiver, a Facebook AI Similarity Search (FAISS) based vector database is constructed by extracting semantic embeddings from images using the Contrastive Language-Image Pre-Training (CLIP) model. During transmission, the transmitter first extracts a 512-dimensional semantic feature using the CLIP model, then compresses it with a lightweight neural network for transmission. After receiving the signal, the receiver reconstructs the feature back to 512 dimensions and performs similarity matching from the KB to retrieve the most semantically similar image. Semantic transmission success is determined by category consistency between the transmitted and retrieved images, rather than traditional metrics like Peak Signal-to-Noise Ratio (PSNR). The proposed system prioritizes semantic accuracy, offering a new evaluation paradigm for semantic-aware communication systems. Experimental validation on CIFAR100 demonstrates the effectiveness of the framework in achieving semantic image transmission.

📄 PDF Abstract BibTeX arXiv:2504.01053

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Communication

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Zero-Shot Semantic Communication with Multimodal Foundation Models

2025-02-25 · Jiangjing Hu, Haotian Wu, Wenjing Zhang, Fengyu Wang 외

Most existing semantic communication (SemCom) systems use deep joint source-channel coding (DeepJSCC) to encode task-specific semantics in a goal-oriented manner. However, their reliance on predefined tasks and datasets …

Prompt LearningSemantic Communication

Contrastive Language-Image Pre-Training Model based Semantic Communication Performance Optimization

2025-07-10 · Shaoran Yang, Dongyu Wei, Hanzhi Yu, Zhaohui Yang 외 arxiv

In this paper, a novel contrastive language-image pre-training (CLIP) model based semantic communication framework is designed. Compared to standard neural network (e.g.,convolutional neural network) based semantic encod…

Reinforcement LearningSemantic Communication

Can Language Understand Depth?

2022-07-03 · Renrui Zhang, Ziyao Zeng, Ziyu Guo, Yafeng Li

Besides image classification, Contrastive Language-Image Pre-training (CLIP) has accomplished extraordinary success for a wide range of vision tasks, including object-level and 3D space understanding. However, it's still…

Depth Estimationimage-classificationImage ClassificationMonocular Depth Estimation

Exploring CLIP's Dense Knowledge for Weakly Supervised Semantic Segmentation

2025-03-26 · CVPR 2025 1 · Zhiwei Yang, Yucong Meng, Kexue Fu, Feilong Tang 외

Weakly Supervised Semantic Segmentation (WSSS) with image-level labels aims to achieve pixel-level predictions using Class Activation Maps (CAMs). Recently, Contrastive Language-Image Pre-training (CLIP) has been introdu…

AttributeSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation

ProCLIP: Progressive Vision-Language Alignment via LLM-based Embedder

2025-10-21 · Xiaoxing Hu, Kaicheng Yang, Ziyang Gong, Qi Ming 외 arxiv

The original CLIP text encoder is limited by a maximum input length of 77 tokens, which hampers its ability to effectively process long texts and perform fine-grained semantic understanding. In addition, the CLIP text en…

Contrastive Learning