DAC 2023 paper on hardware-aware automated GNN design for edge computing platforms

👏 Paper title: Hardware-Aware Graph Neural Network Automated Design for Edge Computing Platforms.
This paper focuses on automated GNN design under edge deployment constraints. GNN architecture choices affect not only accuracy but also latency, memory behavior, and suitability for different edge devices, so model search must account for hardware behavior from the beginning.
The proposed hardware-aware design flow evaluates candidate GNN architectures with deployment efficiency in mind and incorporates device heterogeneity into the search process. By connecting architecture search with edge-platform constraints, the method improves the balance between model quality and practical execution cost.
The work recognizes that a GNN architecture that performs well in isolation may be unsuitable for real edge deployment if it causes excessive latency, memory pressure, or energy use. Hardware-aware search therefore becomes a necessary part of model design rather than an afterthought.
By integrating deployment feedback into the automated design loop, the approach can discover architectures that better match specific edge devices. This provides a more realistic path for moving GNN models from research benchmarks to constrained computing platforms.