paper-with-me

Papers

Knowledge Distillation with BERT for Image Tag-Based Privacy Prediction

2021-09-01 · RANLP 2021 9 · Chenye Zhao, Cornelia Caragea

Text in the form of tags associated with online images is often informative for predicting private or sensitive content from images. When using privacy prediction systems running on social networking sites that decide whether each uploaded image should get posted or be protected, users may be reluctant to share real images that may reveal their identity but may share image tags. In such cases, privacy-aware tags become good indicators of image privacy and can be utilized to generate privacy decisions. In this paper, our aim is to learn tag representations for images to improve tag-based image privacy prediction. To achieve this, we explore self-distillation with BERT, in which we utilize knowledge in the form of soft probability distributions (soft labels) from the teacher model to help with the training of the student model. Our approach effectively learns better tag representations with improved performance on private image identification and outperforms state-of-the-art models for this task. Moreover, we utilize the idea of knowledge distillation to improve tag representations in a semi-supervised learning task. Our semi-supervised approach with only 20% of annotated data achieves similar performance compared with its supervised learning counterpart. Last, we provide a comprehensive analysis to get a better understanding of our approach.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTAG

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Preserving Privacy in Federated Learning with Ensemble Cross-Domain Knowledge Distillation

2022-09-10 · Xuan Gong, Abhishek Sharma, Srikrishna Karanam, Ziyan Wu 외

Federated Learning (FL) is a machine learning paradigm where local nodes collaboratively train a central model while the training data remains decentralized. Existing FL methods typically share model parameters or employ…

Federated Learningimage-classificationImage ClassificationKnowledge Distillation+3

Distilling Knowledge from Pre-trained Language Models via Text Smoothing

2020-05-08 · Xing Wu, Yibing Liu, Xiangyang Zhou, dianhai yu

This paper studies compressing pre-trained language models, like BERT (Devlin et al.,2019), via teacher-student knowledge distillation. Previous works usually force the student model to strictly mimic the smoothed labels…

Knowledge DistillationLanguage ModelingLanguage Modelling

Better Knowledge Enhancement for Privacy-Preserving Cross-Project Defect Prediction

2024-12-23 · Yuying Wang, Yichen Li, Haozhao Wang, Lei Zhao 외

Cross-Project Defect Prediction (CPDP) poses a non-trivial challenge to construct a reliable defect predictor by leveraging data from other projects, particularly when data owners are concerned about data privacy. In rec…

Federated LearningKnowledge DistillationPrivacy Preserving

One Teacher is Enough? Pre-trained Language Model Distillation from Multiple Teachers

2021-06-02 · Findings (ACL) 2021 8 · Chuhan Wu, Fangzhao Wu, Yongfeng Huang

Pre-trained language models (PLMs) achieve great success in NLP. However, their huge model sizes hinder their applications in many practical systems. Knowledge distillation is a popular technique to compress PLMs, which …

Knowledge DistillationLanguage ModelingLanguage ModellingModel Compression

Diverse Image Priors for Black-box Data-free Knowledge Distillation

2026-04-28 · Tri-Nhan Vo, Dang Nguyen, Trung Le, Kien Do 외 arxiv

Knowledge distillation (KD) represents a vital mechanism to transfer expertise from complex teacher networks to efficient student models. However, in decentralized or secure AI ecosystems, privacy regulations and proprie…

Data-free Knowledge DistillationContrastive Learning