Pith. sign in

REVIEW 2 major objections 1 minor 109 references

Graph Neural Networks for Semi-Supervised Image Classification with Multi-Feature Aggregation

T0 review · 2 major / 1 minor · reviewed 2026-06-27 · grok-4.3

Pith's one-line read Combining features from multiple extractors with manifold learning on graphs improves GNN accuracy for semi-supervised image classification.

desk verdict This paper fuses features from multiple CNN/ViT extractors via rank aggregation to build graphs for GNN semi-supervised classification, but the abstract gives no numbers or controls to check whether the fusion actually helps. read the letter →

arxiv 2606.17406 v1 pith:4HGXZV5Z submitted 2026-06-16 cs.CV cs.AI

classification cs.CVcs.AI
keywords graphneuralnetworkssemi-supervisedclassificationimagefeatureaggregationrankmanifoldlearningconvolutionalmulti-featurefusion
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tests whether GNNs for image classification can benefit when labeled examples are few by drawing on several different feature extractors and several different ways to build the graph among images. It combines those representations using rank aggregation for the features and manifold learning for the graphs, then measures accuracy on standard benchmarks. The results indicate that these combinations raise accuracy in most of the tested conditions compared with single-extractor baselines. A sympathetic reader would care because labeling images is costly, so any method that makes better use of the abundant unlabeled images matters for practical deployment.

What carries the argument

Multi-feature and multi-graph aggregation inside GNNs, where rank aggregation merges outputs from different CNN and ViT extractors and manifold learning refines the graphs used for label propagation.

What would settle it

If controlled experiments show that the best single-extractor GNN consistently matches or exceeds the accuracy of the multi-extractor versions on the same datasets and splits, the claimed improvement does not hold.

Watch

Extended reading notes

Core claim

The strategic combination of feature and graph representations, coupled with the application of manifold learning for graph processing, leads to significant improvements in classification accuracy across the majority of experimental conditions. The utilization of rank aggregation techniques to integrate features from different extractors was shown to enhance classification accuracy.

Load-bearing premise

Features from different extractors supply complementary information that can be aggregated without introducing noise that harms label propagation on the graph.

Editorial extensions

If this is right

  • Accuracy rises when rank aggregation fuses features from distinct extractors rather than using any one extractor alone.
  • Manifold learning applied to the constructed graphs improves the quality of label propagation from the few labeled samples.
  • The gains appear across the majority of tested extractor combinations and datasets.
  • Rank aggregation provides a practical way to integrate complementary information without retraining the underlying extractors.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same aggregation pattern could be tested on video or 3D data where multiple pretrained models also exist.
  • If the complementarity assumption weakens on very large or very noisy collections, simpler single-graph GNNs might remain preferable.
  • Measuring the degree of complementarity between extractors before aggregation could become a useful preprocessing step.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

2 major / 1 minor

Summary. The manuscript proposes integrating features from multiple CNN and ViT extractors via rank aggregation to construct graphs, applying manifold learning to these graphs, and feeding the resulting structures into GNNs (specifically GCNs) for semi-supervised image classification in low-label regimes; it claims that this multi-feature and multi-graph strategy, together with rank aggregation, yields significant accuracy gains across most tested conditions.

Significance. If the empirical claims are substantiated with proper controls, the approach could provide a practical way to leverage complementary information from off-the-shelf feature extractors within graph-based semi-supervised pipelines, potentially improving label propagation when labeled data is scarce.

major comments (2)
  1. [Abstract] Abstract: the assertion that the proposed combinations 'lead to significant improvements in classification accuracy across the majority of experimental conditions' and that rank aggregation 'was shown to enhance classification accuracy' supplies no numerical results, datasets, error bars, number of labeled samples, or statistical tests, so the central empirical claim cannot be evaluated.
  2. [Abstract] Abstract / implied experimental design: no ablation is described that holds the graph-construction and manifold-learning pipeline fixed while comparing the rank-aggregated multi-extractor representation against the single best extractor; without this control the claim that aggregation supplies non-redundant information (rather than noise) remains untested.
minor comments (1)
  1. [Abstract] Abstract: the phrase 'manifold learning for graph processing' is used without naming the concrete technique or its precise insertion point relative to graph construction and the subsequent GNN layers.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the detailed and constructive comments. We address each major point below and indicate the revisions we will make to strengthen the manuscript.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the assertion that the proposed combinations 'lead to significant improvements in classification accuracy across the majority of experimental conditions' and that rank aggregation 'was shown to enhance classification accuracy' supplies no numerical results, datasets, error bars, number of labeled samples, or statistical tests, so the central empirical claim cannot be evaluated.

    Authors: We agree that the abstract as currently written does not include the quantitative details needed to evaluate the central claims. In the revised version we will update the abstract to report representative numerical results drawn from the experiments section, including accuracy values, the datasets used, the fraction or number of labeled samples, and standard deviations across runs. revision: yes

  2. Referee: [Abstract] Abstract / implied experimental design: no ablation is described that holds the graph-construction and manifold-learning pipeline fixed while comparing the rank-aggregated multi-extractor representation against the single best extractor; without this control the claim that aggregation supplies non-redundant information (rather than noise) remains untested.

    Authors: The referee correctly identifies that the current manuscript does not present an ablation that isolates rank aggregation by holding the remainder of the pipeline fixed and comparing against the single best extractor. We will add this control experiment to the revised manuscript, reporting the corresponding accuracy figures so that readers can assess whether the aggregated representation supplies complementary information. revision: yes

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity; purely empirical claims with no derivations or self-referential reductions.

