<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="/v2/static/oai2.xsl"?>
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2026-09-19T06:15:21Z</responseDate>
  <request identifier="oai:figshare.com:article/30425152" metadataPrefix="oai_dc" verb="GetRecord">https://api.figshare.com/v2/oai</request>
  <GetRecord>
    <record>
      <header>
        <identifier>oai:figshare.com:article/30425152</identifier>
        <datestamp>2025-08-01T00:00:00Z</datestamp>
        <setSpec>portal_693</setSpec>
        <setSpec>item_type_8</setSpec>
        <setSpec>month_year_08_2025</setSpec>
      </header>
      <metadata>
        <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
          <dc:title>Towards Efficient and Scalable Deep Learning on Graph-Structured Data</dc:title>
          <dc:creator>Hengrui Zhang (6167507)</dc:creator>
          <dc:subject>Computer Science</dc:subject>
          <dc:description>The practical deployment of Graph Neural Networks (GNNs), a primary form of deep learning on graphs, is hindered by intertwined challenges of effectiveness and scalability. This thesis, "Towards Effective and Scalable Deep Learning on Graph-Structured Data," proposes novel methodologies to address these limitations across four main research thrusts.
To address scalability in learning node embeddings, one paper introduces CCA-SSG, a self-supervised framework that learns robust node embeddings. It efficiently avoids the computational burden of negative sampling by using a feature decorrelation objective to prevent representational collapse.
To enhance MLP-based models, which are faster but less accurate than GNNs, two papers are presented. OrthoReg tackles an "over-correlation" issue with a soft orthogonality constraint, making MLPs competitive with leading GNNs. The second framework achieves true end-to-end MLP efficiency by offloading graph computations to a one-time pre-processing step, eliminating iterative complexity.
Finally, for training on massive graphs, this thesis proposes Data-Centric Graph Condensation (DCGC). This framework recasts condensation as a distribution matching problem, creating a small, task-agnostic synthetic graph. This approach significantly improves cross-architecture generalization and reduces condensation time compared to traditional gradient-matching techniques. The proposed models are validated on public benchmarks, demonstrating significant improvements in performance and computational efficiency.</dc:description>
          <dc:date>2025-08-01T00:00:00Z</dc:date>
          <dc:type>Text</dc:type>
          <dc:type>Thesis</dc:type>
          <dc:identifier>10.25417/uic.30425152.v1</dc:identifier>
          <dc:relation>https://figshare.com/articles/thesis/Towards_Efficient_and_Scalable_Deep_Learning_on_Graph-Structured_Data/30425152</dc:relation>
          <dc:rights>In Copyright</dc:rights>
        </oai_dc:dc>
      </metadata>
    </record>
  </GetRecord>
</OAI-PMH>
