Prosecution Insights
Last updated: April 19, 2026
Application No. 18/835,462

TRAJECTORY GENERATION FOR MOBILE AGENTS

Non-Final OA §101§102§103§112
Filed
Aug 02, 2024
Examiner
WEISENFELD, ARYAN E
Art Unit
3663
Tech Center
3600 — Transportation & Electronic Commerce
Assignee
Five AI Limited
OA Round
1 (Non-Final)
40%
Grant Probability
At Risk
1-2
OA Rounds
3y 5m
To Grant
66%
With Interview

Examiner Intelligence

Grants only 40% of cases
40%
Career Allow Rate
137 granted / 347 resolved
-12.5% vs TC avg
Strong +26% interview lift
Without
With
+26.3%
Interview Lift
resolved cases with interview
Typical timeline
3y 5m
Avg Prosecution
21 currently pending
Career history
368
Total Applications
across all art units

Statute-Specific Performance

§101
28.8%
-11.2% vs TC avg
§103
35.2%
-4.8% vs TC avg
§102
14.5%
-25.5% vs TC avg
§112
18.2%
-21.8% vs TC avg
Black line = Tech Center average estimate • Based on career data from 347 resolved cases

Office Action

§101 §102 §103 §112
Notice of Pre-AIA or AIA Status The present application, filed on or after March 16, 2013, is being examined under the first inventor to file provisions of the AIA . Contents of this Office Action: 35 U.S.C 101 rejections 35 U.S.C. 112(b) rejections 35 U.S.C. 102 rejections 35 U.S.C. 103 rejections 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. Claims 17 and 18 and 19 and 20 (and any dependent claims) 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 19 is the same as claim 17 and claim 20 is the same as claim 18. It is likely that claims 19-20 should depend from claim 16, not claim 15. 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-13 and 15-21 are rejected under 35 U.S.C. § 101 because the claimed invention is directed to non-statutory subject matter. Based upon consideration of all of the relevant factors with respect to the claims as a whole, claims 1-10 are held to claim an unpatentable abstract idea, and are therefore rejected as ineligible subject matter under 35 U.S.C. § 101. The limitations of the independent claims of receiving an observed state of each of the plurality of agents, and map data of the mapped area; generating an initial estimated trajectory foreach of the plurality of agents based on the observed state of each agent and the map data; performing a first collision assessment to determine a likelihood of collision between the first agent and each other agent, based on the initial estimated trajectory for the first agent and the initial estimated trajectory for each other agent; and generating a second estimated trajectory for the first agent based on the observed states of each of the plurality of agents, the map data, and at least one result of the first collision assessment covers performance of the limitation in the mind but for the recitation of generic computer components. That is, other than reciting the application of the steps by a generic processor nothing is being recited that could not be performed mentally. If a claim limitation, under its broadest reasonable interpretation, covers performance of the limitation in the mind but for the recitation of generic computer components, then it falls within the ‘Mental Processes’ grouping of abstract ideas. Accordingly, the claim recites an abstract idea. This judicial exception is not integrated into a practical application. In particular, the claim only recites the elements of a processor to perform the listed steps. The processor is recited at a high-level of generality such that it amounts to no more than mere instructions to apply the exception using a generic computer component. Accordingly, this additional element does not integrate the abstract idea into a practical application because it does not impose meaningful limits on practicing the abstract idea. The claim is directed to an abstract idea. Looking at claim 16, while this claim does recite training data and a loss function, this is recited at such a high level of generality that this could be performed mentally, without machine learning. A person can take in training data and calculate a loss function. The claim does not include additional elements that are sufficient to amount to significantly more than the judicial exception. As discussed above with respect to integration of the abstract idea into a practical application, the additional element of using a processor to perform the listed steps amounts to no more than mere instructions to apply the exception using a generic computer component. Mere instructions to apply an exception using a generic computer component cannot provide an inventive concept. The claim is not patent eligible. Turning to the dependent claims, the claims either recite repeated mental steps of the independent claim or what the trajectories comprise. Though some claims recite the use of a neural network, this is again recited at a high level of generality that does not integrate the claim into a practical application. Thus, all dependent claims are additionally rejected under 35 U.S.C. 101. Claim Rejections - 35 USC § 102 The following is a quotation of the appropriate paragraphs of 35 U.S.C. 102 that form the basis for the rejections under this section made in this Office action: A person shall be entitled to a patent unless – (a)(1) the claimed invention was patented, described in a printed publication, or in public use, on sale, or otherwise available to the public before the effective filing date of the claimed invention. Claim(s) 1, 5, 8, 12-13, and 15-16 is/are rejected under 35 U.S.C. 102(a)(1) as being anticipated by SafetyNet (https://arxiv.org/abs/2109.13602, included on a provided IDS). Regarding claim 1, SafetyNet discloses a computer-implemented method of generating a trajectory for a first agent of a plurality of agents navigating a mapped area, the method comprising: receiving an observed state of each of the plurality of agents (Section III.A discloses the current and past poses of the SDV and the current and past poses of perceived agents), and map data of the mapped area (Section III.A discloses static and dynamic map elements); generating an initial estimated trajectory for each of the plurality of agents based on the observed state of each agent and the map data (Section III.B discloses that the ML planning component of our system takes the input capturing the states around the SDV and outputs the trajectory to be executed. Section III.C then discloses this is with predicted poses of other agents from an in-house prediction module); performing a first collision assessment to determine a likelihood of collision between the first agent and each other agent, based on the initial estimated trajectory for the first agent and the initial estimated trajectory for each other agent (Section III.C discloses that we check each state in the given trajectory for collisions with predicted poses of other agents from an in-house prediction module and if any of the collision likelihood checks fail, the trajectory is labeled as infeasible); and generating a second estimated trajectory for the first agent based on the observed states of each of the plurality of agents, the map data, and at least one result of the first collision (Section III.C discloses if the trajectory is labeled as infeasible, we select a feasible fallback trajectory as close as possible to the ML trajectory, and each of the generated trajectories is checked for feasibility as described above). Regarding claim 5, SafetyNet discloses each of the estimated trajectories comprises a series of states for the respective agent, the states defining position and motion of the agent (Section III.A discloses we definite a trajectory as a sequence of T discrete states and where x y o correspond to the pose of the rear axle of the SDV w/r/t a fixed coordinate frame at time t and v, a, k, j correspond to the velocity longitudinal acceleration, curvature and jerk respectively). Regarding claim 8, SafetyNet discloses the first or second collision assessment comprises computing a collision probability defining a probability that an agent following the estimated trajectory collides with any other agent of the plurality of agents following any of the agent’s respective estimated trajectories (Section III.C discloses after generating an ML trajectory, our system evaluates it along several dimensions for dynamic feasibility, legality, and collision probability. Section III.C further teaches checking each state in the given trajectory for collisions with predicted poses of other agents from an in-house prediction module). Regarding claims 12 and 13, the additional features consist of generating a trajectory being applied for an ego agent and generating a candidate planned trajectory for the ego agent (claim 12) and that the candidate trajectory is used to generate a final planned trajectory (claim 13). Generating a trajectory for an ego agent navigating a mapped area is simply a mathematical model which is equivalent to the model disclosed in claim 1. Claims 15 and 16 recite substantially similar subject matter as claim 1. Though claim 16 recites different terms such as ground truth and loss function, this is equivalent to modifying trajectories based on feasible/infeasible as above. Further Section III.B recites minimizing the L1 loss between the poses generated by the model and the ground truth poses. Claim Rejections - 35 USC § 103 The following is a quotation of 35 U.S.C. 103 which forms the basis for all obviousness rejections set forth in this Office action: A patent for a claimed invention may not be obtained, notwithstanding that the claimed invention is not identically disclosed as set forth in section 102, if the differences between the claimed invention and the prior art are such that the claimed invention as a whole would have been obvious before the effective filing date of the claimed invention to a person having ordinary skill in the art to which the claimed invention pertains. Patentability shall not be negated by the manner in which the invention was made. Claim(s) 2, 3, 4, 6, 7, 9-11, and 17-21 is/are rejected under 35 U.S.C. 103 as being unpatentable over SafetyNet. Regarding claims 2 and 6, SafetyNet discloses wherein the initial estimated trajectory is generated by a first neural network configured to receive the observed state of each agent and the map data as inputs, and wherein the second estimated trajectory is generated by a second neural network, wherein the second neural network is configured to receive the observed state of each agent (Section III.B discloses that our model is built on a hierarchical graph network-based architecture. A neural network consists of a mathematical model which is equivalent to the disclosed hierarchical graph network). Therefore, it would have been obvious to a person having ordinary skill in the art prior to the effective filing date of the claimed invention to substitute the model of SafetyNet with the neural network to achieve predictable results. Regarding claims 3 and 4, the limitations of claim 3 amounts to simply repeating the steps of claim 1 a second and third time. Therefore, it would be obvious to a person having ordinary skill in the art to simply duplicate the steps to achieve additional refined results. Regarding claim 7, SafetyNet discloses wherein generating each of the estimated trajectories comprises directly generating, by the respective neural network, a time sequence of states defining the trajectory of the agent (Section III.B discloses a kinematic layer takes the predictions as well as the current ego state to roll out the next state of the ego). Regarding claims 9-11, the trajectory is based on an ML trajectory including weights and motions related to an observed state, which reads on each of these claims. Claims 17-21 are mirror claims. Conclusion Any inquiry concerning this communication or earlier communications from the examiner should be directed to ARYAN E WEISENFELD whose telephone number is (571)272-6602. The examiner can normally be reached M-F 9-5. 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, Vivek Koppikar can be reached at 5712725109. 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. ARYAN E. WEISENFELD Primary Examiner Art Unit 3689 /ARYAN E WEISENFELD/ Primary Examiner, Art Unit 3667
Read full office action

Prosecution Timeline

Aug 02, 2024
Application Filed
Jan 05, 2026
Non-Final Rejection — §101, §102, §103 (current)

Precedent Cases

Applications granted by this same examiner with similar technology

Patent 12591838
SYSTEMS AND METHODS FOR AIDING IN THE DELIVERY OF PACKAGES USING VEHICLE SENSORS
2y 5m to grant Granted Mar 31, 2026
Patent 12583358
Systems and Methods for Autonomous Vehicle Battery Delivery and Electric Vehicle Routing
2y 5m to grant Granted Mar 24, 2026
Patent 12584749
SYSTEMS, APPARATUS METHODS AND FOR AIRCRAFT FLIGHT PLANNING AND EFFICIENT COMMUNICATIONS WITH AIRCRAFT
2y 5m to grant Granted Mar 24, 2026
Patent 12570179
DEVICE FOR MAINTAINING AN ELECTRICALLY DRIVEN AGRICULTURAL VEHICLE
2y 5m to grant Granted Mar 10, 2026
Patent 12560452
ANNOTATING BASE MAP
2y 5m to grant Granted Feb 24, 2026
Study what changed to get past this examiner. Based on 5 most recent grants.

AI Strategy Recommendation

Get an AI-powered prosecution strategy using examiner precedents, rejection analysis, and claim mapping.
Powered by AI — typically takes 5-10 seconds

Prosecution Projections

1-2
Expected OA Rounds
40%
Grant Probability
66%
With Interview (+26.3%)
3y 5m
Median Time to Grant
Low
PTA Risk
Based on 347 resolved cases by this examiner. Grant probability derived from career allow 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