full rationale

The paper describes an experimental pipeline combining feature extractors, rank aggregation, manifold learning, and GNNs for semi-supervised classification. No equations, uniqueness theorems, fitted parameters renamed as predictions, or derivation chains appear in the abstract or described contributions. All performance claims are presented as outcomes of experiments rather than algebraic identities or self-citations that reduce to inputs by construction. The central assumption (complementary information from extractors) is testable via the reported comparisons and does not collapse into a definitional tautology.

Assumptions & free parameters 0 free parameters · 0 assumptions · 0 invented entities

Abstract provides no explicit free parameters, axioms, or invented entities; all technical details are absent.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Graph Neural Networks for Semi-Supervised Image Classification with Multi-Feature Aggregation." pith.science (2026). https://pith.science/paper/4HGXZV5Z

@misc{pith2026260617406,
  author       = {Pith},
  title        = {Pith review of: Graph Neural Networks for Semi-Supervised Image Classification with Multi-Feature Aggregation},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/4HGXZV5Z}},
  note         = {Machine review of arXiv:2606.17406}
}
read the original abstract

Feature extraction involves the identification and extraction of salient characteristics or patterns, including edges, textures, shapes, and color attributes. Contemporary feature extractors predominantly leverage deep learning architectures, such as Convolutional Neural Networks (CNNs) and Vision Transformers (VITs). The availability of diverse feature extractors in the literature provides a wide range of feature representations. Features extracted from an image depend on the specific application, the chosen extractor, and its configuration. Therefore, integrating complementary information by combining distinct extractors offers a promising way to enhance performance. Graph Neural Networks (GNNs), particularly Graph Convolutional Networks (GCNs), have emerged as powerful and widely adopted approaches for semi-supervised image classification, as they effectively leverage both labeled and unlabeled data while exploiting the underlying graph structures that capture relationships among samples. This study proposes a novel approach for GNNs in scenarios where labeled data is scarce, by integrating diverse sets of feature and graph representations derived from various extractors in classification scenarios. Experimental investigations were conducted, encompassing combinations of distinct feature and graph extractors, as well as rank aggregation strategies. The primary contributions of this work are underscored by the experimental findings, which demonstrate that the strategic combination of feature and graph representations, coupled with the application of manifold learning for graph processing, leads to significant improvements in classification accuracy across the majority of experimental conditions. Furthermore, the utilization of rank aggregation techniques to integrate features from different extractors was shown to enhance classification accuracy.

Figures

Figures reproduced from arXiv: 2606.17406 by the authors.

