Logo

What is “AI upscaling” in video game development?

Last Updated: 26.06.2025 03:25

What is “AI upscaling” in video game development?

So using this technique could be very handy.

There are landing aid lights which are super-bright so you can see them from a very long way away. One type of these lights are on the ends of the runway and they are designed to show whetherer you’re approaching the runway on the right “glide slope” - so they change color depending on how high/close you are to the touchdown point.

That’s a hell of a lot of math - and as display resolutions and frame rates get better - the problem rapidly escalates.

Trump always acts like he was forced to be president, that he was chosen by God. Why do we put up with this? This maniac can't focus and get his mind off of being asskissed like an emperor.

I’ve seen demo’s from Nvidia that do this AMAZINGLY well.

So if we render the scene at reduced resolution - we might not draw that critical light point at all because it fell into one of the gaps.

So the idea is that you train an AI to look at just (say) 1 million pixels - and try to guess what the others should be.

How John Cena recreated CM Punk’s Pipe Bomb promo and changed his farewell tour - Cageside Seats

So usually - if you’ve got an 8 MegaPixel screen - the graphics card has to calculate the color of every single one of those 8 million pixels (maybe more with anti-aliasing) - probably 70+ times per second.

The AI might MAYBE notice that the light was there on the previous frame and “fill it in” - but what happens if you went off the glide slope at that moment. The light SHOULD change color - but because the AI doesn’t know anything about the glide slope - or the particular angles at a specific airport - it’s highly likely to screw up.

These light points are tiny - they only just cover a single pixel.

MAGA talking heads are saying that no MAGA child would publicly cry for their father, and want Gus Walz investigated as a crisis actor. I cried for my father and mother when they won or lost in life, am I a weird conservative or is MAGA messed up?

But the point remains - as it does with ALL AI - that you can’t really trust it not to do something very strange.

But there are issues.

However, consider a common thing people to with flight simulators…practicing landing at night.

New Pluto-Like Planet Discovered In Solar System — What To Know - Forbes

That’s A VERY BAD THING!!! When you’re trying to train a pilot to react correctly to those lights and they’re being displayed incorrectly - you can end up doing what we call “Negative training” - where you make the pilot WORSE - not better!

But that’s a kinda special situations - and we could maybe handle it by drawing those specific lights AFTER the AI had filled in all the gaps.

I’ve been working in Flight Simulation -where this problem is massively exacerbated by clients who have maybe 16 display screens - all at some crazy high resolution!

Is Computer Science worth 5 years from now? I am interested in learning Python. Should I start studying on my own? Will AI fully replace the coders? Lastly, should I change my career?