REVIEW 3 major objections 4 minor 57 references
RHEA: Reliability-Harmonized Reconstruction and Assignment for Robust Multimodal-Attributed Graph Clustering
T0 review · 3 major / 4 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read Neighborhood consensus reveals which node attributes to trust, keeping clustering accurate when text or images are noisy or missing.
desk verdict A credible, genuinely new reliability-field mechanism for multimodal graph clustering, with a real but non-fatal donor-contamination soft spot in the reconstruction step. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the neighborhood-consensus reliability field rho_i,m: for each node i and modality m, the average cosine similarity between the node's modality embedding and its neighbors' embeddings, converted by a softmax across modalities into a per-node distribution over modalities. This one-dimensional signal carries the argument because it gates reconstruction (Eq. 3), weights the fused representation (Eq. 5), and, through the reconstruction confidence c_i, shapes the row marginal of an entropy-regularized optimal transport assignment (Eqs. 6–7) alongside a neighbor-consensus assignment distillation target (Eq. 9).
What would settle it
Build a graph with low attribute homophily, such as edge homophily below 0.5, inject the same Gaussian corruption used in the paper into a random subset of nodes, and measure the AUROC of the reliability-based corruption detector; if it falls to chance instead of the reported 0.95+, the neighborhood-consensus premise is broken. Alternatively, make corruption spatially correlated so that every node's neighbors are also corrupt, and check whether the reconstruction still improves clustering.
Extended reading notes
Core claim
The paper's discovery is that node-specific modality reliability can be read off the graph itself and then propagated end-to-end through representation learning, fusion, and clustering. For each modality, the average cosine agreement between a node's embedding and its graph neighbors yields a per-node reliability score; after a softmax across modalities, this score decides which modality to repair, how to weight the fused representation, and how much transport mass each node's assignment receives. The claim is validated by synthetic-corruption recoverability: a detector built from the reliability field separates injected corruption from clean nodes with AUROC above 0.95 across all datasets,
Load-bearing premise
The whole pipeline assumes that a node's neighbors are themselves mostly clean and share its semantics; if the neighborhood that is supposed to vote on reliability is full of corrupted or missing attributes, the reliability estimate and the reconstruction both get contaminated.
Editorial extensions
If this is right
- If RHEA is right, multimodal graph clustering can be made robust to missing or corrupted attributes without labels, relying on local structure instead of a dedicated generative completion model.
- The reliability field is not just a heuristic: it recovers injected corruption at AUROC above 0.95, so it can double as a label-free corruption detector on the same graphs.
- The framework's gains grow precisely when attribute quality worsens, meaning performance degrades gracefully instead of collapsing as perturbation rates increase.
- Each component carries a distinct regime of value: gated reconstruction dominates the missing-modality gains, the reliability gate prevents overwriting reliable modalities under corruption, and neighbor-consensus assignment distillation supplies the clean-setting base.
- The reliability mechanism generalizes across asymmetric and joint corruption settings, not only single-modality damage.
Reading between the lines
- Because reliability estimation depends on homophily, a natural extension is to make reconstruction donors themselves reliability-filtered, weighting each neighbor by its own reliability or confidence before averaging; this could extend RHEA to graphs with spatially correlated corruption.
- The reliability field might transfer beyond clustering, for example as a supervision-free data-quality audit for retrieval or recommendation systems built on the same node features.
- The confidence-weighted optimal transport marginal suggests a general principle: in clustering with unreliable observations, down-weighting low-confidence samples at the transport level is equivalent to robust assignment, a mechanism that could be tested in other OT-based clustering methods.
- If the AUROC result is stable, the reliability field could serve as a direct estimator of per-node data quality, enabling selective re-encoding or human review of flagged nodes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes RHEA, an unsupervised framework for clustering multimodal-attributed graphs under node-specific modality noise and missingness. RHEA estimates a per-node, per-modality reliability field from neighbor agreement (Eqs. 1–2), reconstructs unreliable or missing modalities by aggregating observed neighbor embeddings (Eqs. 3–4), fuses modalities according to the estimated reliability (Eq. 5), and feeds the result into a reliability-aware entropic optimal transport clustering objective with neighbor-consensus assignment distillation (Eqs. 6–9). The empirical evaluation is broad: four MAG datasets, five attribute conditions, 20 perturbation settings in the main table, plus ablations, sensitivity sweeps, and a synthetic-corruption recovery analysis. The paper reports that RHEA consistently outperforms the strongest baseline, with larger margins as attribute quality deteriorates, and that the learned reliability field detects injected corruption with AUROC above 0.95.
Significance. If the mechanism worked as described, this would be a meaningful contribution: a fully unsupervised, node-specific reliability signal derived from graph neighborhoods, propagated through reconstruction, fusion, and optimal-transport assignment, with strong and internally consistent benchmark evidence. The empirical work is a genuine strength: RHEA wins in all 20 main perturbation settings, the ablation in Table 3 is informative, and the synthetic-corruption AUROC analysis is a useful sanity check. The concern is that the load-bearing mechanism for the corruption regime is not fully supported as written: Eq. (4) admits corrupted observed neighbors as donors, and the reconstruction-confidence row marginal in Eq. (7) does not change a node's own argmax assignment. These issues are fixable but require either a modification of the method, a corrected description, or dedicated experiments that directly test donor-contamination robustness. The central empirical claim may still hold, but the paper currently overstates the mechanism that is claimed to deliver it.
major comments (3)
- [§4.2, Eq. (4)] The donor set N+(i) = {j in N(i) : o_j = 1} includes corrupted neighbors. Under the paper's own corruption protocol (Appendix F.1), corruption replaces a feature vector with a random Gaussian vector but does not set o_j = 0; corrupted nodes remain observed. Therefore the sentence immediately after Eq. (4), claiming that restricting message passing to observed neighbors 'prevents missing or corrupted representations from propagating through the graph,' is false for the corruption regime. This is load-bearing because reconstruction is the main repair mechanism under corruption (Table 3). Please either restrict donors by estimated reliability (e.g., require rho_j,img above a threshold) or, if the current design is retained, add experiments that vary the fraction of corrupted donors and report reconstruction error or downstream NMI stratified by the number of corrupted neighbors.
- [§4.3, Eq. (7) and row marginal r_i ∝ c_i] Scaling the row marginal by reconstruction confidence does not, by itself, change the hard assignment of the reconstructed node. In the entropic OT solution P* = diag(u) K diag(v), a uniform scaling of row i's marginal is absorbed by u_i and multiplies every entry P*_ik by the same factor; hence argmax_k P*_ik is invariant. The confidence thus only reduces the node's influence on the prototypes, not the contamination in its own assignment. This undercuts the claim that confidence allows 'uncertain reconstructions to contribute proportionally' to the clustering objective. Please either integrate confidence into the reconstruction/fusion step itself (e.g., confidence-weighted interpolation between the corrupted embedding and the neighbor average), or provide an analysis showing how the row marginal changes the prototype updates and thereby the final assignments.
- [§5.6 and Fig. 3] The synthetic-corruption AUROC analysis demonstrates that the reliability field detects injected corruption, but it does not test whether the reconstruction step is robust when donors are themselves corrupted. Fig. 3b stratifies detection AUROC by clean vs. corrupt neighbors, not reconstruction error or downstream clustering quality. Since the corruption protocol keeps corrupted nodes in N+(i), the central robustness claim requires evidence that reconstruction still helps nodes whose neighborhoods contain many corrupted donors. Please add an experiment conditioning on the fraction of corrupted neighbors among the donors, reporting NMI or reconstruction error for that stratum, and compare RHEA's reconstruction against no reconstruction and against a reliability-gated donor set.
minor comments (4)
- [§4.3, Eq. (7)] The column marginal c is said to be 'estimated from the graph topology to reflect the empirical cluster-size prior,' but no formula is given. Please specify how this marginal is computed; otherwise the transport polytope is not fully defined.
- [§4.2/§4.3] Notation conflict: c_i is used for reconstruction confidence in Eq. (4) and c for the column marginal in Eq. (7). Rename one of them to avoid ambiguity.
- [Appendix C] The text claims that 'performance gains decrease smoothly as homophily decreases,' but no controlled experiment or data table is provided; the claim is inferred from four dataset-level points. A homophily-perturbation experiment would make this statement concrete.
- [§5.6] The statement 'rising with the corruption severity η (Fig. 3a)' is consistent with the figure, but the y-axis scale (0.95–0.99) makes the trend look small; consider reporting the actual AUROC values in the text or a table.
Circularity Check
Corruption-recovery validation is self-definitional; the core clustering benchmark is independent.
-
self definitional
[Sec. 5.6 (RQ5), Eqs. (1)-(2), and Appendix F.1 corruption model]
"The detector (1−ρ i,img) separates injected-corrupt from clean nodes at AUROC0.958–0.982 across all four benchmarks, rising with the corruption severityη(Fig. 3a); ... Corruption with ratioηselects⌊ηN⌋nodes uniformly at random and replaces each selected node’s feature vector with a random Gaussian vector rescaled to theℓ2 norm of the original feature, so the content of the modality is destroyed while its scale is preserved."
Eq. (2) defines ρ_i,m as a softmax over the neighbor-agreement scores of Eq. (1), i.e., reliability is by definition the cosine similarity between a node's embedding and its neighbors' embeddings. The synthetic corruption procedure in F.1 replaces the target node's features with an i.i.d. Gaussian vector, which under homophily removes exactly the neighborhood agreement that Eq. (1) measures. Thus the 'detector' 1−ρ is the same statistic that the corruption is constructed to drive down; recovering injected corruption at AUROC ≈ 0.96 is entailed by the definitions and cannot independently validate the reliability model. The downstream clustering claims are tested on external labels and do not inherit this circularity.
full rationale
The paper's central clustering result is benchmarked against external labeled data and does not depend on self-citations or imported uniqueness theorems. The main circular content is the synthetic-corruption recoverability experiment (Sec. 5.6, Fig. 3): the claimed AUROC validation reduces to the definition of the reliability field. Because Eq. (1)-(2) define reliability as neighborhood agreement, and the corruption protocol destroys neighborhood agreement by replacing features with random Gaussian vectors, detecting such corruption is a tautological consequence of the estimator's definition rather than an independent empirical discovery. I also noted but did not count as circularity a separate correctness issue: Eq. (4) restricts donors to o_j = 1, but corrupted nodes still have o_j = 1, so the claim that this 'prevents corrupted representations from propagating' is not supported; this is a flaw in the method's robustness story, not a circular derivation. Overall, the paper is only partially circular: the corruption-recovery claim is self-definitional, but the main clustering gains on real benchmarks remain independent evidence.
Assumptions & free parameters
free parameters (13)
- gamma (reliability gate threshold) =
0.45
- tau (reliability temperature) =
1.0
- epsilon (entropic OT strength) =
0.05
- Sinkhorn iterations =
20
- tau_c (contrastive temperature) =
0.5
- tau_a (assignment temperature) =
1.0
- T_s (sharpening temperature) =
0.5
- beta (confidence decay) =
3.0
- L (consensus propagation depth) =
2
- lambda_ncrc =
1.0
- lambda_nbr =
0.5
- lambda_mod =
0.1
- m0 (repulsion margin) =
0.1
assumptions (7)
- domain assumption Attribute homophily: neighboring nodes have similar semantic attributes in each modality.
- domain assumption Observed neighbors are clean enough to serve as reconstruction donors.
- domain assumption Frozen pretrained encoders (RoBERTa, CLIP-ViT-L/14) provide features that preserve semantic similarity under graph homophily.
- standard math Entropic optimal transport with Sinkhorn iterations converges to the regularized plan in Eq. (7).
- domain assumption Random-walk co-occurrence pairs approximate cluster co-membership for the InfoNCE objective.
- ad hoc to paper The reconstruction confidence formula c_i = exp(-beta v_i) * w_i/(w_i+1) captures the quality of a reconstructed modality.
- ad hoc to paper The graph-topology-based column marginal in Eq. (7) reflects the empirical cluster-size prior.
invented entities (2)
-
Node-specific modality reliability field rho_i,m
-
Reconstruction confidence c_i
Cite this review
Pith. "Pith review of RHEA: Reliability-Harmonized Reconstruction and Assignment for Robust Multimodal-Attributed Graph Clustering." pith.science (2026). https://pith.science/paper/LQH7P6QO
@misc{pith2026260800621,
author = {Pith},
title = {Pith review of: RHEA: Reliability-Harmonized Reconstruction and Assignment for Robust Multimodal-Attributed Graph Clustering},
year = {2026},
howpublished = {\url{https://pith.science/paper/LQH7P6QO}},
note = {Machine review of arXiv:2608.00621}
}
read the original abstract
Multimodal-attributed graphs (MAGs), whose nodes carry heterogeneous attributes such as text and images over a relational structure, have become a fundamental substrate for label-free entity grouping tasks, including community discovery and product segmentation. Existing MAG clustering methods effectively integrate complementary modalities when attributes are clean and complete, but degrade substantially under noisy or missing attributes because they implicitly assume equal modality reliability across all nodes. In practice, modality reliability is inherently node-specific: images may be corrupted or absent, while textual descriptions are incomplete or noisy. We argue that, under attribute homophily, graph neighborhoods naturally provide supervision-free evidence for estimating node-specific modality reliability. Based on this insight, we propose RHEA, a reliability-aware framework for MAG clustering that estimates node-specific modality reliability from neighborhood consensus and propagates this signal throughout the clustering pipeline. RHEA reconstructs unreliable or missing modalities from graph neighborhoods, adaptively weights modalities during reliability-aware fusion, and performs topology-aware optimal transport clustering with reliability-aware transport assignment and neighbor-consensus assignment distillation. Furthermore, the confidence of reconstructed representations is incorporated into the clustering objective, allowing uncertain reconstructions to contribute proportionally during optimization. Experiments on four MAG benchmarks under five attribute conditions show that RHEA consistently outperforms the strongest baseline, with NMI gains increasing as attribute quality deteriorates.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
arXiv preprint arXiv:2511.20030 , year=
Cross-Contrastive Clustering for Multimodal Attributed Graphs with Dual Graph Filtering , author=. arXiv preprint arXiv:2511.20030 , year=
-
[2]
Proceedings of the 33rd ACM International Conference on Multimedia (ACM MM) , year=
Disentangling Homophily and Heterophily in Multimodal Graph Clustering , author=. Proceedings of the 33rd ACM International Conference on Multimedia (ACM MM) , year=
-
[3]
IEEE Transactions on Neural Networks and Learning Systems , year=
Dual Information Enhanced Multi-view Attributed Graph Clustering , author=. IEEE Transactions on Neural Networks and Learning Systems , year=
-
[4]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Multi-view Contrastive Graph Clustering , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[5]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
MoEGCL: Mixture of Ego-Graphs Contrastive Representation Learning for Multi-View Clustering , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[6]
Pattern Analysis and Applications , year=
Tri-Learn Graph Fusion Network for Attributed Graph Clustering , author=. Pattern Analysis and Applications , year=
-
[7]
IEEE Transactions on Circuits and Systems for Video Technology , year=
A Clustering-guided Contrastive Fusion for Multi-view Representation Learning , author=. IEEE Transactions on Circuits and Systems for Video Technology , year=
-
[8]
Attributed Graph Clustering with Multi-Scale Weight-Based Pairwise Coarsening and Contrastive Learning , author=. Neurocomputing , year=
Show all 57 references
-
[9]
Proceedings of The Web Conference (WWW) , year=
Structural Deep Clustering Network , author=. Proceedings of The Web Conference (WWW) , year=
-
[10]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
Deep Fusion Clustering Network , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[11]
Proceedings of the 29th ACM International Conference on Multimedia (ACM MM) , year=
Attention-driven Graph Clustering Network , author=. Proceedings of the 29th ACM International Conference on Multimedia (ACM MM) , year=
-
[12]
Proceedings of the 28th International Joint Conference on Artificial Intelligence (IJCAI) , year=
Attributed Graph Clustering: A Deep Attentional Embedding Approach , author=. Proceedings of the 28th International Joint Conference on Artificial Intelligence (IJCAI) , year=
-
[13]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
Deep Graph Clustering via Dual Correlation Reduction , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[14]
Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD) , year=
Adaptive Graph Encoder for Attributed Graph Embedding , author=. Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining (KDD) , year=
-
[15]
Proceedings of the 40th International Conference on Machine Learning (ICML) , year=
Dink-Net: Neural Clustering on Large Graphs , author=. Proceedings of the 40th International Conference on Machine Learning (ICML) , year=
-
[16]
Proceedings of the ACM Web Conference (WWW) , year=
Towards Unsupervised Deep Graph Structure Learning , author=. Proceedings of the ACM Web Conference (WWW) , year=
-
[17]
Proceedings of the 37th International Conference on Machine Learning (ICML) , year=
Contrastive Multi-View Representation Learning on Graphs , author=. Proceedings of the 37th International Conference on Machine Learning (ICML) , year=
-
[18]
and Jain, Prateek , booktitle=
Devvrit, Fnu and Sinha, Aditya and Dhillon, Inderjit S. and Jain, Prateek , booktitle=
-
[19]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
Hard Sample Aware Network for Contrastive Deep Graph Clustering , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[20]
Proceedings of the AAAI Conference on Artificial Intelligence , year=
Cluster-guided Contrastive Graph Clustering Network , author=. Proceedings of the AAAI Conference on Artificial Intelligence , year=
-
[21]
IEEE Transactions on Knowledge and Data Engineering , year=
Reliable Node Similarity Matrix Guided Contrastive Graph Clustering , author=. IEEE Transactions on Knowledge and Data Engineering , year=
-
[22]
Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD) , year=
Revisiting Modularity Maximization for Graph Clustering: A Contrastive Learning Perspective , author=. Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD) , year=
-
[23]
Journal of Machine Learning Research , volume=
Graph Clustering with Graph Neural Networks , author=. Journal of Machine Learning Research , volume=
-
[24]
Proceedings of the Web Conference (WWW) , year=
Graph Contrastive Learning with Adaptive Augmentation , author=. Proceedings of the Web Conference (WWW) , year=
-
[25]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Graph Contrastive Learning with Augmentations , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[26]
Proceedings of the 39th International Conference on Machine Learning (ICML) , year=
ProGCL: Rethinking Hard Negative Mining in Graph Contrastive Learning , author=. Proceedings of the 39th International Conference on Machine Learning (ICML) , year=
-
[27]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
COMPLETER: Incomplete Multi-view Clustering via Contrastive Prediction , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
-
[28]
IEEE Transactions on Image Processing , year=
Adaptive Feature Projection with Distribution Alignment for Deep Incomplete Multi-view Clustering , author=. IEEE Transactions on Image Processing , year=
-
[29]
Proceedings of the 42nd International Conference on Machine Learning (ICML) , year=
PROTOCOL: Partial Optimal Transport-enhanced Contrastive Learning for Imbalanced Multi-view Clustering , author=. Proceedings of the 42nd International Conference on Machine Learning (ICML) , year=
-
[30]
IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
Trusted Multi-View Classification with Dynamic Evidential Fusion , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , year=
-
[31]
Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
Differentiable Information Bottleneck for Deterministic Multi-view Clustering , author=. Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , year=
-
[32]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Sinkhorn Distances: Lightspeed Computation of Optimal Transport , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[33]
Findings of the Association for Computational Linguistics: EMNLP , year=
Multimodal Contrastive Learning via Uni-Modal Coding and Cross-Modal Prediction for Multimodal Sentiment Analysis , author=. Findings of the Association for Computational Linguistics: EMNLP , year=
-
[34]
International Conference on Learning Representations (ICLR) , year=
Semi-Supervised Classification with Graph Convolutional Networks , author=. International Conference on Learning Representations (ICLR) , year=
-
[35]
International Conference on Learning Representations (ICLR) , year=
Graph Attention Networks , author=. International Conference on Learning Representations (ICLR) , year=
-
[36]
Proceedings of the National Academy of Sciences , volume=
Modularity and Community Structure in Networks , author=. Proceedings of the National Academy of Sciences , volume=
-
[37]
Advances in Neural Information Processing Systems (NeurIPS) , year=
Attention Is All You Need , author=. Advances in Neural Information Processing Systems (NeurIPS) , year=
-
[38]
Naval Research Logistics Quarterly , volume=
The Hungarian Method for the Assignment Problem , author=. Naval Research Logistics Quarterly , volume=
-
[39]
Journal of Machine Learning Research , volume=
Cluster Ensembles -- A Knowledge Reuse Framework for Combining Multiple Partitions , author=. Journal of Machine Learning Research , volume=
-
[40]
Journal of Classification , volume=
Comparing Partitions , author=. Journal of Classification , volume=
-
[41]
Annual Review of Sociology , volume=
Birds of a Feather: Homophily in Social Networks , author=. Annual Review of Sociology , volume=
-
[42]
Proceedings of the 38th International Conference on Machine Learning (ICML) , year=
Learning Transferable Visual Models From Natural Language Supervision , author=. Proceedings of the 38th International Conference on Machine Learning (ICML) , year=
-
[43]
Foundations and Trends in Machine Learning , volume=
Computational Optimal Transport , author=. Foundations and Trends in Machine Learning , volume=
-
[44]
arXiv preprint arXiv:2410.09132 , year =
When Graph meets Multimodal: Benchmarking and Meditating on Multimodal Attributed Graphs Learning , author =. arXiv preprint arXiv:2410.09132 , year =
-
[45]
arXiv preprint arXiv:2602.05576 , year =
OpenMAG: A Comprehensive Benchmark for Multimodal-Attributed Graph , author =. arXiv preprint arXiv:2602.05576 , year =
-
[46]
Li, Xunkai and Wu, Zhengyu and Chen, Zekai and Sun, Henan and Su, Daohan and Zeng, Guang and Qin, Hongchao and Li, Rong-Hua and Wang, Guoren , journal =
-
[47]
Neural Networks , volume =
Incomplete Graph Learning: A Comprehensive Survey , author =. Neural Networks , volume =. 2025 , publisher =
2025
-
[48]
Transactions on Machine Learning Research (TMLR) , year =
Deep Multimodal Learning with Missing Modality: A Survey , author =. Transactions on Machine Learning Research (TMLR) , year =
-
[49]
arXiv preprint arXiv:2602.17354 , year =
Training-free Graph-based Imputation of Missing Modalities in Multimodal Recommendation , author =. arXiv preprint arXiv:2602.17354 , year =
-
[50]
Engineering Applications of Artificial Intelligence , year =
Training-free Adjustable Polynomial Graph Filtering for Ultra-fast Multimodal Recommendation , author =. Engineering Applications of Artificial Intelligence , year =
-
[51]
Proceedings of the 32nd ACM International Conference on Multimedia (MM) , year =
DiffMM: Multi-Modal Diffusion Model for Recommendation , author =. Proceedings of the 32nd ACM International Conference on Multimedia (MM) , year =
-
[52]
Proceedings of the 31st ACM International Conference on Multimedia (MM) , year =
A Tale of Two Graphs: Freezing and Denoising Graph Structures for Multimodal Recommendation , author =. Proceedings of the 31st ACM International Conference on Multimedia (MM) , year =
-
[53]
arXiv preprint arXiv:1901.10610 , year=
Robust Deep Multi-Modal Sensor Fusion using Fusion Weight Regularization and Target Learning , author=. arXiv preprint arXiv:1901.10610 , year=
1901 arXiv
-
[54]
Complex & Intelligent Systems , year=
Modality-uncertainty-aware knowledge distillation framework for multimodal sentiment analysis , author=. Complex & Intelligent Systems , year=
-
[55]
2025 , doi=
Chen, Junyu and Shi, Long and Chen, Badong , journal=. 2025 , doi=
2025
-
[56]
Advances in Neural Information Processing Systems, NeurIPS, Datasets and Benchmarks Track, NeurIPS DB Track , year=
RedCaps: Web-curated image-text data created by the people, for the people , author=. Advances in Neural Information Processing Systems, NeurIPS, Datasets and Benchmarks Track, NeurIPS DB Track , year=
-
[57]
McAuley , title =
Jianmo Ni and Jiacheng Li and Julian J. McAuley , title =
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.