Papers
Topics
Authors
Recent
Search
2000 character limit reached

Implicit Hypergraph Neural Networks

Updated 8 July 2026
  • Implicit Hypergraph Neural Networks (IHGNNs) are hypergraph architectures where latent representations are implicitly defined via fixed-point equations or energy minimization.
  • They leverage normalized hypergraph operators and iterative solvers to guarantee convergence and stability through contraction conditions and spectral constraints.
  • Applications span node classification, clustering, and prediction in complex domains like computer vision and social networks, demonstrating competitive empirical performance.

Searching arXiv for the cited IHGNN and hypergraph survey papers to ground the article. Implicit Hypergraph Neural Networks (IHGNNs) are hypergraph neural architectures in which latent representations are defined implicitly—either as the solution of a fixed-point equation or as the minimizer of a hypergraph-regularized energy—rather than as the output of a finite stack of explicit propagation layers. In this formulation, the hidden state is obtained by solving an equilibrium condition driven by a hypergraph operator derived from the incidence structure, degree matrices, and, when applicable, hyperedge weights. Within the recent hypergraph literature, the term covers at least two distinct usages: a general implicit or equilibrium formulation for higher-order relational learning developed from fixed-point or argmin-based models (Yang et al., 11 Mar 2025, Wang et al., 2023, Li et al., 13 Aug 2025), and the unrelated acronym “IHGNN” used for an “Interactive Hypergraph Neural Network” in personalized product search, where the “I” denotes interactive rather than implicit (Cheng et al., 2022).

1. Definition and scope

In the implicit-equilibrium view, the hidden representation ZZ is defined as the solution of an equation such as

F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,

or equivalently

Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),

where ff aggregates messages using hypergraph operators derived from the incidence matrix HH, injects input features, and applies nonlinearity and learnable parameters (Yang et al., 11 Mar 2025). A canonical instance is

Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),

with

S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},

where HRV×EH \in \mathbb{R}^{|V|\times |E|} is the incidence matrix, WW is a diagonal hyperedge-weight matrix, De=diag(δ(e))D_e=\operatorname{diag}(\delta(e)), and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,0 (Yang et al., 11 Mar 2025).

A parallel implicit construction is given by energy-based hypergraph models in which embeddings are defined by an argmin operator. In “From Hypergraph Energy Functions to Hypergraph Neural Networks,” the lower-level mapping is

F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,1

with the simplified energy

F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,2

so that the implicit layer is the energy minimizer rather than an explicit propagation output (Wang et al., 2023). If F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,3 is dropped and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,4, the unique minimizer has the closed form

F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,5

which makes the implicit nature explicit (Wang et al., 2023).

A more direct equilibrium architecture is presented in “Implicit Hypergraph Neural Networks: A Stable Framework for Higher-Order Relational Learning with Provable Guarantees,” where the model is

F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,6

with

F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,7

where F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,8, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,9, and Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),0 (Li et al., 13 Aug 2025).

The 2025 survey “Recent Advances in Hypergraph Neural Networks” does not use the exact term “IHGNN,” but it identifies the mathematical ingredients from which such models arise naturally, including normalized hypergraph operators, diffusion dynamics, attention-based propagation, and convergence-stability viewpoints (Yang et al., 11 Mar 2025). This suggests that implicit hypergraph models are best understood as an overview of hypergraph diffusion, equilibrium layers, and hypergraph-specific message passing.

2. Hypergraph operators and fixed-point constructions

The standard undirected hypergraph notation used in recent HGNN work begins with the incidence matrix

Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),1

the diagonal hyperedge-weight matrix Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),2, the hyperedge degree Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),3, and the node degree Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),4 (Yang et al., 11 Mar 2025). From these, one obtains the normalized propagation operator

Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),5

and the Zhou-style hypergraph Laplacian

Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),6

(Yang et al., 11 Mar 2025).

Implicit HGNNs inherit these operators and reinterpret them as part of an equilibrium equation. In the diffusion-inspired formulation, the continuous-time process

Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),7

has a steady-state interpretation leading to

Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),8

or, after reparameterization and nonlinearity,

Z=f(Z;X,H,θ),Z=f(Z; X, H, \theta),9

(Yang et al., 11 Mar 2025). This directly ties implicit hypergraph layers to the diffusion operators surveyed in the hypergraph literature.

