Cordelia Schmid, Anurag Arnab, Jack Valmadre, Ahmet Iscen
We lifted 4 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| google-research/scenic | — | 4 of 4 |
| Function | Status | Where it lives |
|---|---|---|
| get_knn | Ran | google-research/scenic/scenic/projects/ncr/loss.py code served (permissive licence) · get_code("06fab7164d5f04d0") |
| l2_normalize | Ran | google-research/scenic/scenic/projects/ncr/loss.py code served (permissive licence) · get_code("d473d69bb4e6da8e") |
| ncr_loss | Ran | google-research/scenic/scenic/projects/ncr/loss.py code served (permissive licence) · get_code("f1339fb095cb07a5") |
| pairwise_kl_loss | Ran | google-research/scenic/scenic/projects/ncr/loss.py code served (permissive licence) · get_code("78743aa08f1f1c21") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Recent advances in deep learning have relied on large, labelled datasets to train high-capacity models. However, collecting large datasets in a time-and cost-efficient manner often results in label noise. We present a method for learning from noisy labels that leverages similarities between training examples in feature space, encouraging the prediction of each example to be similar to its nearest neighbours. Compared to training algorithms that use multiple models or distinct stages, our approach takes the form of a simple, additional regularization term. It can be interpreted as an inductive version of the classical, transductive label propagation algorithm. We thoroughly evaluate our method on datasets evaluating both synthetic (CIFAR-10, CIFAR-100) and realistic (mini-WebVision, WebVision, Clothing1M, mini-ImageNet-Red) noise, and achieve competitive or state-of-the-art accuracies across all of them.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2202.02200")
get_code_for_paper("2202.02200")
have("2202.02200")
Connect an agent — have() is free.