paper-with-me

홈 › Papers

Data Fine-tuning

2018-12-10 · Saheb Chhabra, Puspita Majumdar, Mayank Vatsa, Richa Singh

In real-world applications, commercial off-the-shelf systems are utilized for performing automated facial analysis including face recognition, emotion recognition, and attribute prediction. However, a majority of these commercial systems act as black boxes due to the inaccessibility of the model parameters which makes it challenging to fine-tune the models for specific applications. Stimulated by the advances in adversarial perturbations, this research proposes the concept of Data Fine-tuning to improve the classification accuracy of a given model without changing the parameters of the model. This is accomplished by modeling it as data (image) perturbation problem. A small amount of "noise" is added to the input with the objective of minimizing the classification loss without affecting the (visual) appearance. Experiments performed on three publicly available datasets LFW, CelebA, and MUCT, demonstrate the effectiveness of the proposed concept.

📄 PDF Abstract BibTeX arXiv:1812.03944

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeEmotion RecognitionFace RecognitionGeneral Classification

Similar Papers 제목 키워드 기반

When Scaling Meets LLM Finetuning: The Effect of Data, Model and Finetuning Method

2024-02-27 · Biao Zhang, Zhongtao Liu, Colin Cherry, Orhan Firat

While large language models (LLMs) often adopt finetuning to unlock their capabilities for downstream applications, our understanding on the inductive biases (especially the scaling properties) of different finetuning me…

Machine Translation

Partial Fine-Tuning: A Successor to Full Fine-Tuning for Vision Transformers

2023-12-25 · Peng Ye, Yongqi Huang, Chongjun Tu, Minglei Li 외

Fine-tuning pre-trained foundation models has gained significant popularity in various research fields. Existing methods for fine-tuning can be roughly divided into two categories, namely Parameter-Efficient Fine-Tuning …

parameter-efficient fine-tuning

Antibody: Strengthening Defense Against Harmful Fine-Tuning for Large Language Models via Attenuating Harmful Gradient Influence

2026-02-28 · Quoc Minh Nguyen, Trung Le, Jing Wu, Anh Tuan Bui 외 arxiv

Fine-tuning-as-a-service introduces a threat to Large Language Models' safety when service providers fine-tune their models on poisoned user-submitted datasets, a process known as harmful fine-tuning attacks. In this wor…

Ensembles and Cocktails: Robust Finetuning for Natural Language Generation

2021-09-29 · John Hewitt, Xiang Lisa Li, Sang Michael Xie, Benjamin Newman 외

When finetuning a pretrained language model for natural language generation tasks, one is currently faced with a tradeoff. Lightweight finetuning (e.g., prefix-tuning, adapters), which freezes all or most of the paramete…

Language ModellingText Generation

Panacea: Mitigating Harmful Fine-tuning for Large Language Models via Post-fine-tuning Perturbation

2025-01-30 · Yibo Wang, Tiansheng Huang, Li Shen, Huanjin Yao 외

Harmful fine-tuning attack introduces significant security risks to the fine-tuning services. Mainstream defenses aim to vaccinate the model such that the later harmful fine-tuning attack is less effective. However, our …

Safety Alignment