paper-with-me

Papers

EasierPath: An Open-source Tool for Human-in-the-loop Deep Learning of Renal Pathology

2020-07-28 · Zheyu Zhu, Yuzhe Lu, Ruining Deng, Haichun Yang, Agnes B. Fogo, Yuankai Huo

Considerable morphological phenotyping studies in nephrology have emerged in the past few years, aiming to discover hidden regularities between clinical and imaging phenotypes. Such studies have been largely enabled by deep learning based image analysis to extract sparsely located targeting objects (e.g., glomeruli) on high-resolution whole slide images (WSI). However, such methods need to be trained using labor-intensive high-quality annotations, ideally labeled by pathologists. Inspired by the recent "human-in-the-loop" strategy, we developed EasierPath, an open-source tool to integrate human physicians and deep learning algorithms for efficient large-scale pathological image quantification as a loop. Using EasierPath, physicians are able to (1) optimize the recall and precision of deep learning object detection outcomes adaptively, (2) seamlessly support deep learning outcomes refining using either our EasierPath or prevalent ImageScope software without changing physician's user habit, and (3) manage and phenotype each object with user-defined classes. As a user case of EasierPath, we present the procedure of curating large-scale glomeruli in an efficient human-in-the-loop fashion (with two loops). From the experiments, the EasierPath saved 57 % of the annotation efforts to curate 8,833 glomeruli during the second loop. Meanwhile, the average precision of glomerular detection was leveraged from 0.504 to 0.620. The EasierPath software has been released as open-source to enable the large-scale glomerular prototyping. The code can be found in https://github.com/yuankaihuo/EasierPath

📄 PDF Abstract BibTeX arXiv:2007.13952

Code (1)

yuankaihuo/EasierPath 공식 구현

Tasks

Deep Learningobject-detectionObject Detectionwhole slide images

Similar Papers 제목 키워드 기반

IAdet: Simplest human-in-the-loop object detection

2023-07-04 · Franco Marchesoni-Acland, Gabriele Facciolo

This work proposes a strategy for training models while annotating data named Intelligent Annotation (IA). IA involves three modules: (1) assisted data annotation, (2) background model training, and (3) active selection …

Objectobject-detectionObject Detection

LoopTool: Closing the Data-Training Loop for Robust LLM Tool Calls

2025-11-12 · Kangning Zhang, Wenxiang Jiao, Kounianhua Du, Yuan Lu 외 arxiv

Augmenting Large Language Models (LLMs) with external tools enables them to execute complex, multi-step tasks. However, tool learning is hampered by the static synthetic data pipelines where data generation and model tra…

Dive into Claude Code: The Design Space of Today's and Future AI Agent Systems

2026-04-14 · Jiacheng Liu, Xiaohan Zhao, Xinyi Shang, Zhiqiang Shen arxiv

Claude Code is an agentic coding tool that can run shell commands, edit files, and call external services on behalf of the user. This study describes its architecture by analyzing the publicly available source code and c…

CMULAB: An Open-Source Framework for Training and Deployment of Natural Language Processing Models

2024-04-03 · Zaid Sheikh, Antonios Anastasopoulos, Shruti Rijhwani, Lindia Tjuatja 외

Effectively using Natural Language Processing (NLP) tools in under-resourced languages requires a thorough understanding of the language itself, familiarity with the latest models and training methodologies, and technica…

Optical Character Recognition (OCR)speech-recognitionSpeech Recognition

Continual Harness: Online Adaptation for Self-Improving Foundation Agents

2026-05-11 · Seth Karten, Joel Zhang, Tersoo Upaa, Ruirong Feng 외 arxiv

Coding harnesses such as Claude Code and OpenHands wrap foundation models with tools, memory, and planning, but no equivalent exists for embodied agents' long-horizon partial-observability decision-making. We first repor…