Papers › Deep Residual Learning for Instrument Segmentation in Robotic Surgery

Deep Residual Learning for Instrument Segmentation in Robotic Surgery

24 Mar 2017arXiv:1703.08580archive 2025-07-28

Daniil Pakhomov, Vittal Premachandran, Max Allan, Mahdi Azizian, Nassir Navab

Detection, tracking, and pose estimation of surgical instruments are crucial tasks for computer assistance during minimally invasive robotic surgery. In the majority of cases, the first step is the automatic segmentation of surgical tools. Prior work has focused on binary segmentation, where the objective is to label every pixel in an image as tool or background. We improve upon previous work in two major ways. First, we leverage recent techniques such as deep residual learning and dilated convolutions to advance binary-segmentation performance. Second, we extend the approach to multi-class segmentation, which lets us segment different parts of the tool, in addition to background. We demonstrate the performance of this method on the MICCAI Endoscopic Vision Challenge Robotic Instruments dataset.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1703.08580")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

By repository: official repository: 16 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

warmspringwinds/tf-image-segmentation officialmentioned in papertfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from warmspringwinds/tf-image-segmentation. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adapt_network_for_any_size_input warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/inference.py official repository unverified MIT (permissive) · 4359515ade0190b2 · report
extract_resnet_v1_101_mapping_without_logits warmspringwinds/tf-image-segmentation/tf_image_segmentation/models/resnet_v1_101_16s.py official repository unverified MIT (permissive) · 1ca308b0e3d3840e · report
extract_resnet_v1_101_mapping_without_logits warmspringwinds/tf-image-segmentation/tf_image_segmentation/models/resnet_v1_101_8s.py official repository unverified MIT (permissive) · dce7e9ebac981a57 · report
extract_resnet_v1_50_mapping_without_logits warmspringwinds/tf-image-segmentation/tf_image_segmentation/models/resnet_v1_50_16s.py official repository unverified MIT (permissive) · e538d54ccfc701f8 · report
extract_resnet_v1_50_mapping_without_logits warmspringwinds/tf-image-segmentation/tf_image_segmentation/models/resnet_v1_50_8s.py official repository unverified MIT (permissive) · 61fc650a7f68fc4a · report
extract_vgg_16_mapping_without_fc8 warmspringwinds/tf-image-segmentation/tf_image_segmentation/models/fcn_32s.py official repository unverified MIT (permissive) · 11feb12c23a9f03c · report
flip_randomly_left_right_image_with_annotation warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/augmentation.py official repository unverified MIT (permissive) · c4a68881ddce43a9 · report
get_labels_from_annotation warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/training.py official repository unverified MIT (permissive) · 5fefe8dd75043606 · report
get_labels_from_annotation_batch warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/training.py official repository unverified MIT (permissive) · 8eec1ab0d186c23a · report
get_pascal_segmentation_images_lists_txts warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/pascal_voc.py official repository unverified MIT (permissive) · c405b340e7f4e858 · report
get_valid_entries_indices_from_annotation_batch warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/training.py official repository unverified MIT (permissive) · 1628f33956d273dd · report
read_image_annotation_pairs_from_tfrecord warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/tf_records.py official repository unverified MIT (permissive) · b8697c1aeb6fcad3 · report
read_tfrecord_and_decode_into_image_annotation_pair_tensors warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/tf_records.py official repository unverified MIT (permissive) · d7acb3c7d6d07504 · report
readlines_with_strip warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/pascal_voc.py official repository unverified MIT (permissive) · e9e203e4d1704515 · report
readlines_with_strip_array_version warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/pascal_voc.py official repository unverified MIT (permissive) · 8a2c544abbc18524 · report
scale_randomly_image_with_annotation_with_fixed_size_output warmspringwinds/tf-image-segmentation/tf_image_segmentation/utils/augmentation.py official repository unverified MIT (permissive) · 87f8012060afbcb8 · report

Tasks

Pose EstimationSegmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections