Publications

Refine Results

(Filters Applied) Clear All

A new approach for designing safer collision avoidance systems

Published in:
9th USA/Europe Air Traffic Management Research and Development Sem., ATM 2011, 14-17 June 2011.

Summary

The Traffic Alert and Collision Avoidance System (TCAS) has been shown to significantly reduce the risk of mid-air collision and is currently mandated worldwide on all large transport aircraft. Engineering the collision avoidance logic was a very costly undertaking that spanned several decades. The development followed an iterative process where the logic was specified using pseudocode, evaluated on encounters in simulation, and revised based on performance against a set of metrics. Modifying the logic to get the desired behavior is difficult because the pseudocode contains many heuristic rules that interact with each other in complex ways. Over the years, the TCAS logic has become challenging to maintain. With the anticipated introduction of next-generation air traffic control procedures and surveillance systems, the logic will require significant revision to prevent unnecessary alerts. Recent work has explored a new approach for designing collision avoidance systems that has the potential to shorten the development cycle, improve maintainability, and enhance safety with fewer false alerts. The approach involves leveraging recent advances in computation to automatically derive optimized collision avoidance logic directly from encounter models and performance metrics. This paper outlines the general approach and discusses the anticipated impact on development, safety, and operation.
READ LESS

Summary

The Traffic Alert and Collision Avoidance System (TCAS) has been shown to significantly reduce the risk of mid-air collision and is currently mandated worldwide on all large transport aircraft. Engineering the collision avoidance logic was a very costly undertaking that spanned several decades. The development followed an iterative process where...

READ MORE

Establishing a risk-based separation standard for unmanned aircraft self separation

Published in:
9th USA/Europe Air Traffic Management Research and Development Sem., ATM 2011, 14-17 June 2011.

Summary

Unmanned Aircraft Systems require an ability to sense and avoid other air traffic to gain access to civil airspace and meet requirements in civil aviation regulations. One sense and avoid function is self separation, which requires that aircraft remain "well clear." An approach is proposed in this paper to treat well clear as a separation standard, thus posing it as a relative state between aircraft where the risk of collision first reaches an unacceptable level. By this approach, an analytically-derived boundary for well clear can be derived that supports rigorous safety assessment. A preliminary boundary is proposed in both time and distance for the well clear separation standard, and recommendations for future work are made.
READ LESS

Summary

Unmanned Aircraft Systems require an ability to sense and avoid other air traffic to gain access to civil airspace and meet requirements in civil aviation regulations. One sense and avoid function is self separation, which requires that aircraft remain "well clear." An approach is proposed in this paper to treat...

READ MORE

A space-time multiscale analysis system: a sequential variational analysis approach

Published in:
Monthly Weather Rev., Vol. 139, No. 4, April 2011, pp. 1224-1240.

Summary

As new observation systems are developed and deployed, new and presumably more precise information is becoming available for weather forecasting and climate monitoring. To take advantage of these new observations, it is desirable to have schemes to accurately retrieve the information before statistical analyses are performed so that statistical computation can be more effectively used where it is needed most. The authors propose a sequential variational approach that possesses advantages of both a standard statistical analysis [such as with a three-dimensional variational data assimilation (3DVAR) or Kalman filter] and a traditional objective analysis (such as the Barnes analysis). The sequential variational analysis is multiscale, inhomogeneous, anisotropic, and temporally consistent, as shown by an idealized test case and observational datasets in this study. The real data cases include applications in two-dimensional and three-dimensional space and time for storm outflow boundary detection (surface application) and hurricane data assimilation (three-dimensional space application). Implemented using a multigrid technique, this sequential variational approach is a very efficient data assimilation method.
READ LESS

Summary

As new observation systems are developed and deployed, new and presumably more precise information is becoming available for weather forecasting and climate monitoring. To take advantage of these new observations, it is desirable to have schemes to accurately retrieve the information before statistical analyses are performed so that statistical computation...

READ MORE

Triangle TCAS antenna

Published in:
MIT Lincoln Laboratory Report ATC-380

