1. Introduction
Real-world relational data often exhibit intrinsic higher-order relations that cannot be adequately modeled by simple pairwise connections [
1]. For example, a single paper in co-authorship networks [
2] usually involves multiple authors. In co-citation networks [
3], a set of documents may exhibit higher-order co-occurrence patterns due to citations, while in recommendation systems [
4], users, items, and contextual factors often participate in multi-entity interactions. Compared with graphs, hypergraphs allow a single hyperedge to connect multiple nodes simultaneously, providing a more natural way to model such higher-order relations [
5]. Hypergraph node classification has attracted increasing attention.
In recent years, hypergraph neural networks have advanced rapidly [
6]. Yang et al. [
7] systematically reviewed recent advances in hypergraph neural networks and highlighted that deep learning-based hypergraph representation learning has become a major research direction in this field. Feng et al. [
8] were among the first to introduce neural networks into hypergraph learning by propagating information over hypergraph structures, laying the foundation for subsequent studies. Building on this line of research, Yadati et al. [
9] proposed HyperGCN, which effectively reduces the computational cost of higher-order information propagation by approximating hyperedges with graph structures. Huang and Yang [
10] provided a unified view of graph and hypergraph neural networks from the perspective of message passing and established a two-stage node–hyperedge–node propagation paradigm. Chien et al. [
11] revisited hypergraph layer design from the perspective of set-function modeling, thereby enhancing the model’s representational capacity and generalization performance. Subsequently, researchers further advanced hypergraph representation learning through representation enhancement, feature encoding, and multi-view modeling. Wu et al. [
12] introduced a collaborative contrastive learning mechanism to improve the consistency and discriminative power of hypergraph node representations. Zou et al. [
13] proposed a general feature encoding framework that emphasizes the joint modeling of node attributes and topological structure. Saxena et al. [
14] characterized hypergraph structures jointly from both spatial and spectral perspectives, thereby enhancing the model’s ability to capture complex higher-order relations. Zhang et al. [
15] improved node classification performance in semi-supervised settings through multi-level information interaction and representation enhancement. Liang et al. [
16] further pointed out that static and uniform topological assumptions do not always hold under heterophily or complex structural distributions. Existing studies have advanced hypergraph node classification from multiple perspectives, including propagation mechanism optimization, feature representation enhancement, and multi-view structural modeling. Consequently, local propagation over the original hypergraph structure and multi-view enhancement have gradually become representative research directions in this field. Different from heterophily-aware graph methods that mainly focus on label inconsistency among neighboring nodes, this work focuses on structural heterogeneity induced by hyperedge-size variations in hypergraphs. Nevertheless, both lines of research suggest that uniform propagation or topology construction may be insufficient under complex structural distributions.
Although existing methods have made significant progress in modeling higher-order relations, two key limitations remain in semi-supervised node classification. First, most methods rely heavily on local neighborhood propagation and fail to fully exploit global topological information. When labeled data are scarce, noisy local structures and incomplete node attributes can lead to unstable representations and weakened generalization performance [
17]. Second, existing methods generally apply a uniform strategy for topological modeling and message propagation, without considering the structural heterogeneity caused by variations in hyperedge size. Small hyperedges are better suited to preserving fine-grained node relations, whereas large hyperedges are more likely to introduce redundant connections and amplify noise when they are treated with clique expansion [
18]. A unified strategy risks either under-modeling fine-grained relations in small hyperedges or over-connecting unrelated nodes in large hyperedges.
Although spectral-domain methods [
19], representation enhancement techniques [
13], multi-view modeling [
14], and topology expansion strategies have been explored, they are usually designed in isolation [
20]. Spectral methods mainly emphasize global structural constraints, while topology expansion methods focus on local relation modeling [
21]. As a result, the joint modeling of global topological information, scale-specific auxiliary structures and the higher-order semantics of the original hypergraph remains insufficiently explored.
A key observation behind this work is that the structural role of a hyperedge is closely related to its size. Existing spatial-spectral hypergraph methods typically perform spectral and spatial learning on a unified hypergraph structure, while existing topology expansion methods often apply the same expansion strategy to all hyperedges. However, such a unified design overlooks the different modeling requirements of small and large hyperedges. Small hyperedges are more suitable for preserving representative fine-grained local relations, whereas large hyperedges require sparse group-level modeling to avoid redundant dense connections. Therefore, instead of treating spectral modeling, topology expansion, and multi-branch learning as independent components, it is more desirable to integrate them under a scale-aware structural principle guided by hyperedge-size heterogeneity.
To address the above limitations, we propose S2-HGNN, a scale-aware hypergraph node classification framework with spectral inductive bias for semi-supervised learning. The proposed framework preserves higher-order semantics by using propagation over the original hypergraph as the backbone. Meanwhile, it constructs scale-specific auxiliary topologies according to hyperedge size: Top-k constrained clique expansion is applied to small hyperedges to capture representative fine-grained relations, while star expansion is applied to large hyperedges to reduce redundant connections and capture sparse group-level structures. In addition, S2-HGNN injects global topological information at the input stage through complementary hypergraph spectral operators, and fuses representations learned from different structural views through node-level adaptive fusion. Compared with general multi-view hypergraph models, the auxiliary views in S2-HGNN are not heuristically generated but are explicitly guided by the distinct structural roles of small and large hyperedges. The framework therefore jointly exploits global spectral information, original higher-order semantics, fine-grained local relations, and sparse group-level structures within a unified model. The main contributions are summarized as follows:
(1) We propose a scale-aware topological decomposition strategy. It constructs different auxiliary topologies based on hyperedge size, enabling modeling of fine-grained relations in small hyperedges and sparse group-level structure in large hyperedges. This improves the model’s ability to capture higher-order relations with scale heterogeneity.
(2) We design an input-level spectral inductive bias mechanism. By using complementary hypergraph spectral operators, it injects global topological information into the input features. This reduces the sensitivity of local propagation to noise and improves the exploitation of global structural information in semi-supervised settings, enhancing the stability and robustness of node representations.
(3) We construct a joint learning framework, called S2-HGNN, that integrates the original hypergraph backbone with multiple auxiliary branches. Through node-level adaptive fusion, it combines higher-order semantics, fine-grained local relations, sparse group-level structures and global topological information, improving classification performance under limited labeled data.
The remainder of this paper is organized as follows.
Section 2 reviews the related work and presents the necessary preliminaries, including hypergraph node classification, spectral and spatial methods, and topological decomposition strategies.
Section 3 introduces the proposed framework for hypergraph node classification with spectral inductive bias and scale-aware topological decomposition.
Section 4 presents the experimental results and detailed analysis.
Section 5 concludes the paper and outlines future research directions.
3. Model
3.1. Problem Description
Based on the hypergraph formulation introduced in
Section 2, we consider the semi-supervised hypergraph node classification task. Given an undirected hypergraph
, a node feature matrix
, and a set of labeled nodes, the goal is to learn node representations under limited supervision and predict the labels of unlabeled nodes.
In semi-supervised hypergraph node classification, the model must not only exploit node attributes and local neighborhood information, but also capture the topological features induced by higher-order relations. The node–hyperedge–node propagation mechanism on the original hypergraph can effectively preserve higher-order interaction semantics. However, relying only on local propagation still leads to two challenges in semi-supervised settings. First, the model does not fully exploit global topological information, making it difficult to learn stable node representations when supervision is limited or local structures are perturbed by noise. Second, the structural relations associated with hyperedges of different sizes differ substantially, and a unified topological modeling scheme cannot simultaneously capture the fine-grained local relations in small hyperedges and the sparse group-level structure in large hyperedges.
To address these issues, we pursue the following modeling objectives: while preserving the higher-order semantics of the original hypergraph, we introduce global topological information and construct different auxiliary topologies for hyperedges of different sizes. By jointly modeling these complementary structural patterns, we aim to improve structural modeling ability and representation stability in semi-supervised node classification. The next section presents the proposed framework and the implementation details of each module.
3.2. Overall Framework
As illustrated in
Figure 1, the proposed framework consists of four modules, namely, spectral inductive bias, scale-aware topological decomposition, multi-branch representation learning, and cross-branch fusion. It is designed to address two key challenges in semi-supervised hypergraph node classification: insufficient exploitation of global topological information and difficulty in modeling structural heterogeneity caused by differences in hyperedge size. Given node features and the original hypergraph, the model first enhances the input features with complementary spectral operators, thereby injecting global topological information into subsequent representation learning. It then constructs two types of auxiliary topologies based on hyperedge size, which are used to characterize the fine-grained local relations in small hyperedges and the sparse group-level structure in large hyperedges, respectively. Based on the original hypergraph and the two auxiliary views, the model jointly learns node representations through multiple branches. The final predictions are generated by node-level adaptive fusion across branches.
Rather than relying on a single local propagation mechanism, the proposed framework preserves the higher-order semantics of the original hypergraph. It models cross-scale structural relations through auxiliary topologies and introduces input-level spectral inductive bias to provide global topological information for different branches. This design enables the model to jointly exploit global spectral information, original higher-order semantics, and cross-scale structural information within a unified framework. The implementation details of each module are presented below.
3.3. Spectral Inductive Bias
Section 2.2 introduced the random-walk Laplacian, the symmetric normalized Laplacian, and the HGNN normalized propagation operator. Based on these spectral operators, we construct input-level spectral responses to inject global topological information before representation learning.
Given the node feature matrix , we construct three spectral responses with complementary structural biases: . Here, captures random-walk-based residual information, captures high-frequency residual information under symmetric normalization, and captures low-frequency smoothed information induced by the HGNN propagation operator.
It should be noted that . Therefore, if the symmetric response were defined as , it would be identical to , leading to redundancy with the HGNN propagation response. To avoid this issue, we define . In this way, and form a residual/smoothing decomposition under the symmetric normalized hypergraph operator, where captures the high-frequency residual component and captures the low-frequency smoothed component. Together with , these responses provide complementary structural biases for subsequent representation learning.
The three responses are then concatenated and projected into a unified spectral representation:
where
denotes a multi-layer perceptron and
denotes feature concatenation. Although
and
sum to
, concatenating them before the MLP keeps the high-frequency and low-frequency components separated, enabling the model to learn distinct nonlinear transformations for each. The final spectrally enhanced input representation is defined as:
where λ ∈ (0,1] is the spectral bias coefficient that controls the strength of global topological prior injection. The skip connection in
is used to preserve the original node attributes rather than to introduce another spectral response. Here,
acts as a topology-aware spectral correction, while
provides a stable feature baseline. The coefficient
controls the contribution of the spectral correction.
Unlike simply stacking layers, the proposed spectral inductive bias globally enhances node features through spectral responses with complementary structural biases. The three responses, namely random-walk residual information, symmetric high-frequency residual information, and HGNN low-frequency smoothing information, provide diverse topological views that improve the model’s structural modeling capability and robustness in semi-supervised learning.
3.4. Scale-Aware Topological Decomposition
As discussed in
Section 2.3, clique expansion and star expansion are suitable for different types of structural modeling. The former is more effective at preserving fine-grained local relations, but incurs relatively high computational complexity; the latter offers better scalability, but weakens direct pairwise interactions between nodes. Therefore, this paper does not adopt a single expansion strategy but instead constructs auxiliary topologies at specific scales based on the size of the hyperedges.
Let denote the size of hyperedge . Given a threshold τ, the hyperedge set is partitioned into . Here, denotes the set of small hyperedges, and denotes the set of large hyperedges. The threshold τ is a key hyperparameter for controlling the scale partitioning, striking a balance between fine-grained local relationship modeling and sparse group-level structure learning. The smaller τ is, the more hyperedges are assigned to the large-hyperedge branch, reinforcing sparse group-level structure modeling; the larger τ is, the more hyperedges are assigned to the small-hyperedge branch, enhancing the modeling of fine-grained local relationships.
3.4.1. Top-k Constrained Clique Expansion for Small Hyperedges
For small hyperedges, there are typically stronger local connections between nodes. If pairwise relations are ignored and the model relies on message passing over the original hypergraph, fine-grained structural information may be lost. However, performing full clique expansion over all node pairs would lead to quadratic computational complexity with respect to the hyperedge size. To address this issue, we adopt a Top-k constrained clique expansion in the small-hyperedge branch to retain the most representative local connections.
For each small hyperedge
, we compute the similarity between any two nodes based on
. The similarity score is defined as follows:
where
denote the feature vectors of nodes
in
respectively. Then, for each node
within hyperedge e, we retain only its Top-k most similar nodes, thereby constructing the Top-k constrained clique expansion edge set induced by hyperedge e. Let
denote the Top-k clique expansion edge set generated by a small hyperedge e. To ensure symmetry, we treat the selected connections as undirected: if either
or
is selected, the undirected edge
is retained in the auxiliary topology. By merging the edge sets generated by all small hyperedges, we obtain the small-hyperedge auxiliary topology:
Compared with full clique expansion, this strategy does not seek to preserve all pairwise relations within each hyperedge. Instead, it prioritizes the preservation of more representative local connections, thereby achieving a better balance between structural modeling and computational complexity.
3.4.2. Sparse Star Expansion for Large Hyperedges
For large hyperedges, using a dense expansion strategy would generate a large number of redundant edges and increase computational overhead. In the group relationships represented by large hyperedges, the core structure typically does not need to be expressed through pairwise node connections; instead, depicting group-level associations through virtual center nodes is often more efficient. This paper employs star expansion for sparse modeling on the large-hyperedge branch.
For any large hyperedge
, we introduce a corresponding virtual center node
. Its initial representation is defined as follows:
where
denotes the feature vector of node
in the spectrally enhanced input representation
. Mean aggregation provides the virtual center node with a stable summary of the overall semantics of the hyperedge without introducing additional parameters.
We then connect all original nodes in hyperedge e to the virtual center node
, thereby forming a star-shaped subgraph. Let the set of all virtual center nodes be defined as
. By merging the star-shaped subgraphs induced by all large hyperedges, the large-hyperedge auxiliary topology is formulated as follows:
where
. Compared with clique expansion, this strategy does not restore all pairwise relations within large hyperedges. Instead, it achieves sparse group-level structures through virtual center nodes, effectively compressing redundant connections while preserving group-level association patterns. This star-shaped structure serves as an auxiliary topology to supplement large-hyperedge relationship modeling, while the original hypergraph backbone remains responsible for preserving the original higher-order semantics.
In summary, this paper constructs a scale-aware auxiliary topology complementary to the original hypergraph backbone by applying Top-k constrained clique expansion to small hyperedges and star-shaped expansion to large hyperedges. This design enhances the representation of fine-grained local relations and group-level structural patterns, respectively, providing a structural foundation better suited to the scale heterogeneity of hyperedges for subsequent multi-branch representation learning.
3.5. Joint Spatial-Spectral Representation Learning on Auxiliary Topology Branches
After constructing the small-hyperedge and large-hyperedge auxiliary topologies, we learn node representations on the two branches separately. Adjacency-based message passing is better suited for capturing local relationships, while spectral domain methods are more effective at capturing global information. This paper simultaneously learns spatial and spectral representations within each branch and achieves their adaptive coordination through a gating mechanism. The branch-level spectral learning is performed on the corresponding auxiliary topology, aiming to extract global structural information specific to each branch. In contrast, the input-level spectral inductive bias provides a shared global prior for all branches. These two approaches operate at different levels and are complementary.
Let m ∈ {s,} denote the small-hyperedge branch or large-hyperedge topology branch, and let its adjacency matrix and degree matrix be denoted by , respectively. The corresponding input features are denoted by . Specifically, the input to the small-hyperedge branch is the spectrally enhanced representation of the original nodes, whereas the input to the large-hyperedge branch contains not only the original nodes but also the initial representations of the virtual center nodes.
3.5.1. Spatial Representation Learning
We first extract local spatial information in each topology branch through adjacency-based message passing. Specifically, the spatial representation of branch m is computed as follows:
where
,
is the corresponding degree matrix, and
is a learnable parameter matrix. This representation mainly captures the lower-order adjacency relations by topological expansion.
3.5.2. Spectral Representation Learning
Relying solely on adjacency-based message passing makes it difficult to capture global structural information. To obtain the global structural features of each topological branch, we define its normalized Laplacian as follows:
Based on this operator, we use a K-order polynomial filter [
31] to extract spectral features. Specifically, the spectral representation of branch m is given by:
where
denotes the learnable filter coefficient, and
is the learnable projection parameter. This design approximates spectral filtering using sparse matrix multiplication, thereby avoiding the additional computational overhead associated with eigenvalue decomposition and enhancing the branch’s ability to capture global structural features.
3.5.3. Intra-Branch Adaptive Fusion
Different nodes may rely on spatial and spectral representations to different extents. To account for this, we introduce a gating mechanism to perform adaptive fusion of the two types of representations. The gating weights are computed as follows:
where
are the learnable parameters of the gating layer,
denotes feature concatenation, and
denotes the sigmoid activation function.
has the same dimension as
, and is used for element-wise adaptive weighting of spatial and spectral representations.
Based on the gating weights, the fused branch representation is defined as follows:
where ⊙ denotes element-wise multiplication. For the large-hyperedge branch, since it contains virtual center nodes, we retain the representations of the original nodes corresponding to the first N rows, maintaining dimensional consistency with other branches. The auxiliary topological branches combine local adjacency information and global spectral structure into a complementary representation, offering feature representations for subsequent cross-branch fusion.
3.6. Higher-Order Semantic Representation Learning on the Original Hypergraph
Auxiliary topological branches are used to supplement local relationships and global information, while the higher-order semantics of the hypergraph are primarily preserved by the original hypergraph. Therefore, we retain the original hypergraph propagation backbone and perform standard node–hyperedge–node two-stage message passing on the original hypergraph, using the spectrally enhanced representation
as the initial node features. Node representations are first aggregated into hyperedge representations, which are then propagated back to update node representations. For clarity, the two-stage propagation is written in its equivalent normalized matrix form. After
propagation layers, the backbone representation on the original hypergraph is obtained as follows:
where
denotes the node representation at the
l-th layer,
is the learnable weight matrix, and
denotes the nonlinear activation function. This branch models the higher-order relations in the original hypergraph, providing a higher-order semantic representation for subsequent cross-branch fusion.
3.7. Cross-Branch Adaptive Fusion and Classification
Through the above modeling process, the model obtains three types of node representations: the original hypergraph backbone representation , the small-hyperedge branch representation , and the large-hyperedge branch representation . These three representations correspond to higher-order semantics, fine-grained local relations, and sparse group-level structure.
To effectively integrate these, we design a node-level cross-branch fusion mechanism. For node
, let the three representations be denoted by
, respectively. First, a learnable scoring function is employed to estimate the importance of each branch for the current node. The corresponding attention score is defined as follows:
where
are learnable parameters that map the representations from each branch into a unified attention score. A softmax normalization is applied over the branch dimension to obtain node-specific branch weights:
The final node representation is defined as:
Stacking the representations of all nodes yields
. The final prediction is then produced through a linear classification head:
where
and
denote the classifier parameters. The model is trained with the cross-entropy loss, which is computed only over the labeled node set
. The loss function is given by:
This design enables the model to adaptively coordinate higher-order semantics, local information, and global information across different nodes, thereby avoiding representation biases caused by fixed branch weights.
From the perspective of computational cost, the input-layer spectral inductive bias primarily performs feature transformation based on the sparse associations of the original hypergraph, and its complexity is approximately linear with respect to the total number of node–hyperedge associations. During the auxiliary topological construction process, branches with small hyperedges employ Top-k-constrained clique expansion to reduce the computational cost of local construction; conversely, branches with large hyperedges adopt star-shaped expansion, introducing a linear number of additional connections to avoid the connection redundancy caused by clique expansion. Overall, the proposed method preserves key local relations and group-structure information while maintaining a balance between structural modeling and computational cost.
4. Experiments
4.1. Experimental Settings
4.1.1. Datasets
To evaluate the effectiveness of the proposed method in semi-supervised hypergraph node classification, we conduct experiments on five public benchmark datasets, namely, Citeseer (CC), Cora (CC), Pubmed (CC), Cora (CA), and DBLP (CA). Here, CC denotes hypergraphs constructed from paper co-citation relations, whereas CA denotes hypergraphs constructed from author co-authorship relations. These datasets cover two typical higher-order relational scenarios, namely, co-citation networks and co-authorship networks, and thus enable the evaluation of model performance from different perspectives. All datasets follow the commonly used public benchmark settings adopted in prior studies on hypergraph node classification [
9].
In terms of data scale and structural characteristics, Citeseer (CC), Cora (CC), and Pubmed (CC) belong to co-citation networks, whereas Cora (CA) and DBLP (CA) correspond to co-authorship networks. These datasets differ substantially in terms of the number of nodes, hyperedge size, feature dimension, and structural sparsity. In particular, Pubmed (CC) is suitable for assessing the robustness of the model under sparse higher-order structures, while Cora (CA) can be used to examine the modeling stability and structural adaptability of the model on relatively large-scale co-authorship hypergraphs. These five datasets provide a comprehensive benchmark for validating the effectiveness of the proposed method across different higher-order relational scenarios. The details of the datasets are summarized in
Table 1.
4.1.2. Baselines
To comprehensively evaluate the effectiveness of the proposed method, we select representative baselines from different methodological paradigms, including non-structural baselines, classical hypergraph neural network models, and recent hypergraph learning methods.
We first include MLP as a non-structural baseline. This method performs classification based on node attributes without modeling the hypergraph structure and is used to measure the performance gains brought by higher-order relational modeling. We select HGNN [
8], HyperGCN [
9], and HNHN [
24] as classical hypergraph neural network models, which represent typical technical paradigms including spectral propagation, graph-approximation-based modeling, and normalized higher-order information propagation, respectively. UniGCN [
10] and AllSet [
11] are included as strong representative baselines. UniGCN implements hypergraph modeling within a message-passing framework, while AllSet models the hyperedge aggregation process from the perspective of set functions. Additionally, UniG-Encoder [
13] and DPHGNN [
14] are introduced as representative advanced methods. The former emphasizes the collaborative encoding of node features and topological information, while the latter performs hypergraph representation learning from both spatial and spectral perspectives.
These baselines cover the modeling approaches in current hypergraph node classification research and enable an evaluation of the proposed method from multiple perspectives, including non-structural baselines, classical higher-order propagation models, unified message-passing models, and recent strong baselines.
4.2. Experimental Details and Evaluation Metric
All compared methods are evaluated under the same experimental protocol. For each dataset, we use the same node features, hypergraph structure, train/validation/test split, and set of random seeds for all methods. Training nodes are used for model optimization, validation nodes are used for early stopping and hyperparameter selection, and test nodes are used only for final evaluation. No test-label information is used during training, validation, or hyperparameter tuning.
For baselines with publicly available implementations, we use their official implementations whenever possible to avoid potential implementation bias. These implementations are adapted to our unified data splits and training pipeline without changing their core model architectures. For baselines without directly compatible implementations, we reimplement them according to the descriptions in the original papers.
For common hyperparameters, including learning rate, weight decay, dropout rate, hidden dimension, maximum number of epochs, and early-stopping patience, we use the same settings whenever applicable, or search them within the same candidate space. For method-specific hyperparameters, we follow the recommended ranges reported in the original papers and select the best configuration based on validation accuracy. The complete hyperparameter configuration is summarized in
Table 2. Therefore, all methods are compared under a comparable hyperparameter tuning budget.
To reduce the influence of random initialization and data-order randomness, each method is independently run 10 times with the same set of random seeds, and the mean accuracy and standard deviation are reported. In addition, we conduct paired statistical significance tests between S2-HGNN and the strongest baseline on each dataset to further assess whether the observed improvements are statistically significant.
For evaluation, we adopt accuracy as the primary metric. Accuracy directly reflects the overall classification correctness on the test set and is the most commonly used evaluation criterion for hypergraph node classification. Compared with other metrics, Accuracy is better suited to the overall performance comparison considered in this work, as it provides an intuitive measure of the predictive performance of different methods in the semi-supervised node classification setting. For each independent run, Accuracy is computed on the test set, and the mean and standard deviation over 10 runs are reported.
4.3. Experimental Results and Analysis
This section compares S2-HGNN with several representative baselines on five public hypergraph node classification datasets. The results are summarized in
Table 3, where classification accuracy is reported as mean ± standard deviation, and the bold values denote the best performance on each dataset.
To further validate the reliability of the observed improvements, we conduct statistical significance tests. Specifically, we compare S2-HGNN with the strongest baseline on each dataset using the paired Wilcoxon signed-rank test, based on the results from the same 10 independent runs under identical experimental settings. A significance level of 0.05 is adopted, and statistically significant improvements are marked with † in
Table 3.
Table 3 reports the node classification results of the proposed method and various baselines on five public datasets. As shown in
Table 3, the proposed method achieves the highest mean accuracy on Citeseer (CC), Cora (CC), Pubmed (CC), Cora (CA), and DBLP (CA), demonstrating its strong effectiveness across different hypergraph node classification scenarios. Compared with non-structural baselines and classical higher-order propagation models such as MLP, HGNN, HyperGCN, and HNHN, the proposed method exhibits more consistent improvements on most datasets. This suggests that relying on node attributes or local propagation mechanisms is often insufficient to fully characterize the complex higher-order relations in hypergraphs, whereas combining global topological information with scale-aware topological decomposition is beneficial for improving the quality of node representations.
Compared with strong baselines such as UniGCN, AllSet, UniG-Encoder, and DPHGNN, the proposed method shows more pronounced improvements on Pubmed (CC) and Cora (CA), indicating that the spectral inductive bias and scale-aware topological decomposition can yield greater benefits in scenarios with sparse higher-order structures or strong structural heterogeneity induced by variations in hyperedge sizes. The performance gains on some datasets are relatively limited, indicating that the degree of improvement also depends on dataset-specific structural characteristics, hyperedge size distributions, and attribute quality. The results show that the proposed method more effectively integrates global topological information and auxiliary topological information while preserving the higher-order semantics of the original hypergraph, thereby yielding more robust classification performance.
Moreover, we perform statistical significance tests to assess the reliability of the performance gains, which is particularly important when some improvements are relatively small compared with the standard deviations. The results show that S2-HGNN achieves statistically significant improvements over the strongest baselines on 3 out of 5 datasets under the paired Wilcoxon signed-rank test. Specifically, the improvements on Cora (CC), Pubmed (CC), and Cora (CA) are significant at the 0.05 level. This provides statistical evidence that the observed gains on these datasets are robust and unlikely to be caused by random variations in data splits or model initialization. On Citeseer (CC) and DBLP (CA), although S2-HGNN still achieves the highest mean accuracy, the differences do not reach statistical significance. This may be partly due to the relatively small performance margins, the observed variability, and the limited number of experimental runs. Overall, these results indicate that S2-HGNN consistently yields competitive or significantly better performance across diverse hypergraph node classification scenarios.
4.4. Analysis of Ablation Experiment Results
To rigorously evaluate the contribution of each key component, we conduct ablation studies with four degraded variants of S2-HGNN, as reported in
Table 4.
The w/o SIB variant removes the input-level spectral inductive bias and directly uses the original node features as input. The w/o Scale Decomposition variant removes the scale-aware topological decomposition strategy. In this variant, hyperedges are no longer divided into small and large groups; instead, all hyperedges are modeled using a unified Top-k-constrained clique expansion. The auxiliary topology branch is still preserved, but it operates on a single-scale topology. The w/o Large-hyperedge Branch removes the large-hyperedge star expansion branch, while retaining the original hypergraph backbone and the small-hyperedge Top-k clique branch. The w/o Small-hyperedge Branch removes the small-hyperedge Top-k clique expansion branch, while retaining the original hypergraph backbone and the large-hyperedge star branch.
As shown in
Figure 2, S2-HGNN achieves the best performance on all five datasets, confirming that the proposed components jointly contribute to node classification. Removing the input-level spectral inductive bias causes an average accuracy drop of 2.28 percentage points, with larger drops on Cora(CA) and DBLP(CA). This indicates that injecting global topological information into the input features is beneficial, especially for datasets with more complex structures.
The w/o Scale Decomposition variant yields an average accuracy drop of 4.75 percentage points. This indicates that using a unified topology construction strategy for all hyperedges is insufficient. In particular, when large hyperedges are modeled in the same way as small hyperedges, redundant or noisy pairwise connections may be introduced, which can weaken the quality of message passing. Therefore, the results support the necessity of scale-aware topological decomposition, where small and large hyperedges are modeled by different auxiliary structures.
The results of w/o Large-hyperedge Branch and w/o Small-hyperedge Branch further demonstrate that the two auxiliary branches provide complementary information. Removing either branch consistently reduces performance compared with the full model, indicating that both the small-hyperedge Top-k clique branch and the large-hyperedge star branch are useful. Moreover, the relative importance of the two branches varies across datasets. Removing the large-hyperedge branch leads to larger drops on Citeseer(CC) and Cora(CC), whereas removing the small-hyperedge branch causes larger drops on Pubmed(CC), Cora(CA), and DBLP(CA). This suggests that different datasets benefit from different structural views. Overall, the complete S2-HGNN outperforms both single-branch variants on all datasets, verifying that the two branches are not redundant but mutually complementary.
4.5. Parameter Analysis
To verify the reasonableness of the key parameter settings, we analyze the effects of the spectral bias weight λ, the Top-k parameter for local graph construction over small hyperedges, and the scale partition threshold τ on model performance. The experimental results are shown in
Figure 3. In each experiment, one parameter is varied while all other parameters are fixed at their default values. It should be noted that these default settings are not optimal for every dataset; they are chosen by balancing cross-dataset performance and model stability.
For the spectral bias weight λ, the model generally exhibits a trend of first improving and then deteriorating on most datasets. This indicates that an appropriate amount of global topological information can enhance the spectral structural priors encoded in node representations and thereby improve classification performance. However, when λ becomes excessively large, overly strong spectral bias may weaken the contribution of the original attribute information and induce a certain degree of over-smoothing. Considering the results across all datasets, we finally set λ = 0.2 as the default value.
For the Top-k parameter k, different datasets exhibit some variation, but the overall trend reflects a trade-off between local connectivity sparsity and noise introduction. When k is too small, the locally clique-expanded subgraph becomes overly sparse, making it difficult to adequately model local relations within small hyperedges. As k increases, the model performance generally improves. However, when k becomes excessively large, more low-similarity connections are introduced, which may inject noise and weaken the generalization ability of the model. Considering both stability and overall performance, k = 4 performs robustly on most datasets and is therefore adopted as the default setting.
For the scale partition threshold τ, it mainly determines whether a hyperedge is assigned to the small-hyperedge branch or the large-hyperedge branch. When τ is too small, more hyperedges are assigned to the large-hyperedge branch, making it difficult to fully capture fine-grained local relations. In contrast, when τ is too large, too many hyperedges are assigned to the small-hyperedge branch, which weakens the functional distinction between branches at different sizes. The experimental results show that a moderate τ is more beneficial to model performance. Although the optimal values vary across datasets, the model is generally more stable in the middle range, and most datasets achieve their best or near-best results around τ = 5 or τ = 8. Considering both stability and overall performance, we finally adopt τ = 5 as the default value.
The model maintains relatively stable performance within a reasonable parameter range, and the proposed method does not rely excessively on delicate parameter tuning. The parameter analysis further demonstrates that the proposed method exhibits favorable parameter stability within a certain range, which is largely consistent with the trends observed in the overall performance and ablation studies above.
4.6. Feature-Noise Robustness Analysis
To evaluate the robustness of the proposed model under perturbed input features, we conduct feature-noise robustness experiments on three representative datasets, namely, Pubmed (CC), Cora (CA), and DBLP (CA). These datasets are selected because they cover the higher-order relational scenarios of co-citation and co-authorship networks, while also differing in node number, structural complexity, and hyperedge distribution characteristics. They provide a relatively comprehensive benchmark for assessing the model’s adaptability to feature perturbations under diverse structural conditions. We compare the proposed method with MLP, HGNN, and DPHGNN. Here, MLP reflects the degradation trend when relying on node attributes, HGNN serves as a classical hypergraph higher-order propagation model, and DPHGNN represents a recent dual-perspective hypergraph learning approach. This comparison allows us to assess the robustness of the proposed method to feature perturbations relative to representative baselines from different methodological categories.
We apply random masking perturbations to the input feature matrix. For each node feature vector, a fixed proportion of feature dimensions is randomly selected and set to zero, simulating scenarios with missing or noise-corrupted attribute information. To systematically investigate the effect of different perturbation intensities, the masking ratio is set to 10%, 20%, 30%, and 40%. All other training settings are kept the same as described in
Section 4.2, and the average classification accuracy is reported over multiple runs under each perturbation level. The experimental results are shown in
Figure 4.
As the perturbation ratio increases, the classification performance of all methods declines to varying degrees, indicating that input feature noise has a generally adverse effect on hypergraph node classification. In contrast, the proposed method exhibits a consistently milder performance degradation, which is particularly evident on Pubmed (CC), Cora (CA), and DBLP (CA). Even when the original attribute information is corrupted, the proposed method can still maintain relatively stable discriminative performance.
This phenomenon can be attributed to two main factors. First, the input-level spectral inductive bias module introduces global topological information in addition to the original node features, enabling the model to acquire enhanced global topological awareness at an early stage of training and thereby reducing excessive reliance on local attributes. Second, scale-aware topological decomposition and multi-branch joint modeling provide complementary information from multiple structural views: the small-hyperedge branch helps preserve more discriminative fine-grained local relations, whereas the large-hyperedge branch offers a more stable sparse characterization of large-scale group structures. When features are perturbed, such joint modeling helps alleviate the performance degradation caused by the impairment of any single information channel.
A comparison of the performance degradation trends across methods on the three datasets shows that MLP is the most sensitive to feature perturbations, and relying solely on node attributes makes it difficult to maintain stable classification performance in noisy environments. Although HGNN can exploit hypergraph structural information, it mainly depends on a unified local higher-order propagation mechanism and thus remains vulnerable to unstable local patterns under feature perturbations. DPHGNN exhibits relatively strong robustness but still underperforms the proposed method overall. These results demonstrate that the synergy between spectral inductive bias and scale-aware topological decomposition can effectively improve the model’s adaptability to feature noise.
The feature-noise robustness experiments further demonstrate that the proposed method can maintain stable node classification performance even when the input features are perturbed, which is consistent with the trends observed in the overall performance and ablation studies.
4.7. Time Complexity Analysis and Training Time Analysis
To investigate the computational efficiency of S2-HGNN in hypergraph node classification, we conduct theoretical time complexity analysis and comparative experiments on training time with baseline methods.
Table 5 and
Table 6 report the theoretical complexity and training time comparison, respectively.
As shown in
Table 5, the main computational cost of S2-HGNN comes from the original hypergraph backbone and the two auxiliary topology branches. The Top-k constrained clique expansion limits the number of retained local connections in small hyperedges, while the star expansion models large hyperedges with linear complexity. Compared with full clique expansion, whose complexity grows quadratically with the hyperedge size, the proposed scale-aware decomposition avoids dense pairwise construction on large hyperedges. Therefore, it controls the propagation cost while retaining representative local and group-level structural information. Since the auxiliary topologies are constructed before training, their construction costs are not included in the per-epoch training complexity.