US10237167B2 - Intelligent routing method for routing items through a network - Google Patents

Intelligent routing method for routing items through a network Download PDF

Info

Publication number
US10237167B2
US10237167B2 US15/006,434 US201615006434A US10237167B2 US 10237167 B2 US10237167 B2 US 10237167B2 US 201615006434 A US201615006434 A US 201615006434A US 10237167 B2 US10237167 B2 US 10237167B2
Authority
US
United States
Prior art keywords
route
reward
segment
routes
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active, expires
Application number
US15/006,434
Other versions
US20160234098A1 (en
Inventor
Ali Ebrahimi Afrouzi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bobsweep Inc
AI Inc Canada
Original Assignee
AI Inc Canada
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by AI Inc Canada filed Critical AI Inc Canada
Priority to US15/006,434 priority Critical patent/US10237167B2/en
Publication of US20160234098A1 publication Critical patent/US20160234098A1/en
Assigned to BOBSWEEP INC. reassignment BOBSWEEP INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EBRAHIMI AFROUZI, ALI
Application granted granted Critical
Publication of US10237167B2 publication Critical patent/US10237167B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • H04L45/121Shortest path evaluation by minimising delays
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0852Delays
    • H04L43/0858One way delays

Definitions

  • the present invention relates to methods for using artificial intelligence to route items through networks.
  • the present invention achieves the aforementioned goal through a routing method capable of intelligently selecting paths for an item to most rapidly reach its destination.
  • each segment of a trip is evaluated and assigned a small negative reward based the amount of delay incurred in each segment.
  • a large positive reward is assigned.
  • the system then calculates the value of each trip based on the net rewards of that trip.
  • the control system can then use the value of each trip to define a policy to select the best route for any given future trip at a particular time. That is, the route with the highest probability of yielding the highest net reward.
  • FIG. 1 illustrates a network comprised of a plurality of nodes connected by links embodying features of the present invention.
  • FIG. 2 illustrates another network comprised of a plurality of nodes connected by links embodying features of the present invention.
  • the present invention relates to a method for routing items through a network of nodes connected by links using a positive and negative rewards system.
  • Each item's trip from a starting node to a destination node is monitored.
  • An item may travel from a starting node along a link to another node where it is transferred to another link, by which it travels to another node where it is transferred to another link, and so on, until the item has arrived at its destination node.
  • FIG. 1 a network 100 is illustrated.
  • the network is comprised of nodes 101 and links 102 connecting the nodes.
  • a plurality of possible routes between a given starting node and a given destination node may exist.
  • the proposed method is concerned with the problem of choosing the most efficient route from a given starting node to a given destination node.
  • FIG. 2 another network 200 is illustrated. If an item with starting node 201 has a destination node of 209 , there is more than one route the item may take to arrive at the destination.
  • the item may take the route: node 202 , node 206 , node 205 , node 211 , node 214 , node 212 , node 208 , node 209 .
  • This route contains seven nodes before the destination is reached.
  • An alternative route is: node 202 , node 206 , node 207 , node 213 , node 210 , node 209 . This route contains five nodes before the destination is reached.
  • the second route may take longer than the first route because the total distance between nodes is greater.
  • Another alternative route is node 202 , node 203 , node 204 , node 207 , node 213 , node 210 , node 209 .
  • This route contains six nodes before the destination is reached. Although this route contains more nodes than the second route, it may be advantageous in the event that there is a lot of traffic at node 206 . Because it follows a different path than the other two routes, it may serve as an efficient route under certain circumstances.
  • the efficiency of the particular route used may be evaluated by looking at each segment of the trip between nodes.
  • a small negative reward is assigned at the end of each segment of a trip based on the amount of delay (if any) incurred during the segment. So, referring to the example in FIG. 2 , the routes with more nodes will result in more opportunities for delays and therefore penalties. However the delay within each segment of the trip is also accounted for.
  • the system is configured to maximize rewards at all times, so it attempts to select the route with the smallest likelihood of delay.
  • a large positive reward is assigned at the end of each complete trip to incentivize the system to continue trips in spite of the negative rewards incurred after each segment.
  • W (estimated) is the amount of time to complete the segment with no delays
  • W (actual) is the amount of time it actually took to complete the segment
  • R is a predetermined reward rate
  • the reward rate is negative, so that greater penalties are assigned as the deviation from the estimated segment time (amount of time to complete the segment with no delays) increases.
  • Deviation from the ideal trip time may occur for a variety of reasons, such as traffic within the network and waiting in queues.
  • the system is configured to attempt to maximize this value at all times, which is represented by the formula: E[ ⁇ R t ] ⁇ Max
  • the system Each time a trip is completed, the system records the corresponding net rewards earned in a table. After completing a number of trips, the system may use the data to determine which routes produce the highest rewards.
  • V (s) [max a′ ⁇ P ( s
  • V (s′) value of successor
  • the value of a given state depends on the outcome of the prior state multiplied by the cost (penalty incurred) to get there.
  • the system can then compare values of routes used and determine which routes for items traveling from a particular starting node to a particular destination node have the highest value. As the system completes more and more trips, more and more data is gathered, and values are assigned to each state. That is, a value is assigned to each route for delivering an item from a starting node to a destination node. Once values have been assigned to the routes, the system can calculate a policy to maximize rewards.
  • the system develops a policy, ⁇ , which defines the best route yet discovered. This is represented by the formula:
  • ⁇ ⁇ ( s ) argmax s ′ ⁇ ⁇ P ⁇ ( s ′
  • R a (s, s′) is the immediate reward received after transition to state s′ from s.
  • a desirable outcome is to choose a policy, ⁇ , that will maximize the expected discounted sum of the rewards collected at any given S.
  • the system uses the policy, ⁇ , to route items in the best known manner.
  • S (state) here refers to each possible trip segment of a route.
  • a finite number of segments are possible, thus there are a finite set of states.
  • A is the action of selecting a route, which takes the system from state S to state S′.
  • a s is the finite set of possible routes defined from any state.
  • T is the time interval between each state transition of S to S′.
  • the proposed routing method may be used in any application without limitation.
  • the routing method may be used to route packages through a pneumatic tube network, route trains through a rail network, or route baggage through a conveyor belt network.

Abstract

A method for selecting routes for items being sent from a given beginning node to a given destination node within a network. Each segment of a trip is evaluated and assigned a negative reward based on the deviation from the ideal length of time to complete that segment. Upon arrival of the item at the destination node, the route is assigned a large positive reward. The system is configured to attempt to maximize rewards at all times by selecting the routes with the lowest likelihood of delay. As more and more trips are completed, the control system may define a policy that selects routes based on their probability of yielding the highest reward.

Description

CROSS-REFERENCE TO RELATED APPLICATIONS
This application claims the benefit of provisional patent application Ser. No. 62/113,484, filed Feb. 8, 2015 by the present inventor.
FIELD OF INVENTION
The present invention relates to methods for using artificial intelligence to route items through networks.
BACKGROUND OF INVENTION
The following is a tabulation of some prior art that presently appears relevant:
U.S. Patent Documents
Patent Number Kind Code Issue Date Patentee
6,411,701 B1 2002 Jun. 25 Nokia Siemens Networks
GmbH and Co KG
5,142,570 A 1992 Aug. 25 TTI Inventions A LLC
6,606,380 B1 2003 Aug. 12 Telefonaktiebolaget
L M Ericsson
5,590,118 A 1996 Dec. 31 Alcatel-Lucent NV
634122 B1 2002 Jan. 29 Telefonaktiebolaget
L M Ericsson
6,829,347 B1 2004 Dec. 7 RPX CLEARINGHOUSE
LLC
6,282,170 B1 2001 Aug. 28 RPX CLEARINGHOUSE
LLC, World Trade Center
Montreal
U.S. Patent Application Publications
Publication Nr Kind Code Publ. Date Applicant
20090190579 A1 2009 Jul. 30 Telefonaktiebolaget
L M Ericsson
Various types of networks are used to deliver items from a starting point to an end point via links between nodes. However, currently available methods do not always select the most efficient route in real-time. Delays due to traffic in a network may cause an item to arrive later than normal at its destination. A need exists for a method to intelligently route items within a network from a starting point to a destination based on historical data of past trips within the network.
SUMMARY OF INVENTION
It is a goal of the present invention to provide a method for intelligently routing items through a network that selects the best fastest route based on historical data.
The present invention achieves the aforementioned goal through a routing method capable of intelligently selecting paths for an item to most rapidly reach its destination. According to the proposed invention, each segment of a trip is evaluated and assigned a small negative reward based the amount of delay incurred in each segment. Upon completion of a trip, a large positive reward is assigned. The system then calculates the value of each trip based on the net rewards of that trip. The control system can then use the value of each trip to define a policy to select the best route for any given future trip at a particular time. That is, the route with the highest probability of yielding the highest net reward.
BRIEF DESCRIPTION OF DRAWINGS
FIG. 1 illustrates a network comprised of a plurality of nodes connected by links embodying features of the present invention.
FIG. 2 illustrates another network comprised of a plurality of nodes connected by links embodying features of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
The present invention will now be described in detail with reference to a few embodiments thereof as illustrated in the accompanying drawings. In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be apparent, however, to one skilled in the art, that the present invention may be practiced without some or all of these specific details. In other instances, well known process steps and/or structures have not been described in detail in order to not unnecessarily obscure the present invention.
Generally, the present invention relates to a method for routing items through a network of nodes connected by links using a positive and negative rewards system.
Each item's trip from a starting node to a destination node is monitored. An item may travel from a starting node along a link to another node where it is transferred to another link, by which it travels to another node where it is transferred to another link, and so on, until the item has arrived at its destination node. Referring to FIG. 1, a network 100 is illustrated. The network is comprised of nodes 101 and links 102 connecting the nodes. A plurality of possible routes between a given starting node and a given destination node may exist. The proposed method is concerned with the problem of choosing the most efficient route from a given starting node to a given destination node.
Referring to FIG. 2, another network 200 is illustrated. If an item with starting node 201 has a destination node of 209, there is more than one route the item may take to arrive at the destination. The item may take the route: node 202, node 206, node 205, node 211, node 214, node 212, node 208, node 209. This route contains seven nodes before the destination is reached. An alternative route is: node 202, node 206, node 207, node 213, node 210, node 209. This route contains five nodes before the destination is reached. Although the first route contains more nodes than the second route, which can cause a route to take longer, the second route may take longer than the first route because the total distance between nodes is greater. Another alternative route is node 202, node 203, node 204, node 207, node 213, node 210, node 209. This route contains six nodes before the destination is reached. Although this route contains more nodes than the second route, it may be advantageous in the event that there is a lot of traffic at node 206. Because it follows a different path than the other two routes, it may serve as an efficient route under certain circumstances.
The efficiency of the particular route used may be evaluated by looking at each segment of the trip between nodes. A small negative reward is assigned at the end of each segment of a trip based on the amount of delay (if any) incurred during the segment. So, referring to the example in FIG. 2, the routes with more nodes will result in more opportunities for delays and therefore penalties. However the delay within each segment of the trip is also accounted for. The system is configured to maximize rewards at all times, so it attempts to select the route with the smallest likelihood of delay. A large positive reward is assigned at the end of each complete trip to incentivize the system to continue trips in spite of the negative rewards incurred after each segment. The following formula may be used to calculate rewards for trip segments:
[W(estimated)−W(actual)]R=reward
where
W (estimated) is the amount of time to complete the segment with no delays;
W (actual) is the amount of time it actually took to complete the segment; and
R is a predetermined reward rate.
The reward rate is negative, so that greater penalties are assigned as the deviation from the estimated segment time (amount of time to complete the segment with no delays) increases.
As stated previously, the system is configured to attempt to maximize rewards at all times, so that it always attempts to find the route with the shortest trip time. This may be represented by:
W(estimated)−W(actual)=Deviation
ArgMin D [ W ( estimated ) - W ( actual ) ]
The greater the deviation from the estimated trip time, the larger the penalty. Deviation from the ideal trip time may occur for a variety of reasons, such as traffic within the network and waiting in queues.
The reward of each state may be represented by:
R (s) =R (ts)
The reward after the transition from state (s) to (s′) may be represented by:
R (s′) =R (ts) +R (ts+1)
The total reward for work in the session can be represented by the following formula:
R (t0) +R (t1) +R (t2) +R (t3) + . . . +R (tn)=Total reward
The system is configured to attempt to maximize this value at all times, which is represented by the formula:
E[ΣR t]→Max
Where E is the expectation that R (reward) is maximized.
Therefore, the value of state (s) when policy (π) is executed equals the expected sum of all future rewards provided that initial state (s0) is (s) and policy (π) is executed as represented by the formula:
π ( s ) V = E π t [ R t | s 0 = s ]
Each time a trip is completed, the system records the corresponding net rewards earned in a table. After completing a number of trips, the system may use the data to determine which routes produce the highest rewards.
From the above, the value iteration may be concluded:
V (s)=[maxa′ ΣP(s|s,a)V (s′) ]R (s)
Where:
maxa=maximizing action
V(s′)=value of successor
R(s)=reward or cost to get to state s
P=state transition function
R=reward function
The above formula is found after convergence according to Bellman's equation represented by the formula:
max t = 0 β t μ ( c t ) subject to a t + 1 = ( 1 + r ) ( a t - c t ) · c t 0 , and limit t = a t 0 , and V ( a ) = max 0 c a { μ ( c ) + β V ( ( 1 + r ) ( a - c ) ) }
The value of a given state depends on the outcome of the prior state multiplied by the cost (penalty incurred) to get there. The system can then compare values of routes used and determine which routes for items traveling from a particular starting node to a particular destination node have the highest value. As the system completes more and more trips, more and more data is gathered, and values are assigned to each state. That is, a value is assigned to each route for delivering an item from a starting node to a destination node. Once values have been assigned to the routes, the system can calculate a policy to maximize rewards. The system develops a policy, π, which defines the best route yet discovered. This is represented by the formula:
π ( s ) = argmax s P ( s | s 1 a ) V ( s )
From value iteration methods one may find policy 1, which is a better policy than policy 0, and then find a policy 2, which is a better than policy 1, and so on. The above formula therefore finds the best eventual policy.
Pa (s, s′)=Pr (st+1=s′|st=s, at=a) is the probability that action a in a state s at time t will lead to state s′ at time t+1
and
Ra (s, s′) is the immediate reward received after transition to state s′ from s.
A desirable outcome is to choose a policy, π, that will maximize the expected discounted sum of the rewards collected at any given S. The system uses the policy, π, to route items in the best known manner.
S (state) here refers to each possible trip segment of a route. A finite number of segments are possible, thus there are a finite set of states. A is the action of selecting a route, which takes the system from state S to state S′. As is the finite set of possible routes defined from any state. T is the time interval between each state transition of S to S′.
The proposed routing method may be used in any application without limitation. For example, the routing method may be used to route packages through a pneumatic tube network, route trains through a rail network, or route baggage through a conveyor belt network.

Claims (5)

I claim:
1. A method for determining a route from a beginning node to a destination node in a distribution network, the method comprising:
providing a plurality of nodes connected by a plurality of links that provide a plurality of routes from the beginning node to the destination node, wherein
each of the plurality of nodes represents a transfer point between links, and wherein
each link represents a segment of the plurality of routes;
providing an item for traversing the distribution network;
selecting one of the plurality of routes;
traversing the selected route by the item;
evaluating an efficiency of each segment of the selected route as traversed by the item;
calculating a reward based on the item traversing the selected route, wherein calculating the reward based on the item traversing the selected route comprises:
assigning a negative reward for each segment of the selected route based on any delay on the segment; and
assigning a positive reward for each segment of the selected route based on completion of the segment; and
summing the positive and negative rewards for all segments of the selected route;
tabulating the reward;
iteratively traversing the distribution network by other items along others of the plurality of routes and tabulating the rewards; and
selecting a preferred route corresponding with a highest reward based on tabulated rewards for future items to traverse the distribution network.
2. The method of claim 1, wherein the distribution network is selected from the group consisting of: a pneumatic tube network, a rail network, and a conveyor belt network.
3. The method of claim 1, wherein the assigning a negative reward is calculated by the formula:

[W(estimated)−W(actual)]R=reward, where
W (estimated) is a first amount of time to complete the segment with no delays;
W(actual) is a second amount of time to actually complete the segment; and
R is a predetermined reward rate.
4. The method of claim 1, further comprising:
assigning a value to the selected route;
calculating a policy corresponding with values of all selected routes; and
selecting the policy to maximize the reward.
5. The method of claim 4, wherein the policy defines a best route discovered represented by the formula:

π(s)=argmaxs′ Σ,P(s′|s 1 a)∨(s′)
where
π is the policy;
P is a state transition function;
s (state) is a possible trip segment of a route; and
a is the action of selecting a route.
US15/006,434 2015-02-08 2016-01-26 Intelligent routing method for routing items through a network Active 2036-06-28 US10237167B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/006,434 US10237167B2 (en) 2015-02-08 2016-01-26 Intelligent routing method for routing items through a network

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201562113484P 2015-02-08 2015-02-08
US15/006,434 US10237167B2 (en) 2015-02-08 2016-01-26 Intelligent routing method for routing items through a network

Publications (2)

Publication Number Publication Date
US20160234098A1 US20160234098A1 (en) 2016-08-11
US10237167B2 true US10237167B2 (en) 2019-03-19

Family

ID=56566217

Family Applications (1)

Application Number Title Priority Date Filing Date
US15/006,434 Active 2036-06-28 US10237167B2 (en) 2015-02-08 2016-01-26 Intelligent routing method for routing items through a network

Country Status (1)

Country Link
US (1) US10237167B2 (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6301244B1 (en) * 1998-12-11 2001-10-09 Nortel Networks Limited QoS-oriented one-to-all route selection method for communication networks
US6317686B1 (en) * 2000-07-21 2001-11-13 Bin Ran Method of providing travel time
US20070106465A1 (en) * 2005-10-10 2007-05-10 Tomtom International B.V. Method of planning a route to a destination
US20090287408A1 (en) * 2008-05-18 2009-11-19 Volkswagen Of America, Inc. Method for Offering a User Reward Based on a Chosen Navigation Route
US7701857B2 (en) * 2006-06-07 2010-04-20 Genband Inc. Method, system, and computer-readable medium for resource-based route selection
US20110208419A1 (en) * 2010-02-25 2011-08-25 International Business Machines Corporation Route optimization
US8385211B2 (en) * 2009-03-30 2013-02-26 The Boeing Company Method for routing in a mobile ad hoc network
US20130291060A1 (en) * 2006-02-01 2013-10-31 Newsilike Media Group, Inc. Security facility for maintaining health care data pools
US20140025225A1 (en) * 2012-07-19 2014-01-23 David L. Armitage Vehicle driver behavior monitoring and correlation
US20140177476A1 (en) * 2011-08-12 2014-06-26 Aria Networks Limited Network Capacity Management System and Method

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6301244B1 (en) * 1998-12-11 2001-10-09 Nortel Networks Limited QoS-oriented one-to-all route selection method for communication networks
US6317686B1 (en) * 2000-07-21 2001-11-13 Bin Ran Method of providing travel time
US20070106465A1 (en) * 2005-10-10 2007-05-10 Tomtom International B.V. Method of planning a route to a destination
US20130291060A1 (en) * 2006-02-01 2013-10-31 Newsilike Media Group, Inc. Security facility for maintaining health care data pools
US7701857B2 (en) * 2006-06-07 2010-04-20 Genband Inc. Method, system, and computer-readable medium for resource-based route selection
US20090287408A1 (en) * 2008-05-18 2009-11-19 Volkswagen Of America, Inc. Method for Offering a User Reward Based on a Chosen Navigation Route
US8385211B2 (en) * 2009-03-30 2013-02-26 The Boeing Company Method for routing in a mobile ad hoc network
US20110208419A1 (en) * 2010-02-25 2011-08-25 International Business Machines Corporation Route optimization
US20140177476A1 (en) * 2011-08-12 2014-06-26 Aria Networks Limited Network Capacity Management System and Method
US20140025225A1 (en) * 2012-07-19 2014-01-23 David L. Armitage Vehicle driver behavior monitoring and correlation

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Ronald Romero Reyes, "Reward-based Online Routing and Spectrum Assignment in Flex-grid Optical Networks", IEEE, published in: Telecommunications Network Strategy and Planning Symposium (Networks), 2016 17th International; Date of Conference: Sep. 26-28, 2016. *

Also Published As

Publication number Publication date
US20160234098A1 (en) 2016-08-11

Similar Documents

Publication Publication Date Title
Stidham Optimal control of admission to a queueing system
Kuipers et al. Conditions that impact the complexity of QoS routing
US20150256417A1 (en) Admission control in a self aware network
Burleigh et al. Autonomous congestion control in delay-tolerant networks
CN102664805B (en) Predictive routing method for bus delay tolerant network
Chen et al. Charge me if you can: Charging path optimization and scheduling in mobile networks
CN101449614A (en) Method and apparatus for distributed call admission control in a wireless network
CN103236984B (en) A kind of efficient infection route-caching management strategy method in delay-tolerant network
CN101753462B (en) Method and device for realizing multi-next-hop routes
Abdulla et al. The impact of the mobility model on delay tolerant networking performance analysis
Zhao et al. A temporal-information-based adaptive routing algorithm for software defined vehicular networks
US10237167B2 (en) Intelligent routing method for routing items through a network
Vallati et al. Analysis of the interplay between RPL and the congestion control strategies for CoAP
CN114567915A (en) Optimal path planning method and system based on improved equivalent multi-route
Schmöcker Dynamic capacity constrained transit assignment
CN107682235A (en) A kind of propagation delay time prediction data dispatching method based on Kalman filtering
CN102739528A (en) Method for determining a route in a network and a quality-related parameter for said route
Gelenbe et al. Networking with cognitive packets
Van Leeuwaarden et al. Economies-of-scale in resource sharing systems: tutorial and partial review of the QED heavy-traffic regime
CN105828446A (en) DDL-EDF (Dynamic Dividing Loss-aware Earliest Deadline First) data packet scheduling method for wireless networks
Boyles et al. Incorporating departure time choice into high-occupancy/toll (HOT) algorithm evaluation
Gitzenis et al. Flow optimization in delay tolerant networks using dual decomposition
Kolavali et al. Ant colony optimization algorithms for shortest path problems
Miller et al. Dynamic trucking equilibrium through a freight exchange
Lei et al. A routing policy based on time-varying graph for predictable delay tolerant networks

Legal Events

Date Code Title Description
AS Assignment

Owner name: BOBSWEEP INC., ONTARIO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EBRAHIMI AFROUZI, ALI;REEL/FRAME:045353/0518

Effective date: 20180326

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YR, SMALL ENTITY (ORIGINAL EVENT CODE: M2551); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY

Year of fee payment: 4