Dissertations / Theses on the topic 'Robust'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Robust.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Nakashima, Paulo Hiroaqui Ruiz. "Controle H2, H∞ e H2/H∞ aplicados a um robô manipulador subatuado." Universidade de São Paulo, 2001. http://www.teses.usp.br/teses/disponiveis/18/18133/tde-08062017-122423/.
Full textThis work presents the application results of three control techniques used for the control design and implementation of a serial planar underactuated manipulator with three joints and rigid links, designed and built by the Carnegie Mellon University, USA. Due to the high non-linearity degree of this system, it would be very difficult to implement an H2, H∞ or H2/ H∞ control which would actuate on the system by itself. Therefore, it is proposed a combined control method: computed torque/ H2, H∞ or H2/H∞. In the combined control, the portion corresponding to the computed torque linearizes and pre-compensates the dynamics of the nominal model, while the portion corresponding to the H2, H∞ or H2/H∞ control realizes a pos-compensation of the residual errors, not completely removed by the computed torque method. Trajetory tracking and robustness tests are performed here to demonstrate the efficiency of these controllers, with very satisfatory implementation results.
Deray, Jérémie. "Robust navigation for industrial service robots." Doctoral thesis, TDX (Tesis Doctorals en Xarxa), 2020. http://hdl.handle.net/10803/669875.
Full textLa navegación autónoma es uno de los problemas fundamentales de la robótica, y sus diferentes desafíos se han estudiado durante décadas. El desarrollo de métodos de navegación robusta, confiable y segura es un factor clave para la creación de funcionalidades de nivel superior en robots diseñados para operar en entornos con humanos. A lo largo de la presente tesis, abordamos el problema de navegación para bases robóticas móviles industriales; identificamos los elementos de un sistema de navegación; y analizamos y tratamos sus desafíos. El trabajo de investigación presentado aquí tiene como último objetivo mejorar la calidad general del sistema completo de navegación de una base móvil industrial disponible comercialmente. Para estudiar el problema de navegación, primero lo desglosamos en problemas menores claramente identificados. Examinamos el subproblema de mapeo del entorno y localización del robot simultáneamente (SLAM por sus siglas en ingles) y estudiamos el estado del arte del mismo. Al hacerlo, recordamos y detallamos la base matemática del problema de SLAM. Luego revisamos el subproblema de planificación de trayectorias hacia una meta deseada en la representación del entorno generada. Además, como una herramienta para las soluciones que se presentarán más adelante en el desarrollo de la tesis, investigamos y aclaramos el uso de teoría de Lie, centrándonos en el subconjunto de la teoría que es útil para la estimación de estados en robótica. Como primer elemento identificado para mejoras, abordamos el problema de reconocimiento de lugares para cerrar lazos en SLAM. El cierre de lazos se refiere a la capacidad de un robot para reconocer una ubicación visitada previamente e inferí información geométrica entre la ubicación actual del robot y aquellas reconocidas. Usando solo un sensor láser 2D, la tarea es desafiante ya que la percepción del entorno que proporciona el sensor es escasa y limitada. Abordamos el problema utilizando 'bolsas de palabras', una técnica prestada del campo de procesamiento del lenguaje natural (NLP) que se ha aplicado con éxito anteriormente al reconocimiento de lugares basado en imágenes. Nuestro método incluye dos nuevas propuestas inspiradas también en NLP. Primero, la comparación entre lugares candidatos se fortalece teniendo en cuenta el orden relativo natural de las características en cada lectura individual del sensor; y segundo, se establece un corpus de lugares visitados para promover juntos instancias que están "cerca" la una de la otra desde un punto de vista topológico. Evaluamos nuestras propuestas por separado y conjuntamente en varios conjuntos de datos, con y sin ruido, demostrando mejora en la detección de cierres de lazo para sensores láser 2D, con respecto al estado del arte. Luego abordamos el problema de la calibración del modelo de movimiento para la estimación de la edometría. Dado que nuestra base móvil incluye un sensor exteroceptivo capaz de observar el movimiento de la plataforma, proponemos una nueva formulación que permite estimar los parámetros intrínsecos del modelo cinemático de la plataforma durante el cómputo de la edometría del vehículo. Hemos recurrido a una adaptación de la teoría de reintegración inicialmente desarrollado para unidades inerciales de medida, y aplicado la técnica a nuestro modelo cinemático. El método nos permite, mediante optimización iterativa no lineal, la estimación del valor del radio de las ruedas de forma independiente y de la separación entre las mismas. El método se amplía posteriormente par idéntica de forma simultánea, estos parámetros intrínsecos junto con los parámetros extrínsecos que ubican el sensor láser con respecto al sistema de referencia de la base móvil. El método se valida en simulación y en un entorno real y se muestra que converge hacia los verdaderos valores de los parámetros. El método permite la adaptación de los parámetros intrínsecos del modelo cinemático de la plataforma derivados de cambios físicos durante la operación, tales como el impacto que el cambio de carga sobre la plataforma tiene sobre el diámetro de las ruedas. Como tercer subproblema de navegación, abordamos el reto de planificar trayectorias de movimiento de forma suave. Desarrollamos un método para planificar la trayectoria como una secuencia de configuraciones sobre una spline con n-ésimas derivadas en todos los puntos, independientemente del grupo de Lie considerado. Al ser formulado como un problema de optimización no lineal con múltiples objetivos, es posible agregar funciones de coste al problema de optimización que permitan añadir límites de velocidad o aceleración, evasión de colisiones, etc. El método propuesto es evaluado en dos tareas de planificación de movimiento diferentes, la planificación de trayectorias para una base móvil que evoluciona en la variedad SE(2), y la planificación del movimiento de un brazo robótico cuyo efector final evoluciona en la variedad SE(3). Además, cada tarea se evalúa en escenarios con complejidad de forma incremental, y se muestra un rendimiento comparable o mejor que el estado del arte mientras produce resultados más consistentes. Desde nuestro estudio de la teoría de Lie, desarrollamos una nueva biblioteca de programación llamada “manif”. La biblioteca es de código abierto, está disponible públicamente y se desarrolla siguiendo las buenas prácticas de programación de software. Esta diseñado para que sea fácil de integrar y manipular, y permite flexibilidad de uso mientras se facilita la posibilidad de extenderla más allá de los grupos de Lie inicialmente implementados. Además, la biblioteca se muestra eficiente en comparación con otras soluciones existentes. Por fin, llegamos a la conclusión del estudio de doctorado. Examinamos el trabajo de investigación y trazamos líneas para futuras investigaciones. También echamos un vistazo en los últimos años y compartimos una visión personal y experiencia del desarrollo de un doctorado industrial.
Bekit, Biniam Weldai. "Robust nonlinear control of robot manipulators." Thesis, King's College London (University of London), 2000. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.321945.
Full textLöhning, Matthias [Verfasser]. "Robust Control of Elastic Robots / Matthias Löhning." München : Verlag Dr. Hut, 2011. http://d-nb.info/1015606512/34.
Full textBando, Yoshiaki. "Robust Audio Scene Analysis for Rescue Robots." Kyoto University, 2018. http://hdl.handle.net/2433/232410.
Full textKwok, Chung Tin. "Robust real-time perception for mobile robots /." Thesis, Connect to this title online; UW restricted, 2004. http://hdl.handle.net/1773/7017.
Full textPeel, Vincent Robert. "Robust methods for robust passive sonar." Thesis, University of Southampton, 1991. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.305876.
Full textNguyen, Quan T. "Robust and Adaptive Dynamic Walking of Bipedal Robots." Research Showcase @ CMU, 2017. http://repository.cmu.edu/dissertations/1102.
Full textLarsson, Martin. "Robusta Människor : En förutsättning för ett robust och uthålligt samhälle?" Thesis, Karlstads universitet, Fakulteten för samhälls- och livsvetenskaper, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-13852.
Full textThe society and the world we live are in constant change, maybe more now than ever. There is an aim to be robust and to recover fast to be able meet unpredictable events and changes. Robust societies seem desirable in a changing world. Societies consist of individuals and robust individuals can be assumed to create good conditions for a robust society. The purpose of this study is to gain more knowledge regarding how a robust individual is perceived and if there are similarities in the way a robust society and a robust individual are described. The study was conducted using three semi-structured interviews and interpretive phenomenological analysis. Three professionals, who had meet in total about 3000 individuals who had experienced large events and/or crisis, were interviewed. The result of the study demonstrates the experience of a robust individual being loving, responsible in the present and aware of feelings. Loving to himself/herself, others and life. Responsible and in the present, disregarding the consequences Aware of, and feels, his/hers feelings and boundaries. Similarities and differences between robust, resilience, resilient and Sense Of Coherence (SOC) are briefly covered in the study. There are similarities between how a robust society and a robust individual are described. Robust society Robust individual Ecological robustness Aims at good health. Social robustness Able to distinguish between his/her own feelings and others feelings. Technical robustness Stays as himself/herself when disturbed. The result of the study shows that robust individuals are probably a prerequisite for a robust society.
Sato, Miki. "Noise-Robust Auditory Systems for Human-Robot Communication." 京都大学 (Kyoto University), 2010. http://hdl.handle.net/2433/123355.
Full textHomberg, Bianca (Bianca S. ). "Robust proprioceptive grasping with a soft robot hand." Thesis, Massachusetts Institute of Technology, 2016. http://hdl.handle.net/1721.1/106123.
Full textCataloged from PDF version of thesis.
Includes bibliographical references (pages 85-88).
This work presents a soft hand capable of robustly grasping and identifying objects based on internal state measurements along with a combined system which autonomously performs grasps. A highly compliant soft hand allows for intrinsic robustness to grasping uncertainties; the addition of internal sensing allows the configuration of the hand and object to be detected. The hand can be configured in different ways using finger unit modules. The finger module includes resistive force sensors on the fingertips for contact detection and resistive bend sensors for measuring the curvature profile of the finger. The curvature sensors can be used to estimate the contact geometry and thus to distinguish between a set of grasped objects. With one data point from each finger, the object grasped by the hand can be identified. A clustering algorithm to find the correspondence for each grasped object is presented for both enveloping grasps and pinch grasps. This hand is incorporated into a full system with vision and motion planning on the Baxter robot to autonomously perform grasps of objects placed on a table. This hand is a first step towards proprioceptive soft grasping.
by Bianca Homberg.
M. Eng.
Yu, Hongnian. "Modelling and robust adaptive control of robot manipulators." Thesis, King's College London (University of London), 1994. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.720361.
Full textEinicke, Garry A. "Robust filtering /." Title page, contents and introduction only, 1995. http://web4.library.adelaide.edu.au/theses/09PH/09phe35.pdf.
Full textFerry, G. "Robust discrimination." Thesis, University of Newcastle Upon Tyne, 1991. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.239717.
Full textSim, Melvyn 1971. "Robust optimization." Thesis, Massachusetts Institute of Technology, 2004. http://hdl.handle.net/1721.1/17725.
Full textIncludes bibliographical references (p. 169-171).
We propose new methodologies in robust optimization that promise greater tractability, both theoretically and practically than the classical robust framework. We cover a broad range of mathematical optimization problems, including linear optimization (LP), quadratic constrained quadratic optimization (QCQP), general conic optimization including second order cone programming (SOCP) and semidefinite optimization (SDP), mixed integer optimization (MIP), network flows and 0 - 1 discrete optimization. Our approach allows the modeler to vary the level of conservatism of the robust solutions in terms of probabilistic bounds of constraint violations, while keeping the problem tractable. Specifically, for LP, MIP, SOCP, SDP, our approaches retain the same complexity class as the original model. The robust QCQP becomes a SOCP, which is computationally as attractive as the nominal problem. In network flows, we propose an algorithm for solving the robust minimum cost flow problem in polynomial number of nominal minimum cost flow problems in a modified network. For 0 - 1 discrete optimization problem with cost uncertainty, the robust counterpart of a polynomially solvable 0 - 1 discrete optimization problem remains polynomially solvable and the robust counterpart of an NP-hard o-approximable 0-1 discrete optimization problem, remains a-approximable.
(cont.) Under an ellipsoidal uncertainty set, we show that the robust problem retains the complexity of the nominal problem when the data is uncorrelated and identically distributed. For uncorrelated, but not identically distributed data, we propose an approximation method that solves the robust problem within arbitrary accuracy. We also propose a Frank-Wolfe type algorithm for this case, which we prove converges to a locally optimal solution, and in computational experiments is remarkably effective.
by Melvyn Sim.
Ph.D.
Öhrström, Albin, and Jubran Muhsin Fadhil. "Robust sköljtank." Thesis, Malmö universitet, Fakulteten för teknik och samhälle (TS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-20078.
Full textThis paper is focusing on the development of a robust rinse tank in a dishwashing machine made for pot washing. The rinse tank plays an important role in the dishwashing process, that is to eliminate any bacteria, dish soap or left-overs, in the last step in the finishing process. Therefore demands on the product is set up, based on the required standards. The demands moststly affect the temperature of the water and the dimensions of an overflow, that will prevent the water from flowing back into the supply water pipelines. The purpose of this paper is to eliminate the problems that occur in the existing rinse tank, such as overheated heat element, unreliable level indicators and corrosion. To achieve this, a new robust rinse tank system is developted, by using an systematic product development method that includes design for manufacturing (DFM) and design for environment (DFE). The work results in a new system for the rinse tank, with a oval-shaped cross-section and contactless level sensors. This new system has a heat element that always is underwater, gives a reliable level indication and has a good resistance against corrosion. Other important improvements are a lower total cost together with a environmental design. The new rinse tank system satisfies the set demands.
Rix, Andrew Iain James. "Robust rotordynamics." Thesis, University of Nottingham, 2016. http://eprints.nottingham.ac.uk/38502/.
Full textCiuca, Frank. "Robust optimal motion-tracking control of flexible-joint robots." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1999. http://www.collectionscanada.ca/obj/s4/f2/dsk3/ftp04/mq52530.pdf.
Full textMulanda, Brian Wise. "Robust communication for location-aware mobile robots using motes." Thesis, Manhattan, Kan. : Kansas State University, 2008. http://hdl.handle.net/2097/956.
Full textWang, Jiuguang. "Numerical Nonlinear Robust Control with Applications to Humanoid Robots." Research Showcase @ CMU, 2015. http://repository.cmu.edu/dissertations/630.
Full textSorour, Mohamed. "Motion discontinuity-robust controller for steerable wheeled mobile robots." Thesis, Montpellier, 2017. http://www.theses.fr/2017MONTS090/document.
Full textSteerable wheeled mobile robots gain mobility by employing fully steerable conventional wheels, having two active joints, one for steering, and another for driving. Despite having only one degree of mobility (DOM) (defined here as the instantaneously accessible degrees of freedom DOF), corresponding to the rotation about the instantaneous center of rotation (ICR), such robots can perform complex $2D$ planar trajectories. They are cheaper and have higher load carrying capacity than non-conventional wheels (e.g., Sweedish or Omni-directional), and as such preferred for industrial applications. However, this type of mobile robot structure presents challenging textit{basic} control issues of steering coordination to avoid actuator fighting, avoiding kinematic (ICR at the steering joint axis) and representation (from the mathematical model) singularities. In addition to solving the textit{basic} control problems, this thesis also focuses attention and presents solutions to textit{application level} problems. Specifically we deal with two problems: the first is the necessity to "discontinuously" reconfigure the steer joints, once discontinuity in the robot trajectory occurs. Such situation - discontinuity in robot motion - is more likely to happen nowadays, in the emerging field of human-robot collaboration. Mobile robots working in the vicinity of fast moving human workers, will usually encounter discontinuity in the online computed trajectory. The second appears in applications requiring that some heading angle is to be maintained, some object or feature stays in the field of view (e.g., for vision-based tasks), or the translation verse changes. Then, the ICR point is required to move long distances from one extreme of the workspace to the other, usually passing by the robot geometric center, where the feasible robot velocity is limited. In these application scenarios, the state-of-art ICR based controllers will lead to unsatisfactory behavior/results. In this thesis, we solve the aforementioned application level problems; namely discontinuity in robot velocity commands, and better/efficient planning for ICR point motion control while respecting the maximum steer joint performance limits, and avoiding kinematic and representational singularities. Our findings has been validated experimentally on an industrial mobile base
VAZHAPILLI, SURESHBABU ANAND. "Design and development of robust hands for humanoid robots." Doctoral thesis, Università degli studi di Genova, 2018. http://hdl.handle.net/11567/930270.
Full textYang, Rui. "Modélisation et commande robuste appliquée à un robot sous-marin." Thesis, Brest, 2016. http://www.theses.fr/2016BRES0011/document.
Full textAutonomous Underwater Vehicle (AUV) is a relevant technology for the sustainable use of ocean resources. AUV can be used as an important ocean observing platform to collect information on marine environmental characteristics for research and industry fields. In order to improve the observation quality and increase the navigation ability, many issues should be addressed and considered simultaneously. Achieve necessary maneuverability depends on two key factors: an accurate hydrodynamic model and an advanced control system. However, the cost to develop an accurate hydrodynamic model, which shrinks the uncertainty intervals, is usually high. Meanwhile, when the robot geometry is complex, it becomes very difficult to identify its dynamic and hydrodynamic parameters. In addition, according to the quadratic damping factor, underwater vehicle dynamic and hydrodynamic model is nonlinear from the control point of view. Moreover, unmodeled dynamics, parameter variations and environmental disturbances create significant uncertainties among the nominal model and the reality. Sensor noise, signal delay as well as unmeasured states also affect the stability and control performance of the motion control system. In many of our underwater competitions, it has been confirmed that the traditional Proportional-Integral-Derivative (PID) regulation is less efficient for low mass AUV. In this case, our scope is more focused on the combination of numerical modeling approaches and robust control schemes. In this work, we proposed a model based robust motion control scheme. Without loss of generality, a robust heading controller was implemented and validated in the sea on cubic-shaped CISCREA AUV. The proposed solution uses cost efficient Computational Fluid Dynamic (CFD) software to predict the two hydrodynamic key parameters: The added mass matrix and the damping matrix. Four Degree of Freedom (DOF) model is built for CISCREA from CFD calculation. Numerical and experimental results are compared. Besides, the proposed control solution inherited the numerically obtained model from previous CFD calculation. Numerically predicted the actuator force compensates the nonlinear damping behavior result in a linear model with uncertainties. Based on the bounded linear nominal model, we proposed H∞ approach to handle the uncertainties, we used kalman filter to estimate unmeasured states such as angular velocity and we developed smith compensator to compensate the sensor signal delay. The proposed robust heading control application uses only one compass as feedback sensor. This is important while AUV is working at certain depth where only magnetic sensors still work. Our robust control scheme was simulated in Matlab and validated in the sea near Brest. Simulation shows obvious advantage of the proposed robust control approach. Meanwhile, the proposed robust heading control is much faster than PID controller. The robust controller is insensitive to uncertainties and has no overshot. From both simulations and real sea experiments, we found our proposed robust control approach and the one compass heading control applications are efficient for low mass and complex-shaped AUV CISCREA
Lin, Jong-Lick. "Control system design for robust stability and robust performance." Thesis, University of Leicester, 1992. http://hdl.handle.net/2381/34797.
Full textCosta, da Silva Marco Aurelio. "Applications and algorithms for two-stage robust linear optimization." Thesis, Avignon, 2018. http://www.theses.fr/2018AVIG0229/document.
Full textThe research scope of this thesis is two-stage robust linear optimization. We are interested in investigating algorithms that can explore its structure and also on adding alternatives to mitigate conservatism inherent to a robust solution. We develop algorithms that incorporate these alternatives and are customized to work with rather medium or large scale instances of problems. By doing this we experiment a holistic approach to conservatism in robust linear optimization and bring together the most recent advances in areas such as data-driven robust optimization, distributionally robust optimization and adaptive robust optimization. We apply these algorithms in defined applications of the network design/loading problem, the scheduling problem, a min-max-min combinatorial problem and the airline fleet assignment problem. We show how the algorithms developed improve performance when compared to previous implementations
Olufs, Sven [Verfasser]. "Robust Computer Vision for domestic robot applications / Sven Olufs." Berlin : Freie Universität Berlin, 2014. http://d-nb.info/1060717646/34.
Full textSattar, Junaed. "Towards a robust framework for visual human-robot interaction." Thesis, McGill University, 2012. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=106255.
Full textCette thèse présentera une interface basée sur la vision qui permet l'intéraction entre humains et robots et aussi le control de robots autonomes parcourant des environments indéfinis. La vision à l'avantage d'être une modalité sensorielle discrète et à faible puissance. La probabilité d'algorithmes complexes et une hausse significative de puissance computationelle sont deux des raisons les plus importantes d'en faire une intégration si répandue. La recherche présentée dans cette dissertation évalue la détection visuelle comme méthode simple et intuitive pour un opérateur humain de communiquer à courte portée avec un robot mobil. L'ensemble des modèles communicationnels étudiés inclus, sans tous les nommés, la localisation et l'inspection visuelle, l'utilisation de signaux visuels pour la programmation comportemental de robots, la reconnaissance visuelle, la reconnaissance d'individus par leurs mouvements corporels caractéristiques utilisant des motifs visuels spatio-temporels tout en quantifiant la performance de cette approche à l'intéraction entre humains et robots. La structure proposée permet à l'opérateur humain de programmer et contôler un robot sans la nécessité d'une interface à entrée de données complexe. Cette structure permet aussi au robot de reconnaître des caractéristiques clés de son environment et de son opérateur humain par l'ulisation d'une interface visuelle. L'étude de l'appplication possible des méthodes d'apprentissage ulitilisées par certaines machines, toujours sous supervision, permet d'entraîner le système visuel à utiliser ses bases de données. Un aspect important de cette recherche est l'élaboration d'un système de dialogues entre humains et robots permettant l'exécution sécuritaire et efficace de tâches aux délimitations incertaines. On présente une ample validation à travers de nombreux essais utilisant notre interface avec l'aide de cobayes humains. On démontre aussi les applications possibles de cette recherche au sein des utilisations aquatiques du Aqua, robot amphibien à plateforme. Alors que notre structure de recherche ne se spécialise pas dans la robotique aquatique, la vision sous l'eau est toujours affectée par de nombreux facteurs, notamment la lumunosité variante et la dégradation de couleur. L'évaluation de l'approche nécessaire dans de telles conditions opérationnelles difficiles crée une validation définitive de notre recherche.
Zhou, Jun. "Robust and fuzzy logic approaches to the control of uncertain systems with applications." Ohio : Ohio University, 1992. http://www.ohiolink.edu/etd/view.cgi?ohiou1173757489.
Full textWang, Yue. "Développement d'un robot dirigeable pour opération intérieur." Thesis, Ecole centrale de Lille, 2019. http://www.theses.fr/2019ECLI0002/document.
Full textRecently, the blimp robot has attracted more and more attentions of the researchers for its advantages compared to other aircrafts, such as ability for VTOL, stationary and low speed flight, long endurance in air and safe Human-Robot interaction, etc. Therefore it is an ideal platform for various indoor applications. In this thesis, we study the modeling and motion control of an indoor blimp robot, and develop a real robot for indoor operations such as the long-term surveillance. The work is composed of both theoretical and practical parts. For the theoretical part, first, under reasonable assumptions, the 6-DOF dynamic model is simplified and divided into two independent parts: the altitude motion and the horizontal plane movement. Then, to ensure the accuracy of modeling and control, the nominal model is complemented with disturbance terms which are estimated in real-time and compensated in the designed controllers. Simulations are carried out to verify the performance and robustness of the controllers. For the practical part of the work, based on the functionality analysis of the robot to achieve desired indoor applications, the hardware of the blimp robot is conceived and created. Finally, real tests are made on the blimp robot platform for the validation of the designed motion control laws, and satisfying results are obtained
Pfister, Thomas [Verfasser]. "Robust Localization for Mobile Robots in Forest Environments / Thomas Pfister." München : Verlag Dr. Hut, 2017. http://d-nb.info/1135596786/34.
Full textAgarwal, Pratik [Verfasser], and Wolfram [Akademischer Betreuer] Burgard. "Robust graph-based localization and mapping = Robuste Graph-basierte Lokalisierung und Kartierung." Freiburg : Universität, 2015. http://d-nb.info/111980549X/34.
Full textGupta, Pramod. "Robust clustering algorithms." Thesis, Georgia Institute of Technology, 2011. http://hdl.handle.net/1853/39553.
Full textCetinyurek, Aysun. "Robust Control Charts." Master's thesis, METU, 2007. http://etd.lib.metu.edu.tr/upload/3/12607987/index.pdf.
Full textetinyü
rek, Aysun M. Sc., Department of Statistics Supervisor: Dr. BariS Sü
rü
cü
Co-Supervisor: Assoc. Prof. Dr. Birdal Senoglu December 2006, 82 pages Control charts are one of the most commonly used tools in statistical process control. A prominent feature of the statistical process control is the Shewhart control chart that depends on the assumption of normality. However, violations of underlying normality assumption are common in practice. For this reason, control charts for symmetric distributions for both long- and short-tailed distributions are constructed by using least squares estimators and the robust estimators -modified maximum likelihood, trim, MAD and wave. In order to evaluate the performance of the charts under the assumed distribution and investigate robustness properties, the probability of plotting outside the control limits is calculated via Monte Carlo simulation technique.
Fu, Ye. "Robust adaptive control." Thesis, University of British Columbia, 1989. http://hdl.handle.net/2429/30574.
Full textApplied Science, Faculty of
Electrical and Computer Engineering, Department of
Graduate
Schumann, David Heinz. "Robust Variable Selection." NCSU, 2009. http://www.lib.ncsu.edu/theses/available/etd-03262009-153524/.
Full textOlver, Neil. "Robust network design." Thesis, McGill University, 2010. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=95085.
Full textMotivé par les applications concernantes les réseaux de communication, le dessein des réseaux robustes applique les méthodes très réusies provenant de l'optimisation robuste. La prémisse principale est que les demandes sur le réseau ne sont pas fixes, mais variables ou incertaines. Cependant, nous savons qu'elles sont tirées d'un ensemble d'incertitude prescrit. Il faut que la solution ait une capacité suffisante pour pouvoir router toute demande appartenant à cet ensemble. En outre, il faut que le routage soit oublieux, ce qui signifie qu'il peut être fixé à l'avance, et ne dépends pas du choix particulier de la demande appartenant de l'ensemble d'incertitude. Dans ce cadre, il existe un choix particulier d'ensemble d'incertitude qui mène au « modèle de tuyau ». Ce modèle a reçu une attention particulière à causede ses applications aux réseaux privés virtuels. On connaissait un 2-rapprochement utilisant une solution en forme d'arbre. La « Conjecture de VPN » énonce que cette solution en forme d'arbre est toujours optimale. L'un des résultats principaux de cette thèse démontre cette conjecture en toute généralité. En outre, nous donnons un contre-exemple à une version plus forte de la conjecture concernant les chemins multiples (le routage étant fractionnel) qui avait également été proposée. Nous initions l'étude du problème de la conception de réseaux robustes dans une plus grande généralité, en insistant sur l'approximabilité. Dans le modèle général, où l'ensemble d'incertitude est un polyèdre séparable arbitraire, nous donnons un résultat fort d'inapproximabilité. Nous considérons ensuite un nouveau modèle naturel généralisant le modèle de tuyau symétrique, qui est basé sur des demandes qui peuvent être routées sur un arbre donné, et nous fournissons un algorithme ayant un facteur de rapprochement constant. Finalement, nous comparons le routage oublieux avec le schéma beaucoup plus flexible (
Foisy, André. "Robust collision detection." Thesis, McGill University, 1994. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=28746.
Full textSince the computer representation of real numbers is finite, an interval projective point is used to encompass all localization errors of a modeled point. An interval point is the elementary geometrical form from which all others are constructed. The Euclidean convex set spanned by an interval point is also a polytope.
The construction of a polytope relies on a robust convex hull algorithm. The computed hull is guaranteed to contain all interval projective points.
An extrusion based collision detection algorithm builds an AND-OR decision tree. Each leaf is a univariate function that expresses the relation between a moving point and a moving plane. Interval zero finding methods are applied to find the overlap and non-overlap portions of the trajectories of moving polytopes.
The swept-volume based collision detection algorithm depends on the construction of a convex approximation that comprises the real swept volume. To obtain a convex approximation, the convex hull algorithm is applied to the bounding volumes of the vertices of a moving polytope. Each bounding volume is an interval projective point.
Finally, both collision detection algorithms are tested in the context of generate-and-test path planning.
Anderson, Ross John. "Robust computer security." Thesis, University of Cambridge, 1994. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.338198.
Full textCheng, You-Chi. "Robust gesture recognition." Diss., Georgia Institute of Technology, 2014. http://hdl.handle.net/1853/53492.
Full textPearce, Kim Frances. "Robust logistic discrimination." Thesis, University of Newcastle Upon Tyne, 1995. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.294687.
Full textREYNA, FERNANDO ROLFI QUINECHE. "ROBUST OPTIMAL PORTFOLIO." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2001. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=1938@1.
Full textOs mercados de ações dos países emergentes tem como principal característica a presença de dias atípicos, os quais fazem impossível o uso, com sucesso, dos modelos de equilíbrio. O principal objetivo desta pesquisa é a de desenvolver uma nova teoria, baseada na estatísica robusta, que possa ser aplicada a estes mercados sem ser seriamente afetada por observações extremas, e que ao mesmo tempo, ofereça resultados eficientes e precisos.
Emergent stock markets are characterized by the presence of atypical days, which make impossible the use of equilibrium models with sucess. The main aim of this research is to define a new theory, based on the robust statistical theory, which could be applied to those markets without being affected by extreme observations and, at the same time, offer efficient and accurate results.
Los mercados de acciones de los países emergentes tienen como principal característica la presencia de días atípicos, lo que hace imposible el uso, con suceso, de los modelos de equilibrio. EL objetivo principal de esta investigación es desarrollar una nueva teoría, basada en la estadística robusta, que pueda ser aplicada a estos mercados sin ser seriamente afectada por observaciones extremas, y que al mismo tiempo, obtenga resultados eficientes y precisos.
Barr, Mohammad. "Robust logo watermarking." Thesis, De Montfort University, 2018. http://hdl.handle.net/2086/16550.
Full textZhou, Chong. "Robust Auto-encoders." Digital WPI, 2016. https://digitalcommons.wpi.edu/etd-theses/393.
Full textChua, Shui Ying. "Robust network design." Thesis, Massachusetts Institute of Technology, 2015. http://hdl.handle.net/1721.1/99030.
Full textThesis: S.M., Massachusetts Institute of Technology, Department of Civil and Environmental Engineering, 2015. In conjunction with the Leaders for Global Operations Program at MIT.
Cataloged from PDF version of thesis.
Includes bibliographical references (pages 61-63).
As an equipment manufacturer for the mining and construction industries, Caterpillar's business is heavily impacted by the cyclicality of these two industries. To be competitive in the market while investing prudently to ensure shareholders' value, Caterpillar needs to make capacity decisions with peaks and troughs of the cycles in mind. Through the peaks and troughs of business cycles, the perceptions change from not enough capacity to under-utilization of asset constrained capacity respectively. The purpose of this thesis is to establish a framework that enhances robustness in investment decision-making within the 2-6 year capacity planning horizon. This entails the ability to balance risk and return for the company and account for the cyclical nature of business and other strategic considerations. The project also aims to enhance consistency across stakeholders and introduce an aggregate risk perspective under corporate capital constraint.
by Shui Ying Chua.
M.B.A.
S.M.
Teo, Kwong Meng. "Nonconvex robust optimization." Thesis, Massachusetts Institute of Technology, 2007. http://hdl.handle.net/1721.1/40303.
Full textThis electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.
Includes bibliographical references (p. 133-138).
We propose a novel robust optimization technique, which is applicable to nonconvex and simulation-based problems. Robust optimization finds decisions with the best worst-case performance under uncertainty. If constraints are present, decisions should also be feasible under perturbations. In the real-world, many problems are nonconvex and involve computer-based simulations. In these applications, the relationship between decision and outcome is not defined through algebraic functions. Instead, that relationship is embedded within complex numerical models. Since current robust optimization methods are limited to explicitly given convex problems, they cannot be applied to many practical problems. Our proposed method, however, operates on arbitrary objective functions. Thus, it is generic and applicable to most real-world problems. It iteratively moves along descent directions for the robust problem, and terminates at a robust local minimum. Because the concepts of descent directions and local minima form the building blocks of powerful optimization techniques, our proposed framework shares the same potential, but for the richer, and more realistic, robust problem.
(cont.) To admit additional considerations including parameter uncertainties and nonconvex constraints, we generalized the basic robust local search. In each case, only minor modifications are required - a testimony to the generic nature of the method, and its potential to be a component of future robust optimization techniques. We demonstrated the practicability of the robust local search technique in two realworld applications: nanophotonic design and Intensity Modulated Radiation Therapy (IMRT) for cancer treatment. In both cases, the numerical models are verified by actual experiments. The method significantly improved the robustness for both designs, showcasing the relevance of robust optimization to real-world problems.
by Kwong Meng Teo.
Ph.D.
Hsiao, Kaijen. "Relatively robust grasping." Thesis, Massachusetts Institute of Technology, 2009. http://hdl.handle.net/1721.1/55115.
Full textCataloged from PDF version of thesis.
Includes bibliographical references (p. 135-138).
This thesis presents an approach for grasping objects robustly under significant positional uncertainty. In the field of robot manipulation there has been a great deal of work on how to grasp objects stably, and in the field of robot motion planning there has been a great deal of work on how to find collision-free paths to those grasp positions. However, most of this work assumes exact knowledge of the shapes and positions of both the object and the robot; little work has been done on how to grasp objects robustly in the presence of position uncertainty. To reason explicitly about uncertainty while grasping, we model the problem as a partially observable Markov decision process (POMDP). We derive a closed-loop strategy that maintains a belief state (a probability distribution over world states), and select actions with a receding horizon using forward search through the belief space. Our actions are world-relative trajectories (WRT): fixed trajectories expressed relative to the most-likely state of the world. We localize the object, ensure its reachability, and robustly grasp it at a specified position by using information-gathering, reorientation, and goal-seeking WRT actions. This framework is used to grasp objects (including a power drill and a Brita pitcher) despite significant uncertainty, using a 7-DOF Barrett Arm and attached 4-DOF Barrett Hand equipped with force and contact sensors. Our approach is generalizable to almost any sensor type, as well as wide ranges of sensor error and pose uncertainty.
by Kaijen Hsiao.
Ph.D.
Pritchard, David (David Alexander Griffith). "Robust network computation." Thesis, Massachusetts Institute of Technology, 2005. http://hdl.handle.net/1721.1/37069.
Full textIncludes bibliographical references (p. 91-98).
In this thesis, we present various models of distributed computation and algorithms for these models. The underlying theme is to come up with fast algorithms that can tolerate faults in the underlying network. We begin with the classical message-passing model of computation, surveying many known results. We give a new, universally optimal, edge-biconnectivity algorithm for the classical model. We also give a near-optimal sub-linear algorithm for identifying bridges, when all nodes are activated simultaneously. After discussing some ways in which the classical model is unrealistic, we survey known techniques for adapting the classical model to the real world. We describe a new balancing model of computation. The intent is that algorithms in this model should be automatically fault-tolerant. Existing algorithms that can be expressed in this model are discussed, including ones for clustering, maximum flow, and synchronization. We discuss the use of agents in our model, and give new agent-based algorithms for census and biconnectivity. Inspired by the balancing model, we look at two problems in more depth.
(cont.) First, we give matching upper and lower bounds on the time complexity of the census algorithm, and we show how the census algorithm can be used to name nodes uniquely in a faulty network. Second, we consider using discrete harmonic functions as a computational tool. These functions are a natural exemplar of the balancing model. We prove new results concerning the stability and convergence of discrete harmonic functions, and describe a method which we call Eulerization for speeding up convergence.
by David Pritchard.
M.Eng.
Yu, Chun. "Robust mixture modeling." Diss., Kansas State University, 2014. http://hdl.handle.net/2097/18153.
Full textDepartment of Statistics
Weixin Yao and Kun Chen
Ordinary least-squares (OLS) estimators for a linear model are very sensitive to unusual values in the design space or outliers among y values. Even one single atypical value may have a large effect on the parameter estimates. In this proposal, we first review and describe some available and popular robust techniques, including some recent developed ones, and compare them in terms of breakdown point and efficiency. In addition, we also use a simulation study and a real data application to compare the performance of existing robust methods under different scenarios. Finite mixture models are widely applied in a variety of random phenomena. However, inference of mixture models is a challenging work when the outliers exist in the data. The traditional maximum likelihood estimator (MLE) is sensitive to outliers. In this proposal, we propose a Robust Mixture via Mean shift penalization (RMM) in mixture models and Robust Mixture Regression via Mean shift penalization (RMRM) in mixture regression, to achieve simultaneous outlier detection and parameter estimation. A mean shift parameter is added to the mixture models, and penalized by a nonconvex penalty function. With this model setting, we develop an iterative thresholding embedded EM algorithm to maximize the penalized objective function. Comparing with other existing robust methods, the proposed methods show outstanding performance in both identifying outliers and estimating the parameters.
Bai, Xue. "Robust linear regression." Kansas State University, 2012. http://hdl.handle.net/2097/14977.
Full textDepartment of Statistics
Weixin Yao
In practice, when applying a statistical method it often occurs that some observations deviate from the usual model assumptions. Least-squares (LS) estimators are very sensitive to outliers. Even one single atypical value may have a large effect on the regression parameter estimates. The goal of robust regression is to develop methods that are resistant to the possibility that one or several unknown outliers may occur anywhere in the data. In this paper, we review various robust regression methods including: M-estimate, LMS estimate, LTS estimate, S-estimate, [tau]-estimate, MM-estimate, GM-estimate, and REWLS estimate. Finally, we compare these robust estimates based on their robustness and efficiency through a simulation study. A real data set application is also provided to compare the robust estimates with traditional least squares estimator.
Cardoso, João Nuno Martins. "Robust mean variance." Master's thesis, Instituto Superior de Economia e Gestão, 2015. http://hdl.handle.net/10400.5/10706.
Full textEste estudo empírico tem como objectivo avaliar o impacto da estimação robusta nos portefólios de média variância. Isto foi conseguido fazendo uma simulação do comportamento de 15 acções do SP500. Esta simulação inclui dois cenários: um com amostras que seguem uma distribuição normal e outro com amostras contaminadas não normais. Cada cenário inclui 200 reamostragens. O performance dos portefólios estimados usando a máxima verosimilhança (clássicos) e dos portefólios estimados de forma robusta são comparados, resultando em algumas conclusões: Em amostras normais, portefólios robustos são marginalmente menos eficientes que os portefólios clássicos. Contudo, em amostras não normais, os portefólios robustos apresentam um performance muito superior que os portefólios clássicos. Este acréscimo de performance está positivamente correlacionado com o nível de contaminação da amostra. Em suma, assumindo que os retornos financeiros têm uma distribuição não normal, podemos afirmar que os estimadores robustos resultam em portefólios de média variância mais estáveis.
This empirical study's objective is to evaluate the impact of robust estimation on mean variance portfolios. This was accomplished by doing a simulation on the behavior of 15 SP500 stocks. This simulation includes two scenarios: One with normally distributed samples and another with contaminated non-normal samples. Each scenario includes 200 resamples. The performance of maximum likelihood (classical) estimated portfolios and robustly estimated portfolios are compared, resulting in some conclusions: On normally distributed samples, robust portfolios are marginally less efficient than classical portfolios. However, on non-normal samples, robust portfolios present a much higher performance than classical portfolios. This increase in performance is positively correlated with the level of contamination present on the sample. In summary, assuming that financial returns do not present a normal distribution, we can state that robust estimators result in more stable mean variance portfolios.