Prosecution Insights
Last updated: August 17, 2026
Application No. 18/815,898

Techniques for Anatomical Segmentation of Medical Images

Non-Final OA §101§112
Filed
Aug 27, 2024
Priority
Sep 06, 2023 — provisional 63/536,730
Examiner
SUMMERS, GEOFFREY E
Art Unit
Tech Center
Assignee
Stryker Corporation
OA Round
1 (Non-Final)
72%
Grant Probability
Favorable
1-2
OA Rounds
5m
Est. Remaining
99%
With Interview

Examiner Intelligence

Grants 72% — above average
72%
Career Allowance Rate
258 granted / 360 resolved
+11.7% vs TC avg
Strong +36% interview lift
Without
With
+35.8%
Interview Lift
resolved cases with interview
Typical timeline
2y 5m
Avg Prosecution
24 currently pending
Career history
382
Total Applications
across all art units

Statute-Specific Performance

§101
11.2%
-28.8% vs TC avg
§103
41.8%
+1.8% vs TC avg
§102
13.8%
-26.2% vs TC avg
§112
29.8%
-10.2% vs TC avg
Black line = Tech Center average estimate • Based on career data from 360 resolved cases

Office Action

§101 §112
DETAILED ACTION Status of the Claims Original claims 1-21 are pending. Information Disclosure Statement The information disclosure statements (IDS) submitted on October 24, 2024, and February 6, 2025, are being considered by the examiner. Claim Interpretation Claims are given their broadest reasonable interpretation (BRI) during examination. MPEP 2111. Under BRI, the words of a claim are given their plain meaning, unless such meaning is inconsistent with the specification. MPEP 2111.01, Subsection I. The plain meaning of a term is the ordinary and customary meaning given to the term by those of ordinary skill in the art at the relevant time. Id. Claim 1 recites the term “few-shot images” at the fifth line. Claims 20 and 21 recite the same term. Within the art of image analysis, the plain meaning of this term is a relatively small number of labeled images (i.e., more than zero, but much less than in a conventional training image dataset used for initial training of a model). This meaning is not inconsistent with the specification – see, e.g., par. [0039] (as published). Claim Rejections - 35 USC § 112 The following is a quotation of 35 U.S.C. 112(b): (b) CONCLUSION.—The specification shall conclude with one or more claims particularly pointing out and distinctly claiming the subject matter which the inventor or a joint inventor regards as the invention. The following is a quotation of 35 U.S.C. 112 (pre-AIA ), second paragraph: The specification shall conclude with one or more claims particularly pointing out and distinctly claiming the subject matter which the applicant regards as his invention. Claim(s) 14-16 and 19 is/are rejected under 35 U.S.C. 112(b) or 35 U.S.C. 112 (pre-AIA ), second paragraph, as being indefinite for failing to particularly point out and distinctly claim the subject matter which the inventor or a joint inventor (or for applications subject to pre-AIA 35 U.S.C. 112, the applicant), regards as the invention. Claim 14 recites that “the set of few-shot images comprises 50 or less images.” The meaning of this phrase is unclear. On the one hand, the phrase “50 or less” suggests that no more than 50 images may be included in the set of few-shot images. On the other hand, “comprises” is synonymous with “including” or “containing” and is open-ended – i.e., it does not exclude additional elements. See, e.g., MPEP 2111.03, Subsection I. An open-ended interpretation of the term “comprises” would suggest that more than 50 images may be included in the set of few-shot images. For example, a set of 90 images comprises (i.e., includes or contains) 50 images as well as an additional 40 images. Claim 14 is indefinite because it is unclear whether the claim requires that the set of few-shot images includes no more than 50 images, or whether the scope of the claim includes embodiments with more than 50 images. Claims 15 and 16 recite similar limitations that are also indefinite for substantially the same reasons as claim 14. Claim 19 requires that “the mask decoder is operable absent any input from a prompt encoder or user prompt.” The meaning of this limitation is unclear. As evidenced by original claim 5, the target embeddings computed by the image encoder may be utilized as prompts by the mask decoder. Accordingly, the claimed image encoder (which computes the target embeddings) appears to fall within the scope of a “prompt encoder”. Claim 1 specifies that the mask decoder receives the target embeddings as an input and associates them to produce its output. This suggests that the claimed mask decoder is not operable absent any input from the image encoder, and thus cannot be “operable absent any input from a prompt encoder” as required by claim 19. This apparent contradiction makes the scope of the claim unclear and renders the claim indefinite. Applicant may wish to clarify what is meant by a “prompt encoder”. Claim Rejections - 35 USC § 101 35 U.S.C. 101 reads as follows: Whoever invents or discovers any new and useful process, machine, manufacture, or composition of matter, or any new and useful improvement thereof, may obtain a patent therefor, subject to the conditions and requirements of this title. Claims 1-19 are rejected under 35 U.S.C. 101 because the claimed invention is directed to non-statutory subject matter. The claim(s) does/do not fall within at least one of the four categories of patent eligible subject matter because their scopes include embodiments of data or computer programs per se. Claim 1 is to a system comprising an image encoder and a mask decoder. Encoders and decoders are machine learning model components that may be embodied as computer programs (i.e., computer programs with instructions for performing image encoding and mask decoding functions) and/or data (e.g., sets of weight values and other parameters defining how image encoding and mask decoding functions are performed). These computer program and/or data embodiments do not have a physical or tangible form and thus do not fall within any of the statutory categories. See MPEP 2106.03. “A claim whose BRI covers both statutory and non-statutory embodiments embraces subject matter that is not eligible for patent protection and therefore is directed to non-statutory subject matter.” Id at Subsection II. Claim 1 is directed to non-statutory subject matter because its scope covers non-statutory embodiments of software and/or data per se. Claims 2-19 depend from claim 1 and none require a product having a physical or tangible form, so they are also patent-ineligible for substantially the same reasons as claim 1. Allowable Subject Matter Claims 20-21 are allowed. The following is an examiner’s statement of reasons for allowance. ‘Wu’ (“Self-Prompting Large Vision Models for Few-Shot Medical Image Segmentation,” 15 August 2023) is similar to the claimed invention in that it uses encoder embeddings of input medical images and few-shot images (e.g., Figure 1, input images are encoded through SAM encoder to produce image embeddings) and a mask decoder (e.g., Fig. 1, SAM decoder) to output a predicted segmentation mask for the input medical image (e.g., Fig. 1, output). However, Wu does not teach all elements of the claimed invention. For example, Wu uses the set of few-shot images to train a per-pixel logistic regression model in its self-prompt unit (e.g., Sections 3.1-3.2), which is then used for inference on an input medical image (e.g., Sec. 4.2, last paragraph). At no time does the mask decoder of Wu accept an input including both image embeddings and target embeddings (i.e., embeddings from the set of few-shot images), as required by the claimed invention. ‘Silva-Rodriguez’ (“Transductive few-shot adapters for medical image segmentation,” 29 March 2023) is an example of using a set of few-shot images to learn an adapter that modifies an existing encoder-decoder foundation model to perform medical image segmentation (e.g., Fig. 1). However, like Wu, the few-shot images are only used for training the adapter and at no time does the mask decoder of Silva-Rodriguez accept an input including both image embeddings and target embeddings as required by the claimed invention. ‘Morard’ (US 2023/0245317 A1) is an example of an encoder-decoder medical image segmentation model that accepts user prompts, such as points (e.g., Figs. 4-5). The user input may be represented two-dimensionally akin to images (e.g., Fig. 5, element 502) but such user inputs do not fall within the scope of “few-shot images” as defined in Claim Interpretation above. I.e., a 2D representation of a user input is not the same as a labeled image. None of the identified prior art discloses, teaches, suggests, or otherwise renders obvious the full combination of elements required by the claimed invention. Any comments considered necessary by applicant must be submitted no later than the payment of the issue fee and, to avoid processing delays, should preferably accompany the issue fee. Such submissions should be clearly labeled “Comments on Statement of Reasons for Allowance.” Conclusion Any inquiry concerning this communication or earlier communications from the examiner should be directed to GEOFFREY E SUMMERS whose telephone number is (571)272-9915. The examiner can normally be reached Monday-Friday, 7:00 AM to 3:30 PM ET. Examiner interviews are available via telephone, in-person, and video conferencing using a USPTO supplied web-based collaboration tool. To schedule an interview, applicant is encouraged to use the USPTO Automated Interview Request (AIR) at http://www.uspto.gov/interviewpractice. If attempts to reach the examiner by telephone are unsuccessful, the examiner’s supervisor, Chan Park can be reached at (571) 272-7409. The fax phone number for the organization where this application or proceeding is assigned is 571-273-8300. Information regarding the status of published or unpublished applications may be obtained from Patent Center. Unpublished application information in Patent Center is available to registered users. To file and manage patent submissions in Patent Center, visit: https://patentcenter.uspto.gov. Visit https://www.uspto.gov/patents/apply/patent-center for more information about Patent Center and https://www.uspto.gov/patents/docx for information about filing in DOCX format. For additional questions, contact the Electronic Business Center (EBC) at 866-217-9197 (toll-free). If you would like assistance from a USPTO Customer Service Representative, call 800-786-9199 (IN USA OR CANADA) or 571-272-1000. /GEOFFREY E SUMMERS/Examiner, Art Unit 2669
Read full office action

