๐
๐
Old Age
Logits are predictive of network type
November 04, 2022 ยท Entered Twilight ยท ๐ arXiv.org
Repo contents: LICENSE, README.md, plots_1000classes.ipynb, plots_CIFAR10.ipynb, plots_accs.ipynb, plots_bee.ipynb, transfer_learning_tutorial_new.ipynb, transfer_learning_tutorial_new_mnist.ipynb, transfer_learning_tutorial_new_x.ipynb
Authors
Ali Borji
arXiv ID
2211.02272
Category
cs.CV: Computer Vision
Cross-listed
cs.AI,
cs.LG
Citations
0
Venue
arXiv.org
Repository
https://github.com/aliborji/logits
โญ 5
Last Checked
3 months ago
Abstract
We show that it is possible to predict which deep network has generated a given logit vector with accuracy well above chance. We utilize a number of networks on a dataset, initialized with random weights or pretrained weights, as well as fine-tuned networks. A classifier is then trained on the logit vectors of the trained set of this dataset to map the logit vector to the network index that has generated it. The classifier is then evaluated on the test set of the dataset. Results are better with randomly initialized networks, but also generalize to pretrained networks as well as fine-tuned ones. Classification accuracy is higher using unnormalized logits than normalized ones. We find that there is little transfer when applying a classifier to the same networks but with different sets of weights. In addition to help better understand deep networks and the way they encode uncertainty, we anticipate our finding to be useful in some applications (e.g. tailoring an adversarial attack for a certain type of network). Code is available at https://github.com/aliborji/logits.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computer Vision
๐
๐
Old Age
Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks
๐
๐
Old Age
SSD: Single Shot MultiBox Detector
๐
๐
Old Age
Squeeze-and-Excitation Networks
๐
๐
Old Age
Fast R-CNN
๐
๐
Old Age