中文
相关论文

相关论文: SynthDistill: Face Recognition with Knowledge Dist…

200 篇论文

We study how to train a student deep neural network for visual recognition by distilling knowledge from a blackbox teacher model in a data-efficient manner. Progress on this problem can significantly reduce the dependence on large-scale…

计算机视觉与模式识别 · 计算机科学 2020-04-01 Dongdong Wang , Yandong Li , Liqiang Wang , Boqing Gong

In this paper, we propose a selfdistillation framework with meta learning(MetaSD) for knowledge graph completion with dynamic pruning, which aims to learn compressed graph embeddings and tackle the longtail samples. Specifically, we first…

计算与语言 · 计算机科学 2023-05-23 Yunshui Li , Junhao Liu , Chengming Li , Min Yang

Knowledge Distillation is an effective method to transfer the learning across deep neural networks. Typically, the dataset originally used for training the Teacher model is chosen as the "Transfer Set" to conduct the knowledge transfer to…

机器学习 · 计算机科学 2020-11-19 Gaurav Kumar Nayak , Konda Reddy Mopuri , Anirban Chakraborty

Condensed datasets offer a compact representation of larger datasets, but training models directly on them or using them to enhance model performance through knowledge distillation (KD) can result in suboptimal outcomes due to limited…

机器学习 · 计算机科学 2025-11-11 Kuluhan Binici , Shivam Aggarwal , Cihan Acar , Nam Trung Pham , Karianto Leman , Gim Hee Lee , Tulika Mitra

Dataset distillation aims to synthesize a small dataset from a large dataset, enabling the model trained on it to perform well on the original dataset. With the blooming of large language models and multimodal large language models, the…

计算机视觉与模式识别 · 计算机科学 2025-09-29 Zhenghao Zhao , Haoxuan Wang , Junyi Wu , Yuzhang Shang , Gaowen Liu , Yan Yan

Many of the commonly used datasets for face recognition development are collected from the internet without proper user consent. Due to the increasing focus on privacy in the social and legal frameworks, the use and distribution of these…

计算机视觉与模式识别 · 计算机科学 2023-05-02 Jan Niklas Kolf , Tim Rieber , Jurek Elliesen , Fadi Boutros , Arjan Kuijper , Naser Damer

Deep learning based medical image recognition systems often require a substantial amount of training data with expert annotations, which can be expensive and time-consuming to obtain. Recently, synthetic augmentation techniques have been…

计算机视觉与模式识别 · 计算机科学 2023-08-09 Jiarong Ye , Haomiao Ni , Peng Jin , Sharon X. Huang , Yuan Xue

Deep learning has grown tremendously over recent years, yielding state-of-the-art results in various fields. However, training such models requires huge amounts of data, increasing the computational time and cost. To address this, dataset…

机器学习 · 计算机科学 2023-07-18 Murad Tukan , Alaa Maalouf , Margarita Osadchy

Face recognition capabilities have recently made extraordinary leaps. Though this progress is at least partially due to ballooning training set sizes -- huge numbers of face images downloaded and labeled for identity -- it is not clear if…

计算机视觉与模式识别 · 计算机科学 2016-04-12 Iacopo Masi , Anh Tuan Tran , Jatuporn Toy Leksut , Tal Hassner , Gerard Medioni

The finding that very large networks can be trained efficiently and reliably has led to a paradigm shift in computer vision from engineered solutions to learning formulations. As a result, the research challenge shifts from devising…

计算机视觉与模式识别 · 计算机科学 2018-03-23 Nikolaus Mayer , Eddy Ilg , Philipp Fischer , Caner Hazirbas , Daniel Cremers , Alexey Dosovitskiy , Thomas Brox

Foundation models in digital pathology use massive datasets to learn useful compact feature representations of complex histology images. However, there is limited transparency into what drives the correlation between dataset size and…

Knowledge distillation (KD) aims at improving the performance of a compact student model by distilling the knowledge from a high-performing teacher model. In this paper, we present an adaptive KD approach, namely AdaDistill, for deep face…

计算机视觉与模式识别 · 计算机科学 2024-07-02 Fadi Boutros , Vitomir Štruc , Naser Damer

In the application of face recognition, eyeglasses could significantly degrade the recognition accuracy. A feasible method is to collect large-scale face images with eyeglasses for training deep learning methods. However, it is difficult to…

计算机视觉与模式识别 · 计算机科学 2021-02-11 Jianzhu Guo , Xiangyu Zhu , Zhen Lei , Stan Z. Li

Recently Data-Free Knowledge Distillation (DFKD) has garnered attention and can transfer knowledge from a teacher neural network to a student neural network without requiring any access to training data. Although diffusion models are adept…

计算机视觉与模式识别 · 计算机科学 2025-04-02 Xiaohua Qi , Renda Li , Long Peng , Qiang Ling , Jun Yu , Ziyi Chen , Peng Chang , Mei Han , Jing Xiao

Recent breakthroughs in synthetic data generation approaches made it possible to produce highly photorealistic images which are hardly distinguishable from real ones. Furthermore, synthetic generation pipelines have the potential to…

计算机视觉与模式识别 · 计算机科学 2023-07-06 Alon Shoshan , Nadav Bhonker , Igor Kviatkovsky , Matan Fintz , Gerard Medioni

We present SynShot, a novel method for the few-shot inversion of a drivable head avatar based on a synthetic prior. We tackle three major challenges. First, training a controllable 3D generative network requires a large number of diverse…

计算机视觉与模式识别 · 计算机科学 2025-04-01 Wojciech Zielonka , Stephan J. Garbin , Alexandros Lattas , George Kopanas , Paulo Gotardo , Thabo Beeler , Justus Thies , Timo Bolkart

We propose a novel teacher-student framework to distill knowledge from multiple teachers trained on distinct datasets. Each teacher is first trained from scratch on its own dataset. Then, the teachers are combined into a joint architecture,…

计算机视觉与模式识别 · 计算机科学 2024-10-30 Adrian Iordache , Bogdan Alexe , Radu Tudor Ionescu

It remains very challenging to build a pedestrian detection system for real world applications, which demand for both accuracy and speed. This work presents a novel hierarchical knowledge distillation framework to learn a lightweight…

计算机视觉与模式识别 · 计算机科学 2019-09-23 Rui Chen , Haizhou Ai , Chong Shang , Long Chen , Zijie Zhuang

Previous face inverse rendering methods often require synthetic data with ground truth and/or professional equipment like a lighting stage. However, a model trained on synthetic data or using pre-defined lighting priors is typically unable…

计算机视觉与模式识别 · 计算机科学 2023-01-31 Meng Wang , Xiaojie Guo , Wenjing Dai , Jiawan Zhang

Knowledge distillation is an effective method to improve the performance of a lightweight neural network (i.e., student model) by transferring the knowledge of a well-performed neural network (i.e., teacher model), which has been widely…

计算机视觉与模式识别 · 计算机科学 2022-11-18 Jiaheng Liu , Haoyu Qin , Yichao Wu , Jinyang Guo , Ding Liang , Ke Xu