Targeted Gradient Descent: A Novel Method for Convolutional Neural Networks Fine-tuning and Online-learning
Junyu Chen, Evren Asma, and Chung Chan

TL;DR
Targeted Gradient Descent (TGD) is a new fine-tuning method for ConvNets that adapts pre-trained models to new tasks and enables online learning, reducing training time and improving generalization in clinical image analysis.
Contribution
The paper introduces TGD, a novel fine-tuning approach that preserves prior knowledge while adapting to new tasks and supports online learning without retraining from scratch.
Findings
TGD achieves performance comparable to training from scratch.
It significantly reduces training and data preparation time.
Enables effective online learning for improved real-world application.
Abstract
A convolutional neural network (ConvNet) is usually trained and then tested using images drawn from the same distribution. To generalize a ConvNet to various tasks often requires a complete training dataset that consists of images drawn from different tasks. In most scenarios, it is nearly impossible to collect every possible representative dataset as a priori. The new data may only become available after the ConvNet is deployed in clinical practice. ConvNet, however, may generate artifacts on out-of-distribution testing samples. In this study, we present Targeted Gradient Descent (TGD), a novel fine-tuning method that can extend a pre-trained network to a new task without revisiting data from the previous task while preserving the knowledge acquired from previous training. To a further extent, the proposed method also enables online learning of patient-specific data. The method is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
