paper-with-me

홈 › Papers

Friendly Training: Neural Networks Can Adapt Data To Make Learning Easier

2021-06-21 · Simone Marullo, Matteo Tiezzi, Marco Gori, Stefano Melacci

In the last decade, motivated by the success of Deep Learning, the scientific community proposed several approaches to make the learning procedure of Neural Networks more effective. When focussing on the way in which the training data are provided to the learning machine, we can distinguish between the classic random selection of stochastic gradient-based optimization and more involved techniques that devise curricula to organize data, and progressively increase the complexity of the training set. In this paper, we propose a novel training procedure named Friendly Training that, differently from the aforementioned approaches, involves altering the training examples in order to help the model to better fulfil its learning criterion. The model is allowed to simplify those examples that are too hard to be classified at a certain stage of the training procedure. The data transformation is controlled by a developmental plan that progressively reduces its impact during training, until it completely vanishes. In a sense, this is the opposite of what is commonly done in order to increase robustness against adversarial examples, i.e., Adversarial Training. Experiments on multiple datasets are provided, showing that Friendly Training yields improvements with respect to informed data sub-selection routines and random selection, especially in deep convolutional architectures. Results suggest that adapting the input data is a feasible way to stabilize learning and improve the generalization skills of the network.

📄 PDF Abstract BibTeX arXiv:2106.10974

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Student-friendly Knowledge Distillation

2023-05-18 · Mengyang Yuan, Bo Lang, Fengnan Quan

In knowledge distillation, the knowledge from the teacher model is often too complex for the student model to thoroughly process. However, good teachers in real life always simplify complex material before teaching it to…

Knowledge Distillation

AI driven health recommender

2024-10-23 · K. Vignesh, B. Pranavi, Ch. Sreenidhi

As AI emerged as highest valued technology, We used that to create a web application that makes a patient work easier .It detects the disease name based on the symptoms given by the patient and recommends medication for …

Enhancing Intent Understanding for Ambiguous prompt: A Human-Machine Co-Adaption Strategy

2025-01-25 · Yangfan He, Jianhui Wang, Yijin Wang, Kun Li 외

Today's image generation systems are capable of producing realistic and high-quality images. However, user prompts often contain ambiguities, making it difficult for these systems to interpret users' actual intentions. C…

Image GenerationLanguage ModelingLanguage ModellingRAG

Paper Plain: Making Medical Research Papers Approachable to Healthcare Consumers with Natural Language Processing

2022-02-28 · Tal August, Lucy Lu Wang, Jonathan Bragg, Marti A. Hearst 외

When seeking information not covered in patient-friendly documents, like medical pamphlets, healthcare consumers may turn to the research literature. Reading medical papers, however, can be a challenging experience. To i…

Friendly Noise against Adversarial Noise: A Powerful Defense against Data Poisoning Attacks

2022-08-14 · Tian Yu Liu, Yu Yang, Baharan Mirzasoleiman

A powerful category of (invisible) data poisoning attacks modify a subset of training examples by small adversarial perturbations to change the prediction of certain test-time data. Existing defense mechanisms are not de…

Data Poisoning