proomt

Search

Search posts, papers, and topics

All posts

Hugging Face Daily PapersTristan Kirscher, Vivian Metzger, Philippe Meyer1 min readpaperadvanced

Assessing nnU-Net Generalization across Brain Tumor Populations in BraTS-GoAT 2026

Summary

Paper evaluates a standard 3‑D nnU‑Net on the new BraTS‑GoAT benchmark, training on 1,351 cases with five‑fold cross‑validation and test‑time mirroring. It reports Dice scores of 0.78/0.83/0.89 (ET/TC/WT) and shows a ~0.07 drop on heterogeneous validation, with limited benefit from ensembling or mirroring and failure linked to small, fragmented tumors.

  • 5‑fold nnU‑Net trained on 1,351 BraTS‑GoAT cases achieved DSC 0.78 (ET), 0.83 (TC), 0.89 (WT) on pooled validation.
  • Dice drops ~0.07 when moving from source out‑of‑fold to heterogeneous validation, indicating limited generalization.
  • Test‑time mirroring gives marginal gains; ensembling across folds shows no clear benefit.
  • A residual‑encoder variant matches nnU‑Net performance (0.8282 mean Dice) without extra complexity.

Engineers building medical image segmentation pipelines need to understand nnU‑Net's generalization limits on diverse brain tumor datasets.

6/10

Related reading

  1. Accurate Models of AMD Matrix Cores

    The authors reverse‑engineer AMD’s CDNA matrix cores, build per‑architecture MATLAB models that match hardware bit‑for‑bit on 10 M random tests, and use them to compare AMD vs NVIDIA tensor‑core accuracy.

    Hacker News front pagearxiv.org2 minpaperHN7911
  2. 1 points

    MiniCPM5-2B Ranks First Among Open-Weight Models Under 4B

    MiniCPM5-2B, a 2.6 B‑parameter dense Llama‑style model, tops the Artificial Analysis GDPval‑AA v2 benchmark (831 Elo) and sits on the Pareto frontier of the Intelligence Index v4.2 despite being far smaller than competing models. The post breaks down its capability density, token‑cost efficiency, architecture, and three‑stage training (SFT, RL, on‑policy distillation) to explain why it outperform…

    SitePointsitepoint.com10 min
  3. GPT-6 Astra Is the First Model OpenAI Classifies as Critical for Cybersecurity

    OpenAI labeled GPT‑6 Astra as “Critical” for cybersecurity under its Preparedness Framework – the first model to meet that bar. In controlled tests the model autonomously discovered zero‑day bugs in a browser and an OS kernel, building working exploit chains in 29 h (browser) and 12 h (kernel). A benchmark of post‑cutoff vulnerabilities confirmed its ability to find unknown flaws. OpenAI reports…

    InfoQinfoq.com3 min
  4. ModaLens: Measuring Image Sensitivity in Report-Conditioned Medical VLMs

    ModaLens introduces a paired image-swap audit to measure how radiology report availability affects image sensitivity in medical VLMs. It found that MedGemma-27B's answers changed significantly more often when the image was swapped if the report was not available, indicating reports reduce image reliance.

    Hugging Face Daily Papersarxiv.org1 minpaper