Organizational Unit:
Undergraduate Research Opportunities Program

Research Organization Registry ID
Description
Previous Names
Parent Organization
Parent Organization
Organizational Unit
Includes Organization(s)

Publication Search Results

Now showing 1 - 10 of 98
  • Item
    Semantic Mapping and Reasoning
    (Georgia Institute of Technology, 2019-12) Chen, Kevin Julian
    Rich, yet efficient knowledge processing is one of the key problems in modern autonomous robotics. The Robot Autonomy and Interactive Learning (RAIL) Lab at the Georgia Institute of Technology has developed a new knowledge processing framework named Robot Common Sense Embedding (RoboCSE), which leverages multi-relational embeddings to learn object affordances, locations, and materials. This project aims to test the capabilities of RoboCSE for household robots by building a perception pipeline, which outputs a semantic map (i.e. map with object labels). The perception pipeline consists of two main components: a Simultaneous Localization and Mapping (SLAM) algorithm to build an occupancy map and two object classifiers to label objects in the map. We hope to integrate the semantic map into RoboCSE to test RoboCSE’s ability to perform high-level task planning and knowledge sharing.
  • Item
    On Formula Embeddings in Neural-Guided SAT Solving
    (Georgia Institute of Technology, 2019-12) Dumenci, Mert
    Branching heuristics determine the performance of search-based SAT solvers. We note that recently, Neural Machine Learning approaches have been proposed to learn such heuristics from data. The first step in learning a branching heuristic is a transformation from the space of Boolean formulas to a vector space. We note that there is no canonical transformation: techniques such as message-passing networks and LSTMs have been proposed to embed formulas into R^n. We build a novel dataset of an approximate optimal heuristic and compare the estimation performance of models with different embedding methods. We show that for performant models, embedding methods need to represent the structural invariances of Boolean formulas: similar to CNNs and spatially local data such as images.
  • Item
    Extracting information from gameplay videos using machine learning techniques and its varieties
    (Georgia Institute of Technology, 2019-12) Luo, Zijin
    The ability to extract sequences of game events for high-resolution e-sport games has traditionally required access to the game’s engine. This difficulty serves as a barrier to groups who don’t possess this access. It is possible to apply deep learning to derive these logs from gameplay video, but it requires computational power that serves as an additional barrier. These groups would benefit from access to these logs, such as small e-sport tournament organizers who could better visualize gameplay to inform both audience and commentators. In this dissertation, we present a combined solution to reduce the required computational resources and time to apply a convolutional neural network (CNN) to extract events from e-sport gameplay videos. This solution consists of techniques to train CNN faster and methods to execute predictions more quickly. These techniques expand the types of machines capable of training and running these models, which in turn extends access to extracting game logs with this approach. We evaluate the approaches in the domain of DOTA2, one of the most popular competitive e-sport games. Our results demonstrate our approach outperforms standard backpropagation baselines.
  • Item
    Stable Model Predictive Path Integral Control for Aggressive Autonomous Driving
    (Georgia Institute of Technology, 2019-12) Capuano, Matthieu Jean Baptiste Jean-Baptiste
    A common challenge with sampling based Model Predictive Control (MPC) algorithms operating in stochastic environments is ensuring stable behavior under sudden state disturbances. Model Predictive Path Integral (MPPI) control is an MPC algorithm that can optimize control of non-linear systems subject to non-differentiable cost criteria. It iteratively computes optimal control sequences by re-using the sequence optimized at the previous timestep as a warm start for the current iteration, which allows rapid convergence thus making it real time capable. This approach is successful in producing a diverse set of behaviors, the most impressive being its ability to control systems at the limits of handling. However, a strong unexpected state disturbance can make the previous control sequence an unsafe initialization for the new state and can result in undesired behavior. In this work, we address this problem by implementing a path tracker that produces control sequences that are used as the initializers for the current timestep, instead of simply re-using the sequence from the previous timestep. The path tracker iteratively computes control sequences that can guide the system to low-cost regions and feeds them into the MPPI framework as a sampling reference. This enforces the algorithm to sample behaviors normally distributed around controls that guide the state back to low-cost regions, even in cases where the state drastically changes. The additional advantage of our method is that it retains the ability to sample diverse and dynamically feasible controls, thus maintaining its ability for motion at the limits of handling. We experimentally verify this method on the AutoRally autonomous research platform, a one-fifth scale race car for aggressive driving tasks, and compare its performance against the most recently published results of MPPI for autonomous driving.
  • Item
    Robot Calligraphy using Pseudospectral Optimal Control and a Simulated Brush Model
    (Georgia Institute of Technology, 2019-12) Chen, Jiaqi
    Chinese calligraphy is unique and has great artistic value but is difficult to master. In this paper, we make robots write calligraphy. Learning methods could teach robots to write, but may not be able to generalize to new characters. As such, we formulate the calligraphy writing problem as a trajectory optimization problem, and propose a new virtual brush model for simulating the dynamic writing process.Our optimization approach is taken from pseudospectral optimal control, where the proposed dynamic virtual brush model plays a key role in formulating the objective function to be optimized. We also propose a stroke-level optimization to achieve better performance compared to the character-level optimization proposed in previous work. Our methodology shows good performance in drawing aesthetically pleasing characters.
  • Item
    Stranger Danger: Educational Game for Cybersecurity Awareness
    (Georgia Institute of Technology, 2019-12) Ren, Ziang
    Cybersecurity is a concern for both organizations and individual users. Although there are a variety of security tools available, the number of cybersecurity incidents is still high. One cause of this phenomenon is that users are typically unaware or underestimating the potential negative consequences of their insecure behaviors on the internet. This leads to a lack of motivation among users for adopting security tools that require additional efforts in order to access a desired service. Conventional methods in promoting people s awareness of cybersecurity such as information sessions hosted by cybersecurity professionals have been shown to be ineffective. Video games is a novel approach in cybersecurity education has achieved some success in training cybersecurity professionals. However, whether video games are an effective method for educating the general public about the basic concepts of cybersecurity remains untested. This study presents Stranger Danger, a video game that simulates real-world exploits and teaches its users via negative reinforcements. The purpose of the study is to examine whether video games are effective in teaching the general public about basic cybersecurity concepts.
  • Item
    Evaluating Off-Center Head-Worn Display
    (Georgia Institute of Technology, 2019-12) Ramakrishnan, Rohan
    Several studies have highlighted the advantages of using mobile augmented reality systems to assist with various tasks over traditional paper-based methods. However, these interfaces are often located in users’ primary field of view which causes interference with users’ vision and presents several disruptions. In this paper, a new ”off-center” display type is prototyped and compared across other displays using a coloring task. Metrics such as completion time, errors, and workload are collected and used to find tradeoffs between different display types and determine their feasibility.
  • Item
    Improving Model-Predictive Control with Value Function Approximation
    (Georgia Institute of Technology, 2019-12) Chintalapudi, Sahit
    Existing Model Predictive Control methods rely on finite-horizon trajectories from the environment. Such methods are limited by the length of the samples because the robot cannot plan for scenarios beyond this time horizon. Simply extending the time-horizon of sampled trajectories is not feasible as an increase in the time-horizon requires more sampled trajectories from the environment in order to maintain controller performance. On robots such as the AutoRally platform, which operate in real time with limited computational power, increasing the number of sampled trajectories is computationally intractable. This work improves the long-term planning capabilities of autonomous systems by augmenting cost-estimates of trajectories with a learned value of the terminal state. This learned value approximates the expected cost under the car's current control policy from the terminal state for an arbitrary time-horizon without requiring an increase in the number of samples. We show that this improves the lap times of the AutoRally platform.
  • Item
    Review of Novel Communication Techniques for Autistic Individuals Using Eye-Gaze Tracking as an Indicator of Cognition
    (Georgia Institute of Technology, 2019-12) Kumar, Jhillika
    For the 1 in 68 individuals in the United States on the autism spectrum, the use of interactive tools and technologies has grown significantly over the past few years to augment daily living capabilities. For the subset of these individuals who are unable to communicate verbally, researchers are beginning to explore how applications of these technologies can be used to augment existing communication capabilities. This research explores how one such therapy method, called ​Spelling To Communicate ​(S2C), can be quantified, using eye-gaze tracking techniques, to pave the way for future studies that could demonstrate cognitive competence in these non-verbal individuals. With a small-scale pilot examination to measure the fixation in eye movements while spelling on a letter board, this research provides insights into the various approaches and challenges associated with distinguishing independent communication from prompted communication when spelling with a partner. The results from this study suggest that through the use of eye-gaze tracking, S2C may be a viable technique to enable independent communication; however, more research is required to confirm this hypothesis.
  • Item
    Quantifying Gerrymandering using Markov Chain Monte Carlo Algorithms
    (Georgia Institute of Technology, 2019-12) Wahal, Samarth
    We look at the rules and regulations surrounding redistricting in the United State. We examine Markov Chain Monte Carlo algorithms that are able to sample redistricting plans adhering to these rules. We implement the algorithm proposed by Fifield et al. [11] and use it to sample plans for the state of Georgia. We count the number of Republican House seats won for each sampled plan. We compare Georgia’s existing redistricting plan to this distribution in order to test the null hypothesis that Georgia is not gerrymandered. Our results show that we fail to reject this null hypothesis.