Summary

The Traffic Alert and Collision Avoidance (TCAS) provides a pilot display showing the range and bearing of nearby aircraft. TCAS obtains the bearing information by using an angle-of-arrival antenna. In the development of TCAS at Lincoln Laboratory, the first airborne tests were conducted using an Adcock antenna, which is a small square array of four monopole elements. This report describes an alternative antenna for TCAS, using three elements in the shape of a triangle. It is shown that the triangle antenna is less sensitive to receiver noise, and that improvement factor is about 10 dB.
READ LESS

Summary

The Traffic Alert and Collision Avoidance (TCAS) provides a pilot display showing the range and bearing of nearby aircraft. TCAS obtains the bearing information by using an angle-of-arrival antenna. In the development of TCAS at Lincoln Laboratory, the first airborne tests were conducted using an Adcock antenna, which is a...

READ MORE

Partially-controlled Markov decision processes for collision avoidance systems

Published in:
ICAART 2011, Proc. of the 2rd Int. Conf. on Agents and Artificial Intelligence, 28-30 January 2011, pp. 61-70.

Summary

Deciding when and how to avoid collision in stochastic environments requires accounting for the likelihood and relative costs of future sequences of outcomes in response to different sequences of actions. Prior work has investigated formulating the problem as a Markov decision process, discretizing the state space, and solving for the optimal strategy using dynamic programming. Experiments have shown that such an approach can be very effective, but scaling to higher-dimensional problems can be challenging due to the exponential growth of the discrete state space. This paper presents an approach that can greatly reduce the complexity of computing the optimal strategy in problems where only some of the dimensions of the problem are controllable. The approach is demonstrated on an airborne collision avoidance problem where the system must recommend maneuvers to an imperfect pilot.
READ LESS

Summary

Deciding when and how to avoid collision in stochastic environments requires accounting for the likelihood and relative costs of future sequences of outcomes in response to different sequences of actions. Prior work has investigated formulating the problem as a Markov decision process, discretizing the state space, and solving for the...

READ MORE

Aircraft collision avoidance using Monte Carlo real-time belief space search

Published in:
J. Intell. Robot. Syst., Vol. 64, No. 2, 2011, pp. 277-98.

Summary

The aircraft collision avoidance problem can be formulated using a decision-theoretic planning framework where the optimal behavior requires balancing the competing objectives of avoiding collision and adhering to a flight plan. Due to noise in the sensor measurements and the stochasticity of intruder state trajectories, a natural representation of the problem is as a partially-observable Markov decision process (POMDP), where the underlying state of the system is Markovian and the observations depend probabilistically on the state. Many algorithms for finding approximate solutions to POMDPs exist in the literature, but they typically require discretization of the state and observation spaces. This paper investigates the introduction of a sample-based representation of state uncertainty to an existing algorithm called Real-Time Belief Space Search (RTBSS), which leverages branch-and-bound pruning to make searching the belief space for the optimal action more efficient. The resulting algorithm, called Monte Carlo Real-Time Belief Space Search (MC-RTBSS), is demonstrated on encounter scenarios in simulation using a beacon-based surveillance system and a probabilistic intruder model derived from recorded radar data.
READ LESS

Summary

The aircraft collision avoidance problem can be formulated using a decision-theoretic planning framework where the optimal behavior requires balancing the competing objectives of avoiding collision and adhering to a flight plan. Due to noise in the sensor measurements and the stochasticity of intruder state trajectories, a natural representation of the...

READ MORE

Robust airborne collision avoidance through dynamic programming

Published in:
MIT Lincoln Laboratory Report ATC-371

Summary

The Traffic Alert and Collision Avoidance System (TCAS) uses an on-board beacon radar to monitor the local air traffic and logic to determine when to alert pilots to potential conflict. The current TCAS logic was the result of many years of development and involved the careful engineering of many heuristic rules specified in pseudocode. Unfortunately, due to the complexity of the logic, it is difficult to revise the pseudocode to accommodate the evolution of the airspace and the introduction of new technologies and procedures. This report summarizes recent advances in computational techniques for automatically deriving the optimal logic with respect to a probabilistic model and a set of performance metrics. Simulations demonstrate how this new approach results in logic that significantly outperforms TCAS according to the standard safety and operational performance metrics.
READ LESS

