paper-with-me

Papers

Protenix-Mini: Efficient Structure Predictor via Compact Architecture, Few-Step Diffusion and Switchable pLM

2025-07-16 · Chengyue Gong, Xinshi Chen, Yuxuan Zhang, Yuxuan Song, Hao Zhou, Wenzhi Xiao arxiv

Lightweight inference is critical for biomolecular structure prediction and other downstream tasks, enabling efficient real-world deployment and inference-time scaling for large-scale applications. In this work, we address the challenge of balancing model efficiency and prediction accuracy by making several key modifications, 1) Multi-step AF3 sampler is replaced by a few-step ODE sampler, significantly reducing computational overhead for the diffusion module part during inference; 2) In the open-source Protenix framework, a subset of pairformer or diffusion transformer blocks doesn't make contributions to the final structure prediction, presenting opportunities for architectural pruning and lightweight redesign; 3) A model incorporating an ESM module is trained to substitute the conventional MSA module, reducing MSA preprocessing time. Building on these key insights, we present Protenix-Mini, a compact and optimized model designed for efficient protein structure prediction. This streamlined version incorporates a more efficient architectural design with a two-step Ordinary Differential Equation (ODE) sampling strategy. By eliminating redundant Transformer components and refining the sampling process, Protenix-Mini significantly reduces model complexity with slight accuracy drop. Evaluations on benchmark datasets demonstrate that it achieves high-fidelity predictions, with only a negligible 1 to 5 percent decrease in performance on benchmark datasets compared to its full-scale counterpart. This makes Protenix-Mini an ideal choice for applications where computational resources are limited but accurate structure prediction remains crucial.

📄 PDF Abstract BibTeX arXiv:2507.11839

Code (0)

등록된 구현이 없습니다.

Tasks

Protein Structure Prediction

Similar Papers 제목 키워드 기반

Protenix-Mini+: efficient structure prediction model with scalable pairformer

2025-10-13 · Bo Qiang, Chengyue Gong, Xinshi Chen, Yuxuan Zhang 외 arxiv

Lightweight inference is critical for biomolecular structure prediction and downstream tasks, enabling efficient real-world deployment and inference-time scaling for large-scale applications. While AF3 and its variants (…

Computational Efficiency

Accuracy Prediction with Non-neural Model for Neural Architecture Search

2020-07-09 · Renqian Luo, Xu Tan, Rui Wang, Tao Qin 외

Neural architecture search (NAS) with an accuracy predictor that predicts the accuracy of candidate architectures has drawn increasing attention due to its simplicity and effectiveness. Previous works usually employ neur…

Neural Architecture Search

FBNetV3: Joint Architecture-Recipe Search using Predictor Pretraining

2020-06-03 · CVPR 2021 1 · Xiaoliang Dai, Alvin Wan, Peizhao Zhang, Bichen Wu 외

Neural Architecture Search (NAS) yields state-of-the-art neural networks that outperform their best manually-designed counterparts. However, previous NAS methods search for architectures under one set of training hyper-p…

CPUNeural Architecture Searchobject-detectionObject Detection

TAP: A Token-Adaptive Predictor Framework for Training-Free Diffusion Acceleration

2026-03-04 · Haowei Zhu, Tingxuan Huang, Xing Wang, Tianyu Zhao 외 arxiv

Diffusion models achieve strong generative performance but remain slow at inference due to the need for repeated full-model denoising passes. We present Token-Adaptive Predictor (TAP), a training-free, probe-driven frame…

LLM Performance Predictors are good initializers for Architecture Search

2023-10-25 · Ganesh Jawahar, Muhammad Abdul-Mageed, Laks V. S. Lakshmanan, Dujian Ding

In this work, we utilize Large Language Models (LLMs) for a novel use case: constructing Performance Predictors (PP) that estimate the performance of specific deep neural network architectures on downstream tasks. We cre…

Machine TranslationNeural Architecture Search