paper-with-me

홈 › Papers

FerKD: Surgical Label Adaptation for Efficient Distillation

2023-12-29 · ICCV 2023 1 · Zhiqiang Shen

We present FerKD, a novel efficient knowledge distillation framework that incorporates partial soft-hard label adaptation coupled with a region-calibration mechanism. Our approach stems from the observation and intuition that standard data augmentations, such as RandomResizedCrop, tend to transform inputs into diverse conditions: easy positives, hard positives, or hard negatives. In traditional distillation frameworks, these transformed samples are utilized equally through their predictive probabilities derived from pretrained teacher models. However, merely relying on prediction values from a pretrained teacher, a common practice in prior studies, neglects the reliability of these soft label predictions. To address this, we propose a new scheme that calibrates the less-confident regions to be the context using softened hard groundtruth labels. Our approach involves the processes of hard regions mining + calibration. We demonstrate empirically that this method can dramatically improve the convergence speed and final accuracy. Additionally, we find that a consistent mixing strategy can stabilize the distributions of soft supervision, taking advantage of the soft labels. As a result, we introduce a stabilized SelfMix augmentation that weakens the variation of the mixed images and corresponding soft labels through mixing similar regions within the same image. FerKD is an intuitive and well-designed learning system that eliminates several heuristics and hyperparameters in former FKD solution. More importantly, it achieves remarkable improvement on ImageNet-1K and downstream tasks. For instance, FerKD achieves 81.2% on ImageNet-1K with ResNet-50, outperforming FKD and FunMatch by remarkable margins. Leveraging better pre-trained weights and larger architectures, our finetuned ViT-G14 even achieves 89.9%. Our code is available at https://github.com/szq0214/FKD/tree/main/FerKD.

📄 PDF Abstract BibTeX arXiv:2312.17473

Code (1)

szq0214/fkd 공식 구현 pytorch

Tasks

Knowledge Distillation

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.…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

You Are Your Best Teacher: Semi-Supervised Surgical Point Tracking with Cycle-Consistent Self-Distillation

2025-05-09 · Valay Bundele, Mehran Hosseinzadeh, Hendrik Lensch

Synthetic datasets have enabled significant progress in point tracking by providing large-scale, densely annotated supervision. However, deploying these models in real-world domains remains challenging due to domain shif…

Point Tracking

Self-distillation for surgical action recognition

2023-03-22 · Amine Yamlahi, Thuy Nuong Tran, Patrick Godau, Melanie Schellenberg 외

Surgical scene understanding is a key prerequisite for contextaware decision support in the operating room. While deep learning-based approaches have already reached or even surpassed human performance in various fields,…

Action RecognitionMedical Image AnalysisMulti-Task LearningScene Understanding

Adaptation of Surgical Activity Recognition Models Across Operating Rooms

2022-07-07 · Ali Mottaghi, Aidean Sharghi, Serena Yeung, Omid Mohareri

Automatic surgical activity recognition enables more intelligent surgical devices and a more efficient workflow. Integration of such technology in new operating rooms has the potential to improve care delivery to patient…

Activity RecognitionDomain AdaptationSemi-supervised Domain Adaptation

Recognizing Surgical Phases Anywhere: Few-Shot Test-time Adaptation and Task-graph Guided Refinement

2025-06-25 · Kun Yuan, Tingxuan Chen, Shi Li, Joel L. Lavanchy 외

The complexity and diversity of surgical workflows, driven by heterogeneous operating room settings, institutional protocols, and anatomical variability, present a significant challenge in developing generalizable models…

Surgical phase recognitionTest-time Adaptation

Text-driven Adaptation of Foundation Models for Few-shot Surgical Workflow Analysis

2025-01-16 · Tingxuan Chen, Kun Yuan, Vinkle Srivastav, Nassir Navab 외

Purpose: Surgical workflow analysis is crucial for improving surgical efficiency and safety. However, previous studies rely heavily on large-scale annotated datasets, posing challenges in cost, scalability, and reliance …

DecoderImage CaptioningTriplet