用分块图网络提升图像超分辨率,兼顾精度与速度
HSNet: Heterogeneous Subgraph Network for Single Image Super-resolution
- 将图像全局图拆解为多个互补子图,捕捉多样特征关系
- 通过自适应融合多子图特征,重建质量优于现有方法
- 适合追求高效高质图像恢复的研究者与开发者
现有的基于CNN和注意力机制的图像超分辨率方法常受限于结构僵化。虽然图模型具备更强的表征能力,但计算开销过大。为此,本文提出异构子图网络(HSNet),通过将全局图分解为可管理的子结构来实现高效建模。首先引入构造性子图集模块(CSSB),生成一组互补的子图,以捕捉图像中不同关系模式与特征交互,构建丰富的局部与全局图结构。随后,子图聚合模块(SAB)通过自适应加权融合多图特征,形成综合且具有区分性的表示。此外,节点采样策略(NSS)选择关键特征,提升精度同时降低计算负担。大量实验表明,HSNet在保持计算可行性的同时达到当前最优性能。代码将公开。
原文摘要 · Abstract (English)
Existing deep learning approaches for image super-resolution, particularly those based on CNNs and attention mechanisms, often suffer from structural inflexibility. Although graph-based methods offer greater representational adaptability, they are frequently impeded by excessive computational complexity. To overcome these limitations, this paper proposes the Heterogeneous Subgraph Network (HSNet), a novel framework that efficiently leverages graph modeling while maintaining computational feasibility. The core idea of HSNet is to decompose the global graph into manageable sub-components. First, we introduce the Constructive Subgraph Set Block (CSSB), which generates a diverse set of complementary subgraphs. Rather than relying on a single monolithic graph, CSSB captures heterogeneous characteristics of the image by modeling different relational patterns and feature interactions, producing a rich ensemble of both local and global graph structures. Subsequently, the Subgraph Aggregation Block (SAB) integrates the representations embedded across these subgraphs. Through adaptive weighting and fusion of multi-graph features, SAB constructs a comprehensive and discriminative representation that captures intricate interdependencies. Furthermore, a Node Sampling Strategy (NSS) is designed to selectively retain the most salient features, thereby enhancing accuracy while reducing computational overhead. Extensive experiments demonstrate that HSNet achieves state-of-the-art performance, effectively balancing reconstruction quality with computational efficiency. The code will be made publicly available.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。