Papers › CoReD: Generalizing Fake Media Detection with Continual Representation using Distillation

CoReD: Generalizing Fake Media Detection with Continual Representation using Distillation

6 Jul 2021arXiv:2107.02408archive 2025-07-28

Minha Kim, Shahroz Tariq, Simon S. Woo

Over the last few decades, artificial intelligence research has made tremendous strides, but it still heavily relies on fixed datasets in stationary environments. Continual learning is a growing field of research that examines how AI systems can learn sequentially from a continuous stream of linked data in the same way that biological systems do. Simultaneously, fake media such as deepfakes and synthetic face images have emerged as significant to current multimedia technologies. Recently, numerous method has been proposed which can detect deepfakes with high accuracy. However, they suffer significantly due to their reliance on fixed datasets in limited evaluation settings. Therefore, in this work, we apply continuous learning to neural networks' learning dynamics, emphasizing its potential to increase data efficiency significantly. We propose Continual Representation using Distillation (CoReD) method that employs the concept of Continual Learning (CL), Representation Learning (RL), and Knowledge Distillation (KD). We design CoReD to perform sequential domain adaptation tasks on new deepfake and GAN-generated synthetic face datasets, while effectively minimizing the catastrophic forgetting in a teacher-student model setting. Our extensive experimental results demonstrate that our method is efficient at domain adaptation to detect low-quality deepfakes videos and GAN-generated images from several datasets, outperforming the-state-of-art baseline methods.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2107.02408")

Code

Syntology Ran 5 of 15 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: community (archive-listed): 15 samples from 2 repositories, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

alsgkals2/CoReD_Released mentioned on GitHubpytorchMIT report
alsgkals2/cored mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 5 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

5ran
10unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

drop_connect alsgkals2/CoReD_Released/utils.py community (archive-listed) ran MIT (permissive) · f1e3c822763f3ebb · report
rand_bbox alsgkals2/cored/Function_common.py community (archive-listed) ran MIT (permissive) · 2e865549db6f7e9c · report
round_filters alsgkals2/CoReD_Released/utils.py community (archive-listed) ran MIT (permissive) · bde7e7ccb8dae4f5 · report
round_repeats alsgkals2/CoReD_Released/utils.py community (archive-listed) ran MIT (permissive) · 70f48a3907311f52 · report
xception alsgkals2/CoReD_Released/xception_origin.py community (archive-listed) ran MIT (permissive) · 31914a9457df6d95 · report
GetListTeacherFeatureFakeReal alsgkals2/CoReD_Released/Function_CoReD.py community (archive-listed) unverified MIT (permissive) · 8530c4f7671d4a93 · report
Make_DataLoader alsgkals2/CoReD_Released/Function_common.py community (archive-listed) unverified MIT (permissive) · 0b5386bdd86563dc · report
Make_DataLoader alsgkals2/cored/Function_common.py community (archive-listed) unverified MIT (permissive) · 8cfdd4cb2db988e7 · report
get_params alsgkals2/CoReD_Released/TGD.py community (archive-listed) unverified MIT (permissive) · a6a51242455508a3 · report
initialization alsgkals2/CoReD_Released/Function_common.py community (archive-listed) unverified MIT (permissive) · 0948525602698fe1 · report
initialization alsgkals2/cored/Function_common.py community (archive-listed) unverified MIT (permissive) · 018b4130520f8b58 · report
rand_bbox alsgkals2/CoReD_Released/Function_common.py community (archive-listed) unverified MIT (permissive) · d34a085d71b8f4b5 · report
reg_cls alsgkals2/CoReD_Released/TGD.py community (archive-listed) unverified MIT (permissive) · 6e572e9393f8c9cd · report
reg_l2sp alsgkals2/CoReD_Released/TGD.py community (archive-listed) unverified MIT (permissive) · 3bb5ee319013ac13 · report
xception_concat alsgkals2/CoReD_Released/xception_origin.py community (archive-listed) unverified MIT (permissive) · a4688c2b5f940c53 · report

Tasks

Continual LearningDomain AdaptationFace SwappingKnowledge DistillationRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Knowledge Distillation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections