this post was submitted on 05 Apr 2026
168 points (98.8% liked)

World News

55306 readers
1830 users here now

A community for discussing events around the World

Rules:

Similarly, if you see posts along these lines, do not engage. Report them, block them, and live a happier life than they do. We see too many slapfights that boil down to "Mom! He's bugging me!" and "I'm not touching you!" Going forward, slapfights will result in removed comments and temp bans to cool off.

We ask that the users report any comment or post that violate the rules, to use critical thinking when reading, posting or commenting. Users that post off-topic spam, advocate violence, have multiple comments or posts removed, weaponize reports or violate the code of conduct will be banned.

All posts and comments will be reviewed on a case-by-case basis. This means that some content that violates the rules may be allowed, while other content that does not violate the rules may be removed. The moderators retain the right to remove any content and ban users.


Lemmy World Partners

News !news@lemmy.world

Politics !politics@lemmy.world

World Politics !globalpolitics@lemmy.world


Recommendations

For Firefox users, there is media bias / propaganda / fact check plugin.

https://addons.mozilla.org/en-US/firefox/addon/media-bias-fact-check/

founded 2 years ago
MODERATORS
 

A Chinese company's publication of AI-enhanced satellite images of US bases in the Middle East is helping Iranian forces identify targets, US intelligence believes.

The ABC has been briefed on the intelligence by a source inside US defence, who says the images are endangering lives.

Chinese geospatial artificial intelligence and software company MizarVision, which the Chinese government has a small ownership stake in, has been publishing detailed satellite images with tagging data of multiple US military sites in the lead-up to, and during, the Iran war.

The imagery showcases an AI tool that identifies and tags military forces across vast areas, a capability that once required the resources of a national intelligence agency.

you are viewing a single comment's thread
view the rest of the comments
[–] morto@piefed.social 10 points 21 hours ago* (last edited 19 hours ago) (1 children)

For people who don't know, china doesn't have satellite imagery with the same spatial resolution as the private companies like planet labs (the one recently prohibited to publish imagery from the war region) do , but they have been investing a lot into super-resolution technology to compensate. This is much more interesting than it can look at a first glance.

[–] Gsus4@mander.xyz 6 points 21 hours ago (1 children)

Super-resolution as using generative models to "enhance" subresolution images with enough of the right training data?

[–] morto@piefed.social 13 points 21 hours ago* (last edited 21 hours ago) (1 children)

Oh, that kind of super-resolution has been gaining media attention, but there's much more beyond the "ai". There are several mathematical methods, based on inverting a point-spread-function, statistical methods, super-resolution based on extracting subpixel information from a sequence of low resolution images, and several other methods and approaches, including the use of machine learning, but not in the generative way. It's a very diverse and complex field of research

[–] JohnEdwa@sopuli.xyz 0 points 18 hours ago (2 children)

super-resolution based on extracting subpixel information from a sequence of low resolution images

So basically DLSS for spy satellites. Kinda neat.

[–] frongt@lemmy.zip 3 points 18 hours ago

No, not exactly. More like how astrophotographers will stack images to compensate for imaging defects. After all, the Hubble was a variant of an NSA spy satellite.

[–] testaccount372920@piefed.zip 0 points 15 hours ago

DLSS is essentially an advanced interpolation algorithm, it makes a guess of what should be in between two know pixel values. This can be very useful for human operators who need to look at the data. It also has the advantage that you only need a trained model and one image frame at a time. Some 'superresolution' methods essentially do this, but ideally you don't use this until after you've applied mathematically correct techniques.

Superresolution methods exist in many forms. Basically all of them require either some prior knowlegde (or assumption) of what you're looking at or it takes a lot of data. But once you have this, you can go beyond the optical resolution of your system in a mathematically correct way, you don't have to guess!

Some examples:

  • Lens correction: it's possible to determine how imperfections in your lens affect the image, then correct for this. With this prior lens knowledge your images will be nearly as good as those from a theoretical perfect lens. However, you're still limited by the (diffraction limit) laws of physics, regardless of how (im)perfect your lens is.
  • Deconvolution: from physics it's known how light diffracts (bends) and how this leads to optical limitations. Through deconvolution you can undo this. This takes a lot of guess work to find the correct solution, but once you have the solution, you can check that it's mathematically correct (it's a bunch of fancy integrals).
  • Using information of multiple pixels v1: if an object in your image consists or more than one pixel, you have more information to determine where exactly this object is. If you know the shape of the object (e.g. a circle) you can make a fit to it and determine some properties extremely accurately (e.g. the circle center of a 1 μm particle can routinely be determined to a 10 nm resolution by a microscope that has an optical resolution of 200 nm). This method requires prior knowledge of the shape! Planes and oil storage tanks have known shapes...
  • Using information of multiple pixels v2: theoretically you just need more information to go beyond the optical resolution. This can be done by taking many images (from slightly different positions?) of the same field of view. I don't know how this works, but I have no doubt that there are people doing this.