APCyc: Property-Informed Design of Cyclic Peptides via Automated Cyclization
Summary
APCyc is a novel target-aware latent diffusion framework designed for de novo cyclic peptide generation, explicitly addressing limitations of existing models in handling cyclization-specific constraints and multi-property optimization. Accepted at KDD 2026, APCyc automates the inference of pocket-adaptive cyclization linkage types and sites directly from the receptor context. It incorporates an expanded residue vocabulary and leverages Bayesian posterior guidance to jointly optimize multiple drug-relevant properties, including affinity, permeability, protease resistance, solubility, and immunogenicity. Experimental results show APCyc achieves the best permeability proxy (0.107) and protease-resistance score (-1.474) among tested methods. It also demonstrates leading structural quality with the best Rosetta total score (-758.545) and consistency (0.971), while maintaining strong binding affinity. The framework's source code is available on GitHub.
Key takeaway
For Machine Learning Engineers developing peptide therapeutics, APCyc offers a robust framework to overcome challenges in cyclic peptide design. You should consider integrating this approach to automate cyclization topology selection and simultaneously optimize multiple drug-relevant properties like permeability and protease resistance. This can accelerate the discovery of candidates with desired therapeutic profiles, but always complement computational predictions with expert assessment and experimental validation due to inherent model uncertainties.
Key insights
APCyc automates cyclic peptide design by inferring cyclization topology and optimizing multiple drug-like properties via Bayesian guidance.
Principles
- Cyclization topology should be a target-conditioned design variable, not a fixed heuristic.
- Explicitly modeling cyclization sites and linkage types improves generative models.
- Bayesian posterior guidance enables controllable multi-objective property optimization in latent diffusion.
Method
APCyc uses a latent diffusion model with an expanded residue vocabulary and cyclization-aware embeddings. It injects topology signals into an AM-EGNN denoiser and applies Bayesian posterior guidance from energy-based surrogates for multi-property optimization.
In practice
- Extend residue vocabulary to distinguish cyclized from non-cyclized residues.
- Use gradient-based guidance in diffusion models for multi-objective optimization.
- Decompose cyclization topology into residue-level and pairwise linkage signals.
Topics
- Cyclic Peptides
- De Novo Design
- Latent Diffusion Models
- Drug Discovery
- Multi-Property Optimization
- Bayesian Posterior Guidance
Code references
Best for: AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.