Jun. 27, 2025
A team of Georgia Tech graduate students is using artificial intelligence (AI) to help people with disabilities find their dream jobs.
Searching for the right job is stressful for most, but it can be overwhelming for people with disabilities. However, using an innovative approach, the student entrepreneurs created a customizable AI-powered "job coach" that connects people with accessible employment opportunities.
OMSCS students George Gomez, Ariel Magyar, Zachary Patrignani, and Maheer Sayeed created Interstellar Jobs as their entry for the March 2025 Microsoft Azure Innovation Challenge. The team beat over 70 international entries to secure first place and $10,000.
Interstellar Jobs uses information about job seekers' disabilities, job preferences, and other personal details to provide detailed coaching tips for specific jobs. The tips let job seekers know if they're a good fit for the position, what challenges they can expect, and what they can do to manage these challenges successfully.
The challenge, co-sponsored by TechBridge, required teams to create a functional proof of concept within a tight timeframe using AI, analytics, networking, and other Microsoft Azure Web Services.
Selecting which services to use was the starting point for most teams. In fact, Sayeed says most of the competition tried to use as many Azure services as possible for their projects.
"We didn't do that. We kept it simple," said Sayeed.
"Our mindset going into the challenge was that we'd find the problem first, and then we would look at the services we would use."
Their entrepreneurial approach led the team to develop Interstellar Jobs using just three Azure services. As an example of their approach, the team faced the challenge of addressing specific disabilities in relation to thousands of job listings.
Developers usually depend on drop-down menus when presenting an extensive list of options. However, this method might not cover all disabilities or could use outdated or overly broad language. It also wouldn't account for people with multiple or nuanced disabilities that don't fit neatly into a single category.
The Interstellar Jobs team opted for a blank field for users to list their disabilities.
"We kept it very open-ended for our users," said Sayeed.
The team used OpenAI Service to 'clean' entries on the backend, regardless of what users wrote in the blank field. This method ensures that users can always get a structured and actionable response from Interstellar Jobs.
"As a user, not having to pick from a drop-down menu just feels good," said Matt Calder, senior product marketing manager at Microsoft.
Calder hosts Microsoft DevRadio and recently interviewed the Interstellar Jobs team. "I like how your approach changes how people interact with the whole system. If you make something really usable, it's going to be accessible as well," said Calder.
Despite its success, the team has no immediate plans to expand Interstellar Jobs. Each member balances a full-time job and their studies in Georgia Tech's Online Master of Science in Computer Science (OMSCS) program.
"We gained so much about cloud development and Azure Web Services from the experience," said Sayeed. "We also learned the value of AI in these applications."
News Contact
Ben Snedeker, Communications Manager II
Georgia Tech College of Computing
Mar. 14, 2025
Successful test results of a new machine learning (ML) technique developed at Georgia Tech could help communities prepare for extreme weather and coastal flooding. The approach could also be applied to other models that predict how natural systems impact society.
Ph.D. student Phillip Si and Assistant Professor Peng Chen developed Latent-EnSF, a technique that improves how ML models assimilate data to make predictions.
In experiments predicting medium-range weather forecasting and shallow water wave propagation, Latent-EnSF demonstrated higher accuracy, faster convergence, and greater efficiency than existing methods for sparse data assimilation.
“We are currently involved in an NSF-funded project aimed at providing real-time information on extreme flooding events in Pinellas County, Florida,” said Si, who studies computational science and engineering (CSE).
“We're actively working on integrating Latent-EnSF into the system, which will facilitate accurate and synchronized modeling of natural disasters. This initiative aims to enhance community preparedness and safety measures in response to flooding risks.”
Latent-EnSF outperformed three comparable models in assimilation speed, accuracy, and efficiency in shallow water wave propagation experiments. These tests show models can make better and faster predictions of coastal flood waves, tides, and tsunamis.
In experiments on medium-range weather forecasting, Latent-EnSF surpassed the same three control models in accuracy, convergence, and time. Additionally, this test demonstrated Latent-EnSF's scalability compared to other methods.
These promising results support using ML models to simulate climate, weather, and other complex systems.
Traditionally, such studies require employment of large, energy-intensive supercomputers. However, advances like Latent-EnSF are making smaller, more efficient ML models feasible for these purposes.
The Georgia Tech team mentioned this comparison in its paper. It takes hours for the European Center for Medium-Range Weather Forecasts computer to run its simulations. Conversely, the ML model FourCastNet calculated the same forecast in seconds.
“Resolution, complexity, and data-diversity will continue to increase into the future,” said Chen, an assistant professor in the School of CSE.
“To keep pace with this trend, we believe that ML models and ML-based data assimilation methods will become indispensable for studying large-scale complex systems.”
Data assimilation is the process by which models continuously ingest new, real-world data to update predictions. This data is often sparse, meaning it is limited, incomplete, or unevenly distributed over time.
Latent-EnSF builds on the Ensemble Filter Scores (EnSF) model developed by Florida State University and Oak Ridge National Laboratory researchers.
EnSF’s strength is that it assimilates data with many features and unpredictable relationships between data points. However, integrating sparse data leads to lost information and knowledge gaps in the model. Also, such large models may stop learning entirely from small amounts of sparse data.
The Georgia Tech researchers employ two variational autoencoders (VAEs) in Latent-EnSF to help ML models integrate and use real-world data. The VAEs encode sparse data and predictive models together in the same space to assimilate data more accurately and efficiently.
Integrating models with new methods, like Latent-EnSF, accelerates data assimilation. Producing accurate predictions more quickly during real-world crises could save lives and property for communities.
To share Latent-EnSF to the broader research community, Chen and Si presented their paper at the SIAM Conference on Computational Science and Engineering (CSE25). The Society of Industrial and Applied Mathematics (SIAM) organized CSE25, held March 3-7 in Fort Worth, Texas.
Chen was one of ten School of CSE faculty members who presented research at CSE25, representing one-third of the School’s faculty body. Latent-EnSF was one of 15 papers by School of CSE authors and one of 23 Georgia Tech papers presented at the conference.
The pair will also present Latent-EnSF at the upcoming International Conference on Learning Representations (ICLR 2025). Occurring April 24-28 in Singapore, ICLR is one of the world’s most prestigious conferences dedicated to artificial intelligence research.
“We hope to bring attention to experts and domain scientists the exciting area of ML-based data assimilation by presenting our paper,” Chen said. “Our work offers a new solution to address some of the key shortcomings in the area for broader applications.”
News Contact
Bryant Wine, Communications Officer
bryant.wine@cc.gatech.edu
Feb. 06, 2025
Calculating and visualizing a realistic trajectory of ink spreading through water has been a longstanding and enormous challenge for computer graphics and physics researchers.
When a drop of ink hits the water, it typically sinks forward, creating a tail before various ink streams branch off in different directions. The motion of the ink’s molecules upon mixing with water is seemingly random. This is because the motion is determined by the interaction of the water’s viscosity (thickness) and vorticity (how much it rotates at a given point).
“If the water is more viscous, there will be fewer branches. If the water is less viscous, it will have more branches,” said Zhiqi Li, a graduate computer science student.
Li is the lead author of Particle-Laden Fluid on Flow Maps, a best paper winner at the December 2024 ACM SIGGRAPH Asia conference. Assistant Professor Bo Zhu advises Li and is the co-author of six papers accepted to the conference.
Zhu said they must correctly calculate and simulate the interaction between viscosity and vorticity before they can accurately predict the ink trajectory.
“The ink branches generate based on the intricate interaction between the vorticities and the viscosity over time, which we simulated,” Zhu said. “Using a standard method to simulate the physics will cause most of the structures to fade quickly without being able to see any detailed hierarchies.”
Zhu added that researchers had yet to develop a method for this until he and his co-authors proposed a new way to solve the equation. Their breakthrough has unlocked the most accurate simulations of ink diffusion to date.
“Ink diffusion is one of the most visually striking examples of particle-laden flow,” Zhu said.
“We introduce a new viscosity model that solves for the interaction between vorticity and viscosity from a particle flow map perspective. This new simulation lets you map physical quantities from a certain time frame, allowing us to see particle trajectory.”
In computer simulations, flow is the digital visualization of a gas or liquid through a system. Users can simulate these liquids and gases through different scenarios and study pressure, velocity, and temperature.
A particle-laden flow depicts solid particles mixing within a continuous fluid phase, such as dust or water sediment. A flow map traces particle motion from the start point to the endpoint.
Duowen Chen, a computer science Ph.D. student also advised by Zhu and co-author of the paper, said previous efforts by researchers to simulate ink diffusion depended on guesswork. They either used limited traditional methods of calculations or artificial designs.
“They add in a noise model or an artificial model to create vortical motions, but our method does not require adding any artificial vortical components,” Chen said. “We have a better viscosity force calculation and vortical preservation, and the two give a better ink simulation.”
Zhu also won a best paper award at the 2023 SIGGRAPH Asia conference for his work explaining how neural network maps created through artificial intelligence (AI) could close the gaps of difficult-to-solve equations. In his new paper, he said it was essential to find a way to simulate ink diffusion accurately independent of AI.
“If we don’t have to train a large-scale neural network, then the computation time will be much faster, and we can reduce the computation and memory costs,” Zhu said. “The particle flow map representation can preserve those particle structures better than the neural network version, and they are a widely used data structure in traditional physics-based simulation.”
News Contact
Ben Snedeker, Communications Manager
Georgia Tech College of Computing
albert.snedeker@cc.gtaech.edu