Spatial hypergraph models admit the same reformulation. In the two-stage node-to-hyperedge, hyperedge-to-node scheme,

ff0

with permutation-invariant set functions ff1 (Yang et al., 11 Mar 2025). If the overall update is collected as a permutation-invariant operator ff2, the equilibrium form becomes

ff3

(Yang et al., 11 Mar 2025). Attention-based propagation can likewise be lifted into an implicit operator by replacing ff4 with an attention-derived row-stochastic operator ff5, yielding

ff6

(Yang et al., 11 Mar 2025).

Energy-based implicit layers use different operators but a closely related logic. The PhenomNN family relies on clique and star expansions, with

ff7

and their Laplacians ff8 and ff9 (Wang et al., 2023). The simplified proximal-gradient iteration is

HH0

where HH1 (Wang et al., 2023). The fixed point of this convergent iteration is the implicit layer.

3. Existence, uniqueness, and stability

The central theoretical issue in IHGNNs is whether the implicit equation is well posed. The survey-level synthesis states the standard sufficient condition: if HH2 and HH3 is Lipschitz with constant HH4, then a unique fixed point exists and Picard iteration converges (Yang et al., 11 Mar 2025). In practice, sufficient spectral constraints include

HH5

for example

HH6

or, in linearized form,

HH7

(Yang et al., 11 Mar 2025). For attention operators, contraction can be enforced through normalization and bounded HH8 (Yang et al., 11 Mar 2025).

The 2025 equilibrium IHGNN paper provides a sharper guarantee for normalized hypergraph propagation. It defines an admissible hypergraph as one in which each hyperedge has a non-negative weight and each node has positive degree, ensuring HH9 and Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),0 exist and Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),1 is well defined (Li et al., 13 Aug 2025). It then proves that if Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),2 is nonexpansive and the hidden weight matrix satisfies

Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),3

then for any input term Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),4 the equilibrium equation

Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),5

has a unique solution Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),6, and the fixed-point iteration

Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),7

converges geometrically to Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),8 (Li et al., 13 Aug 2025). With Z=σ(αSZWz+βXWx+b),Z=\sigma(\alpha S Z W_z + \beta X W_x + b),9 and S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},0, the bound is

S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},1

This graph-agnostic contraction requirement is presented as a theoretical improvement over graph implicit models that impose a joint spectral condition involving S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},2 (Li et al., 13 Aug 2025).

The energy-based line gives analogous guarantees from optimization. With the nonnegativity penalty S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},3 retained, the lower-level problem is strongly convex with convex constraints, the unique solution exists, and proximal gradient descent converges under step-size conditions (Wang et al., 2023). For PhenomNN_simple, the paper proves monotone convergence when

S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},4

where S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},5 is the minimal diagonal of S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},6, S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},7 that of S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},8, and S=Dv1/2HWDe1HTDv1/2,S=D_v^{-1/2} H W D_e^{-1} H^T D_v^{-1/2},9 the minimum eigenvalue of HRV×EH \in \mathbb{R}^{|V|\times |E|}0 (Wang et al., 2023).

These results place stability at the center of IHGNN design. This suggests that implicit hypergraph models differ from merely “deep” HGNNs not only by replacing layer stacks with equilibrium solves, but by making contractivity, normalization, and solver behavior first-class architectural constraints.

4. Training and solver mechanics

Practical forward computation in fixed-point IHGNNs uses iterative solvers. A standard Picard iteration is

HRV×EH \in \mathbb{R}^{|V|\times |E|}1

stopped when either

HRV×EH \in \mathbb{R}^{|V|\times |E|}2

or

HRV×EH \in \mathbb{R}^{|V|\times |E|}3

subject to a maximum iteration budget HRV×EH \in \mathbb{R}^{|V|\times |E|}4 (Yang et al., 11 Mar 2025). The survey synthesis also identifies Anderson acceleration, Broyden’s method, and Newton-Krylov or conjugate-gradient methods on linearized systems as practical alternatives (Yang et al., 11 Mar 2025). The 2025 equilibrium paper, however, focuses on simple fixed-point iteration and reports rapid decay of HRV×EH \in \mathbb{R}^{|V|\times |E|}5 toward HRV×EH \in \mathbb{R}^{|V|\times |E|}6 across datasets (Li et al., 13 Aug 2025).

Backward propagation in implicit models is performed by implicit differentiation. For

HRV×EH \in \mathbb{R}^{|V|\times |E|}7

