paper-with-me

홈 › Papers

FEDS: Feature and Entropy-Based Distillation Strategy for Efficient Learned Image Compression

2025-03-09 · Haisheng Fu, Jie Liang, Zhenman Fang, Jingning Han

Learned image compression (LIC) methods have recently outperformed traditional codecs such as VVC in rate-distortion performance. However, their large models and high computational costs have limited their practical adoption. In this paper, we first construct a high-capacity teacher model by integrating Swin-Transformer V2-based attention modules, additional residual blocks, and expanded latent channels, thus achieving enhanced compression performance. Building on this foundation, we propose a \underline{F}eature and \underline{E}ntropy-based \underline{D}istillation \underline{S}trategy (\textbf{FEDS}) that transfers key knowledge from the teacher to a lightweight student model. Specifically, we align intermediate feature representations and emphasize the most informative latent channels through an entropy-based loss. A staged training scheme refines this transfer in three phases: feature alignment, channel-level distillation, and final fine-tuning. Our student model nearly matches the teacher across Kodak (1.24\% BD-Rate increase), Tecnick (1.17\%), and CLIC (0.55\%) while cutting parameters by about 63\% and accelerating encoding/decoding by around 73\%. Moreover, ablation studies indicate that FEDS generalizes effectively to transformer-based networks. The experimental results demonstrate our approach strikes a compelling balance among compression performance, speed, and model parameters, making it well-suited for real-time or resource-limited scenarios.

📄 PDF Abstract BibTeX arXiv:2503.06399

Code (0)

등록된 구현이 없습니다.

Tasks

Image Compression

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

FedSDR: Federated Self-Distillation with Rectification

2026-05-18 · Ziheng Ren, Zhanming Shen, Hao Wang, Ning Liu 외 arxiv

Federated fine-tuning of Large Language Models faces severe statistical heterogeneity. However, existing model-level defenses often overlook the root cause: intrinsic data distribution mismatches. In this work, we first …

FedS2R: One-Shot Federated Domain Generalization for Synthetic-to-Real Semantic Segmentation in Autonomous Driving

2025-07-26 · Tao Lian, Jose L. Gómez, Antonio M. López arxiv

Federated domain generalization has shown promising progress in image classification by enabling collaborative training across multiple clients without sharing raw data. However, its potential in the semantic segmentatio…

Knowledge DistillationDomain GeneralizationSemantic SegmentationImage Classification

FedSIR: Spectral Client Identification and Relabeling for Federated Learning with Noisy Labels

2026-04-22 · Sina Gholami, Abdulmoneam Ali, Tania Haghighi, Ahmed Arafa 외 arxiv

Federated learning (FL) enables collaborative model training without sharing raw data; however, the presence of noisy labels across distributed clients can severely degrade the learning performance. In this paper, we pro…

Knowledge DistillationFederated Learning

Federated Selective Aggregation for Knowledge Amalgamation

2022-07-27 · Donglin Xie, Ruonan Yu, Gongfan Fang, Jie Song 외

In this paper, we explore a new knowledge-amalgamation problem, termed Federated Selective Aggregation (FedSA). The goal of FedSA is to train a student model for a new task with the help of several decentralized teachers…

FedSDAF: Leveraging Source Domain Awareness for Enhanced Federated Domain Generalization

2025-05-05 · Hongze Li, Zesheng Zhou, Zhenbiao Cao, Xinhui Li 외

Traditional domain generalization approaches predominantly focus on leveraging target domain-aware features while overlooking the critical role of source domain-specific characteristics, particularly in federated setting…

Domain GeneralizationKnowledge Distillation