Search papers, labs, and topics across Lattice.
This paper introduces SemiMat, a benchmark designed for semi-supervised materials property regression, addressing the challenge of learning from limited labeled data and abundant unlabeled crystals. The authors propose MatRank, a reliability-weighted objective that enhances pseudo-labeling by incorporating local reliability and weak-prediction agreement, leading to improved performance in property prediction tasks. Results show that MatRank achieves the lowest normalized mean absolute error (NMAE) of 0.896 and the best average method rank across various tasks, indicating its effectiveness in leveraging unlabeled data for materials discovery.
MatRank's innovative approach to pseudo-labeling reduces prediction error by effectively utilizing unlabeled data, achieving a remarkable NMAE of 0.896.
Learning materials properties from scarce labels and unlabeled crystals is a central challenge for data-driven materials discovery. We present SemiMat, a controlled benchmark for semi-supervised materials property regression, and MatRank, a reliability-weighted objective for continuous pseudo-label uncertainty. SemiMat fixes labeled and unlabeled crystal inputs, graph-backbone interfaces, validation-only checkpoint selection, held-out test reporting, normalized MAE (NMAE), and method-rank summaries across six scarce-label tasks, four graph backbones, and five predefined split runs. MatRank builds pseudo-targets from labeled anchors, weights them by local reliability and weak-prediction agreement, trains weak and strong graph views consistently, and adds ranking signals so that unlabeled crystals shape both values and candidate order. Across the retained 24 backbone-task blocks, one fixed MatRank objective gives the lowest aggregate held-out test NMAE (0.896) and best average method rank (2.208). The component, OOD, and generated-pool diagnostics identify where the gain is reliable and where further screening evaluation remains necessary. Code is available at https://github.com/littlepeachs/SemiMat.