Papers › Editable Neural Networks

Editable Neural Networks

1 Apr 2020ICLR 2020 1arXiv:2004.00345archive 2025-07-28

Anton Sinitsin, Vsevolod Plokhotnyuk, Dmitriy Pyrkin, Sergei Popov, Artem Babenko

These days deep neural networks are ubiquitously used in a wide range of tasks, from image classification and machine translation to face identification and self-driving cars. In many applications, a single model error can lead to devastating financial, reputational and even life-threatening consequences. Therefore, it is crucially important to correct model mistakes quickly as they appear. In this work, we investigate the problem of neural network editing - how one can efficiently patch a mistake of the model on a particular sample, without influencing the model behavior on other samples. Namely, we propose Editable Training, a model-agnostic training technique that encourages fast editing of the trained model. We empirically demonstrate the effectiveness of this method on large-scale image classification and machine translation tasks.

PaperPDFConference PDFCodeCode 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="2004.00345")

Code

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

By repository: official repository: 17 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

editable-ICLR2020/editable officialmentioned in paperpytorch report
xtinkt/editable officialmentioned in paperpytorchMIT report
eric-mitchell/mend mentioned on GitHubpytorch report
eric-mitchell/serac mentioned on GitHubpytorch 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

17 samples harvested; 1 ran; 0 honoured the contract we drafted; 16 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.

1ran
16unverified

Licence: 1 of the 17 samples is 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.

to_one_hot editable-ICLR2020/editable/lib/utils/basic.py official repository ran no licence file found · pointer only · c169a4c49b79cc3e · report
check_numpy xtinkt/editable/lib/utils/data.py official repository unverified MIT (permissive) · 05c9ea23ab69917c · report
classification_error xtinkt/editable/lib/evaluate.py official repository unverified MIT (permissive) · 87bcbca994f11504 · report
contrastive_cross_entropy xtinkt/editable/lib/loss.py official repository unverified MIT (permissive) · 29be574face2d8d5 · report
copy_and_replace xtinkt/editable/lib/utils/copy_and_replace.py official repository unverified MIT (permissive) · 7edf4c0dc6d1125d · report
dot xtinkt/editable/lib/utils/basic.py official repository unverified MIT (permissive) · c2234bf157dfacb3 · report
download xtinkt/editable/lib/utils/data.py official repository unverified MIT (permissive) · 4df0769f954f1705 · report
eval_func xtinkt/editable/lib/evaluate.py official repository unverified MIT (permissive) · 306656fe5dd0107d · report
get_learning_rate xtinkt/editable/lib/utils/learning_rate.py official repository unverified MIT (permissive) · ea79a3921665cbad · report
get_updated_model xtinkt/editable/lib/utils/ingraph_update.py official repository unverified MIT (permissive) · a7996959cff5e426 · report
gumbel_sigmoid xtinkt/editable/lib/utils/gumbel.py official repository unverified MIT (permissive) · 9d12c26ca7e41a01 · report
gumbel_softmax xtinkt/editable/lib/utils/gumbel.py official repository unverified MIT (permissive) · 57aebddd2139800f · report
init_normalized_ xtinkt/editable/lib/utils/init.py official repository unverified MIT (permissive) · c6a6b624a3d2bfec · report
kl_distill_loss xtinkt/editable/lib/loss.py official repository unverified MIT (permissive) · 666418dcb08b4e03 · report
process_in_chunks xtinkt/editable/lib/utils/data.py official repository unverified MIT (permissive) · 49f6bbe3d00bcf2a · report
straight_through_grad xtinkt/editable/lib/utils/basic.py official repository unverified MIT (permissive) · 85ab18dba2e770d6 · report
threshold_mse xtinkt/editable/lib/loss.py official repository unverified MIT (permissive) · dca6e052a5239e27 · report

Tasks

Face IdentificationGeneral ClassificationImage ClassificationMachine TranslationSelf-Driving CarsTranslationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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