• Space Exploration Technologies (Dinari Tokenized Stock)Space Exploration Technologies (Dinari Tokenized Stock)(SPCX)$139.732.60%
  • bitcoinBitcoin(BTC)$63,008.00-0.40%
  • ethereumEthereum(ETH)$1,878.790.00%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$610.460.30%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.00-0.30%
  • solanaSolana(SOL)$75.19-0.60%
  • tronTRON(TRX)$0.332300-0.40%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.043.10%
  • HyperliquidHyperliquid(HYPE)$56.37-0.90%
  • dogecoinDogecoin(DOGE)$0.0700030.30%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.0127611.50%
  • zcashZcash(ZEC)$489.670.00%
  • leo-tokenLEO Token(LEO)$8.78-4.40%
  • moneroMonero(XMR)$405.542.80%
  • chainlinkChainlink(LINK)$9.347.20%
  • cardanoCardano(ADA)$0.179010-1.50%
  • whitebitWhiteBIT Coin(WBT)$54.60-0.40%
  • stellarStellar(XLM)$0.158138-0.40%
  • daiDai(DAI)$1.000.00%
  • bitcoin-cashBitcoin Cash(BCH)$205.80-0.50%
  • USD1USD1(USD1)$1.000.00%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • CantonCanton(CC)$0.0960090.50%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.330.20%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • litecoinLitecoin(LTC)$44.00-1.60%
  • Circle USYCCircle USYC(USYC)$1.130.00%
  • hedera-hashgraphHedera(HBAR)$0.0655850.90%
  • avalanche-2Avalanche(AVAX)$6.623.60%
  • suiSui(SUI)$0.680.20%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • shiba-inuShiba Inu(SHIB)$0.0000052.40%
  • tether-goldTether Gold(XAUT)$4,359.300.90%
  • crypto-com-chainCronos(CRO)$0.048396-1.40%
  • okbOKB(OKB)$106.874.80%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.00%
  • nearNEAR Protocol(NEAR)$1.641.40%
  • uniswapUniswap(UNI)$3.24-5.90%
  • pax-goldPAX Gold(PAXG)$4,374.860.80%
  • BittensorBittensor(TAO)$197.22-1.50%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.0565753.60%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • AsterAster(ASTER)$0.60-0.10%
  • HTX DAOHTX DAO(HTX)$0.000002-1.10%
  • OndoOndo(ONDO)$0.326024-1.20%
  • usddUSDD(USDD)$1.000.00%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

ByteDance Releases Protenix-v1: A New Open-Source Model Achieving AF3-Level Performance in Biomolecular Structure Prediction

February 8, 2026
in AI & Technology
Reading Time: 5 mins read
A A
ByteDance Releases Protenix-v1: A New Open-Source Model Achieving AF3-Level Performance in Biomolecular Structure Prediction
ShareShareShareShareShare

How close can an open model get to AlphaFold3-level accuracy when it matches training data, model scale and inference budget? ByteDance has introduced Protenix-v1, a comprehensive AlphaFold3 (AF3) reproduction for biomolecular structure prediction, released with code and model parameters under Apache 2.0. The model targets AF3-level performance across protein, DNA, RNA and ligand structures while keeping the entire stack open and extensible for research and production.

The core release also ships with PXMeter v1.0.0, an evaluation toolkit and dataset suite for transparent benchmarking on more than 6k complexes with time-split and domain-specific subsets.

YOU MAY ALSO LIKE

GLM-5.3 is here with advanced cyber capabilities — and reportedly already found a ‘serious vulnerability’ in Cursor

Waymo Receives Permission To Offer Rides In Sacramento And San Diego

What is Protenix-v1?

Protenix is described as ‘Protenix: Protein + X‘, a foundation model for high-accuracy biomolecular structure prediction. It predicts all-atom 3D structures for complexes that can include:

  • Proteins
  • Nucleic acids (DNA and RNA)
  • Small-molecule ligands

The research team defines Protenix as a comprehensive AF3 reproduction. It re-implements the AF3-style diffusion architecture for all-atom complexes and exposes it in a trainable PyTorch codebase.

The project is released as a full stack:

  • Training and inference code
  • Pre-trained model weights
  • Data and MSA pipelines
  • A browser-based Protenix Web Server for interactive use

AF3-level performance under matched constraints

As per the research team Protenix-v1 (protenix_base_default_v1.0.0) is ‘the first fully open-source model that outperforms AlphaFold3 across diverse benchmark sets while adhering to the same training data cutoff, model scale, and inference budget as AlphaFold3.‘

