├── Dockerfile ├── README.md └── figure ├── PAA.png ├── featurevisualization.pdf ├── figure_differentN_2.pdf ├── framework.jpg ├── framework.pdf ├── imagelevel_v.s_patchlevel.jpg ├── patchlevel.pdf ├── statistics.pdf ├── supplementary ├── Ngradcam.pdf ├── examples.pdf └── visualization.pdf └── thechoiceofN.pdf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/README.md -------------------------------------------------------------------------------- /figure/PAA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/PAA.png -------------------------------------------------------------------------------- /figure/featurevisualization.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/featurevisualization.pdf -------------------------------------------------------------------------------- /figure/figure_differentN_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/figure_differentN_2.pdf -------------------------------------------------------------------------------- /figure/framework.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/framework.jpg -------------------------------------------------------------------------------- /figure/framework.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/framework.pdf -------------------------------------------------------------------------------- /figure/imagelevel_v.s_patchlevel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/imagelevel_v.s_patchlevel.jpg -------------------------------------------------------------------------------- /figure/patchlevel.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/patchlevel.pdf -------------------------------------------------------------------------------- /figure/statistics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/statistics.pdf -------------------------------------------------------------------------------- /figure/supplementary/Ngradcam.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/supplementary/Ngradcam.pdf -------------------------------------------------------------------------------- /figure/supplementary/examples.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/supplementary/examples.pdf -------------------------------------------------------------------------------- /figure/supplementary/visualization.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/supplementary/visualization.pdf -------------------------------------------------------------------------------- /figure/thechoiceofN.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LinShiqi047/PatchAutoAugment/HEAD/figure/thechoiceofN.pdf --------------------------------------------------------------------------------