Papers › InertialAR: Autoregressive 3D Molecule Generation with Inertial Frames

InertialAR: Autoregressive 3D Molecule Generation with Inertial Frames

31 Oct 2025ICMLarXiv:2510.27497added by Syntology

Haorui Li, Weitao Du, Yuqiang Li, Hongyu Guo, Shengchao Liu

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

Transformer-based autoregressive models have emerged as a unifying paradigm across modalities such as text and images, but their extension to 3D molecule generation remains underexplored. The gap stems from two fundamental challenges: (1) how to tokenize molecules into a canonical 1D sequence of tokens that is invariant to both SE(3) transformations and atom index permutations, and (2) how to design an architecture capable of modeling hybrid atom-based tokens that couple discrete atom types with continuous 3D coordinates. To address these challenges, we introduce InertialAR. It first performs generation-oriented canonical tokenization by aligning each molecule to a canonical inertial frame and reordering atoms, thereby converting arbitrary 3D structures into a unique, SE(3)- and permutation-invariant sequence of tokens for autoregressive generation. Built upon this canonical tokenization, we propose geometric positional encoding (GeoPE), which endows Transformer attention with 3D geometric awareness. Finally, InertialAR utilizes a hierarchical autoregressive paradigm to decode the next atom, consecutively predicting the atom type and 3D coordinates via Diffusion Loss. Experimentally, InertialAR achieves state-of-the-art performance on 8 of the 10 evaluation metrics for unconditional generation across QM9, GEOM-Drugs, and B3LYP. Moreover, it significantly outperforms baselines in controllable generation for targeted chemical functionality, attaining state-of-the-art results across all 5 metrics. Code is available at github.com/HaoruiLi46/InertialAR.

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="2510.27497")

Code

Syntology Ran 2 of 14 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract.

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

HaoruiLi46/InertialAR 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

14 samples harvested; 2 ran; 1 honoured the contract we drafted; 12 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.

1ran · honoured contract
1ran · violated contract
12unverified

Licence: 14 of the 14 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 HaoruiLi46/InertialAR. “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.

gaussian HaoruiLi46/InertialAR/InertialAR/layers.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 294ba20b052bfbc7 · report
modulate HaoruiLi46/InertialAR/InertialAR/diffusion_loss.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 62fcb3912a967a50 · report
edm_sampler HaoruiLi46/InertialAR/InertialAR/diffusion_loss.py found in paper text by Syntology unverified no licence file found · pointer only · 5410f612607c88fc · report
edm_sampler_2_conditions HaoruiLi46/InertialAR/InertialAR/diffusion_loss.py found in paper text by Syntology unverified no licence file found · pointer only · 88df89a7ba95a984 · report
flatten_orders HaoruiLi46/InertialAR/InertialAR/ema.py found in paper text by Syntology unverified no licence file found · pointer only · df922802567c315f · report
get_causal_mask HaoruiLi46/InertialAR/InertialAR/attention.py found in paper text by Syntology unverified no licence file found · pointer only · 25d6d5385209908e · report
get_freqs HaoruiLi46/InertialAR/InertialAR/rope.py found in paper text by Syntology unverified no licence file found · pointer only · e062cdaaece8f126 · report
normalize_model_name HaoruiLi46/InertialAR/InertialAR/config.py found in paper text by Syntology unverified no licence file found · pointer only · afdc84598c74bff9 · report
nystrom_prepare_landmark_multi_sigma HaoruiLi46/InertialAR/InertialAR/config.py found in paper text by Syntology unverified no licence file found · pointer only · 31440bb09160a085 · report
pad_numel HaoruiLi46/InertialAR/InertialAR/ema.py found in paper text by Syntology unverified no licence file found · pointer only · 8aa19619e6dc5cd5 · report
pairwise_squared_distances HaoruiLi46/InertialAR/InertialAR/model.py found in paper text by Syntology unverified no licence file found · pointer only · df28cb826075df5c · report
sample HaoruiLi46/InertialAR/InertialAR/generate_b3lyp.py found in paper text by Syntology unverified no licence file found · pointer only · 3fd0b00c603cffdf · report
separate_decay_params HaoruiLi46/InertialAR/InertialAR/ema.py found in paper text by Syntology unverified no licence file found · pointer only · a52839785d3d3ff5 · report
top_k_top_p_filtering HaoruiLi46/InertialAR/InertialAR/generate_b3lyp.py found in paper text by Syntology unverified no licence file found · pointer only · 71a5b039296e865e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.27497, was issued in October 2025, 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