The important constraints are:

  • Training data cutoff: 2021-09-30, aligned with AF3’s PDB cutoff.
  • Model scale: Protenix-v1 itself has 368M parameters; AF3 scale is matched but not disclosed.
  • Inference budget: comparisons use similar sampling budgets and runtime constraints.
https://github.com/bytedance/Protenix

On challenging targets such as antigen–antibody complexes, increasing the number of sampled candidates from several to hundreds yields consistent log-linear improvements in accuracy. This gives a clear and documented inference-time scaling behavior rather than a single fixed operating point.

PXMeter v1.0.0: Evaluation for 6k+ complexes

To support these claims, the research team released PXMeter v1.0.0, an open-source toolkit for reproducible structure prediction benchmarks.

PXMeter provides:

  • A manually curated benchmark dataset, with non-biological artifacts and problematic entries removed
  • Time-split and domain-specific subsets (for example, antibody–antigen, protein–RNA, ligand complexes)
  • A unified evaluation framework that computes metrics such as complex LDDT and DockQ across models

The associated PXMeter research paper, ‘Revisiting Structure Prediction Benchmarks with PXMeter,‘ evaluates Protenix, AlphaFold3, Boltz-1 and Chai-1 on the same curated tasks, and shows how different dataset designs affect model ranking and perceived performance.

How Protenix fits into the broader stack?

Protenix is part of a small ecosystem of related projects:

  • PXDesign: a binder design suite built on the Protenix foundation model. It reports 20–73% experimental hit rates and 2–6× higher success than methods such as AlphaProteo and RFdiffusion, and is accessible via the Protenix Server.
  • Protenix-Dock: a classical protein–ligand docking framework that uses empirical scoring functions rather than deep nets, tuned for rigid docking tasks.
  • Protenix-Mini and follow-on work such as Protenix-Mini+: lightweight variants that reduce inference cost using architectural compression and few-step diffusion samplers, while keeping accuracy within a few percent of the full model on standard benchmarks.

Together, these components cover structure prediction, docking, and design, and share interfaces and formats, which simplifies integration into downstream pipelines.

Key Takeaways

  • AF3-class, fully open model: Protenix-v1 is an AF3-style all-atom biomolecular structure predictor with open code and weights under Apache 2.0, targeting proteins, DNA, RNA and ligands.
  • Strict AF3 alignment for fair comparison: Protenix-v1 matches AlphaFold3 on critical axes: training data cutoff (2021-09-30), model scale class and comparable inference budget, enabling fair AF3-level performance claims.
  • Transparent benchmarking with PXMeter v1.0.0: PXMeter provides a curated benchmark suite over 6k+ complexes with time-split and domain-specific subsets plus unified metrics (for example, complex LDDT, DockQ) for reproducible evaluation.
  • Verified inference-time scaling behavior: Protenix-v1 shows log-linear accuracy gains as the number of sampled candidates increases, giving a documented latency–accuracy trade-off rather than a single fixed operating point.

Check out the Repo and Try it here. Also, feel free to follow us on Twitter and don’t forget to join our 100k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

The post ByteDance Releases Protenix-v1: A New Open-Source Model Achieving AF3-Level Performance in Biomolecular Structure Prediction appeared first on MarkTechPost.

Credit: Source link

ShareTweetSendSharePin

Related Posts

GLM-5.3 is here with advanced cyber capabilities — and reportedly already found a ‘serious vulnerability’ in Cursor
AI & Technology

GLM-5.3 is here with advanced cyber capabilities — and reportedly already found a ‘serious vulnerability’ in Cursor

August 14, 2026
Waymo Receives Permission To Offer Rides In Sacramento And San Diego
AI & Technology

Waymo Receives Permission To Offer Rides In Sacramento And San Diego

August 14, 2026
These Homework Explanations Help – Unite.AI
AI & Technology

These Homework Explanations Help – Unite.AI

August 14, 2026
OpenAI Tells Investors Enterprise Revenue Has Overtaken Its ChatGPT Consumer Business – Unite.AI
AI & Technology

OpenAI Tells Investors Enterprise Revenue Has Overtaken Its ChatGPT Consumer Business – Unite.AI

August 14, 2026
Next Post
Renee Good’s brother: ‘Encounters with federal agents are changing the community’

Renee Good’s brother: ‘Encounters with federal agents are changing the community’

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Vance touts progress in talks with Iran

Vance touts progress in talks with Iran

August 14, 2026
Cottonwood Fire burns more than 70,000 acres in Utah

Cottonwood Fire burns more than 70,000 acres in Utah

August 11, 2026
Haunted by Hoover, Trump searches for an endgame in Iran – NPR

Haunted by Hoover, Trump searches for an endgame in Iran – NPR

August 9, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!