Figure 1
Figure 1. Proposed method for combinations between different extractors using manifold learning. volutional Networks (DenseNet) by using a new inter￾nal connection topology. DPN leverages ResNet’s abil￾ity to reuse features and DenseNet’s capacity to explore new features, allowing for the learning of more robust representations. The network maintains a flexible dual￾path structure that shares common features while also enabli… view at source ↗
Figure 2
Figure 2. Ablation study on three datasets and multiple features on the SGC model [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. illustrates this analysis. It shows that performance quickly reaches a plateau at around 200 features without and with any of the manifold learning approaches. Consequently, we adopt a fixed dimensionality of 200 selected features for URelief across all datasets and experimental settings. 0 100 200 300 400 500 90 92 94 96 98 100 Number of selected features (URelief) Accuracy (%) Accuracy on Corel5k dataset with GCN-… view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

109 extracted references · 31 canonical work pages

  1. [1]

    Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , month =

    Hu, Jie and Shen, Li and Sun, Gang , title =. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , month =

  2. [3]

    2009 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , year =

    ImageNet: A Large-Scale Hierarchical Image Database , author =. 2009 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , year =

  3. [4]

    ImageNet Classification with Deep Convolutional Neural Networks

    Krizhevsky, Alex and Sutskever, Ilya and Hinton, Geoffrey E. ImageNet Classification with Deep Convolutional Neural Networks. Advances in Neural Information Processing Systems 25. 2012

  4. [7]

    Content-Based Image Retrieval: Theory and Applications

    Torres, Ricardo da Silva and Falcão, Alexandre Xavier. Content-Based Image Retrieval: Theory and Applications. Revista de Informática Teórica e Aplicada. 2006

  5. [8]

    Information fusion in content based image retrieval: A comprehensive overview , journal =

    Luca Piras and Giorgio Giacinto , keywords =. Information fusion in content based image retrieval: A comprehensive overview , journal =. 2017 , issn =

  6. [9]

    A comprehensive survey and experimental comparison of graph-based approximate nearest neighbor search,

    Wang, Mengzhao and Xu, Xiaoliang and Yue, Qiang and Wang, Yuxiang , title =. 2021 , issue_date =. doi:10.14778/3476249.3476255 , journal =

  7. [10]

    Contrastive learning: Big Data Foundations and Applications

    Tripathi, Sandhya and King, Christopher Ryan. Contrastive learning: Big Data Foundations and Applications. Proceedings of the 7th Joint International Conference on Data Science & Management of Data (11th ACM IKDD CODS and 29th COMAD). 2024

  8. [11]

    Unsupervised metric learning by Self-Smoothing Operator , year=

    Jiayan Jiang and Wang, Bo and Tu, Zhuowen , booktitle=. Unsupervised metric learning by Self-Smoothing Operator , year=

Show all 109 references
  1. [12]

    Omohundro , title =

    Stephen M. Omohundro , title =

  2. [13]

    and Joel Carbonera

    Júlia Rodrigues. and Joel Carbonera. , title=. Proceedings of the 26th International Conference on Enterprise Information Systems - Volume 1: ICEIS , year=. doi:10.5220/0012263200003690 , isbn=

  3. [14]

    2023 , issue_date =

    Vasudevan, Varun and Bassenne, Maxime and Islam, Md Tauhidul and Xing, Lei , title =. 2023 , issue_date =. doi:10.1016/j.patrec.2023.01.003 , journal =

  4. [15]

    EAI Endorsed Transactions on AI and Robotics , volume=

    Wenhao Tang , title=. EAI Endorsed Transactions on AI and Robotics , volume=. 2023 , month=

  5. [16]

    Lucas Pascotti Valem , title =

  6. [17]

    PYG DOCUMENTATION , url =

  7. [18]

    TORCH\_GEOMETRIC , url =

  8. [19]

    He and X

    K. He and X. Zhang and S. Ren and J. Sun , booktitle=. Deep Residual Learning for Image Recognition , year=

  9. [20]

    Unsupervised Distance Learning Framework for Multimedia Retrieval , url =

  10. [21]

    Pattern Recognition , volume =

    Daniel Carlos Guimarães Pedronette and Lucas Pascotti Valem and Ricardo da Silva Torres , title =. Pattern Recognition , volume =. 2021 , note =

  11. [22]

    International Conference on Multimedia Retrieval (ICMR) , year =

    Lucas Pascotti Valem and Daniel Carlos Guimarães Pedronette , title =. International Conference on Multimedia Retrieval (ICMR) , year =

  12. [23]

    IEEE Transactiosn on Image Processing , volume =

    Daniel Carlos Guimarães Pedronette, Lucas Pascotti Valem, Jurandy Almeida, and Ricardo da Silva Torres , title =. IEEE Transactiosn on Image Processing , volume =. 2019 , url =

  13. [24]

    Relatório de Trabalho de Conclusão de Curso (Graduação em Ciência da Computação) , pages =

    Lucas Pascotti Valem , title =. Relatório de Trabalho de Conclusão de Curso (Graduação em Ciência da Computação) , pages =. 2016 , note =

  14. [25]

    PyUDLF: A Python Framework for Unsupervised Distance Learning Tasks , year =

    Leticio, Gustavo and Valem, Lucas Pascotti and Lopes, Leonardo Tadeu and Pedronette, Daniel Carlos Guimar\. PyUDLF: A Python Framework for Unsupervised Distance Learning Tasks , year =. Proceedings of the 31st ACM International Conference on Multimedia , pages =. doi:10.1145/3...

  15. [26]

    IEEE Conference on Computer Vision and Pattern Recognition , volume =

    Maria-Elena Nilsback and Andrew Zisserman , title =. IEEE Conference on Computer Vision and Pattern Recognition , volume =

  16. [27]

    An Unsupervised Distance Learning Framework for Multimedia Retrieval , booktitle =

    Valem, Lucas Pascotti and Pedronette, Daniel Carlos Guimar\. An Unsupervised Distance Learning Framework for Multimedia Retrieval , booktitle =. 2017 , isbn =. doi:10.1145/3078971.3079017 , acmid =

  17. [28]

    2013 , issn =

    Image re-ranking and rank aggregation based on similarity of ranked lists , journal =. 2013 , issn =. doi:https://doi.org/10.1016/j.patcog.2013.01.004 , author =

  18. [29]

    Torres, Ricardo , booktitle=

    Pedronette, Daniel Carlos Guimaraes and da S. Torres, Ricardo , booktitle=. Unsupervised manifold learning by correlation graph and strongly connected components for image retrieval , year=

  19. [30]

    2016 , note =

    A correlation graph approach for unsupervised manifold learning in image retrieval tasks , journal =. 2016 , note =. doi:https://doi.org/10.1016/j.neucom.2016.03.081 , author =

  20. [31]

    International Conference on Learning Representations , year=

    Semi-Supervised Classification with Graph Convolutional Networks , author=. International Conference on Learning Representations , year=

  21. [32]

    Web Image Re-Ranking Using Query-Specific Semantic Signatures , year=

    Wang, Xiaogang and Qiu, Shi and Liu, Ke and Tang, Xiaoou , journal=. Web Image Re-Ranking Using Query-Specific Semantic Signatures , year=

  22. [33]

    Tag-Based Image Search by Social Re-ranking , year=

    Lu, Dan and Liu, Xiaoxiao and Qian, Xueming , journal=. Tag-Based Image Search by Social Re-ranking , year=

  23. [34]

    International Conference on Learning Representations , year=

    Combining Neural Networks with Personalized PageRank for Classification on Graphs , author=. International Conference on Learning Representations , year=

  24. [35]

    2016 , note =

    A graph-based ranked-list model for unsupervised distance learning on shape retrieval , journal =. 2016 , note =. doi:https://doi.org/10.1016/j.patrec.2016.05.021 , author =

  25. [39]

    Why ResNet Works? Residuals Generalize , year=

    He, Fengxiang and Liu, Tongliang and Tao, Dacheng , journal=. Why ResNet Works? Residuals Generalize , year=

  26. [40]

    PyTorch: An Imperative Style, High-Performance Deep Learning Library , volume =

    Paszke, Adam and Gross, Sam and Massa, Francisco and Lerer, Adam and Bradbury, James and Chanan, Gregory and Killeen, Trevor and Lin, Zeming and Gimelshein, Natalia and Antiga, Luca and Desmaison, Alban and Kopf, Andreas and Yang, Edward and DeVito, Zachary and Raison, Martin ...

  27. [41]

    An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale , journal =

    Alexey Dosovitskiy and Lucas Beyer and Alexander Kolesnikov and Dirk Weissenborn and Xiaohua Zhai and Thomas Unterthiner and Mostafa Dehghani and Matthias Minderer and Georg Heigold and Sylvain Gelly and Jakob Uszkoreit and Neil Houlsby , keywords =. An Image is Worth 16x16 Wo...

  28. [42]

    ICCV , year=

    Swin Transformer: Hierarchical Vision Transformer using Shifted Windows , author=. ICCV , year=

  29. [43]

    Journal of Imaging , VOLUME =

    Pedronette, Daniel Carlos Guimarães and Valem, Lucas Pascotti and Latecki, Longin Jan , TITLE =. Journal of Imaging , VOLUME =. 2021 , NUMBER =

  30. [45]

    Texture Feature Extraction Methods: A Survey , year=

    Humeau-Heurtier, Anne , journal=. Texture Feature Extraction Methods: A Survey , year=

  31. [46]

    A Deep Neural Network Combined CNN and GCN for Remote Sensing Scene Classification , year=

    Liang, Jiali and Deng, Yufan and Zeng, Dan , journal=. A Deep Neural Network Combined CNN and GCN for Remote Sensing Scene Classification , year=

  32. [47]

    Multiscale Graph Sample and Aggregate Network With Context-Aware Learning for Hyperspectral Image Classification , year=

    Ding, Yao and Zhao, Xiaofeng and Zhang, Zhili and Cai, Wei and Yang, Nengjun , journal=. Multiscale Graph Sample and Aggregate Network With Context-Aware Learning for Hyperspectral Image Classification , year=

  33. [48]

    International Journal of Electrical and Computer Engineering , volume=

    Combination of texture feature extraction and forward selection for one-class support vector machine improvement in self-portrait classification , author=. International Journal of Electrical and Computer Engineering , volume=. 2023 , publisher=

  34. [51]

    Attention Multihop Graph and Multiscale Convolutional Fusion Network for Hyperspectral Image Classification , year=

    Zhou, Hao and Luo, Fulin and Zhuang, Huiping and Weng, Zhenyu and Gong, Xiuwen and Lin, Zhiping , journal=. Attention Multihop Graph and Multiscale Convolutional Fusion Network for Hyperspectral Image Classification , year=

  35. [53]

    Understanding of a convolutional neural network , year=

    Albawi, Saad and Mohammed, Tareq Abed and Al-Zawi, Saad , booktitle=. Understanding of a convolutional neural network , year=

  36. [54]

    Novel Dataset for Fine-Grained Image Categorization , year =

    Aditya Khosla and Nityananda Jayadevaprakash and Bangpeng Yao and Li Fei-Fei , booktitle =. Novel Dataset for Fine-Grained Image Categorization , year =

  37. [56]

    Semi-Supervised Learning , url =

  38. [57]

    The Caltech-UCSD Birds-200-2011 Dataset , publisher=

    Wah, Catherine and Branson, Steve and Welinder, Peter and Perona, Pietro and Belongie, Serge , year=. The Caltech-UCSD Birds-200-2011 Dataset , publisher=

  39. [59]

    Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , month =

    He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian , title =. Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , month =

  40. [60]

    Dual Path Networks , url =

    Chen, Yunpeng and Li, Jianan and Xiao, Huaxin and Jin, Xiaojie and Yan, Shuicheng and Feng, Jiashi , booktitle =. Dual Path Networks , url =

  41. [61]

    Transactions on Machine Learning Research , issn=

    Maxime Oquab and Timoth. Transactions on Machine Learning Research , issn=. 2024 , url=

  42. [62]

    and Feng, Jiashi and Yan, Shuicheng , title =

    Yuan, Li and Chen, Yunpeng and Wang, Tao and Yu, Weihao and Shi, Yujun and Jiang, Zi-Hang and Tay, Francis E.H. and Feng, Jiashi and Yan, Shuicheng , title =. Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , month =. 2021 , pages =

  43. [63]

    Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =

    Liu, Zhuang and Mao, Hanzi and Wu, Chao-Yuan and Feichtenhofer, Christoph and Darrell, Trevor and Xie, Saining , title =. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , month =. 2022 , pages =

  44. [64]

    Torres, Ricardo , journal=

    Pedronette, Daniel Carlos Guimarães and Valem, Lucas Pascotti and Almeida, Jurandy and da S. Torres, Ricardo , journal=. Multimedia Retrieval Through Unsupervised Hypergraph-Based Manifold Ranking , year=

  45. [65]

    International Conference on Learning Representations , year=

    Graph Attention Networks , author=. International Conference on Learning Representations , year=

  46. [66]

    Proceedings of the 36th International Conference on Machine Learning , pages =

    Simplifying Graph Convolutional Networks , author =. Proceedings of the 36th International Conference on Machine Learning , pages =. 2019 , editor =

  47. [67]

    Graph Neural Networks With Convolutional ARMA Filters , year=

    Bianchi, Filippo Maria and Grattarola, Daniele and Livi, Lorenzo and Alippi, Cesare , journal=. Graph Neural Networks With Convolutional ARMA Filters , year=

  48. [68]

    Feature Fusion for Graph Convolutional Networks in Semi-Supervised Image Classification , year=

    Gapski, Marina Chagas Bulach and Valem, Lucas Pascotti and Pedronette, Daniel Carlos Guimarães , booktitle=. Feature Fusion for Graph Convolutional Networks in Semi-Supervised Image Classification , year=

  49. [69]

    2002 , publisher=

    Principal component analysis for special types of data , author=. 2002 , publisher=

  50. [70]

    2002 , publisher=

    Principal Component Analysis , author=. 2002 , publisher=

  51. [71]

    Computer Vision and Image Understanding , volume=

    Graph convolutional networks based on manifold learning for semi-supervised image classification , author=. Computer Vision and Image Understanding , volume=. 2023 , publisher=

  52. [74]

    Understanding of a convolutional neural network

    Saad Albawi, Tareq Abed Mohammed, and Saad Al-Zawi. Understanding of a convolutional neural network. In 2017 International Conference on Engineering and Technology (ICET), pages 1--6, 2017. doi:10.1109/ICEngTechnol.2017.8308186

  53. [75]

    Young Anna Argyris, Zuhui Wang, Yongsuk Kim, and Zhaozheng Yin. The effects of visual congruence on increasing consumers’ brand engagement: An empirical investigation of influencer marketing on instagram using deep-learning algorithms for automatic image classification. Comput...

  54. [76]

    Graph neural networks with convolutional arma filters

    Filippo Maria Bianchi, Daniele Grattarola, Lorenzo Livi, and Cesare Alippi. Graph neural networks with convolutional arma filters. IEEE Transactions on Pattern Analysis and Machine Intelligence, 44 0 (7): 0 3496--3507, 2022. doi:10.1109/TPAMI.2021.3054830

  55. [77]

    Semi-Supervised Learning

    Olivier Chapelle, Bernhard Schölkopf, and Alexander Zien, editors. Semi-Supervised Learning. The MIT Press, 2006. ISBN 9780262033589. URL http://dblp.uni-trier.de/db/books/collections/CSZ2006.html

  56. [78]

    Dual path networks

    Yunpeng Chen, Jianan Li, Huaxin Xiao, Xiaojie Jin, Shuicheng Yan, and Jiashi Feng. Dual path networks. In I. Guyon, U. Von Luxburg, S. Bengio, H. Wallach, R. Fergus, S. Vishwanathan, and R. Garnett, editors, Advances in Neural Information Processing Systems, volume 30. Curran ...

  57. [79]

    Afshin Dehghan, Syed Zain Masood, Guang Shu, and Enrique G. Ortiz. View independent vehicle make, model and color recognition using convolutional neural network. CoRR, abs/1702.01721, 2017. URL http://arxiv.org/abs/1702.01721

  58. [80]

    Imagenet: A large-scale hierarchical image database

    Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In 2009 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 248--255. IEEE, 2009

  59. [81]

    Multiscale graph sample and aggregate network with context-aware learning for hyperspectral image classification

    Yao Ding, Xiaofeng Zhao, Zhili Zhang, Wei Cai, and Nengjun Yang. Multiscale graph sample and aggregate network with context-aware learning for hyperspectral image classification. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 14: 0 4561--4572...

  60. [82]

    An image is worth 16x16 words: Transformers for image recognition at scale

    Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, Jakob Uszkoreit, and Neil Houlsby. An image is worth 16x16 words: Transformers for image recognition at...

  61. [83]

    Fast graph representation learning with pytorch geometric

    Matthias Fey and Jan Eric Lenssen. Fast graph representation learning with pytorch geometric. CoRR, abs/1903.02428, 2019. URL http://arxiv.org/abs/1903.02428

  62. [84]

    Feature fusion for graph convolutional networks in semi-supervised image classification

    Marina Chagas Bulach Gapski, Lucas Pascotti Valem, and Daniel Carlos Guimarães Pedronette. Feature fusion for graph convolutional networks in semi-supervised image classification. In 2024 37th SIBGRAPI Conference on Graphics, Patterns and Images (SIBGRAPI), pages 1--6, 2024. d...

  63. [85]

    Combining neural networks with personalized pagerank for classification on graphs

    Johannes Gasteiger, Aleksandar Bojchevski, and Stephan Günnemann. Combining neural networks with personalized pagerank for classification on graphs. In International Conference on Learning Representations, 2019

  64. [86]

    K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, pages 770--778, June 2016

  65. [87]

    Squeeze-and-excitation networks

    Jie Hu, Li Shen, and Gang Sun. Squeeze-and-excitation networks. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), June 2018

  66. [88]

    Texture feature extraction methods: A survey

    Anne Humeau-Heurtier. Texture feature extraction methods: A survey. IEEE Access, 7: 0 8975--9000, 2019. doi:10.1109/ACCESS.2018.2890743

  67. [89]

    Unsupervised metric learning by self-smoothing operator

    Jiayan Jiang, Bo Wang, and Zhuowen Tu. Unsupervised metric learning by self-smoothing operator. In 2011 International Conference on Computer Vision, pages 794--801, 2011

  68. [90]

    Low-rank constraint based dual projections learning for dimensionality reduction

    Lin Jiang, Xiaozhao Fang, Weijun Sun, Na Han, and Shaohua Teng. Low-rank constraint based dual projections learning for dimensionality reduction. Signal Processing, 204: 0 108817, 2023. ISSN 0165-1684. doi:https://doi.org/10.1016/j.sigpro.2022.108817

  69. [91]

    Novel dataset for fine-grained image categorization

    Aditya Khosla, Nityananda Jayadevaprakash, Bangpeng Yao, and Li Fei-Fei. Novel dataset for fine-grained image categorization. In Workshop on Fine-Grained Visual Categorization, CVPR, June 2011

  70. [92]

    Kipf and Max Welling

    Thomas N. Kipf and Max Welling. Semi-supervised classification with graph convolutional networks. In International Conference on Learning Representations, 2017. URL https://openreview.net/forum?id=SJU4ayYgl

  71. [93]

    Imagenet classification with deep convolutional neural networks

    Alex Krizhevsky, Ilya Sutskever, and Geoffrey E Hinton. Imagenet classification with deep convolutional neural networks. In F. Pereira, C. J. C. Burges, L. Bottou, and K. Q. Weinberger, editors, Advances in Neural Information Processing Systems 25, pages 1097--1105. Curran Ass...

  72. [94]

    Neighbor embedding projection and graph convolutional networks for image classification

    Gustavo Rosseto Leticio, Vinicius Atsushi Sato Kawai, Lucas Pascotti Valem, and Daniel Carlos Guimar \ a es Pedronette. Neighbor embedding projection and graph convolutional networks for image classification. In Proceedings of the 20th International Joint Conference on Compute...

  73. [95]

    A comparative study of rank aggregation methods for partial and top ranked lists in genomic applications

    Xue Li, Xinlei Wang, and Guanghua Xiao. A comparative study of rank aggregation methods for partial and top ranked lists in genomic applications. Briefings in Bioinformatics, 20 0 (1): 0 178--189, 08 2017. ISSN 1477-4054. doi:10.1093/bib/bbx101. URL https://doi.org/10.1093/bib/bbx101

  74. [96]

    Image retrieval based on multi-texton histogram

    Guang-Hai Liu, Lei Zhang, Ying-Kun Hou, Zuo-Yong Li, and Jing-Yu Yang. Image retrieval based on multi-texton histogram. Pattern Recognition, 43 0 (7): 0 2380--2389, 2010. ISSN 0031-3203. doi:https://doi.org/10.1016/j.patcog.2010.02.012. URL https://www.sciencedirect.com/scienc...

  75. [97]

    Swin transformer: Hierarchical vision transformer using shifted windows

    Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. Swin transformer: Hierarchical vision transformer using shifted windows. ICCV, 2021

  76. [98]

    A convnet for the 2020s

    Zhuang Liu, Hanzi Mao, Chao-Yuan Wu, Christoph Feichtenhofer, Trevor Darrell, and Saining Xie. A convnet for the 2020s. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 11976--11986, June 2022

  77. [99]

    Mutlag, Shaker K

    Wamidh K. Mutlag, Shaker K. Ali, Zahoor M. Aydam, and Bahaa H. Taher. Feature extraction methods: A review. Journal of Physics: Conference Series, 1591 0 (1): 0 012028, jul 2020. doi:10.1088/1742-6596/1591/1/012028. URL https://dx.doi.org/10.1088/1742-6596/1591/1/012028

  78. [100]

    A visual vocabulary for flower classification

    Maria-Elena Nilsback and Andrew Zisserman. A visual vocabulary for flower classification. In IEEE Conference on Computer Vision and Pattern Recognition, volume 2, pages 1447--1454, 2006

  79. [101]

    Omohundro

    Stephen M. Omohundro. Five balltree construction algorithms. Technical report, International Computer Science Institute, 1989

  80. [102]

    Maxime Oquab, Timoth \'e e Darcet, Th \'e o Moutakanni, Huy V. Vo, Marc Szafraniec, Vasil Khalidov, Pierre Fernandez, Daniel HAZIZA, Francisco Massa, Alaaeldin El-Nouby, Mido Assran, Nicolas Ballas, Wojciech Galuba, Russell Howes, Po-Yao Huang, Shang-Wen Li, Ishan Misra, Micha...

  81. [103]

    Pytorch: An imperative style, high-performance deep learning library

    Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, Alban Desmaison, Andreas Kopf, Edward Yang, Zachary DeVito, Martin Raison, Alykhan Tejani, Sasank Chilamkurthy, Benoit Steiner, Lu ...

  82. [104]

    Daniel Carlos Guimarães Pedronette, Lucas Pascotti Valem, Jurandy Almeida, and Ricardo da S. Torres. Multimedia retrieval through unsupervised hypergraph-based manifold ranking. IEEE Transactions on Image Processing, 28 0 (12): 0 5824--5838, 2019 a . doi:10.1109/TIP.2019.2920526

  83. [105]

    Semi-supervised and active learning through manifold reciprocal knn graph for image retrieval

    Daniel Carlos Guimarães Pedronette, Ying Weng, Alexandro Baldassin, and Chaohuan Hou. Semi-supervised and active learning through manifold reciprocal knn graph for image retrieval. Neurocomputing, 340: 0 19--31, 2019 b . ISSN 0925-2312. doi:https://doi.org/10.1016/j.neucom.2019.02.016

  84. [106]

    A bfs-tree of ranking references for unsupervised manifold learning

    Daniel Carlos Guimarães Pedronette, Lucas Pascotti Valem, and Ricardo da Silva Torres. A bfs-tree of ranking references for unsupervised manifold learning. Pattern Recognition, 111, 2021 a . 107666, ISSN 0031-3203

  85. [107]

    Efficient rank-based diffusion process with assured convergence

    Daniel Carlos Guimarães Pedronette, Lucas Pascotti Valem, and Longin Jan Latecki. Efficient rank-based diffusion process with assured convergence. Journal of Imaging, 7 0 (3), 2021 b . ISSN 2313-433X. doi:10.3390/jimaging7030049. URL https://www.mdpi.com/2313-433X/7/3/49

  86. [108]

    Information fusion in content based image retrieval: A comprehensive overview

    Luca Piras and Giorgio Giacinto. Information fusion in content based image retrieval: A comprehensive overview. Information Fusion, 37: 0 50--60, 2017. ISSN 1566-2535

  87. [109]

    Combination of texture feature extraction and forward selection for one-class support vector machine improvement in self-portrait classification

    Reina Alya Rahma, Radityo Adi Nugroho, Dwi Kartini, Mohammad Reza Faisal, and Friska Abadi. Combination of texture feature extraction and forward selection for one-class support vector machine improvement in self-portrait classification. International Journal of Electrical and...

  88. [110]

    Collective classification in network data

    Prithviraj Sen, Galileo Namata, Mustafa Bilgic, Lise Getoor, Brian Galligher, and Tina Eliassi-Rad. Collective classification in network data. AI Magazine, 29 0 (3): 0 93, Sep. 2008. doi:10.1609/aimag.v29i3.2157. URL https://ojs.aaai.org/aimagazine/index.php/aimagazine/article...

  89. [111]

    Content-based image retrieval: Theory and applications

    Ricardo da Silva Torres and Alexandre Xavier Falcão. Content-based image retrieval: Theory and applications. Revista de Informática Teórica e Aplicada, 13: 0 161--185, 2006

  90. [112]

    Contrastive learning: Big data foundations and applications

    Sandhya Tripathi and Christopher Ryan King. Contrastive learning: Big data foundations and applications. In Proceedings of the 7th Joint International Conference on Data Science & Management of Data (11th ACM IKDD CODS and 29th COMAD), CODS-COMAD '24, page 493–497, New York, N...

  91. [113]

    A survey on self-supervised representation learning

    Tobias Uelwer, Jan Robine, Stefan Sylvius Wagner, Marc H \"o ftmann, Eric Upschulte, Sebastian Konietzny, Maike Behrendt, and Stefan Harmeling. A survey on self-supervised representation learning. arXiv preprint arXiv:2308.11455, 2023

  92. [114]

    An unsupervised distance learning framework for multimedia retrieval

    Lucas Pascotti Valem and Daniel Carlos Guimarães Pedronette. An unsupervised distance learning framework for multimedia retrieval. International Conference on Multimedia Retrieval (ICMR), 2017. URL https://github.com/UDLF/UDLF

  93. [115]

    Person re-id through unsupervised hypergraph rank selection and fusion

    Lucas Pascotti Valem and Daniel Carlos Guimarães Pedronette. Person re-id through unsupervised hypergraph rank selection and fusion. Image and Vision Computing, 123: 0 104473, 2022. ISSN 0262-8856. doi:https://doi.org/10.1016/j.imavis.2022.104473

  94. [116]

    Graph convolutional networks based on manifold learning for semi-supervised image classification

    Lucas Pascotti Valem, Daniel Carlos Guimaraes Pedronette, and Longin Jan Latecki. Graph convolutional networks based on manifold learning for semi-supervised image classification. Computer Vision and Image Understanding, 227: 0 103618, 2023

  95. [117]

    A survey of graph and attention based hyperspectral image classification methods for remote sensing data

    Aryan Vats and Manan Suri. A survey of graph and attention based hyperspectral image classification methods for remote sensing data. arXiv preprint arXiv:2310.09994, 2023. URL https://arxiv.org/abs/2310.09994

  96. [118]

    Graph attention networks

    Petar Veličković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Liò, and Yoshua Bengio. Graph attention networks. In International Conference on Learning Representations, 2018

  97. [119]

    The caltech-ucsd birds-200-2011 dataset

    Catherine Wah, Steve Branson, Peter Welinder, Pietro Perona, and Serge Belongie. The caltech-ucsd birds-200-2011 dataset. Jul 2011

  98. [120]

    Web image re-ranking using query-specific semantic signatures

    Xiaogang Wang, Shi Qiu, Ke Liu, and Xiaoou Tang. Web image re-ranking using query-specific semantic signatures. IEEE Transactions on Pattern Analysis and Machine Intelligence, 36 0 (4): 0 810--823, 2014. doi:10.1109/TPAMI.2013.214

  99. [121]

    Multi-focus image fusion framework based on transformer and feedback mechanism

    Xuejiao Wang, Zhen Hua, and Jinjiang Li. Multi-focus image fusion framework based on transformer and feedback mechanism. Ain Shams Engineering Journal, 14 0 (5): 0 101978, 2023. ISSN 2090-4479. doi:https://doi.org/10.1016/j.asej.2022.101978

  100. [122]

    Simplifying graph convolutional networks

    Felix Wu, Amauri Souza, Tianyi Zhang, Christopher Fifty, Tao Yu, and Kilian Weinberger. Simplifying graph convolutional networks. In Kamalika Chaudhuri and Ruslan Salakhutdinov, editors, Proceedings of the 36th International Conference on Machine Learning, volume 97 of Proceed...

  101. [123]

    Tay, Jiashi Feng, and Shuicheng Yan

    Li Yuan, Yunpeng Chen, Tao Wang, Weihao Yu, Yujun Shi, Zi-Hang Jiang, Francis E.H. Tay, Jiashi Feng, and Shuicheng Yan. Tokens-to-token vit: Training vision transformers from scratch on imagenet. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)...

Pith tools

Reviewed June 27, 2026 · model on record in the stance chip above.