Papers › Hotspot-Driven Peptide Design via Multi-Fragment Autoregressive Extension

Hotspot-Driven Peptide Design via Multi-Fragment Autoregressive Extension

26 Nov 2024arXiv:2411.18463archive 2025-07-28

Jiahan Li, Tong Chen, Shitong Luo, Chaoran Cheng, Jiaqi Guan, Ruihan Guo, Sheng Wang, Ge Liu, Jian Peng, Jianzhu Ma

Peptides, short chains of amino acids, interact with target proteins, making them a unique class of protein-based therapeutics for treating human diseases. Recently, deep generative models have shown great promise in peptide generation. However, several challenges remain in designing effective peptide binders. First, not all residues contribute equally to peptide-target interactions. Second, the generated peptides must adopt valid geometries due to the constraints of peptide bonds. Third, realistic tasks for peptide drug development are still lacking. To address these challenges, we introduce PepHAR, a hot-spot-driven autoregressive generative model for designing peptides targeting specific proteins. Building on the observation that certain hot spot residues have higher interaction potentials, we first use an energy-based density model to fit and sample these key residues. Next, to ensure proper peptide geometry, we autoregressively extend peptide fragments by estimating dihedral angles between residue frames. Finally, we apply an optimization process to iteratively refine fragment assembly, ensuring correct peptide structures. By combining hot spot sampling with fragment-based extension, our approach enables de novo peptide design tailored to a target protein and allows the incorporation of key hot spot residues into peptide scaffolds. Extensive experiments, including peptide design and peptide scaffold generation, demonstrate the strong potential of PepHAR in computational peptide binder design. Source code will be available at https://github.com/Ced3-han/PepHAR.

PaperPDFCodeCode 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="2411.18463")

Code

Syntology Ran 7 of 16 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran · our draft was wrong; 1 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ced3-han/pephar officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

16 samples harvested; 7 ran; 1 honoured the contract we drafted; 9 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
5ran · our draft was wrong
1ran
9unverified

Licence: 0 of the 16 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 ced3-han/pephar. “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.

GABlock ced3-han/pephar/models/density_model.py official repository ran MIT (permissive) · 70ccfaae87f9fdb0 · report
angstrom_to_nm ced3-han/pephar/models/density_model.py official repository ran · honoured contract fingerprinted MIT (permissive) · a85ad2ff0e007c7a · report
construct_3d_basis ced3-han/pephar/models/density_model.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · c4d2cf69aa69331e · report
global_to_local ced3-han/pephar/models/density_model.py official repository ran · our draft was wrong MIT (permissive) · d8bc7f88e34943de · report
normalize_vector Ced3-han/PepHAR/models/ga.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · d26ff18f89e81ea5 · report
project_v2v ced3-han/pephar/models/density_model.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · e83f79b6a566bc97 · report
register_model Ced3-han/PepHAR/models/_base.py official repository ran · our draft was wrong MIT (permissive) · be3d8f2945b52b90 · report
DensityModuleV4 ced3-han/pephar/models/density_model.py official repository unverified MIT (permissive) · d48913d73f657848 · report
GAEncoder ced3-han/pephar/models/density_model.py official repository unverified MIT (permissive) · 991ea9c0d0410c77 · report
_alpha_from_logits ced3-han/pephar/models/density_model.py official repository unverified MIT (permissive) · a868e2a65de81bd2 · report
get_dataset Ced3-han/PepHAR/datasets/_base.py official repository unverified MIT (permissive) · 12a234a1ea67a141 · report
get_model Ced3-han/PepHAR/models/_base.py official repository unverified MIT (permissive) · be1d33da9ab60900 · report
masked_select Ced3-han/PepHAR/datasets/my_select.py official repository unverified MIT (permissive) · b7a2e9d4dffa5e37 · report
nm_to_angstrom Ced3-han/PepHAR/models/ga.py official repository unverified MIT (permissive) · 46d22cb265b2e628 · report
register_dataset Ced3-han/PepHAR/datasets/_base.py official repository unverified MIT (permissive) · 76294830633c3f09 · report
select Ced3-han/PepHAR/datasets/my_select.py official repository unverified MIT (permissive) · 8337784447c888a4 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ADOPT

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