Prosecution Timeline

Aug 27, 2024
Application Filed
Jul 21, 2026
Non-Final Rejection mailed — §101, §112 (current)

Precedent Cases

Applications granted by this same examiner with similar technology

Patent 12694500
MASK-SETTING DEVICE
3y 4m to grant Granted Jul 28, 2026
Patent 12694472
SYSTEMS AND METHODS OF OPTIMIZED DEEP LEARNING FOR IMAGE RECONSTRUCTION
3y 5m to grant Granted Jul 28, 2026
Patent 12694534
Detection method for infrared thermal image damage area of coal rock
1y 11m to grant Granted Jul 28, 2026
Patent 12682627
OBJECT-BASED PREDICTION OF SCENE TRANSITIONS USING NEURAL NETWORKS
2y 11m to grant Granted Jul 14, 2026
Patent 12675909
AERIAL REFUELING SYSTEMS AND METHODS
2y 7m to grant Granted Jul 07, 2026
Study what changed to get past this examiner. Based on 5 most recent grants.

Strategy Recommendation AI-generated — please review before filing

Get a prosecution strategy drawn from examiner precedents, rejection analysis, and claim mapping.
Typically takes 5-10 seconds — AI-generated, attorney review required before filing

Prosecution Projections

1-2
Expected OA Rounds
72%
Grant Probability
99%
With Interview (+35.8%)
2y 5m (~5m remaining)
Median Time to Grant
Low
PTA Risk
Based on 360 resolved cases by this examiner. Grant probability derived from career allowance rate.

Sign in with your work email

Enter your email to receive a magic link. No password needed.

Personal email addresses (Gmail, Yahoo, etc.) are not accepted.

Free tier: 3 strategy analyses per month