Skip to main content

Showing 1–18 of 18 results for author: Chang, D E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2401.11196  [pdf, ps, other

    eess.SY cs.LG

    Machine learning based state observer for discrete time systems evolving on Lie groups

    Authors: Soham Shanbhag, Dong Eui Chang

    Abstract: In this paper, a machine learning based observer for systems evolving on manifolds is designed such that the state of the observer is restricted to the Lie group on which the system evolves. Conventional techniques involving machine learning based observers on systems evolving on Lie groups involve designing charts for the Lie group, training a machine learning based observer for each chart, and s… ▽ More

    Submitted 20 January, 2024; originally announced January 2024.

  2. Unscented Kalman filter with stable embedding for simple, accurate and computationally efficient state estimation of systems on manifolds in Euclidean space

    Authors: Jae-Hyeon Park, Dong Eui Chang

    Abstract: This paper proposes a simple, accurate and computationally efficient method to apply the ordinary unscented Kalman filter developed in Euclidean space to systems whose dynamics evolve on manifolds.We use the mathematical theory called stable embedding to make a variant of unscented Kalman filter that keeps state estimates in closeproximity to the manifold while exhibiting excellent estimation perf… ▽ More

    Submitted 30 November, 2022; v1 submitted 22 August, 2022; originally announced August 2022.

    Comments: This paper is published in International Journal of Robust and Nonliner Control

    Journal ref: International Journal of Robust and Nonlinear Control (2022)

  3. Feedback Gradient Descent: Efficient and Stable Optimization with Orthogonality for DNNs

    Authors: Fanchen Bu, Dong Eui Chang

    Abstract: The optimization with orthogonality has been shown useful in training deep neural networks (DNNs). To impose orthogonality on DNNs, both computational efficiency and stability are important. However, existing methods utilizing Riemannian optimization or hard constraints can only ensure stability while those using soft constraints can only improve efficiency. In this paper, we propose a novel metho… ▽ More

    Submitted 11 May, 2022; originally announced May 2022.

    Journal ref: AAAI 2022

  4. arXiv:2105.12923  [pdf, other

    cs.RO cs.AI cs.CV cs.LG

    Robust Navigation for Racing Drones based on Imitation Learning and Modularization

    Authors: Tianqi Wang, Dong Eui Chang

    Abstract: This paper presents a vision-based modularized drone racing navigation system that uses a customized convolutional neural network (CNN) for the perception module to produce high-level navigation commands and then leverages a state-of-the-art planner and controller to generate low-level control commands, thus exploiting the advantages of both data-based and model-based approaches. Unlike the state-… ▽ More

    Submitted 26 May, 2021; originally announced May 2021.

    Comments: Published at the 2021 International Conference on Robotics and Automation (ICRA 2021)

  5. arXiv:2012.14654  [pdf, ps, other

    math.OC cs.AI cs.LG cs.RO eess.SY

    The Adaptive Dynamic Programming Toolbox

    Authors: Xiaowei Xing, Dong Eui Chang

    Abstract: The paper develops the Adaptive Dynamic Programming Toolbox (ADPT), which solves optimal control problems for continuous-time nonlinear systems. Based on the adaptive dynamic programming technique, the ADPT computes optimal feedback controls from the system dynamics in the model-based working mode, or from measurements of trajectories of the system in the model-free working mode without the requir… ▽ More

    Submitted 29 December, 2020; originally announced December 2020.

  6. Double Prioritized State Recycled Experience Replay

    Authors: Fanchen Bu, Dong Eui Chang

    Abstract: Experience replay enables online reinforcement learning agents to store and reuse the previous experiences of interacting with the environment. In the original method, the experiences are sampled and replayed uniformly at random. A prior work called prioritized experience replay was developed where experiences are prioritized, so as to replay experiences seeming to be more important more frequentl… ▽ More

    Submitted 21 September, 2020; v1 submitted 8 July, 2020; originally announced July 2020.

  7. arXiv:1907.06884  [pdf, other

    cs.RO eess.SY

    Deep Reinforcement Learning Based Robot Arm Manipulation with Efficient Training Data through Simulation

    Authors: Xiaowei Xing, Dong Eui Chang

    Abstract: Deep reinforcement learning trains neural networks using experiences sampled from the replay buffer, which is commonly updated at each time step. In this paper, we propose a method to update the replay buffer adaptively and selectively to train a robot arm to accomplish a suction task in simulation. The response time of the agent is thoroughly taken into account. The state transitions that remain… ▽ More

    Submitted 5 September, 2019; v1 submitted 16 July, 2019; originally announced July 2019.

    Comments: Appearing in The 19th International Conference on Control, Automation and Systems, Jeju, Korea, 2019

  8. arXiv:1907.06838  [pdf

    cs.LG cs.AI cs.CV eess.IV

    Improved Reinforcement Learning through Imitation Learning Pretraining Towards Image-based Autonomous Driving

    Authors: Tianqi Wang, Dong Eui Chang

    Abstract: We present a training pipeline for the autonomous driving task given the current camera image and vehicle speed as the input to produce the throttle, brake, and steering control output. The simulator Airsim's convenient weather and lighting API provides a sufficient diversity during training which can be very helpful to increase the trained policy's robustness. In order to not limit the possible p… ▽ More

    Submitted 16 July, 2019; originally announced July 2019.

    Comments: 5 pages, 2019 19th International Conference on Control, Automation and Systems (ICCAS 2019)

  9. arXiv:1907.06396  [pdf, other

    cs.LG stat.ML

    A Dual Memory Structure for Efficient Use of Replay Memory in Deep Reinforcement Learning

    Authors: Wonshick Ko, Dong Eui Chang

    Abstract: In this paper, we propose a dual memory structure for reinforcement learning algorithms with replay memory. The dual memory consists of a main memory that stores various data and a cache memory that manages the data and trains the reinforcement learning agent efficiently. Experimental results show that the dual memory structure achieves higher training and test scores than the conventional single… ▽ More

    Submitted 15 July, 2019; originally announced July 2019.

    Comments: 4 pages, 5 figures

  10. arXiv:1906.06969  [pdf, other

    cs.RO eess.SY

    Robotic Navigation using Entropy-Based Exploration

    Authors: Muhammad Usama, Dong Eui Chang

    Abstract: Robotic navigation concerns the task in which a robot should be able to find a safe and feasible path and traverse between two points in a complex environment. We approach the problem of robotic navigation using reinforcement learning and use deep $Q$-networks to train agents to solve the task of robotic navigation. We compare the Entropy-Based Exploration (EBE) with the widely used $ε$-greedy exp… ▽ More

    Submitted 17 June, 2019; originally announced June 2019.

    Comments: 5 pages

  11. arXiv:1906.06890  [pdf, other

    cs.LG stat.ML

    Learning-Driven Exploration for Reinforcement Learning

    Authors: Muhammad Usama, Dong Eui Chang

    Abstract: Effective and intelligent exploration has been an unresolved problem for reinforcement learning. Most contemporary reinforcement learning relies on simple heuristic strategies such as $ε$-greedy exploration or adding Gaussian noise to actions. These heuristics, however, are unable to intelligently distinguish the well explored and the unexplored regions of state space, which can lead to inefficien… ▽ More

    Submitted 16 October, 2020; v1 submitted 17 June, 2019; originally announced June 2019.

  12. arXiv:1904.01214  [pdf, ps, other

    cs.LG eess.SY math.OC stat.ML

    Enhancement of Energy-Based Swing-Up Controller via Entropy Search

    Authors: Chang Sik Lee, Dong Eui Chang

    Abstract: An energy based approach for stabilizing a mechanical system has offered a simple yet powerful control scheme. However, since it does not impose such strong constraints on parameter space of the controller, finding appropriate parameter values for an optimal controller is known to be hard. This paper intends to generate an optimal energy-based controller for swinging up a rotary inverted pendulum,… ▽ More

    Submitted 3 April, 2019; v1 submitted 2 April, 2019; originally announced April 2019.

    Comments: 6 pages, 2019 Asian Control Conference

  13. Interaction-aware Kalman Neural Networks for Trajectory Prediction

    Authors: Ce Ju, Zheng Wang, Cheng Long, Xiaoyu Zhang, Dong Eui Chang

    Abstract: Forecasting the motion of surrounding obstacles (vehicles, bicycles, pedestrians and etc.) benefits the on-road motion planning for intelligent and autonomous vehicles. Complex scenes always yield great challenges in modeling the patterns of surrounding traffic. For example, one main challenge comes from the intractable interaction effects in a complex traffic system. In this paper, we propose a m… ▽ More

    Submitted 25 January, 2021; v1 submitted 28 February, 2019; originally announced February 2019.

    Comments: 8 pages, 4 figures, Accepted for IEEE Intelligent Vehicles Symposium (IV) 2020

    ACM Class: I.2.9; I.2.0

    Journal ref: 2020 IEEE Intelligent Vehicles Symposium (IV), Las Vegas, NV, USA, 2020, pp. 1793-1800

  14. arXiv:1811.09008  [pdf, other

    cs.LG stat.ML

    Towards Robust Neural Networks with Lipschitz Continuity

    Authors: Muhammad Usama, Dong Eui Chang

    Abstract: Deep neural networks have shown remarkable performance across a wide range of vision-based tasks, particularly due to the availability of large-scale datasets for training and better architectures. However, data seen in the real world are often affected by distortions that not accounted for by the training datasets. In this paper, we address the challenge of robustness and stability of neural netw… ▽ More

    Submitted 21 November, 2018; originally announced November 2018.

  15. arXiv:1807.03475  [pdf, ps, other

    math.OC cs.RO eess.SY

    On Controller Design for Systems on Manifolds in Euclidean Space

    Authors: Dong Eui Chang

    Abstract: A new method is developed to design controllers in Euclidean space for systems defined on manifolds. The idea is to embed the state-space manifold $M$ of a given control system into some Euclidean space $\mathbb R^n$, extend the system from $M$ to the ambient space $\mathbb R^n$, and modify it outside $M$ to add transversal stability to $M$ in the final dynamics in $\mathbb R^n$. Controllers are d… ▽ More

    Submitted 10 July, 2018; originally announced July 2018.

    Comments: International Journal of Robust and Nonlinear Control (Accepted July 2018

    Journal ref: International J of Robust and Nonlinear Control, 28(16), 4981--4998, 2018

  16. arXiv:1610.01549  [pdf, ps, other

    stat.ML cs.AI cs.NE

    A Novel Representation of Neural Networks

    Authors: Anthony Caterini, Dong Eui Chang

    Abstract: Deep Neural Networks (DNNs) have become very popular for prediction in many areas. Their strength is in representation with a high number of parameters that are commonly learned via gradient descent or similar optimization methods. However, the representation is non-standardized, and the gradient calculation methods are often performed using component-based approaches that break parameters down in… ▽ More

    Submitted 7 October, 2016; v1 submitted 5 October, 2016; originally announced October 2016.

    ACM Class: I.5.1; I.2.6

  17. arXiv:1608.04374  [pdf, ps, other

    stat.ML cs.AI cs.NE

    A Geometric Framework for Convolutional Neural Networks

    Authors: Anthony L. Caterini, Dong Eui Chang

    Abstract: In this paper, a geometric framework for neural networks is proposed. This framework uses the inner product space structure underlying the parameter set to perform gradient descent not in a component-based form, but in a coordinate-free manner. Convolutional neural networks are described in this framework in a compact form, with the gradients of standard --- and higher-order --- loss functions cal… ▽ More

    Submitted 5 October, 2016; v1 submitted 15 August, 2016; originally announced August 2016.

    Comments: Added proofs and algorithms that were missing from previous version

    ACM Class: I.5.1; I.2.6

  18. arXiv:1310.4201  [pdf, ps, other

    math.OC cs.CE physics.class-ph

    Lyapunov-based Low-thrust Optimal Orbit Transfer: An approach in Cartesian coordinates

    Authors: Hantian Zhang, Dong Eui Chang, Qingjie Cao

    Abstract: This paper presents a simple approach to low-thrust optimal-fuel and optimal-time transfer problems between two elliptic orbits using the Cartesian coordinates system. In this case, an orbit is described by its specific angular momentum and Laplace vectors with a free injection point. Trajectory optimization with the pseudospectral method and nonlinear programming are supported by the initial gues… ▽ More

    Submitted 15 October, 2013; originally announced October 2013.