with equilibrium HRV×EH \in \mathbb{R}^{|V|\times |E|}8 and loss HRV×EH \in \mathbb{R}^{|V|\times |E|}9, the gradient with respect to parameters is

WW0

which is implemented by solving

WW1

and then computing

WW2

(Yang et al., 11 Mar 2025). The chief advantage is that only the equilibrium state and operator states must be stored, rather than an entire deep unrolling (Yang et al., 11 Mar 2025).

The 2025 IHGNN paper derives an equilibrium-state sensitivity recursion,

WW3

and computes parameter gradients through

WW4

(Li et al., 13 Aug 2025). This again avoids explicit Jacobian inversion.

By contrast, the energy-based PhenomNN work does not train by the implicit function theorem. It approximates the lower-level solution by WW5 proximal-gradient iterations,

WW6

and then backpropagates through the unrolled steps (Wang et al., 2023). The paper explicitly notes that no Hessian linear system or conjugate-gradient inverse is needed because gradients are obtained by standard backpropagation through the unrolled PGD steps (Wang et al., 2023). Thus, within the broader IHGNN landscape, both exact implicit differentiation and convergent unrolling are in active use.

A further stabilization device in the equilibrium IHGNN is projection of WW7:

WW8

with WW9 (Li et al., 13 Aug 2025). This enforces the contraction constraint during optimization. The same paper also proves a scaled well-posedness result: for positively homogeneous nonexpansive activations, there exists an equivalent parameterization with De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))0 that produces identical outputs (Li et al., 13 Aug 2025).

5. Relation to HGNN architectures and nomenclature

The recent HGNN survey organizes the field into hypergraph convolutional networks, hypergraph attention networks, hypergraph autoencoders, hypergraph recurrent networks, and deep hypergraph generative models (Yang et al., 11 Mar 2025). Implicit formulations can be applied across all of these categories. In HGCNs, spectral or spatial hypergraph operators can define the equilibrium map De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))1; in HGATs, attention weights determine an operator De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))2 inside the fixed-point update; in HGAEs, the encoder can be implicit while the decoder reconstructs structure through

De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))3

in HGRNs, one can pair implicit spatial equilibria with temporal recurrence; and in DHGGMs, the diffusion equation and its steady-state already have an equilibrium interpretation (Yang et al., 11 Mar 2025).

The PhenomNN work explicitly maps its energy-derived architecture back to existing hypergraph GNN families. It argues that HGNN, HCHA, and H-ChebNet are effectively GNNs on clique expansions, while HNHN, HGAT, HyperSAGE, UniGNN, and HAN use star expansions or heterogeneous bipartite graphs with hyperedge nodes (Wang et al., 2023). PhenomNN differs in analytically optimizing away hyperedge embeddings De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))4 to obtain a node-only objective still influenced by star-like regularization via De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))5 (Wang et al., 2023). With De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))6 removed, its implicit limit acts as a rational spectral filter:

De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))7

or, in the mixed case,

De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))8

(Wang et al., 2023).

The equilibrium IHGNN paper positions itself against explicit HGNNs such as HGNN and HyperGCN, and against graph implicit models such as IGNN. Its stated benefit over explicit hypergraph models is “global higher-order propagation via a single equilibrium solve,” avoiding deep stacks and their instability or oversmoothing, while its benefit over graph implicit models is the use of the hypergraph operator De=diag(δ(e))D_e=\operatorname{diag}(\delta(e))9 to encode higher-order relations beyond pairwise edges (Li et al., 13 Aug 2025).

A terminological complication arises from the earlier PPS paper “IHGNN: Interactive Hypergraph Neural Network for Personalized Product Search” (Cheng et al., 2022). There, IHGNN denotes an explicit, two-step node-to-hyperedge-to-node model for a 3-uniform hypergraph over users, products, and queries. The model computes

F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,00

where F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,01, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,02, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,03 encode first-, second-, and third-order feature interactions through concatenation and Hadamard products, and then averages incident hyperedge messages to update nodes:

F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,04

(Cheng et al., 2022). The paper repeatedly states that the “I” means interactive, not implicit, even though the model exploits implicit collaborative signals encoded in hypergraph topology (Cheng et al., 2022). This is a common source of confusion and should be kept distinct from implicit-equilibrium IHGNNs.

6. Empirical performance, use cases, and open problems