Summary

The Traffic Alert and Collision Avoidance System (TCAS) uses an on-board beacon radar to monitor the local air traffic and logic to determine when to alert pilots to potential conflict. The current TCAS logic was the result of many years of development and involved the careful engineering of many heuristic...

READ MORE

MIT Lincoln Laboratory TCAS surveillance performance

Published in:
MIT Lincoln Laboratory Report ATC-370

Summary

The Traffic Alert and Collision Avoidance System (TCAS) Version 7 surveillance requirements were developed in the mid-1990s with the use of limited radar data. Recently, a more comprehensive radar data source has become available, enabling a thorough analysis of TCAS surveillance performance throughouth the National Airspace System (NAS). This paper characterizes six high traffic terminal environments over three months. A busy one hour period was selected from each location for density and equipage measurements. This paper then describes the use of a high fidelity simulation to characterize TCAS surveillance performance in the isx locations. Transponder utilization due to TCAS and TCAS surveillance range are compared with the design requirements, including interference limiting specifications. The effect of TCAS surveillance activity on Air Traffic Control (ATC) ground radar performance is also investigated. Results indicate that the surveillance algorithms perform as intended and that TCAS has a minimal impact on ground radar. Areas of concern are noted for future investigation.
READ LESS

Summary

The Traffic Alert and Collision Avoidance System (TCAS) Version 7 surveillance requirements were developed in the mid-1990s with the use of limited radar data. Recently, a more comprehensive radar data source has become available, enabling a thorough analysis of TCAS surveillance performance throughouth the National Airspace System (NAS). This paper...

READ MORE

Robustness of optimized collision avoidance logic to modeling errors

Published in:
29th Digital Avionics System Conf., 3-7 October 2010.

Summary

Collision avoidance systems, whether for manned or unmanned aircraft, must reliably prevent collision while minimizing alerts. Deciding what action to execute at a particular instant may be framed as a multiple-objective optimization problem that can be solved offline by computers. Prior work has explored methods of efficiently computing the optimal collision avoidance logic from a probabilistic model of aircraft behavior and a cost function. One potential concern with using a probabilistic model to construct the logic is that the model may not adequately represent the real world. Inaccuracies in the model could lead to vulnerabilities in the system when deployed. This paper evaluates the robustness of collision avoidance optimization to modeling errors.
READ LESS

Summary

Collision avoidance systems, whether for manned or unmanned aircraft, must reliably prevent collision while minimizing alerts. Deciding what action to execute at a particular instant may be framed as a multiple-objective optimization problem that can be solved offline by computers. Prior work has explored methods of efficiently computing the optimal...

READ MORE

A decision-theoretic approach to developing robust collision avoidance logic

Published in:
2010 13th Int. IEEE Annual Conf. on Intelligent Transportation Systems, 19-22 September 2010, pp. 1837-1842.

Summary

All large transport aircraft are required to be equipped with a collision avoidance system that instructs pilots how to maneuver to avoid collision with other aircraft. The uncertainty in the behavior of the intruding aircraft makes developing a robust collision avoidance logic challenging. This paper presents an automated approach for optimizing collision avoidance logic based on probabilistic models of aircraft behavior and a performance metric that balances the competing objectives of maximizing safety and minimizing alert rate. The approach involves framing the problem of collision avoidance as a Markov decision process that is solved using dynamic programming. Although this paper focuses on airborne collision avoidance for manned aircraft, the methods may be applied to collision avoidance for other categories of vehicles, both manned and unmanned.
READ LESS

Summary

All large transport aircraft are required to be equipped with a collision avoidance system that instructs pilots how to maneuver to avoid collision with other aircraft. The uncertainty in the behavior of the intruding aircraft makes developing a robust collision avoidance logic challenging. This paper presents an automated approach for...

READ MORE