惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
博客园_首页
J
Java Code Geeks
Jina AI
Jina AI
B
Blog RSS Feed
量子位
有赞技术团队
有赞技术团队
M
MIT News - Artificial intelligence
L
LangChain Blog
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件
博客园 - 聂微东
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog
I
InfoQ
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
Y
Y Combinator Blog
Vercel News
Vercel News
雷峰网
雷峰网

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - AImageLab-zip/CALHippo-Framework: MICCAI 2026 - ...
ettore_c · 2026-06-25 · via Show HN

CALHippo Framework - Codebase of the Cellular Annotation Library for the Hippocampus

Python uv PyTorch TensorFlow Models

Important

CALHippo has been accepted at MICCAI 2026! The current preprint version is available here. See the citation below.

Paper

This repository contains the official framework associated with the CALHippo dataset. It provides a multiscale workflow that bridges microscopic cell instances and macroscopic brain architecture, enabling the generation of biologically plausible 3D cellular point clouds from BigBrain histological sections.

CALHippo Logo

The framework preprocesses raw high-resolution (HR) (a) and low-resolution (LR) (e) BigBrain slices, segments and classifies HR cells (b), maps the annotations into LR space (c), trains LR density models (d), runs full-slice LR inference (f), and reconstructs 3D point-cloud outputs (g).

calhippo_pipeline

Results

Setup

Clone this repo, cd into the repository root and install uv:

curl -LsSf https://astral.sh/uv/install.sh | sh
#or if you don't have curl installed:
wget -qO- https://astral.sh/uv/install.sh | sh

Then install the dependencies:

Optionally activate the environment:

source .venv/bin/activate

or run .py files directly using uv run instead of python.

Pipeline Usage

To reproduce and/or use the pipeline, read the following documents in order:

Document Use it for
Data setup Data sources, setup script, folder structure, transform notes
Pipeline instructions Reproducibility path and inference-stage commands after data setup
HR/LR coordinate conventions Coordinate and affine rules for HR to LR mapping
HR/LR mapping notebook Visual/debug reference for HR/LR mapping

Data Layout

The maintained documentation uses a single configurable <DATA_ROOT> convention. The canonical tree is specified in Data setup.

Key folders:

  • raw inputs live under <DATA_ROOT>/raw/high_res, <DATA_ROOT>/raw/low_res, and <DATA_ROOT>/raw/masks
  • preprocessing outputs live under <DATA_ROOT>/input/all_regions and <DATA_ROOT>/input/single_regions
  • optional manually adjusted HR ROI masks can live under <DATA_ROOT>/input/custom_masks/high_res and be used explicitly during HR single-region extraction
  • pipeline outputs live under <DATA_ROOT>/output/segmentation, <DATA_ROOT>/output/classification, <DATA_ROOT>/output/lr_density_dataset, <DATA_ROOT>/output/test_lr_density_gt, <DATA_ROOT>/output/lr_gt_eval, <DATA_ROOT>/output/full_lr_predictions, and <DATA_ROOT>/output/mesoscale_reconstruction
  • density-estimator training runs live under <DATA_ROOT>/density_estimator_training
  • released and trained model artifacts live under <DATA_ROOT>/models

The maintained LR inference output is <DATA_ROOT>/output/full_lr_predictions/allCA_best_model_128_96_smooth_b05_k5_roi. Point-cloud reconstruction consumes a prediction folder such as <DATA_ROOT>/output/full_lr_predictions/<PREDICTIONS_NAME> plus LR bbox JSONs and raw LR MINC files, then writes <DATA_ROOT>/output/mesoscale_reconstruction/<PREDICTIONS_NAME>/point_cloud.csv.

Maintained region names are RCA1, RCA2, RCA3, and RCA4.

Development

Install the dev dependencies:

Use ruff to check and format the code:

uv run ruff check .
uv run ruff format .

Developer reference:

See AGENTS.md for repository-specific development guidance.

License

Original CALHippo source code is released under the Apache License 2.0.

Code authors: Giovanni Casari and Ettore Candeloro, equal contribution.

Model weights, trained checkpoints, datasets, derived annotations, rendered figures, notebook outputs, and other BigBrain-derived artifacts are not covered by the Apache License 2.0. These artifacts are released under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) for non-commercial academic research use only.

Some parts of this repository include copied or modified code from upstream model projects used by the pipeline, including Cellpose, HoVer-Net, InstanSeg, StarDist, and related dependencies. Those files remain subject to their original upstream licenses and copyright notices. Where applicable, upstream notices are retained in the corresponding source folders and/or in THIRD_PARTY_NOTICES.md.

UNI2-h weights are not redistributed by this repository. Users who need the UNI2-h classification path must request access from the upstream provider and authenticate locally.

The CALHippo framework, released weights, and derived artifacts are intended for non-commercial research use and are not intended for clinical diagnosis, medical decision-making, or commercial deployment.

Citations

If you use our dataset/code you must cite the following:

@inproceedings{2026MICCAI_calhippo,
  title={CALHippo: Cell Segmentation for Neuronal Density Inference in the Human Hippocampus},
  author={Casari, Giovanni and Candeloro, Ettore and Gandolfi, Daniela and Mapelli, Jonathan and Bolelli, Federico and Grana, Costantino},
  year={2026},
  month={June},
  book={Medical Image Computing and Computer Assisted Intervention – MICCAI 2026},
  booktitle={Medical Image Computing and Computer Assisted Intervention – MICCAI 2026},
  venue={Strasbourg, France},
  keywords={Human Brain, Cell Segmentation, Density Estimation}
}