The survey identifies the major task regimes for hypergraph learning as node-level classification and clustering, hyperedge-level classification and prediction, and hypergraph-level classification and generation (Yang et al., 11 Mar 2025). It also lists application domains including computer vision and hyperspectral imagery, social and group recommendation, functional brain networks, text classification, knowledge graphs, and traffic forecasting (Yang et al., 11 Mar 2025). Because these domains benefit from stable long-range propagation, they are described as suitable targets for implicit hypergraph models (Yang et al., 11 Mar 2025).

Empirical evidence for fully implicit or equilibrium hypergraph models comes from two main sources. In the energy-based line, PhenomNN and PhenomNN_simple report state-of-the-art or competitive results on benchmark suites. On the Zhang et al. benchmarks, PhenomNN has average ranking F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,05 and PhenomNN_simple F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,06; representative results include PhenomNN F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,07 on Co-authorship-Cora, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,08 on Pubmed, and PhenomNN_simple F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,09 on ModelNet40 (Wang et al., 2023). On the Chien et al. AllSet benchmark, PhenomNN_simple achieves best average ranking F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,10, with examples including F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,11 on NTU2012* and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,12 on ModelNet40* (Wang et al., 2023). The same study reports example epoch times on DBLP coauthorship with F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,13 and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,14: GCN F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,15 s/epoch, PhenomNN_simple F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,16 s/epoch, and PhenomNN F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,17 s/epoch, with memory F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,18 MB, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,19 MB, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,20 MB respectively (Wang et al., 2023).

The 2025 equilibrium IHGNN reports the highest accuracy on citation hypergraph benchmarks among the baselines it considers: F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,21 on Cora, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,22 on Pubmed, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,23 on Citeseer (Li et al., 13 Aug 2025). Selected baseline values in the same study are GCN at F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,24, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,25, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,26; GAT at F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,27, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,28, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,29; HGNN at F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,30, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,31, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,32; and IGNN at F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,33, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,34, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,35 on Cora, Pubmed, and Citeseer respectively (Li et al., 13 Aug 2025). The paper further reports very low standard deviation across F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,36 runs and gives, for Cora, an accuracy mean of F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,37, standard deviation F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,38, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,39 confidence interval F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,40 (Li et al., 13 Aug 2025). It also states that varying hidden size, learning rate, and dropout yields small performance fluctuations, especially on Cora and Pubmed (Li et al., 13 Aug 2025).

The PPS paper provides strong evidence for the effectiveness of explicit interactive hypergraph modeling, though not for implicit-equilibrium IHGNN in the strict sense. On personalized product search datasets, IHGNN-O3 improves over the best baseline on Ali-1Core by F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,41 NDCG@10, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,42 HR@10, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,43 MAP@10; on Ali-5Core by F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,44, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,45, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,46; on CIKM by F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,47, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,48, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,49; and on CDs_5 by F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,50, F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,51, and F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,52 (Cheng et al., 2022). These results should not be cited as evidence for fixed-point or equilibrium hypergraph modeling, but they do show that hypergraph structure and higher-order interactions are empirically valuable in a domain built from ternary relations.

Open problems recur across the literature. The survey highlights scalability on large hypergraphs, the dependence on task-specific hypergraph construction, robustness to noisy hyperedges, attention stability, dynamic and temporal hypergraphs, interpretability, and the need for better solvers and stronger guarantees beyond diffusion settings (Yang et al., 11 Mar 2025). The PhenomNN paper notes that the full model is heavier than GCN because it handles both clique and star expansions and often lacks real hyperedge features F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,53 on benchmark datasets (Wang et al., 2023). The equilibrium IHGNN paper notes that violation of the contraction condition F(Z;X,H,θ)=0,F(Z; X, H, \theta)=0,54 can lead to divergence or non-uniqueness, and that heterophily and non-smooth label manifolds may require attention or adaptive normalization (Li et al., 13 Aug 2025).

A plausible implication is that future IHGNN research will likely be shaped by three interacting agendas already visible in the cited work: solver design and projection-based stabilization for exact equilibrium training (Li et al., 13 Aug 2025), broader energy formulations and alternative proximal operators (Wang et al., 2023), and hypergraph-specific operator design spanning diffusion, attention, multiset aggregation, and generative settings (Yang et al., 11 Mar 2025).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Implicit Hypergraph Neural Networks (IHGNN).