Papers › Tensor Methods: A Unified and Interpretable Approach for Material Design

Tensor Methods: A Unified and Interpretable Approach for Material Design

11 Feb 2026arXiv:2602.10392added by Syntology

Shaan Pakala, Aldair E. Gongora, Brian Giera, Evangelos E. Papalexakis

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

When designing new materials, it is often necessary to tailor the material design to have some desired properties. As the set of material design parameters grows, the search space grows exponentially, making the actual synthesis and evaluation of all combinations of designs virtually impossible. Even using traditional computational methods, such as Finite Element Analysis (FEA), becomes too computationally heavy to search this design space. Recent methods use machine learning (ML) surrogate models to more efficiently determine optimal material designs; unfortunately, these methods often (i) are notoriously difficult to interpret and (ii) under perform when the training data comes from a non-uniform sampling of the entire design space. In this work, we suggest the use of tensor completion methods as an all-in-one approach for interpretability and predictions. We observe classical tensor methods are able to compete with traditional ML methods in predictions, with the added benefit of their interpretable tensor factors (which are given for free). In our experiments, we are able to rediscover physical phenomena via the tensor factors, indicating that our predictions are aligned with the physics of the problem. This also means these factors could be used by experimentalists to identify potentially novel patterns, given we are able to rediscover existing ones. We also study the effects of both types of surrogate models (traditional ML \& tensor-based) when we encounter training data from a non-uniform sampling of the design space. We observe some more specialized tensor methods that are able to give better generalization in these non-uniform sampling scenarios, due to the low-rank constraint. We find the best generalization comes from a tensor model, which is able to improve upon the baseline ML methods by up to 5\% on aggregate R², and halve the error in some out of distribution sections.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.10392")

Code

Syntology Ran 0 of 11 code samples harvested from 1 repository linked to this paper; 11 have no recorded run.

By repository: found in paper text by Syntology: 11 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

shaanpakala/Tensor-Methods-for-Material-Design found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 0 ran; 0 honoured the contract we drafted; 11 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from shaanpakala/Tensor-Methods-for-Material-Design. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

convert_df_to_indices shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/utils.py found in paper text by Syntology unverified no licence file found · pointer only · e49e5f88f50ed884 · report
eval_data shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/tuckER.py found in paper text by Syntology unverified no licence file found · pointer only · 42c1b9babd6b63bb · report
gen_random shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/CPD_smooth.py found in paper text by Syntology unverified no licence file found · pointer only · 7c75a24316b77904 · report
get_size shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/NeAT/read.py found in paper text by Syntology unverified no licence file found · pointer only · 8ae3a03e2a8ee5a0 · report
get_sparse_tensor shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 1aeb2b2ff3eb484b · report
nre shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/NeAT/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 3ee7e8302a4bdf41 · report
rmse shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/NeAT/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · d98fdc38474b51ac · report
save_checkpoints shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/NeAT/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 4b862d4ca5a5d65c · report
split_formula shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 5fabe614371fd60f · report
train_learned_ensemble shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/ETC.py found in paper text by Syntology unverified no licence file found · pointer only · c9775689aa378119 · report
train_tuckER shaanpakala/Tensor-Methods-for-Material-Design/tensor_completion_models/tuckER.py found in paper text by Syntology unverified no licence file found · pointer only · 3d4a4e2b7dd016ca · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.10392, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections