├── AG2E.m ├── AG2E_demo.m ├── Codes ├── EProjSimplex_new.m ├── EuDist2.m ├── L2_distance_1.m ├── constructW.m ├── evaluate_PRFN.m └── fea_norm.m ├── Datasets └── CUB_VGG_feature.mat ├── Presentation ├── AG2E_annotation_res.png ├── AG2E_framework.png ├── AG2E_multi_label_IJCAI18_Lichen.pdf └── IJCAI18_slides.pdf └── README.md /AG2E.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/AG2E.m -------------------------------------------------------------------------------- /AG2E_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/AG2E_demo.m -------------------------------------------------------------------------------- /Codes/EProjSimplex_new.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Codes/EProjSimplex_new.m -------------------------------------------------------------------------------- /Codes/EuDist2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Codes/EuDist2.m -------------------------------------------------------------------------------- /Codes/L2_distance_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Codes/L2_distance_1.m -------------------------------------------------------------------------------- /Codes/constructW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Codes/constructW.m -------------------------------------------------------------------------------- /Codes/evaluate_PRFN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Codes/evaluate_PRFN.m -------------------------------------------------------------------------------- /Codes/fea_norm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Codes/fea_norm.m -------------------------------------------------------------------------------- /Datasets/CUB_VGG_feature.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Datasets/CUB_VGG_feature.mat -------------------------------------------------------------------------------- /Presentation/AG2E_annotation_res.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Presentation/AG2E_annotation_res.png -------------------------------------------------------------------------------- /Presentation/AG2E_framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Presentation/AG2E_framework.png -------------------------------------------------------------------------------- /Presentation/AG2E_multi_label_IJCAI18_Lichen.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Presentation/AG2E_multi_label_IJCAI18_Lichen.pdf -------------------------------------------------------------------------------- /Presentation/IJCAI18_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/Presentation/IJCAI18_slides.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanglichenxj/Adaptive-Graph-Guided-Embedding-for-Multi-label-Annotation/HEAD/README.md --------------------------------------------------------------------------------